@octans/ui 1.4.0 → 1.5.0

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.
@@ -8,7 +8,7 @@
8
8
  * Keep it in sync when adding a token. `tokens.test.ts` fails if the stylesheet
9
9
  * and this registry drift apart, so it cannot rot silently.
10
10
  */
11
- export type TokenKind = 'color' | 'shadow' | 'radius' | 'font' | 'length' | 'percent';
11
+ export type TokenKind = 'color' | 'shadow' | 'radius' | 'font' | 'length' | 'percent' | 'duration' | 'keyword';
12
12
  export interface TokenDefinition {
13
13
  /** Token name without the `--octans-` prefix. */
14
14
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octans/ui",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "A Vue 3 component library \u2014 accessible, themeable UI primitives and application shell components.",
5
5
  "keywords": [
6
6
  "vue",