@workday/canvas-tokens-web 0.1.6 → 1.0.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.
Files changed (37) hide show
  1. package/css/base/_variables.css +228 -0
  2. package/{dist/css → css}/brand/_variables.css +5 -5
  3. package/css/system/_variables.css +148 -0
  4. package/less/base/_variables.less +225 -0
  5. package/{dist/less → less}/brand/_variables.less +5 -5
  6. package/less/system/_variables.less +145 -0
  7. package/package.json +8 -3
  8. package/scss/base/_variables.sass +225 -0
  9. package/scss/base/_variables.scss +225 -0
  10. package/{dist/scss → scss}/brand/_variables.sass +5 -5
  11. package/{dist/scss → scss}/brand/_variables.scss +5 -5
  12. package/scss/system/_variables.sass +145 -0
  13. package/scss/system/_variables.scss +145 -0
  14. package/dist/common-js/base/index.d.ts +0 -227
  15. package/dist/common-js/base/index.js +0 -230
  16. package/dist/common-js/brand/index.d.ts +0 -58
  17. package/dist/common-js/brand/index.js +0 -54
  18. package/dist/common-js/index.d.ts +0 -9
  19. package/dist/common-js/index.js +0 -14
  20. package/dist/common-js/system/index.d.ts +0 -287
  21. package/dist/common-js/system/index.js +0 -279
  22. package/dist/css/base/_variables.css +0 -229
  23. package/dist/css/system/_variables.css +0 -218
  24. package/dist/es6/base/index.d.ts +0 -227
  25. package/dist/es6/base/index.js +0 -227
  26. package/dist/es6/brand/index.d.ts +0 -58
  27. package/dist/es6/brand/index.js +0 -51
  28. package/dist/es6/index.d.ts +0 -9
  29. package/dist/es6/index.js +0 -9
  30. package/dist/es6/system/index.d.ts +0 -287
  31. package/dist/es6/system/index.js +0 -276
  32. package/dist/less/base/_variables.less +0 -226
  33. package/dist/less/system/_variables.less +0 -215
  34. package/dist/scss/base/_variables.sass +0 -226
  35. package/dist/scss/base/_variables.scss +0 -226
  36. package/dist/scss/system/_variables.sass +0 -215
  37. package/dist/scss/system/_variables.scss +0 -215
