@bcc-code/component-library-vue 1.4.8 → 1.4.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/component-library.js +14287 -13149
- package/dist/component-library.umd.cjs +247 -212
- package/dist/index.css +1 -1
- package/dist/theme.css +22 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @bcc-code/component-library-vue
|
|
2
2
|
|
|
3
|
-
Vue 3 component library built on [PrimeVue](https://primevue.org/) and BCC design tokens. You **only** need this package—no separate Tailwind or PrimeVue install.
|
|
3
|
+
Vue 3 component library built on [PrimeVue](https://v4.primevue.org/) and BCC design tokens. You **only** need this package—no separate Tailwind or PrimeVue install.
|
|
4
4
|
|
|
5
5
|
### [Storybook Link](https://components.bcc.no)
|
|
6
6
|
|
|
@@ -135,7 +135,6 @@ pnpm run build:vite # Vite build only (includes theme.css)
|
|
|
135
135
|
|
|
136
136
|
### AI-ready docs outputs
|
|
137
137
|
|
|
138
|
-
|
|
139
138
|
`pnpm run docs:ai` generates the public AI documentation artifacts into `storybook-static/`:
|
|
140
139
|
|
|
141
140
|
- `/llms.txt`: Markdown index of public docs pages.
|