@rainersoft/design-tokens 1.0.3 → 1.0.4
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/formats/tokens.json +2 -2
- package/package.json +7 -2
package/formats/tokens.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/rainer-design-tokens.json",
|
|
3
3
|
"name": "@rainersoft/design-tokens",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
5
5
|
"description": "Universal design tokens export for Rainer Design System",
|
|
6
6
|
"$generated": "This file is auto-generated. Do not edit manually.",
|
|
7
7
|
"$source": "tokens/*.json",
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"repository": "https://github.com/RainerTeixeira/rainer-design-tokens.git",
|
|
42
42
|
"author": "Rainer Teixeira <suporte@rainersoft.com.br>",
|
|
43
43
|
"license": "MIT",
|
|
44
|
-
"generatedAt": "2025-11-18T16:
|
|
44
|
+
"generatedAt": "2025-11-18T16:07:11.606Z"
|
|
45
45
|
}
|
|
46
46
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rainersoft/design-tokens",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Design tokens profissionais seguindo padrões W3C/DTCG, com estrutura modular e suporte a tokens primitivos e semânticos.",
|
|
6
6
|
"author": "Rainer Teixeira <suporte@rainersoft.com.br>",
|
|
@@ -46,6 +46,11 @@
|
|
|
46
46
|
},
|
|
47
47
|
"./formats/css-vars.css": "./formats/css-vars.css",
|
|
48
48
|
"./formats/tokens.json": "./formats/tokens.json",
|
|
49
|
+
"./formats/tailwind.config": {
|
|
50
|
+
"types": "./formats/tailwind.config.ts",
|
|
51
|
+
"import": "./formats/tailwind.config.ts",
|
|
52
|
+
"require": "./formats/tailwind.config.ts"
|
|
53
|
+
},
|
|
49
54
|
"./package.json": "./package.json"
|
|
50
55
|
},
|
|
51
56
|
"files": [
|
|
@@ -70,7 +75,7 @@
|
|
|
70
75
|
"test:coverage": "jest --coverage",
|
|
71
76
|
"prepare:publish": "node scripts/prepare-publish.js",
|
|
72
77
|
"setup:auth": "node scripts/setup-npm-auth.js",
|
|
73
|
-
"prepublishOnly": "pnpm run build:formats",
|
|
78
|
+
"prepublishOnly": "pnpm run build:formats && pnpm run type-check",
|
|
74
79
|
"clean": "node -e \"require('fs').rmSync('dist', {recursive: true, force: true})\"",
|
|
75
80
|
"storybook": "storybook dev -p 6006",
|
|
76
81
|
"build-storybook": "storybook build",
|