@@ -1,227 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- export const cinnamon100 = "--cnvs-base-palette-cinnamon-100";
7
- export const cinnamon200 = "--cnvs-base-palette-cinnamon-200";
8
- export const cinnamon300 = "--cnvs-base-palette-cinnamon-300";
9
- export const cinnamon400 = "--cnvs-base-palette-cinnamon-400";
10
- export const cinnamon500 = "--cnvs-base-palette-cinnamon-500";
11
- export const cinnamon600 = "--cnvs-base-palette-cinnamon-600";
12
- export const peach100 = "--cnvs-base-palette-peach-100";
13
- export const peach200 = "--cnvs-base-palette-peach-200";
14
- export const peach300 = "--cnvs-base-palette-peach-300";
15
- export const peach400 = "--cnvs-base-palette-peach-400";
16
- export const peach500 = "--cnvs-base-palette-peach-500";
17
- export const peach600 = "--cnvs-base-palette-peach-600";
18
- export const chiliMango100 = "--cnvs-base-palette-chili-mango-100";
19
- export const chiliMango200 = "--cnvs-base-palette-chili-mango-200";
20
- export const chiliMango300 = "--cnvs-base-palette-chili-mango-300";
21
- export const chiliMango400 = "--cnvs-base-palette-chili-mango-400";
22
- export const chiliMango500 = "--cnvs-base-palette-chili-mango-500";
23
- export const chiliMango600 = "--cnvs-base-palette-chili-mango-600";
24
- export const cantaloupe100 = "--cnvs-base-palette-cantaloupe-100";
25
- export const cantaloupe200 = "--cnvs-base-palette-cantaloupe-200";
26
- export const cantaloupe300 = "--cnvs-base-palette-cantaloupe-300";
27
- export const cantaloupe400 = "--cnvs-base-palette-cantaloupe-400";
28
- export const cantaloupe500 = "--cnvs-base-palette-cantaloupe-500";
29
- export const cantaloupe600 = "--cnvs-base-palette-cantaloupe-600";
30
- export const sourLemon100 = "--cnvs-base-palette-sour-lemon-100";
31
- export const sourLemon200 = "--cnvs-base-palette-sour-lemon-200";
32
- export const sourLemon300 = "--cnvs-base-palette-sour-lemon-300";
33
- export const sourLemon400 = "--cnvs-base-palette-sour-lemon-400";
34
- export const sourLemon500 = "--cnvs-base-palette-sour-lemon-500";
35
- export const sourLemon600 = "--cnvs-base-palette-sour-lemon-600";
36
- export const juicyPear100 = "--cnvs-base-palette-juicy-pear-100";
37
- export const juicyPear200 = "--cnvs-base-palette-juicy-pear-200";
38
- export const juicyPear300 = "--cnvs-base-palette-juicy-pear-300";
39
- export const juicyPear400 = "--cnvs-base-palette-juicy-pear-400";
40
- export const juicyPear500 = "--cnvs-base-palette-juicy-pear-500";
41
- export const juicyPear600 = "--cnvs-base-palette-juicy-pear-600";
42
- export const kiwi100 = "--cnvs-base-palette-kiwi-100";
43
- export const kiwi200 = "--cnvs-base-palette-kiwi-200";
44
- export const kiwi300 = "--cnvs-base-palette-kiwi-300";
45
- export const kiwi400 = "--cnvs-base-palette-kiwi-400";
46
- export const kiwi500 = "--cnvs-base-palette-kiwi-500";
47
- export const kiwi600 = "--cnvs-base-palette-kiwi-600";
48
- export const greenApple100 = "--cnvs-base-palette-green-apple-100";
49
- export const greenApple200 = "--cnvs-base-palette-green-apple-200";
50
- export const greenApple300 = "--cnvs-base-palette-green-apple-300";
51
- export const greenApple400 = "--cnvs-base-palette-green-apple-400";
52
- export const greenApple500 = "--cnvs-base-palette-green-apple-500";
53
- export const greenApple600 = "--cnvs-base-palette-green-apple-600";
54
- export const watermelon100 = "--cnvs-base-palette-watermelon-100";
55
- export const watermelon200 = "--cnvs-base-palette-watermelon-200";
56
- export const watermelon300 = "--cnvs-base-palette-watermelon-300";
57
- export const watermelon400 = "--cnvs-base-palette-watermelon-400";
58
- export const watermelon500 = "--cnvs-base-palette-watermelon-500";
59
- export const watermelon600 = "--cnvs-base-palette-watermelon-600";
60
- export const jewel100 = "--cnvs-base-palette-jewel-100";
61
- export const jewel200 = "--cnvs-base-palette-jewel-200";
62
- export const jewel300 = "--cnvs-base-palette-jewel-300";
63
- export const jewel400 = "--cnvs-base-palette-jewel-400";
64
- export const jewel500 = "--cnvs-base-palette-jewel-500";
65
- export const jewel600 = "--cnvs-base-palette-jewel-600";
66
- export const toothpaste100 = "--cnvs-base-palette-toothpaste-100";
67
- export const toothpaste200 = "--cnvs-base-palette-toothpaste-200";
68
- export const toothpaste300 = "--cnvs-base-palette-toothpaste-300";
69
- export const toothpaste400 = "--cnvs-base-palette-toothpaste-400";
70
- export const toothpaste500 = "--cnvs-base-palette-toothpaste-500";
71
- export const toothpaste600 = "--cnvs-base-palette-toothpaste-600";
72
- export const blueberry100 = "--cnvs-base-palette-blueberry-100";
73
- export const blueberry200 = "--cnvs-base-palette-blueberry-200";
74
- export const blueberry300 = "--cnvs-base-palette-blueberry-300";
75
- export const blueberry400 = "--cnvs-base-palette-blueberry-400";
76
- export const blueberry500 = "--cnvs-base-palette-blueberry-500";
77
- export const blueberry600 = "--cnvs-base-palette-blueberry-600";
78
- export const plum100 = "--cnvs-base-palette-plum-100";
79
- export const plum200 = "--cnvs-base-palette-plum-200";
80
- export const plum300 = "--cnvs-base-palette-plum-300";
81
- export const plum400 = "--cnvs-base-palette-plum-400";
82
- export const plum500 = "--cnvs-base-palette-plum-500";
83
- export const plum600 = "--cnvs-base-palette-plum-600";
84
- export const berrySmoothie100 = "--cnvs-base-palette-berry-smoothie-100";
85
- export const berrySmoothie200 = "--cnvs-base-palette-berry-smoothie-200";
86
- export const berrySmoothie300 = "--cnvs-base-palette-berry-smoothie-300";
87
- export const berrySmoothie400 = "--cnvs-base-palette-berry-smoothie-400";
88
- export const berrySmoothie500 = "--cnvs-base-palette-berry-smoothie-500";
89
- export const berrySmoothie600 = "--cnvs-base-palette-berry-smoothie-600";
90
- export const blackberry100 = "--cnvs-base-palette-blackberry-100";
91
- export const blackberry200 = "--cnvs-base-palette-blackberry-200";
92
- export const blackberry300 = "--cnvs-base-palette-blackberry-300";
93
- export const blackberry400 = "--cnvs-base-palette-blackberry-400";
94
- export const blackberry500 = "--cnvs-base-palette-blackberry-500";
95
- export const blackberry600 = "--cnvs-base-palette-blackberry-600";
96
- export const islandPunch100 = "--cnvs-base-palette-island-punch-100";
97
- export const islandPunch200 = "--cnvs-base-palette-island-punch-200";
98
- export const islandPunch300 = "--cnvs-base-palette-island-punch-300";
99
- export const islandPunch400 = "--cnvs-base-palette-island-punch-400";
100
- export const islandPunch500 = "--cnvs-base-palette-island-punch-500";
101
- export const islandPunch600 = "--cnvs-base-palette-island-punch-600";
102
- export const grapeSoda100 = "--cnvs-base-palette-grape-soda-100";
103
- export const grapeSoda200 = "--cnvs-base-palette-grape-soda-200";
104
- export const grapeSoda300 = "--cnvs-base-palette-grape-soda-300";
105
- export const grapeSoda400 = "--cnvs-base-palette-grape-soda-400";
106
- export const grapeSoda500 = "--cnvs-base-palette-grape-soda-500";
107
- export const grapeSoda600 = "--cnvs-base-palette-grape-soda-600";
108
- export const pomegranate100 = "--cnvs-base-palette-pomegranate-100";
109
- export const pomegranate200 = "--cnvs-base-palette-pomegranate-200";
110
- export const pomegranate300 = "--cnvs-base-palette-pomegranate-300";
111
- export const pomegranate400 = "--cnvs-base-palette-pomegranate-400";
112
- export const pomegranate500 = "--cnvs-base-palette-pomegranate-500";
113
- export const pomegranate600 = "--cnvs-base-palette-pomegranate-600";
114
- export const fruitPunch100 = "--cnvs-base-palette-fruit-punch-100";
115
- export const fruitPunch200 = "--cnvs-base-palette-fruit-punch-200";
116
- export const fruitPunch300 = "--cnvs-base-palette-fruit-punch-300";
117
- export const fruitPunch400 = "--cnvs-base-palette-fruit-punch-400";
118
- export const fruitPunch500 = "--cnvs-base-palette-fruit-punch-500";
119
- export const fruitPunch600 = "--cnvs-base-palette-fruit-punch-600";
120
- export const rootBeer100 = "--cnvs-base-palette-root-beer-100";
121
- export const rootBeer200 = "--cnvs-base-palette-root-beer-200";
122
- export const rootBeer300 = "--cnvs-base-palette-root-beer-300";
123
- export const rootBeer400 = "--cnvs-base-palette-root-beer-400";
124
- export const rootBeer500 = "--cnvs-base-palette-root-beer-500";
125
- export const rootBeer600 = "--cnvs-base-palette-root-beer-600";
126
- export const toastedMarshmallow100 = "--cnvs-base-palette-toasted-marshmallow-100";
127
- export const toastedMarshmallow200 = "--cnvs-base-palette-toasted-marshmallow-200";
128
- export const toastedMarshmallow300 = "--cnvs-base-palette-toasted-marshmallow-300";
129
- export const toastedMarshmallow400 = "--cnvs-base-palette-toasted-marshmallow-400";
130
- export const toastedMarshmallow500 = "--cnvs-base-palette-toasted-marshmallow-500";
131
- export const toastedMarshmallow600 = "--cnvs-base-palette-toasted-marshmallow-600";
132
- export const coconut100 = "--cnvs-base-palette-coconut-100";
133
- export const coconut200 = "--cnvs-base-palette-coconut-200";
134
- export const coconut300 = "--cnvs-base-palette-coconut-300";
135
- export const coconut400 = "--cnvs-base-palette-coconut-400";
136
- export const coconut500 = "--cnvs-base-palette-coconut-500";
137
- export const coconut600 = "--cnvs-base-palette-coconut-600";
138
- export const cappucino100 = "--cnvs-base-palette-cappucino-100";
139
- export const cappucino200 = "--cnvs-base-palette-cappucino-200";
140
- export const cappucino300 = "--cnvs-base-palette-cappucino-300";
141
- export const cappucino400 = "--cnvs-base-palette-cappucino-400";
142
- export const cappucino500 = "--cnvs-base-palette-cappucino-500";
143
- export const cappucino600 = "--cnvs-base-palette-cappucino-600";
144
- export const licorice100 = "--cnvs-base-palette-licorice-100";
145
- export const licorice200 = "--cnvs-base-palette-licorice-200";
146
- export const licorice300 = "--cnvs-base-palette-licorice-300";
147
- export const licorice400 = "--cnvs-base-palette-licorice-400";
148
- export const licorice500 = "--cnvs-base-palette-licorice-500";
149
- export const licorice600 = "--cnvs-base-palette-licorice-600";
150
- export const soap100 = "--cnvs-base-palette-soap-100";
151
- export const soap200 = "--cnvs-base-palette-soap-200";
152
- export const soap300 = "--cnvs-base-palette-soap-300";
153
- export const soap400 = "--cnvs-base-palette-soap-400";
154
- export const soap500 = "--cnvs-base-palette-soap-500";
155
- export const soap600 = "--cnvs-base-palette-soap-600";
156
- export const frenchVanilla100 = "--cnvs-base-palette-french-vanilla-100";
157
- export const frenchVanilla200 = "--cnvs-base-palette-french-vanilla-200";
158
- export const frenchVanilla300 = "--cnvs-base-palette-french-vanilla-300";
159
- export const frenchVanilla400 = "--cnvs-base-palette-french-vanilla-400";
160
- export const frenchVanilla500 = "--cnvs-base-palette-french-vanilla-500";
161
- export const frenchVanilla600 = "--cnvs-base-palette-french-vanilla-600";
162
- export const blackPepper100 = "--cnvs-base-palette-black-pepper-100";
163
- export const blackPepper200 = "--cnvs-base-palette-black-pepper-200";
164
- export const blackPepper300 = "--cnvs-base-palette-black-pepper-300";
165
- export const blackPepper400 = "--cnvs-base-palette-black-pepper-400";
166
- export const blackPepper500 = "--cnvs-base-palette-black-pepper-500";
167
- export const blackPepper600 = "--cnvs-base-palette-black-pepper-600";
168
- export const opacity100 = "--cnvs-base-opacity-100";
169
- export const opacity200 = "--cnvs-base-opacity-200";
170
- export const opacity300 = "--cnvs-base-opacity-300";
171
- export const opacity400 = "--cnvs-base-opacity-400";
172
- export const opacity500 = "--cnvs-base-opacity-500";
173
- export const fontSize25 = "--cnvs-base-font-size-25";
174
- export const fontSize50 = "--cnvs-base-font-size-50";
175
- export const fontSize75 = "--cnvs-base-font-size-75";
176
- export const fontSize100 = "--cnvs-base-font-size-100";
177
- export const fontSize125 = "--cnvs-base-font-size-125";
178
- export const fontSize150 = "--cnvs-base-font-size-150";
179
- export const fontSize200 = "--cnvs-base-font-size-200";
180
- export const fontSize250 = "--cnvs-base-font-size-250";
181
- export const fontSize300 = "--cnvs-base-font-size-300";
182
- export const fontSize400 = "--cnvs-base-font-size-400";
183
- export const fontSize500 = "--cnvs-base-font-size-500";
184
- export const fontSize600 = "--cnvs-base-font-size-600";
185
- export const fontSize750 = "--cnvs-base-font-size-750";
186
- export const fontSize900 = "--cnvs-base-font-size-900";
187
- export const fontSize1050 = "--cnvs-base-font-size-1050";
188
- export const lineHeight50 = "--cnvs-base-line-height-50";
189
- export const lineHeight100 = "--cnvs-base-line-height-100";
190
- export const lineHeight150 = "--cnvs-base-line-height-150";
191
- export const lineHeight200 = "--cnvs-base-line-height-200";
192
- export const lineHeight250 = "--cnvs-base-line-height-250";
193
- export const lineHeight300 = "--cnvs-base-line-height-300";
194
- export const lineHeight350 = "--cnvs-base-line-height-350";
195
- export const lineHeight400 = "--cnvs-base-line-height-400";
196
- export const lineHeight450 = "--cnvs-base-line-height-450";
197
- export const lineHeight500 = "--cnvs-base-line-height-500";
198
- export const lineHeight600 = "--cnvs-base-line-height-600";
199
- export const lineHeight700 = "--cnvs-base-line-height-700";
200
- export const lineHeight850 = "--cnvs-base-line-height-850";
201
- export const lineHeight1000 = "--cnvs-base-line-height-1000";
202
- export const lineHeight1150 = "--cnvs-base-line-height-1150";
203
- export const fontScaleSizeDefault = "--cnvs-base-font-scale-size-default";
204
- export const fontScaleSizeHeading = "--cnvs-base-font-scale-size-heading";
205
- export const fontScaleSizeTitle = "--cnvs-base-font-scale-size-title";
206
- export const fontScaleSizeDisplay = "--cnvs-base-font-scale-size-display";
207
- export const fontScaleHeightDefault = "--cnvs-base-font-scale-height-default";
208
- export const fontScaleHeightTitle = "--cnvs-base-font-scale-height-title";
209
- export const fontScaleHeightDisplay = "--cnvs-base-font-scale-height-display";
210
- export const fontFamily50 = "--cnvs-base-font-family-50";
211
- export const fontFamily100 = "--cnvs-base-font-family-100";
212
- export const fontFamily200 = "--cnvs-base-font-family-200";
213
- export const fontWeight300 = "--cnvs-base-font-weight-300";
214
- export const fontWeight400 = "--cnvs-base-font-weight-400";
215
- export const fontWeight500 = "--cnvs-base-font-weight-500";
216
- export const fontWeight700 = "--cnvs-base-font-weight-700";
217
- export const letterSpacing50 = "--cnvs-base-letter-spacing-50";
218
- export const letterSpacing100 = "--cnvs-base-letter-spacing-100";
219
- export const letterSpacing150 = "--cnvs-base-letter-spacing-150";
220
- export const letterSpacing200 = "--cnvs-base-letter-spacing-200";
221
- export const shadow100 = "--cnvs-base-shadow-100";
222
- export const shadow200 = "--cnvs-base-shadow-200";
223
- export const shadow300 = "--cnvs-base-shadow-300";
224
- export const shadow400 = "--cnvs-base-shadow-400";
225
- export const shadow500 = "--cnvs-base-shadow-500";
226
- export const shadow600 = "--cnvs-base-shadow-600";
227
- export const baseDimension = "--cnvs-base-dimension";
@@ -1,58 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- export declare const primary = {
7
- "lightest": "--cnvs-brand-primary-lightest",
8
- "light": "--cnvs-brand-primary-light",
9
- "base": "--cnvs-brand-primary-base",
10
- "dark": "--cnvs-brand-primary-dark",
11
- "darkest": "--cnvs-brand-primary-darkest",
12
- "accent": "--cnvs-brand-primary-accent"
13
- } as const;
14
-
15
- export declare const alert = {
16
- "lightest": "--cnvs-brand-alert-lightest",
17
- "light": "--cnvs-brand-alert-light",
18
- "base": "--cnvs-brand-alert-base",
19
- "dark": "--cnvs-brand-alert-dark",
20
- "darkest": "--cnvs-brand-alert-darkest",
21
- "accent": "--cnvs-brand-alert-accent"
22
- } as const;
23
-
24
- export declare const error = {
25
- "lightest": "--cnvs-brand-error-lightest",
26
- "light": "--cnvs-brand-error-light",
27
- "base": "--cnvs-brand-error-base",
28
- "dark": "--cnvs-brand-error-dark",
29
- "darkest": "--cnvs-brand-error-darkest",
30
- "accent": "--cnvs-brand-error-accent"
31
- } as const;
32
-
33
- export declare const success = {
34
- "lightest": "--cnvs-brand-success-lightest",
35
- "light": "--cnvs-brand-success-light",
36
- "base": "--cnvs-brand-success-base",
37
- "dark": "--cnvs-brand-success-dark",
38
- "darkest": "--cnvs-brand-success-darkest",
39
- "accent": "--cnvs-brand-success-accent"
40
- } as const;
41
-
42
- export declare const neutral = {
43
- "lightest": "--cnvs-brand-neutral-lightest",
44
- "light": "--cnvs-brand-neutral-light",
45
- "base": "--cnvs-brand-neutral-base",
46
- "dark": "--cnvs-brand-neutral-dark",
47
- "darkest": "--cnvs-brand-neutral-darkest",
48
- "accent": "--cnvs-brand-neutral-accent"
49
- } as const;
50
-
51
- export declare const common = {
52
- "focusOutline": "--cnvs-brand-common-focus-outline",
53
- "errorInner": "--cnvs-brand-common-error-inner",
54
- "alertInner": "--cnvs-brand-common-alert-inner"
55
- } as const;
56
-
57
- export declare const gradient = "--cnvs-brand-gradient" as const;
58
-
@@ -1,51 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- export const primary = {
7
- "lightest": "--cnvs-brand-primary-lightest",
8
- "light": "--cnvs-brand-primary-light",
9
- "base": "--cnvs-brand-primary-base",
10
- "dark": "--cnvs-brand-primary-dark",
11
- "darkest": "--cnvs-brand-primary-darkest",
12
- "accent": "--cnvs-brand-primary-accent"
13
- };
14
- export const alert = {
15
- "lightest": "--cnvs-brand-alert-lightest",
16
- "light": "--cnvs-brand-alert-light",
17
- "base": "--cnvs-brand-alert-base",
18
- "dark": "--cnvs-brand-alert-dark",
19
- "darkest": "--cnvs-brand-alert-darkest",
20
- "accent": "--cnvs-brand-alert-accent"
21
- };
22
- export const error = {
23
- "lightest": "--cnvs-brand-error-lightest",
24
- "light": "--cnvs-brand-error-light",
25
- "base": "--cnvs-brand-error-base",
26
- "dark": "--cnvs-brand-error-dark",
27
- "darkest": "--cnvs-brand-error-darkest",
28
- "accent": "--cnvs-brand-error-accent"
29
- };
30
- export const success = {
31
- "lightest": "--cnvs-brand-success-lightest",
32
- "light": "--cnvs-brand-success-light",
33
- "base": "--cnvs-brand-success-base",
34
- "dark": "--cnvs-brand-success-dark",
35
- "darkest": "--cnvs-brand-success-darkest",
36
- "accent": "--cnvs-brand-success-accent"
37
- };
38
- export const neutral = {
39
- "lightest": "--cnvs-brand-neutral-lightest",
40
- "light": "--cnvs-brand-neutral-light",
41
- "base": "--cnvs-brand-neutral-base",
42
- "dark": "--cnvs-brand-neutral-dark",
43
- "darkest": "--cnvs-brand-neutral-darkest",
44
- "accent": "--cnvs-brand-neutral-accent"
45
- };
46
- export const common = {
47
- "focusOutline": "--cnvs-brand-common-focus-outline",
48
- "errorInner": "--cnvs-brand-common-error-inner",
49
- "alertInner": "--cnvs-brand-common-alert-inner"
50
- };
51
- export const gradient = "--cnvs-brand-gradient";
@@ -1,9 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- import * as base from "./base";
7
- import * as brand from "./brand";
8
- import * as system from "./system";
9
- export {base,brand,system}
package/dist/es6/index.js DELETED
@@ -1,9 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- import * as base from "./base";
7
- import * as brand from "./brand";
8
- import * as system from "./system";
9
- export {base,brand,system}
@@ -1,287 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Fri, 29 Sep 2023 22:32:54 GMT
4
- */
5
-
6
- export declare const border = "--cnvs-sys-border" as const;
7
-
8
- export declare const color = {
9
- "bg": {
10
- "default": "--cnvs-sys-color-bg-default",
11
- "alt": "--cnvs-sys-color-bg-alt",
12
- "hover": "--cnvs-sys-color-bg-hover",
13
- "active": "--cnvs-sys-color-bg-active",
14
- "selected": "--cnvs-sys-color-bg-selected",
15
- "primary": {
16
- "default": "--cnvs-sys-color-bg-primary-default",
17
- "hover": "--cnvs-sys-color-bg-primary-hover",
18
- "active": "--cnvs-sys-color-bg-primary-active"
19
- },
20
- "secondary": {
21
- "default": "--cnvs-sys-color-bg-secondary-default",
22
- "focus": "--cnvs-sys-color-bg-secondary-focus",
23
- "hover": "--cnvs-sys-color-bg-secondary-hover",
24
- "active": "--cnvs-sys-color-bg-secondary-active"
25
- },
26
- "delete": {
27
- "default": "--cnvs-sys-color-bg-delete-default",
28
- "hover": "--cnvs-sys-color-bg-delete-hover",
29
- "active": "--cnvs-sys-color-bg-delete-active"
30
- },
31
- "status": {
32
- "success": "--cnvs-sys-color-bg-status-success",
33
- "error": "--cnvs-sys-color-bg-status-error",
34
- "alert": "--cnvs-sys-color-bg-status-alert"
35
- },
36
- "help": "--cnvs-sys-color-bg-help",
37
- "overlay": "--cnvs-sys-color-bg-overlay"
38
- },
39
- "fg": {
40
- "type": {
41
- "heading": "--cnvs-sys-color-fg-type-heading",
42
- "body": "--cnvs-sys-color-fg-type-body",
43
- "hint": "--cnvs-sys-color-fg-type-hint",
44
- "disabled": "--cnvs-sys-color-fg-type-disabled",
45
- "link": {
46
- "default": "--cnvs-sys-color-fg-type-link-default",
47
- "focus": "--cnvs-sys-color-fg-type-link-focus",
48
- "active": "--cnvs-sys-color-fg-type-link-active",
49
- "visited": "--cnvs-sys-color-fg-type-link-visited"
50
- },
51
- "inverse": "--cnvs-sys-color-fg-type-inverse",
52
- "error": "--cnvs-sys-color-fg-type-error",
53
- "selected": "--cnvs-sys-color-fg-type-selected"
54
- },
55
- "icon": {
56
- "fill": "--cnvs-sys-color-fg-icon-fill",
57
- "background": "--cnvs-sys-color-fg-icon-background",
58
- "accent": "--cnvs-sys-color-fg-icon-accent",
59
- "hover": "--cnvs-sys-color-fg-icon-hover",
60
- "disabled": "--cnvs-sys-color-fg-icon-disabled",
61
- "inverse": "--cnvs-sys-color-fg-icon-inverse",
62
- "primary": "--cnvs-sys-color-fg-icon-primary"
63
- }
64
- },
65
- "border": {
66
- "input": {
67
- "default": "--cnvs-sys-color-border-input-default",
68
- "hover": "--cnvs-sys-color-border-input-hover",
69
- "disabled": "--cnvs-sys-color-border-input-disabled",
70
- "active": "--cnvs-sys-color-border-input-active",
71
- "error": "--cnvs-sys-color-border-input-error",
72
- "alert": "--cnvs-sys-color-border-input-alert"
73
- }
74
- },
75
- "shadow": {
76
- "main": "--cnvs-sys-color-shadow-main",
77
- "accent": "--cnvs-sys-color-shadow-accent"
78
- },
79
- "focusRing": "--cnvs-sys-color-focus-ring",
80
- "gradient": "--cnvs-sys-color-gradient",
81
- "overlay": {
82
- "modal": "--cnvs-sys-color-overlay-modal",
83
- "tooltip": "--cnvs-sys-color-overlay-tooltip"
84
- },
85
- "dataViz": {
86
- "10": "--cnvs-sys-color-data-viz-10",
87
- "11": "--cnvs-sys-color-data-viz-11",
88
- "12": "--cnvs-sys-color-data-viz-12",
89
- "13": "--cnvs-sys-color-data-viz-13",
90
- "14": "--cnvs-sys-color-data-viz-14",
91
- "15": "--cnvs-sys-color-data-viz-15",
92
- "16": "--cnvs-sys-color-data-viz-16",
93
- "01": "--cnvs-sys-color-data-viz-01",
94
- "02": "--cnvs-sys-color-data-viz-02",
95
- "03": "--cnvs-sys-color-data-viz-03",
96
- "04": "--cnvs-sys-color-data-viz-04",
97
- "05": "--cnvs-sys-color-data-viz-05",
98
- "06": "--cnvs-sys-color-data-viz-06",
99
- "07": "--cnvs-sys-color-data-viz-07",
100
- "08": "--cnvs-sys-color-data-viz-08",
101
- "09": "--cnvs-sys-color-data-viz-09"
102
- }
103
- } as const;
104
-
105
- export declare const depth = {
106
- "1": "--cnvs-sys-depth-1",
107
- "2": "--cnvs-sys-depth-2",
108
- "3": "--cnvs-sys-depth-3",
109
- "4": "--cnvs-sys-depth-4",
110
- "5": "--cnvs-sys-depth-5",
111
- "6": "--cnvs-sys-depth-6"
112
- } as const;
113
-
114
- export declare const opacity = {
115
- "disabled": "--cnvs-sys-opacity-disabled"
116
- } as const;
117
-
118
- export declare const shape = {
119
- "zero": "--cnvs-sys-shape-zero",
120
- "small": "--cnvs-sys-shape-small",
121
- "medium": "--cnvs-sys-shape-medium",
122
- "large": "--cnvs-sys-shape-large",
123
- "circle": "--cnvs-sys-shape-circle"
124
- } as const;
125
-
126
- export declare const space = {
127
- "zero": "--cnvs-sys-space-zero",
128
- "x1": "--cnvs-sys-space-x1",
129
- "x2": "--cnvs-sys-space-x2",
130
- "x3": "--cnvs-sys-space-x3",
131
- "x4": "--cnvs-sys-space-x4",
132
- "x5": "--cnvs-sys-space-x5",
133
- "x6": "--cnvs-sys-space-x6",
134
- "x8": "--cnvs-sys-space-x8",
135
- "x10": "--cnvs-sys-space-x10",
136
- "x12": "--cnvs-sys-space-x12",
137
- "x14": "--cnvs-sys-space-x14",
138
- "x16": "--cnvs-sys-space-x16",
139
- "x20": "--cnvs-sys-space-x20"
140
- } as const;
141
-
142
- export declare const fontFamily = {
143
- "default": "--cnvs-sys-font-family-default",
144
- "mono": "--cnvs-sys-font-family-mono",
145
- "global": "--cnvs-sys-font-family-global"
146
- } as const;
147
-
148
- export declare const fontSize = {
149
- "subtext": {
150
- "small": "--cnvs-sys-font-size-subtext-small",
151
- "medium": "--cnvs-sys-font-size-subtext-medium",
152
- "large": "--cnvs-sys-font-size-subtext-large"
153
- },
154
- "body": {
155
- "small": "--cnvs-sys-font-size-body-small",
156
- "medium": "--cnvs-sys-font-size-body-medium",
157
- "large": "--cnvs-sys-font-size-body-large"
158
- },
159
- "heading": {
160
- "small": "--cnvs-sys-font-size-heading-small",
161
- "medium": "--cnvs-sys-font-size-heading-medium",
162
- "large": "--cnvs-sys-font-size-heading-large"
163
- },
164
- "title": {
165
- "small": "--cnvs-sys-font-size-title-small",
166
- "medium": "--cnvs-sys-font-size-title-medium",
167
- "large": "--cnvs-sys-font-size-title-large"
168
- }
169
- } as const;
170
-
171
- export declare const lineHeight = {
172
- "subtext": {
173
- "small": "--cnvs-sys-line-height-subtext-small",
174
- "medium": "--cnvs-sys-line-height-subtext-medium",
175
- "large": "--cnvs-sys-line-height-subtext-large"
176
- },
177
- "body": {
178
- "small": "--cnvs-sys-line-height-body-small",
179
- "medium": "--cnvs-sys-line-height-body-medium",
180
- "large": "--cnvs-sys-line-height-body-large"
181
- },
182
- "heading": {
183
- "small": "--cnvs-sys-line-height-heading-small",
184
- "medium": "--cnvs-sys-line-height-heading-medium",
185
- "large": "--cnvs-sys-line-height-heading-large"
186
- },
187
- "title": {
188
- "small": "--cnvs-sys-line-height-title-small",
189
- "medium": "--cnvs-sys-line-height-title-medium",
190
- "large": "--cnvs-sys-line-height-title-large"
191
- }
192
- } as const;
193
-
194
- export declare const fontWeight = {
195
- "light": "--cnvs-sys-font-weight-light",
196
- "normal": "--cnvs-sys-font-weight-normal",
197
- "medium": "--cnvs-sys-font-weight-medium",
198
- "bold": "--cnvs-sys-font-weight-bold"
199
- } as const;
200
-
201
- export declare const type = {
202
- "subtext": {
203
- "small": {
204
- "fontFamily": "--cnvs-base-font-family-50",
205
- "fontWeight": "--cnvs-base-font-weight-400",
206
- "lineHeight": "--cnvs-base-line-height-150",
207
- "fontSize": "--cnvs-base-font-size-25",
208
- "letterSpacing": "--cnvs-base-letter-spacing-50"
209
- },
210
- "medium": {
211
- "fontFamily": "--cnvs-base-font-family-50",
212
- "fontWeight": "--cnvs-base-font-weight-400",
213
- "lineHeight": "--cnvs-base-line-height-150",
214
- "fontSize": "--cnvs-base-font-size-50",
215
- "letterSpacing": "--cnvs-base-letter-spacing-100"
216
- },
217
- "large": {
218
- "fontFamily": "--cnvs-base-font-family-50",
219
- "fontWeight": "--cnvs-base-font-weight-400",
220
- "lineHeight": "--cnvs-base-line-height-200",
221
- "fontSize": "--cnvs-base-font-size-75",
222
- "letterSpacing": "--cnvs-base-letter-spacing-150"
223
- }
224
- },
225
- "body": {
226
- "small": {
227
- "fontFamily": "--cnvs-base-font-family-50",
228
- "fontWeight": "--cnvs-base-font-weight-400",
229
- "lineHeight": "--cnvs-base-line-height-250",
230
- "fontSize": "--cnvs-base-font-size-100",
231
- "letterSpacing": "--cnvs-base-letter-spacing-200"
232
- },
233
- "medium": {
234
- "fontFamily": "--cnvs-base-font-family-50",
235
- "fontWeight": "--cnvs-base-font-weight-400",
236
- "lineHeight": "--cnvs-base-line-height-300",
237
- "fontSize": "--cnvs-base-font-size-125"
238
- },
239
- "large": {
240
- "fontFamily": "--cnvs-base-font-family-50",
241
- "fontWeight": "--cnvs-base-font-weight-400",
242
- "lineHeight": "--cnvs-base-line-height-300",
243
- "fontSize": "--cnvs-base-font-size-150"
244
- }
245
- },
246
- "heading": {
247
- "small": {
248
- "fontFamily": "--cnvs-base-font-family-50",
249
- "fontWeight": "--cnvs-base-font-weight-700",
250
- "lineHeight": "--cnvs-base-line-height-350",
251
- "fontSize": "--cnvs-base-font-size-200"
252
- },
253
- "medium": {
254
- "fontFamily": "--cnvs-base-font-family-50",
255
- "fontWeight": "--cnvs-base-font-weight-700",
256
- "lineHeight": "--cnvs-base-line-height-400",
257
- "fontSize": "--cnvs-base-font-size-250"
258
- },
259
- "large": {
260
- "fontFamily": "--cnvs-base-font-family-50",
261
- "fontWeight": "--cnvs-base-font-weight-700",
262
- "lineHeight": "--cnvs-base-line-height-450",
263
- "fontSize": "--cnvs-base-font-size-300"
264
- }
265
- },
266
- "title": {
267
- "small": {
268
- "fontFamily": "--cnvs-base-font-family-50",
269
- "fontWeight": "--cnvs-base-font-weight-700",
270
- "lineHeight": "--cnvs-base-line-height-500",
271
- "fontSize": "--cnvs-base-font-size-400"
272
- },
273
- "medium": {
274
- "fontFamily": "--cnvs-base-font-family-50",
275
- "fontWeight": "--cnvs-base-font-weight-700",
276
- "lineHeight": "--cnvs-base-line-height-600",
277
- "fontSize": "--cnvs-base-font-size-500"
278
- },
279
- "large": {
280
- "fontFamily": "--cnvs-base-font-family-50",
281
- "fontWeight": "--cnvs-base-font-weight-700",
282
- "lineHeight": "--cnvs-base-line-height-700",
283
- "fontSize": "--cnvs-base-font-size-600"
284
- }
285
- }
286
- } as const;
287
-