@fastwork/xosmoz-svelte 0.0.25 → 0.0.26

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.
@@ -76,8 +76,12 @@
76
76
  {
77
77
  name: 'content.200',
78
78
  token: '--xz-color-content-200',
79
- description:
80
- 'Secondary text - Use for descriptions, helper text (60% opacity)',
79
+ description: 'Secondary text',
80
+ },
81
+ {
82
+ name: 'content.300',
83
+ token: '--xz-color-content-300',
84
+ description: 'Tertiary text',
81
85
  },
82
86
  ],
83
87
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastwork/xosmoz-svelte",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "Svelte 5 components for Xosmoz design system",
5
5
  "type": "module",
6
6
  "svelte": "./dist/index.js",