@cas-smartdesign/design-tokens 1.7.1
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/LICENSE +8 -0
- package/dist/docs/index.html +1479 -0
- package/dist/tokens.cjs.js +167 -0
- package/dist/tokens.css +167 -0
- package/dist/tokens.d.ts +169 -0
- package/dist/tokens.esm.js +167 -0
- package/dist/tokens.json +167 -0
- package/dist/tokens.scss +494 -0
- package/npm-third-party-licenses.json +172 -0
- package/package.json +28 -0
- package/readme.md +13 -0
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
{
|
|
2
|
+
"@cypress/vite-dev-server@5.0.7": {
|
|
3
|
+
"licenses": "MIT",
|
|
4
|
+
"repository": "https://github.com/cypress-io/cypress",
|
|
5
|
+
"licenseUrl": "https://github.com/cypress-io/cypress/tree/develop/npm/vite-dev-server#readme"
|
|
6
|
+
},
|
|
7
|
+
"@rollup/plugin-node-resolve@15.2.3": {
|
|
8
|
+
"licenses": "MIT",
|
|
9
|
+
"repository": "https://github.com/rollup/plugins",
|
|
10
|
+
"licenseUrl": "https://github.com/rollup/plugins/raw/HEAD/LICENSE"
|
|
11
|
+
},
|
|
12
|
+
"@types/node@20.10.6": {
|
|
13
|
+
"licenses": "MIT",
|
|
14
|
+
"repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
|
15
|
+
"licenseUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/raw/HEAD/LICENSE"
|
|
16
|
+
},
|
|
17
|
+
"@typescript-eslint/eslint-plugin@6.17.0": {
|
|
18
|
+
"licenses": "MIT",
|
|
19
|
+
"repository": "https://github.com/typescript-eslint/typescript-eslint",
|
|
20
|
+
"licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
|
|
21
|
+
},
|
|
22
|
+
"@typescript-eslint/parser@6.17.0": {
|
|
23
|
+
"licenses": "BSD-2-Clause",
|
|
24
|
+
"repository": "https://github.com/typescript-eslint/typescript-eslint",
|
|
25
|
+
"licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
|
|
26
|
+
},
|
|
27
|
+
"@vitest/coverage-v8@1.1.1": {
|
|
28
|
+
"licenses": "MIT",
|
|
29
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
30
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
|
|
31
|
+
},
|
|
32
|
+
"@vitest/ui@1.1.1": {
|
|
33
|
+
"licenses": "MIT",
|
|
34
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
35
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
|
|
36
|
+
},
|
|
37
|
+
"axe-core@4.8.3": {
|
|
38
|
+
"licenses": "MPL-2.0",
|
|
39
|
+
"repository": "https://github.com/dequelabs/axe-core",
|
|
40
|
+
"licenseUrl": "https://github.com/dequelabs/axe-core/raw/HEAD/LICENSE"
|
|
41
|
+
},
|
|
42
|
+
"cypress-axe@1.5.0": {
|
|
43
|
+
"licenses": "MIT",
|
|
44
|
+
"repository": "https://github.com/component-driven/cypress-axe",
|
|
45
|
+
"licenseUrl": "https://github.com/component-driven/cypress-axe/raw/HEAD/License.md"
|
|
46
|
+
},
|
|
47
|
+
"cypress-real-events@1.13.0": {
|
|
48
|
+
"licenses": "MIT",
|
|
49
|
+
"repository": "https://github.com/dmtrKovalenko/cypress-real-events",
|
|
50
|
+
"licenseUrl": "https://github.com/dmtrKovalenko/cypress-real-events"
|
|
51
|
+
},
|
|
52
|
+
"cypress@13.6.2": {
|
|
53
|
+
"licenses": "MIT",
|
|
54
|
+
"repository": "https://github.com/cypress-io/cypress",
|
|
55
|
+
"licenseUrl": "https://cypress.io"
|
|
56
|
+
},
|
|
57
|
+
"esbuild@0.19.11": {
|
|
58
|
+
"licenses": "MIT",
|
|
59
|
+
"repository": "https://github.com/evanw/esbuild",
|
|
60
|
+
"licenseUrl": "https://github.com/evanw/esbuild/raw/HEAD/LICENSE.md"
|
|
61
|
+
},
|
|
62
|
+
"eslint-config-google@0.14.0": {
|
|
63
|
+
"licenses": "Apache-2.0",
|
|
64
|
+
"repository": "https://github.com/google/eslint-config-google",
|
|
65
|
+
"licenseUrl": "https://github.com/google/eslint-config-google/raw/HEAD/LICENSE"
|
|
66
|
+
},
|
|
67
|
+
"eslint-config-prettier@9.1.0": {
|
|
68
|
+
"licenses": "MIT",
|
|
69
|
+
"repository": "https://github.com/prettier/eslint-config-prettier",
|
|
70
|
+
"licenseUrl": "https://github.com/prettier/eslint-config-prettier/raw/HEAD/LICENSE"
|
|
71
|
+
},
|
|
72
|
+
"eslint@8.56.0": {
|
|
73
|
+
"licenses": "MIT",
|
|
74
|
+
"repository": "https://github.com/eslint/eslint",
|
|
75
|
+
"licenseUrl": "https://github.com/eslint/eslint/raw/HEAD/LICENSE"
|
|
76
|
+
},
|
|
77
|
+
"github-markdown-css@5.5.0": {
|
|
78
|
+
"licenses": "MIT",
|
|
79
|
+
"repository": "https://github.com/sindresorhus/github-markdown-css",
|
|
80
|
+
"licenseUrl": "https://github.com/sindresorhus/github-markdown-css/raw/HEAD/license"
|
|
81
|
+
},
|
|
82
|
+
"junit-report-builder@3.1.0": {
|
|
83
|
+
"licenses": "MIT",
|
|
84
|
+
"repository": "https://github.com/davidparsson/junit-report-builder",
|
|
85
|
+
"licenseUrl": "https://github.com/davidparsson/junit-report-builder/raw/HEAD/LICENSE"
|
|
86
|
+
},
|
|
87
|
+
"lint-staged@15.2.0": {
|
|
88
|
+
"licenses": "MIT",
|
|
89
|
+
"repository": "https://github.com/okonet/lint-staged",
|
|
90
|
+
"licenseUrl": "https://github.com/okonet/lint-staged/raw/HEAD/LICENSE"
|
|
91
|
+
},
|
|
92
|
+
"marked@11.1.1": {
|
|
93
|
+
"licenses": "MIT",
|
|
94
|
+
"repository": "https://github.com/markedjs/marked",
|
|
95
|
+
"licenseUrl": "https://github.com/markedjs/marked/raw/HEAD/LICENSE.md"
|
|
96
|
+
},
|
|
97
|
+
"prettier@3.1.1": {
|
|
98
|
+
"licenses": "MIT",
|
|
99
|
+
"repository": "https://github.com/prettier/prettier",
|
|
100
|
+
"licenseUrl": "https://github.com/prettier/prettier/raw/HEAD/LICENSE"
|
|
101
|
+
},
|
|
102
|
+
"resolve-pkg@2.0.0": {
|
|
103
|
+
"licenses": "MIT",
|
|
104
|
+
"repository": "https://github.com/sindresorhus/resolve-pkg",
|
|
105
|
+
"licenseUrl": "https://github.com/sindresorhus/resolve-pkg/raw/HEAD/license"
|
|
106
|
+
},
|
|
107
|
+
"sass@1.69.6": {
|
|
108
|
+
"licenses": "MIT",
|
|
109
|
+
"repository": "https://github.com/sass/dart-sass",
|
|
110
|
+
"licenseUrl": "https://github.com/sass/dart-sass/raw/HEAD/LICENSE"
|
|
111
|
+
},
|
|
112
|
+
"style-dictionary@3.9.1": {
|
|
113
|
+
"licenses": "Apache-2.0",
|
|
114
|
+
"repository": "https://github.com/amzn/style-dictionary",
|
|
115
|
+
"licenseUrl": "https://github.com/amzn/style-dictionary/raw/HEAD/LICENSE"
|
|
116
|
+
},
|
|
117
|
+
"stylelint-config-recommended-scss@14.0.0": {
|
|
118
|
+
"licenses": "MIT",
|
|
119
|
+
"repository": "https://github.com/stylelint-scss/stylelint-config-recommended-scss",
|
|
120
|
+
"licenseUrl": "https://github.com/stylelint-scss/stylelint-config-recommended-scss/raw/HEAD/LICENSE"
|
|
121
|
+
},
|
|
122
|
+
"stylelint-config-standard@36.0.0": {
|
|
123
|
+
"licenses": "MIT",
|
|
124
|
+
"repository": "https://github.com/stylelint/stylelint-config-standard",
|
|
125
|
+
"licenseUrl": "https://github.com/stylelint/stylelint-config-standard/raw/HEAD/LICENSE"
|
|
126
|
+
},
|
|
127
|
+
"stylelint-scss@6.0.0": {
|
|
128
|
+
"licenses": "MIT",
|
|
129
|
+
"repository": "https://github.com/stylelint-scss/stylelint-scss",
|
|
130
|
+
"licenseUrl": "https://github.com/stylelint-scss/stylelint-scss/raw/HEAD/LICENSE"
|
|
131
|
+
},
|
|
132
|
+
"stylelint@16.1.0": {
|
|
133
|
+
"licenses": "MIT",
|
|
134
|
+
"repository": "https://github.com/stylelint/stylelint",
|
|
135
|
+
"licenseUrl": "https://github.com/stylelint/stylelint/raw/HEAD/LICENSE"
|
|
136
|
+
},
|
|
137
|
+
"tsup@8.0.1": {
|
|
138
|
+
"licenses": "MIT",
|
|
139
|
+
"repository": "https://github.com/egoist/tsup",
|
|
140
|
+
"licenseUrl": "https://github.com/egoist/tsup/raw/HEAD/LICENSE"
|
|
141
|
+
},
|
|
142
|
+
"turbo@1.11.2": {
|
|
143
|
+
"licenses": "MPL-2.0",
|
|
144
|
+
"repository": "https://github.com/vercel/turbo",
|
|
145
|
+
"licenseUrl": "https://github.com/vercel/turbo/raw/HEAD/LICENSE"
|
|
146
|
+
},
|
|
147
|
+
"typescript@5.3.3": {
|
|
148
|
+
"licenses": "Apache-2.0",
|
|
149
|
+
"repository": "https://github.com/Microsoft/TypeScript",
|
|
150
|
+
"licenseUrl": "https://github.com/Microsoft/TypeScript/raw/HEAD/LICENSE.txt"
|
|
151
|
+
},
|
|
152
|
+
"vite-tsconfig-paths@4.2.3": {
|
|
153
|
+
"licenses": "MIT",
|
|
154
|
+
"repository": "https://github.com/aleclarson/vite-tsconfig-paths",
|
|
155
|
+
"licenseUrl": "https://github.com/aleclarson/vite-tsconfig-paths/raw/HEAD/LICENSE"
|
|
156
|
+
},
|
|
157
|
+
"vite@5.0.10": {
|
|
158
|
+
"licenses": "MIT",
|
|
159
|
+
"repository": "https://github.com/vitejs/vite",
|
|
160
|
+
"licenseUrl": "https://github.com/vitejs/vite/raw/HEAD/LICENSE.md"
|
|
161
|
+
},
|
|
162
|
+
"vitest@1.1.1": {
|
|
163
|
+
"licenses": "MIT",
|
|
164
|
+
"repository": "https://github.com/vitest-dev/vitest",
|
|
165
|
+
"licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE.md"
|
|
166
|
+
},
|
|
167
|
+
"yargs@17.7.2": {
|
|
168
|
+
"licenses": "MIT",
|
|
169
|
+
"repository": "https://github.com/yargs/yargs",
|
|
170
|
+
"licenseUrl": "https://github.com/yargs/yargs/raw/HEAD/LICENSE"
|
|
171
|
+
}
|
|
172
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cas-smartdesign/design-tokens",
|
|
3
|
+
"version": "1.7.1",
|
|
4
|
+
"description": "Design tokens for SmartDesign",
|
|
5
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
6
|
+
"main": "dist/tokens.cjs.js",
|
|
7
|
+
"module": "dist/tokens.esm.js",
|
|
8
|
+
"types": "dist/tokens.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist",
|
|
11
|
+
"npm-third-party-licenses.json"
|
|
12
|
+
],
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"registry": "https://registry.npmjs.org/",
|
|
15
|
+
"access": "public"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"style-dictionary": "^3.9.1",
|
|
19
|
+
"@cas-smartdesign/license-generator": "^1.6.1"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"version": "pnpm version",
|
|
23
|
+
"build:no-license": "pnpm generate-style-dictionary",
|
|
24
|
+
"build": "pnpm generate-license && pnpm build:no-license",
|
|
25
|
+
"generate-license": "sd-license-generator --r ../",
|
|
26
|
+
"generate-style-dictionary": "pnpm style-dictionary build --config ./style-dictionary.config.js"
|
|
27
|
+
}
|
|
28
|
+
}
|
package/readme.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# @cas-smartdesign/design-tokens
|
|
2
|
+
|
|
3
|
+
A shared package providing design tokens to create SmartDesign like components and apps.
|
|
4
|
+
|
|
5
|
+
## Entry points and bundles
|
|
6
|
+
|
|
7
|
+
The design tokens are provided as
|
|
8
|
+
|
|
9
|
+
- JSON
|
|
10
|
+
- JavaScript module (commonjs, es6)
|
|
11
|
+
- CSS Variables
|
|
12
|
+
|
|
13
|
+
## Tokens
|