@marioschmidt/design-system-vue 1.0.77 → 1.0.78
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Vue 3 Wrappers for BILD Design System
|
|
2
2
|
|
|
3
|
-
> **Part of the [BILD Design Ops Pipeline](
|
|
3
|
+
> **Part of the [BILD Design Ops Pipeline](../../../README.md)** | [Components](../core/README.md) | [React](../react/README.md)
|
|
4
4
|
|
|
5
5
|
Vue 3 wrapper components for the BILD Design System, auto-generated from Stencil Web Components using `@stencil/vue-output-target`.
|
|
6
6
|
|
|
@@ -233,9 +233,9 @@ export default defineConfig({
|
|
|
233
233
|
|
|
234
234
|
| Package | Description |
|
|
235
235
|
|---------|-------------|
|
|
236
|
-
| [@marioschmidt/design-system-components](../
|
|
236
|
+
| [@marioschmidt/design-system-components](../core/README.md) | Core Stencil Web Components |
|
|
237
237
|
| [@marioschmidt/design-system-react](../react/README.md) | React wrapper components |
|
|
238
|
-
| [@marioschmidt/design-system-tokens](
|
|
238
|
+
| [@marioschmidt/design-system-tokens](../../tokens/README.md) | Design tokens (CSS, JS, iOS, Android) |
|
|
239
239
|
|
|
240
240
|
---
|
|
241
241
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marioschmidt/design-system-vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.78",
|
|
4
4
|
"description": "Vue wrapper components for BILD Design System",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
37
|
"url": "git+https://github.com/UXWizard25/vv-token-test-v3.git",
|
|
38
|
-
"directory": "packages/vue"
|
|
38
|
+
"directory": "packages/components/vue"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|