vocabulary-legacy
vocabulary-legacy copied to clipboard
A cohesive design system & Vue component library to unify the web-facing Creative Commons
## Issue Description We need lightweight self-contained HTML error pages that use the Creative Commons brand. - should use CC [vo·cab·u·lar·y](https://opensource.creativecommons.org/cc-vocabulary/) - should be simple and informative - must be...
Add the Progress layout and its components: the white boxes to indicate the different states. The section is in Design Library.
**Description** Presently the card and header tests have been de-activated by changing the name from `.test.js` to `.test.js.x`. This is because the card tests are flaky (#327) and because there...
[will add info here]
## Updated Tasks - [ ] Remove `fonts` storybook files; move those stories into the `packages/vocabulary` storybook - [ ] Compose the vue storybook + the vocabulary storybook - [x]...
Our usage of CalVer aside, I'd like us to reach a metaphorical `1.0` with `vue-vocabulary`. To that aim, here is an outline of everything I'd like to accomplish _before_ that...
Vue 3.0 was [released in September 2020](https://github.com/vuejs/vue-next/releases/tag/v3.0.0). However, this project is still using Vue 2.x. Decide when it is time to upgrade this project to Vue 3.x ## Description One...
Vocabulary currently has some performance issues, related to: - File size of CSS files - Runtime loading cascade (importing Vocabulary from the CDN then loads additional stylesheets and font files...
Running `npm audit` on the Vocabulary project warns of 113 vulnerabilities as of 2021-11-02. Granted, many of the vulnerabilities may be relatively low impact, particularly if they only pertain to...
## Description Vocabulary `v2020.11.3` CSS is overly generic. It breaks basic formatting. Any HTML that is not explicitly styled (and some that is) looks terrible. Examples: ```css html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 { margin:...