@esri/calcite-design-tokens 1.1.1-next.1 → 2.0.0-rc.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.
Files changed (148) hide show
  1. package/README.md +7 -9
  2. package/dist/css/breakpoint.css +29 -0
  3. package/dist/css/classes.css +327 -0
  4. package/dist/css/core.css +344 -0
  5. package/dist/css/dark.css +45 -0
  6. package/dist/css/global.css +103 -0
  7. package/dist/css/index.css +176 -0
  8. package/dist/css/light.css +45 -0
  9. package/dist/es6/core.d.ts +342 -0
  10. package/dist/es6/core.js +342 -0
  11. package/dist/es6/global.d.ts +207 -0
  12. package/dist/es6/global.js +207 -0
  13. package/dist/js/core.d.ts +466 -0
  14. package/dist/js/core.js +8795 -0
  15. package/dist/js/global.d.ts +331 -0
  16. package/dist/js/global.js +6597 -0
  17. package/dist/scss/breakpoints.scss +37 -0
  18. package/dist/scss/core.scss +342 -0
  19. package/dist/scss/dark.scss +43 -0
  20. package/dist/scss/index.scss +92 -0
  21. package/dist/scss/light.scss +43 -0
  22. package/dist/scss/mixins.scss +342 -0
  23. package/package.json +28 -21
  24. package/.eslintrc.cjs +0 -85
  25. package/.turbo/turbo-build.log +0 -7034
  26. package/.turbo/turbo-test.log +0 -14
  27. package/CHANGELOG.md +0 -29
  28. package/CONTRIBUTING.md +0 -41
  29. package/dist/css/brand-light.css +0 -9
  30. package/dist/css/calcite-dark.css +0 -504
  31. package/dist/css/calcite-headless.css +0 -2615
  32. package/dist/css/calcite-light.css +0 -507
  33. package/dist/es6/brand-light.d.ts +0 -7
  34. package/dist/es6/brand-light.js +0 -7
  35. package/dist/es6/calcite-dark.d.ts +0 -502
  36. package/dist/es6/calcite-dark.js +0 -502
  37. package/dist/es6/calcite-headless.d.ts +0 -2613
  38. package/dist/es6/calcite-headless.js +0 -2613
  39. package/dist/es6/calcite-light.d.ts +0 -505
  40. package/dist/es6/calcite-light.js +0 -505
  41. package/dist/js/brand-light.d.ts +0 -72
  42. package/dist/js/brand-light.js +0 -95
  43. package/dist/js/calcite-dark.d.ts +0 -563
  44. package/dist/js/calcite-dark.js +0 -10024
  45. package/dist/js/calcite-headless.d.ts +0 -1730
  46. package/dist/js/calcite-headless.js +0 -50082
  47. package/dist/js/calcite-light.d.ts +0 -544
  48. package/dist/js/calcite-light.js +0 -10090
  49. package/dist/scss/calcite-dark.scss +0 -535
  50. package/dist/scss/calcite-headless.scss +0 -3012
  51. package/dist/scss/calcite-light.scss +0 -538
  52. package/jest.config.json +0 -16
  53. package/src/$metadata.json +0 -76
  54. package/src/$themes.json +0 -2363
  55. package/src/brand/dark.json +0 -1
  56. package/src/brand/global.json +0 -1
  57. package/src/brand/light.json +0 -20
  58. package/src/calcite/dark.json +0 -2488
  59. package/src/calcite/light.json +0 -2508
  60. package/src/component/accordion-item.json +0 -172
  61. package/src/component/accordion.json +0 -192
  62. package/src/component/action-bar-grid.json +0 -66
  63. package/src/component/action-bar.json +0 -66
  64. package/src/component/action-pad-grid.json +0 -80
  65. package/src/component/action-pad.json +0 -80
  66. package/src/component/action.json +0 -156
  67. package/src/component/alert.json +0 -258
  68. package/src/component/avatar.json +0 -140
  69. package/src/component/block-section.json +0 -124
  70. package/src/component/block.json +0 -198
  71. package/src/component/button.json +0 -650
  72. package/src/component/card.json +0 -116
  73. package/src/component/checkbox.json +0 -110
  74. package/src/component/chip.json +0 -382
  75. package/src/component/color-picker.json +0 -148
  76. package/src/component/combobox.json +0 -152
  77. package/src/component/date-picker.json +0 -354
  78. package/src/component/dropdown-item.json +0 -384
  79. package/src/component/dropdown.json +0 -58
  80. package/src/component/fab.json +0 -490
  81. package/src/component/filter.json +0 -174
  82. package/src/component/icon.json +0 -18
  83. package/src/component/input-date-picker.json +0 -224
  84. package/src/component/input-datetime-local.json +0 -230
  85. package/src/component/input-email.json +0 -244
  86. package/src/component/input-file.json +0 -244
  87. package/src/component/input-message.json +0 -72
  88. package/src/component/input-month.json +0 -244
  89. package/src/component/input-number.json +0 -244
  90. package/src/component/input-password.json +0 -244
  91. package/src/component/input-search.json +0 -244
  92. package/src/component/input-telephone.json +0 -244
  93. package/src/component/input-text.json +0 -244
  94. package/src/component/input-time.json +0 -1
  95. package/src/component/input-week.json +0 -244
  96. package/src/component/label.json +0 -26
  97. package/src/component/link.json +0 -44
  98. package/src/component/loader.json +0 -130
  99. package/src/component/modal.json +0 -278
  100. package/src/component/notice.json +0 -280
  101. package/src/component/pagination.json +0 -152
  102. package/src/component/panel-header.json +0 -88
  103. package/src/component/popover.json +0 -170
  104. package/src/component/radio.json +0 -124
  105. package/src/component/rating.json +0 -243
  106. package/src/component/scrim.json +0 -18
  107. package/src/component/segmented-control.json +0 -154
  108. package/src/component/slider-histogram-range.json +0 -284
  109. package/src/component/slider-histogram.json +0 -280
  110. package/src/component/slider-range.json +0 -226
  111. package/src/component/slider.json +0 -226
  112. package/src/component/split-button.json +0 -830
  113. package/src/component/stepper-item.json +0 -372
  114. package/src/component/stepper.json +0 -152
  115. package/src/component/switch.json +0 -178
  116. package/src/component/tab-title.json +0 -228
  117. package/src/component/tabs.json +0 -242
  118. package/src/component/textarea.json +0 -200
  119. package/src/component/time-picker.json +0 -138
  120. package/src/component/tip-manager.json +0 -118
  121. package/src/component/tip.json +0 -114
  122. package/src/component/tooltip.json +0 -66
  123. package/src/component/tree-item.json +0 -176
  124. package/src/core.json +0 -1833
  125. package/src/semantic.json +0 -1709
  126. package/support/run.ts +0 -16
  127. package/support/token-transformer/format/javascript.ts +0 -22
  128. package/support/token-transformer/format/scss.ts +0 -81
  129. package/support/token-transformer/getThemes.ts +0 -41
  130. package/support/token-transformer/parse/expandComposites.test.ts +0 -144
  131. package/support/token-transformer/parse/expandComposites.ts +0 -72
  132. package/support/token-transformer/sd-run.ts +0 -191
  133. package/support/token-transformer/transform/nameCamelCase.test.ts +0 -36
  134. package/support/token-transformer/transform/nameCamelCase.ts +0 -15
  135. package/support/token-transformer/transform/nameKebabCase.test.ts +0 -36
  136. package/support/token-transformer/transform/nameKebabCase.ts +0 -26
  137. package/support/token-transformer/utils/compositeTokens.test.ts +0 -133
  138. package/support/token-transformer/utils/compositeTokens.ts +0 -103
  139. package/support/token-transformer/utils/convertTokenToStyleDictionaryFormat.ts +0 -20
  140. package/support/token-transformer/utils/matchList.ts +0 -11
  141. package/support/token-transformer/utils/parseName.ts +0 -18
  142. package/support/token-transformer/utils/parseTokenPath.ts +0 -19
  143. package/support/token-transformer/utils/regex.ts +0 -9
  144. package/support/token-transformer/utils/sortAllTokens.ts +0 -12
  145. package/support/token-transformer/utils/transformOptions.ts +0 -31
  146. package/tsconfig-base.json +0 -17
  147. package/tsconfig-eslint.json +0 -4
  148. package/tsconfig.json +0 -4
@@ -1,538 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Sat, 18 Nov 2023 06:38:08 GMT
4
- */
5
-
6
-
7
- $ui-brand-light: #007ac2;
8
- $ui-brand-hover-light: #00619b;
9
- $ui-brand-press-light: #004874;
10
- $ui-background-light: #f8f8f8;
11
- $ui-foreground-1-light: #ffffff;
12
- $ui-foreground-2-light: #f3f3f3;
13
- $ui-foreground-3-light: #eaeaea;
14
- $ui-text-1-light: #151515;
15
- $ui-text-2-light: #4a4a4a;
16
- $ui-text-3-light: #6a6a6a;
17
- $ui-text-inverse-light: #ffffff;
18
- $ui-text-link-light: #00619b;
19
- $ui-border-1-light: #cacaca;
20
- $ui-border-2-light: #d4d4d4;
21
- $ui-border-3-light: #dfdfdf;
22
- $ui-border-input-light: #949494;
23
- $ui-info-light: #00619b;
24
- $ui-info-hover-light: #004874;
25
- $ui-info-press-light: #00304d;
26
- $ui-success-light: #35ac46;
27
- $ui-success-hover-light: #288835;
28
- $ui-success-press-light: #1a6324;
29
- $ui-warning-light: #edd317;
30
- $ui-warning-hover-light: #d9bc00;
31
- $ui-warning-press-light: #bfa200;
32
- $ui-danger-light: #d83020;
33
- $ui-danger-hover-light: #a82b1e;
34
- $ui-danger-press-light: #7c1d13;
35
- $ui-inverse-light: #353535;
36
-
37
- @mixin calcite-theme-light() {
38
- --calcite-ui-brand: #007ac2;
39
- --calcite-ui-brand-hover: #00619b;
40
- --calcite-ui-brand-press: #004874;
41
- --calcite-ui-background: #f8f8f8;
42
- --calcite-ui-foreground-1: #ffffff;
43
- --calcite-ui-foreground-2: #f3f3f3;
44
- --calcite-ui-foreground-3: #eaeaea;
45
- --calcite-ui-text-1: #151515;
46
- --calcite-ui-text-2: #4a4a4a;
47
- --calcite-ui-text-3: #6a6a6a;
48
- --calcite-ui-text-inverse: #ffffff;
49
- --calcite-ui-text-link: #00619b;
50
- --calcite-ui-border-1: #cacaca;
51
- --calcite-ui-border-2: #d4d4d4;
52
- --calcite-ui-border-3: #dfdfdf;
53
- --calcite-ui-border-input: #949494;
54
- --calcite-ui-info: #00619b;
55
- --calcite-ui-info-hover: #004874;
56
- --calcite-ui-info-press: #00304d;
57
- --calcite-ui-success: #35ac46;
58
- --calcite-ui-success-hover: #288835;
59
- --calcite-ui-success-press: #1a6324;
60
- --calcite-ui-warning: #edd317;
61
- --calcite-ui-warning-hover: #d9bc00;
62
- --calcite-ui-warning-press: #bfa200;
63
- --calcite-ui-danger: #d83020;
64
- --calcite-ui-danger-hover: #a82b1e;
65
- --calcite-ui-danger-press: #7c1d13;
66
- --calcite-ui-inverse: #353535;
67
- --calcite-ui-component-avatar-font: #6a6a6a;
68
- --calcite-ui-component-avatar-icon: #6a6a6a;
69
- --calcite-ui-component-avatar-background: #f3f3f3;
70
- --calcite-ui-component-avatar-background-red: #ffc6bf;
71
- --calcite-ui-component-avatar-background-teal: #cef5f4;
72
- --calcite-ui-component-avatar-background-blue: #c7eaff;
73
- --calcite-ui-component-avatar-background-green: #e5f7b4;
74
- --calcite-ui-component-avatar-background-yellow: #fff7cc;
75
- --calcite-ui-component-checkbox-font: #151515;
76
- --calcite-ui-component-checkbox-background: #ffffff;
77
- --calcite-ui-component-checkbox-background-selected: #007ac2;
78
- --calcite-ui-component-checkbox-icon: #ffffff;
79
- --calcite-ui-component-checkbox-border: #949494;
80
- --calcite-ui-component-radio-font: #151515;
81
- --calcite-ui-component-radio-background: #ffffff;
82
- --calcite-ui-component-radio-border-unchecked: #6a6a6a;
83
- --calcite-ui-component-radio-border-checked: #007ac2;
84
- --calcite-ui-component-chip-font-clear: #151515;
85
- --calcite-ui-component-chip-font-solid-grey: #151515;
86
- --calcite-ui-component-chip-font-solid-blue: #ffffff;
87
- --calcite-ui-component-chip-font-solid-red: #ffffff;
88
- --calcite-ui-component-chip-font-solid-yellow: #151515;
89
- --calcite-ui-component-chip-font-solid-green: #151515;
90
- --calcite-ui-component-chip-icon-clear: #151515;
91
- --calcite-ui-component-chip-icon-solid-grey: #151515;
92
- --calcite-ui-component-chip-icon-solid-blue: #ffffff;
93
- --calcite-ui-component-chip-icon-solid-red: #ffffff;
94
- --calcite-ui-component-chip-icon-solid-yellow: #151515;
95
- --calcite-ui-component-chip-icon-solid-green: #151515;
96
- --calcite-ui-component-chip-closable-icon: #6a6a6a;
97
- --calcite-ui-component-chip-background-solid-grey: #f3f3f3;
98
- --calcite-ui-component-chip-background-solid-blue: #00619b;
99
- --calcite-ui-component-chip-background-solid-red: #d83020;
100
- --calcite-ui-component-chip-background-solid-yellow: #edd317;
101
- --calcite-ui-component-chip-background-solid-green: #35ac46;
102
- --calcite-ui-component-chip-border-clear-grey: #cacaca;
103
- --calcite-ui-component-chip-border-clear-blue: #00619b;
104
- --calcite-ui-component-chip-border-clear-red: #d83020;
105
- --calcite-ui-component-chip-border-clear-yellow: #edd317;
106
- --calcite-ui-component-chip-border-clear-green: #35ac46;
107
- --calcite-ui-component-label-font: #151515;
108
- --calcite-ui-component-loader-font: #151515;
109
- --calcite-ui-component-loader-foreground: #007ac2;
110
- --calcite-ui-component-loader-inline-foreground-indeterminate: #151515;
111
- --calcite-ui-component-loader-inline-foreground-determinate: #007ac2;
112
- --calcite-ui-component-rating-star-background: #949494;
113
- --calcite-ui-component-rating-star-background-active: #007ac2;
114
- --calcite-ui-component-rating-star-background-average: #edd317;
115
- --calcite-ui-component-rating-chip-count-font: #4a4a4a;
116
- --calcite-ui-component-rating-chip-foreground: #f3f3f3;
117
- --calcite-ui-component-tooltip-foreground: #ffffff;
118
- --calcite-ui-component-tooltip-border: #dfdfdf;
119
- --calcite-ui-component-tooltip-font: #151515;
120
- --calcite-ui-component-accordion-item-font-heading: #151515;
121
- --calcite-ui-component-accordion-item-font-description: #6a6a6a;
122
- --calcite-ui-component-accordion-item-icon: #6a6a6a;
123
- --calcite-ui-component-accordion-item-icon-expanded: #151515;
124
- --calcite-ui-component-accordion-item-background: #ffffff;
125
- --calcite-ui-component-accordion-item-border: #d4d4d4;
126
- --calcite-ui-component-input-message-font: #151515;
127
- --calcite-ui-component-input-message-icon-idle: #007ac2;
128
- --calcite-ui-component-input-message-icon-invalid: #d83020;
129
- --calcite-ui-component-input-message-icon-valid: #35ac46;
130
- --calcite-ui-component-alert-font-title: #151515;
131
- --calcite-ui-component-alert-font-message: #6a6a6a;
132
- --calcite-ui-component-alert-background: #ffffff;
133
- --calcite-ui-component-alert-border: #dfdfdf;
134
- --calcite-ui-component-alert-icon-blue: #00619b;
135
- --calcite-ui-component-alert-icon-green: #35ac46;
136
- --calcite-ui-component-alert-icon-yellow: #edd317;
137
- --calcite-ui-component-alert-icon-red: #d83020;
138
- --calcite-ui-component-alert-highlight-blue: #00619b;
139
- --calcite-ui-component-alert-highlight-green: #35ac46;
140
- --calcite-ui-component-alert-highlight-yellow: #edd317;
141
- --calcite-ui-component-alert-highlight-red: #d83020;
142
- --calcite-ui-component-tip-font-heading: #151515;
143
- --calcite-ui-component-tip-font-description: #4a4a4a;
144
- --calcite-ui-component-tip-icon: #6a6a6a;
145
- --calcite-ui-component-tip-background-light: #ffffff;
146
- --calcite-ui-component-tip-border: #d4d4d4;
147
- --calcite-ui-component-color-picker-font-label: #151515;
148
- --calcite-ui-component-color-picker-icon: #151515;
149
- --calcite-ui-component-color-picker-border: #cacaca;
150
- --calcite-ui-component-color-picker-background: #ffffff;
151
- --calcite-ui-component-date-picker-font-date: #6a6a6a;
152
- --calcite-ui-component-date-picker-font-range-date: #151515;
153
- --calcite-ui-component-date-picker-font-day: #6a6a6a;
154
- --calcite-ui-component-date-picker-font-month: #151515;
155
- --calcite-ui-component-date-picker-font-selected-date: #ffffff;
156
- --calcite-ui-component-date-picker-font-active-date: #ffffff;
157
- --calcite-ui-component-date-picker-icon: #6a6a6a;
158
- --calcite-ui-component-date-picker-border: #cacaca;
159
- --calcite-ui-component-date-picker-date-active-border: #ffffff;
160
- --calcite-ui-component-date-picker-background: #ffffff;
161
- --calcite-ui-component-date-picker-background-date-range: #c7eaff;
162
- --calcite-ui-component-date-picker-background-date-active-light: #007ac2;
163
- --calcite-ui-component-input-date-picker-font-placeholder-value: #151515;
164
- --calcite-ui-component-input-date-picker-font-label: #151515;
165
- --calcite-ui-component-input-date-picker-icon: #6a6a6a;
166
- --calcite-ui-component-input-date-picker-border: #949494;
167
- --calcite-ui-component-input-date-picker-background: #ffffff;
168
- --calcite-ui-component-input-date-picker-background-arrow: #f8f8f8;
169
- --calcite-ui-component-input-date-picker-background-read-only: #f8f8f8;
170
- --calcite-ui-component-input-datetime-local-font-placeholder-value: #151515;
171
- --calcite-ui-component-input-datetime-local-font-label: #151515;
172
- --calcite-ui-component-input-datetime-local-font-prefix-suffix: #4a4a4a;
173
- --calcite-ui-component-input-datetime-local-icon: #6a6a6a;
174
- --calcite-ui-component-input-datetime-local-background: #ffffff;
175
- --calcite-ui-component-input-datetime-local-background-prefix-sufix: #f8f8f8;
176
- --calcite-ui-component-input-datetime-local-background-read-only: #f8f8f8;
177
- --calcite-ui-component-input-datetime-local-border: #949494;
178
- --calcite-ui-component-input-datetime-local-border-invalid: #d83020;
179
- --calcite-ui-component-input-email-font-placeholder-value: #151515;
180
- --calcite-ui-component-input-email-font-label: #151515;
181
- --calcite-ui-component-input-email-font-prefix-suffix: #4a4a4a;
182
- --calcite-ui-component-input-email-icon: #6a6a6a;
183
- --calcite-ui-component-input-email-background: #ffffff;
184
- --calcite-ui-component-input-email-background-prefix-sufix: #f8f8f8;
185
- --calcite-ui-component-input-email-background-read-only: #f8f8f8;
186
- --calcite-ui-component-input-email-border: #949494;
187
- --calcite-ui-component-input-email-border-invalid: #d83020;
188
- --calcite-ui-component-input-file-font-placeholder-value: #151515;
189
- --calcite-ui-component-input-file-font-label: #151515;
190
- --calcite-ui-component-input-file-font-prefix-suffix: #4a4a4a;
191
- --calcite-ui-component-input-file-icon: #6a6a6a;
192
- --calcite-ui-component-input-file-background: #ffffff;
193
- --calcite-ui-component-input-file-background-prefix-sufix: #f8f8f8;
194
- --calcite-ui-component-input-file-background-read-only: #f8f8f8;
195
- --calcite-ui-component-input-file-border: #949494;
196
- --calcite-ui-component-input-file-border-invalid: #d83020;
197
- --calcite-ui-component-input-month-font-placeholder-value: #151515;
198
- --calcite-ui-component-input-month-font-label: #151515;
199
- --calcite-ui-component-input-month-font-prefix-suffix: #4a4a4a;
200
- --calcite-ui-component-input-month-icon: #6a6a6a;
201
- --calcite-ui-component-input-month-background: #ffffff;
202
- --calcite-ui-component-input-month-background-prefix-sufix: #f8f8f8;
203
- --calcite-ui-component-input-month-background-read-only: #f8f8f8;
204
- --calcite-ui-component-input-month-border: #949494;
205
- --calcite-ui-component-input-month-border-invalid: #d83020;
206
- --calcite-ui-component-input-number-font-placeholder-value: #151515;
207
- --calcite-ui-component-input-number-font-label: #151515;
208
- --calcite-ui-component-input-number-font-prefix-suffix: #4a4a4a;
209
- --calcite-ui-component-input-number-icon: #6a6a6a;
210
- --calcite-ui-component-input-number-background: #ffffff;
211
- --calcite-ui-component-input-number-background-prefix-sufix: #f8f8f8;
212
- --calcite-ui-component-input-number-background-read-only: #f8f8f8;
213
- --calcite-ui-component-input-number-border: #949494;
214
- --calcite-ui-component-input-number-border-invalid: #d83020;
215
- --calcite-ui-component-input-password-font-placeholder-value: #151515;
216
- --calcite-ui-component-input-password-font-label: #151515;
217
- --calcite-ui-component-input-password-font-prefix-suffix: #4a4a4a;
218
- --calcite-ui-component-input-password-icon: #6a6a6a;
219
- --calcite-ui-component-input-password-background: #ffffff;
220
- --calcite-ui-component-input-password-background-prefix-sufix: #f8f8f8;
221
- --calcite-ui-component-input-password-background-read-only: #f8f8f8;
222
- --calcite-ui-component-input-password-border: #949494;
223
- --calcite-ui-component-input-password-border-invalid: #d83020;
224
- --calcite-ui-component-input-search-font-placeholder-value: #151515;
225
- --calcite-ui-component-input-search-font-label: #151515;
226
- --calcite-ui-component-input-search-font-prefix-suffix: #4a4a4a;
227
- --calcite-ui-component-input-search-icon: #6a6a6a;
228
- --calcite-ui-component-input-search-background: #ffffff;
229
- --calcite-ui-component-input-search-background-prefix-sufix: #f8f8f8;
230
- --calcite-ui-component-input-search-background-read-only: #f8f8f8;
231
- --calcite-ui-component-input-search-border: #949494;
232
- --calcite-ui-component-input-search-border-invalid: #d83020;
233
- --calcite-ui-component-input-telephone-font-placeholder-value: #151515;
234
- --calcite-ui-component-input-telephone-font-label: #151515;
235
- --calcite-ui-component-input-telephone-font-prefix-suffix: #4a4a4a;
236
- --calcite-ui-component-input-telephone-icon: #6a6a6a;
237
- --calcite-ui-component-input-telephone-background: #ffffff;
238
- --calcite-ui-component-input-telephone-background-prefix-sufix: #f8f8f8;
239
- --calcite-ui-component-input-telephone-background-read-only: #f8f8f8;
240
- --calcite-ui-component-input-telephone-border: #949494;
241
- --calcite-ui-component-input-telephone-border-invalid: #d83020;
242
- --calcite-ui-component-input-text-font-placeholder-value: #151515;
243
- --calcite-ui-component-input-text-font-label: #151515;
244
- --calcite-ui-component-input-text-font-prefix-suffix: #4a4a4a;
245
- --calcite-ui-component-input-text-icon: #6a6a6a;
246
- --calcite-ui-component-input-text-background: #ffffff;
247
- --calcite-ui-component-input-text-background-prefix-sufix: #f8f8f8;
248
- --calcite-ui-component-input-text-background-read-only: #f8f8f8;
249
- --calcite-ui-component-input-text-border: #949494;
250
- --calcite-ui-component-input-text-border-invalid: #d83020;
251
- --calcite-ui-component-input-week-font-placeholder-value: #151515;
252
- --calcite-ui-component-input-week-font-label: #151515;
253
- --calcite-ui-component-input-week-font-prefix-suffix: #4a4a4a;
254
- --calcite-ui-component-input-week-icon: #6a6a6a;
255
- --calcite-ui-component-input-week-background: #ffffff;
256
- --calcite-ui-component-input-week-background-prefix-sufix: #f8f8f8;
257
- --calcite-ui-component-input-week-background-read-only: #f8f8f8;
258
- --calcite-ui-component-input-week-border: #949494;
259
- --calcite-ui-component-input-week-border-invalid: #d83020;
260
- --calcite-ui-component-textarea-font-placeholder-value: #151515;
261
- --calcite-ui-component-textarea-font-label: #151515;
262
- --calcite-ui-component-textarea-font-chat-limit: #4a4a4a;
263
- --calcite-ui-component-textarea-icon: #6a6a6a;
264
- --calcite-ui-component-textarea-background: #ffffff;
265
- --calcite-ui-component-textarea-background-read-only: #f8f8f8;
266
- --calcite-ui-component-textarea-border: #949494;
267
- --calcite-ui-component-tab-title-font: #6a6a6a;
268
- --calcite-ui-component-tab-title-font-active: #151515;
269
- --calcite-ui-component-tab-title-icon: #6a6a6a;
270
- --calcite-ui-component-tab-title-icon-active: #151515;
271
- --calcite-ui-component-tab-title-bordered-border: #dfdfdf;
272
- --calcite-ui-component-tab-title-bordered-background: #ffffff;
273
- --calcite-ui-component-tab-title-border-active: #007ac2;
274
- --calcite-ui-component-tabs-bordered-border: #dfdfdf;
275
- --calcite-ui-component-tabs-bordered-background: #ffffff;
276
- --calcite-ui-component-card-font-title: #151515;
277
- --calcite-ui-component-card-font-subtitle: #4a4a4a;
278
- --calcite-ui-component-card-font-description: #6a6a6a;
279
- --calcite-ui-component-card-border: #d4d4d4;
280
- --calcite-ui-component-card-border-active: #007ac2;
281
- --calcite-ui-component-card-background: #ffffff;
282
- --calcite-ui-component-action-font: #6a6a6a;
283
- --calcite-ui-component-action-icon: #6a6a6a;
284
- --calcite-ui-component-action-background: #ffffff;
285
- --calcite-ui-component-action-background-active: #eaeaea;
286
- --calcite-ui-component-action-bar-border: #cacaca;
287
- --calcite-ui-component-action-bar-background: #ffffff;
288
- --calcite-ui-component-action-pad-border: #cacaca;
289
- --calcite-ui-component-action-pad-background: #ffffff;
290
- --calcite-ui-component-action-bar-grid-border: #cacaca;
291
- --calcite-ui-component-action-bar-grid-background: #ffffff;
292
- --calcite-ui-component-action-pad-grid-border: #cacaca;
293
- --calcite-ui-component-action-pad-grid-background: #ffffff;
294
- --calcite-ui-component-block-font-heading: #4a4a4a;
295
- --calcite-ui-component-block-font-active: #151515;
296
- --calcite-ui-component-block-font-description: #6a6a6a;
297
- --calcite-ui-component-block-font-content: #4a4a4a;
298
- --calcite-ui-component-block-icon-idle: #4a4a4a;
299
- --calcite-ui-component-block-icon-valid: #35ac46;
300
- --calcite-ui-component-block-icon-invalid: #d83020;
301
- --calcite-ui-component-block-icon-drag-handle: #949494;
302
- --calcite-ui-component-block-icon-chevron: #6a6a6a;
303
- --calcite-ui-component-block-border: #dfdfdf;
304
- --calcite-ui-component-block-background: #ffffff;
305
- --calcite-ui-component-block-section-font: #4a4a4a;
306
- --calcite-ui-component-block-section-icon-valid: #35ac46;
307
- --calcite-ui-component-block-section-icon-invalid: #d83020;
308
- --calcite-ui-component-block-section-icon-chevron: #6a6a6a;
309
- --calcite-ui-component-block-section-background: #ffffff;
310
- --calcite-ui-component-notice-font-title: #151515;
311
- --calcite-ui-component-notice-font-message: #6a6a6a;
312
- --calcite-ui-component-notice-background: #ffffff;
313
- --calcite-ui-component-notice-icon-info: #00619b;
314
- --calcite-ui-component-notice-icon-success: #35ac46;
315
- --calcite-ui-component-notice-icon-warning: #edd317;
316
- --calcite-ui-component-notice-icon-danger: #d83020;
317
- --calcite-ui-component-notice-icon-brand: #007ac2;
318
- --calcite-ui-component-notice-highlight-info: #00619b;
319
- --calcite-ui-component-notice-highlight-success: #35ac46;
320
- --calcite-ui-component-notice-highlight-warning: #edd317;
321
- --calcite-ui-component-notice-highlight-danger: #d83020;
322
- --calcite-ui-component-notice-highlight-brand: #007ac2;
323
- --calcite-ui-component-modal-font-header: #151515;
324
- --calcite-ui-component-modal-font-content: #4a4a4a;
325
- --calcite-ui-component-modal-icon: #6a6a6a;
326
- --calcite-ui-component-modal-border: #dfdfdf;
327
- --calcite-ui-component-modal-border-top-brand: #007ac2;
328
- --calcite-ui-component-modal-border-top-info: #00619b;
329
- --calcite-ui-component-modal-border-top-success: #35ac46;
330
- --calcite-ui-component-modal-border-top-danger: #d83020;
331
- --calcite-ui-component-modal-border-top-warning: #edd317;
332
- --calcite-ui-component-modal-background: #ffffff;
333
- --calcite-ui-component-panel-header-font: #4a4a4a;
334
- --calcite-ui-component-panel-header-icon: #6a6a6a;
335
- --calcite-ui-component-panel-header-border: #dfdfdf;
336
- --calcite-ui-component-panel-header-background: #ffffff;
337
- --calcite-ui-component-popover-font: #151515;
338
- --calcite-ui-component-popover-icon: #6a6a6a;
339
- --calcite-ui-component-popover-border: #dfdfdf;
340
- --calcite-ui-component-popover-background: #ffffff;
341
- --calcite-ui-component-slider-font-label: #151515;
342
- --calcite-ui-component-slider-font-tick-label: #4a4a4a;
343
- --calcite-ui-component-slider-handle-background: #ffffff;
344
- --calcite-ui-component-slider-handle-border: #6a6a6a;
345
- --calcite-ui-component-slider-border: #d4d4d4;
346
- --calcite-ui-component-slider-border-active: #007ac2;
347
- --calcite-ui-component-slider-tick-background: #949494;
348
- --calcite-ui-component-slider-tick-border: #ffffff;
349
- --calcite-ui-component-slider-tick-active-background: #007ac2;
350
- --calcite-ui-component-slider-tick-active-border: #ffffff;
351
- --calcite-ui-component-slider-range-font-label: #151515;
352
- --calcite-ui-component-slider-range-font-tick-label: #4a4a4a;
353
- --calcite-ui-component-slider-range-handle-background: #ffffff;
354
- --calcite-ui-component-slider-range-handle-border: #6a6a6a;
355
- --calcite-ui-component-slider-range-border: #d4d4d4;
356
- --calcite-ui-component-slider-range-border-active: #007ac2;
357
- --calcite-ui-component-slider-range-tick-background: #949494;
358
- --calcite-ui-component-slider-range-tick-border: #ffffff;
359
- --calcite-ui-component-slider-range-tick-active-background: #007ac2;
360
- --calcite-ui-component-slider-range-tick-active-border: #ffffff;
361
- --calcite-ui-component-slider-histogram-font-label: #151515;
362
- --calcite-ui-component-slider-histogram-font-tick-label: #4a4a4a;
363
- --calcite-ui-component-slider-histogram-handle-background: #ffffff;
364
- --calcite-ui-component-slider-histogram-handle-border: #6a6a6a;
365
- --calcite-ui-component-slider-histogram-border: #d4d4d4;
366
- --calcite-ui-component-slider-histogram-border-active: #007ac2;
367
- --calcite-ui-component-slider-histogram-tick-background: #949494;
368
- --calcite-ui-component-slider-histogram-tick-border: #ffffff;
369
- --calcite-ui-component-slider-histogram-tick-active-background: #007ac2;
370
- --calcite-ui-component-slider-histogram-tick-active-border: #ffffff;
371
- --calcite-ui-component-slider-histogram-area-active-background: #9BBDDF;
372
- --calcite-ui-component-slider-histogram-active-end-background: #ffffff;
373
- --calcite-ui-component-slider-histogram-range-font-label: #151515;
374
- --calcite-ui-component-slider-histogram-range-font-tick-label: #4a4a4a;
375
- --calcite-ui-component-slider-histogram-range-handle-background: #ffffff;
376
- --calcite-ui-component-slider-histogram-range-handle-border: #6a6a6a;
377
- --calcite-ui-component-slider-histogram-range-border: #d4d4d4;
378
- --calcite-ui-component-slider-histogram-range-border-active: #007ac2;
379
- --calcite-ui-component-slider-histogram-range-tick-background: #949494;
380
- --calcite-ui-component-slider-histogram-range-tick-border: #ffffff;
381
- --calcite-ui-component-slider-histogram-range-tick-active-background: #007ac2;
382
- --calcite-ui-component-slider-histogram-range-tick-active-border: #ffffff;
383
- --calcite-ui-component-slider-histogram-range-area-active-background: #9BBDDF;
384
- --calcite-ui-component-slider-histogram-range-active-end-background: #ffffff;
385
- --calcite-ui-component-filter-font: #151515;
386
- --calcite-ui-component-filter-icon: #6a6a6a;
387
- --calcite-ui-component-filter-border: #949494;
388
- --calcite-ui-component-filter-background: #ffffff;
389
- --calcite-ui-component-scrim-background: #ffffff;
390
- --calcite-ui-component-tip-manager-font-heading: #151515;
391
- --calcite-ui-component-tip-manager-icon: #6a6a6a;
392
- --calcite-ui-component-tip-manager-background-light: #ffffff;
393
- --calcite-ui-component-tip-manager-border: #d4d4d4;
394
- --calcite-ui-component-button-font-brand-solid: #ffffff;
395
- --calcite-ui-component-button-font-brand-outline-fill: #007ac2;
396
- --calcite-ui-component-button-font-brand-outline: #007ac2;
397
- --calcite-ui-component-button-font-brand-transparent: #007ac2;
398
- --calcite-ui-component-button-font-inverse-solid: #ffffff;
399
- --calcite-ui-component-button-font-inverse-outline-fill: #151515;
400
- --calcite-ui-component-button-font-inverse-outline: #151515;
401
- --calcite-ui-component-button-font-inverse-transparent: #151515;
402
- --calcite-ui-component-button-font-neutral-solid: #ffffff;
403
- --calcite-ui-component-button-font-neutral-outline-fill: #151515;
404
- --calcite-ui-component-button-font-neutral-outline: #151515;
405
- --calcite-ui-component-button-font-neutral-transparent: #151515;
406
- --calcite-ui-component-button-font-danger-solid: #ffffff;
407
- --calcite-ui-component-button-font-danger-outline-fill: #d83020;
408
- --calcite-ui-component-button-font-danger-outline: #d83020;
409
- --calcite-ui-component-button-font-danger-transparent: #d83020;
410
- --calcite-ui-component-button-icon-brand-solid: #ffffff;
411
- --calcite-ui-component-button-icon-brand-outline-fill: #007ac2;
412
- --calcite-ui-component-button-icon-brand-outline: #007ac2;
413
- --calcite-ui-component-button-icon-brand-transparent: #007ac2;
414
- --calcite-ui-component-button-icon-inverse-solid: #ffffff;
415
- --calcite-ui-component-button-icon-inverse-outline-fill: #151515;
416
- --calcite-ui-component-button-icon-inverse-outline: #151515;
417
- --calcite-ui-component-button-icon-inverse-transparent: #151515;
418
- --calcite-ui-component-button-icon-neutral-solid: #ffffff;
419
- --calcite-ui-component-button-icon-neutral-outline-fill: #151515;
420
- --calcite-ui-component-button-icon-neutral-outline: #151515;
421
- --calcite-ui-component-button-icon-neutral-transparent: #151515;
422
- --calcite-ui-component-button-icon-danger-solid: #ffffff;
423
- --calcite-ui-component-button-icon-danger-outline-fill: #d83020;
424
- --calcite-ui-component-button-icon-danger-outline: #d83020;
425
- --calcite-ui-component-button-icon-danger-transparent: #d83020;
426
- --calcite-ui-component-button-background-brand-solid: #007ac2;
427
- --calcite-ui-component-button-background-brand-outline-fill: #ffffff;
428
- --calcite-ui-component-button-background-inverse-solid: #353535;
429
- --calcite-ui-component-button-background-inverse-outline-fill: #353535;
430
- --calcite-ui-component-button-background-neutral-solid: #353535;
431
- --calcite-ui-component-button-background-neutral-outline-fill: #353535;
432
- --calcite-ui-component-button-background-danger-solid: #d83020;
433
- --calcite-ui-component-button-background-danger-outline-fill: #d83020;
434
- --calcite-ui-component-button-border-brand-outline-fill: #007ac2;
435
- --calcite-ui-component-button-border-brand-outline: #007ac2;
436
- --calcite-ui-component-button-border-inverse-outline-fill: #353535;
437
- --calcite-ui-component-button-border-inverse-outline: #353535;
438
- --calcite-ui-component-button-border-neutral-outline-fill: #353535;
439
- --calcite-ui-component-button-border-neutral-outline: #353535;
440
- --calcite-ui-component-button-border-danger-outline-fill: #d83020;
441
- --calcite-ui-component-button-border-danger-outline: #d83020;
442
- --calcite-ui-component-split-button-font-brand-solid: #ffffff;
443
- --calcite-ui-component-split-button-font-brand-outline-fill: #007ac2;
444
- --calcite-ui-component-split-button-font-brand-outline: #007ac2;
445
- --calcite-ui-component-split-button-font-brand-transparent: #007ac2;
446
- --calcite-ui-component-split-button-font-inverse-solid: #ffffff;
447
- --calcite-ui-component-split-button-font-inverse-outline-fill: #151515;
448
- --calcite-ui-component-split-button-font-inverse-outline: #151515;
449
- --calcite-ui-component-split-button-font-inverse-transparent: #151515;
450
- --calcite-ui-component-split-button-font-neutral-solid: #ffffff;
451
- --calcite-ui-component-split-button-font-neutral-outline-fill: #151515;
452
- --calcite-ui-component-split-button-font-neutral-outline: #151515;
453
- --calcite-ui-component-split-button-font-neutral-transparent: #151515;
454
- --calcite-ui-component-split-button-font-danger-solid: #ffffff;
455
- --calcite-ui-component-split-button-font-danger-outline-fill: #d83020;
456
- --calcite-ui-component-split-button-font-danger-outline: #d83020;
457
- --calcite-ui-component-split-button-font-danger-transparent: #d83020;
458
- --calcite-ui-component-split-button-icon-brand-solid: #ffffff;
459
- --calcite-ui-component-split-button-icon-brand-outline-fill: #007ac2;
460
- --calcite-ui-component-split-button-icon-brand-outline: #007ac2;
461
- --calcite-ui-component-split-button-icon-brand-transparent: #007ac2;
462
- --calcite-ui-component-split-button-icon-inverse-solid: #ffffff;
463
- --calcite-ui-component-split-button-icon-inverse-outline-fill: #151515;
464
- --calcite-ui-component-split-button-icon-inverse-outline: #151515;
465
- --calcite-ui-component-split-button-icon-inverse-transparent: #151515;
466
- --calcite-ui-component-split-button-icon-neutral-solid: #ffffff;
467
- --calcite-ui-component-split-button-icon-neutral-outline-fill: #151515;
468
- --calcite-ui-component-split-button-icon-neutral-outline: #151515;
469
- --calcite-ui-component-split-button-icon-neutral-transparent: #151515;
470
- --calcite-ui-component-split-button-icon-danger-solid: #ffffff;
471
- --calcite-ui-component-split-button-icon-danger-outline-fill: #d83020;
472
- --calcite-ui-component-split-button-icon-danger-outline: #d83020;
473
- --calcite-ui-component-split-button-icon-danger-transparent: #d83020;
474
- --calcite-ui-component-split-button-background-brand-solid: #007ac2;
475
- --calcite-ui-component-split-button-background-brand-outline-fill: #ffffff;
476
- --calcite-ui-component-split-button-background-inverse-solid: #353535;
477
- --calcite-ui-component-split-button-background-inverse-outline-fill: #ffffff;
478
- --calcite-ui-component-split-button-background-neutral-solid: #353535;
479
- --calcite-ui-component-split-button-background-neutral-outline-fill: #ffffff;
480
- --calcite-ui-component-split-button-background-danger-solid: #d83020;
481
- --calcite-ui-component-split-button-background-danger-outline-fill: #ffffff;
482
- --calcite-ui-component-split-button-border-brand-outline-fill: #007ac2;
483
- --calcite-ui-component-split-button-border-brand-outline: #007ac2;
484
- --calcite-ui-component-split-button-border-inverse-outline-fill: #353535;
485
- --calcite-ui-component-split-button-border-inverse-outline: #353535;
486
- --calcite-ui-component-split-button-border-neutral-outline-fill: #353535;
487
- --calcite-ui-component-split-button-border-neutral-outline: #353535;
488
- --calcite-ui-component-split-button-border-danger-outline-fill: #d83020;
489
- --calcite-ui-component-split-button-border-danger-outline: #d83020;
490
- --calcite-ui-component-split-button-divider-brand-solid: #ffffff;
491
- --calcite-ui-component-split-button-divider-brand-outline-fill: #007ac2;
492
- --calcite-ui-component-split-button-divider-brand-outline: #007ac2;
493
- --calcite-ui-component-split-button-divider-brand-transparent: #007ac2;
494
- --calcite-ui-component-split-button-divider-inverse-solid: #ffffff;
495
- --calcite-ui-component-split-button-divider-inverse-outline-fill: #353535;
496
- --calcite-ui-component-split-button-divider-inverse-outline: #353535;
497
- --calcite-ui-component-split-button-divider-inverse-transparent: #353535;
498
- --calcite-ui-component-split-button-divider-neutral-solid: #ffffff;
499
- --calcite-ui-component-split-button-divider-neutral-outline-fill: #353535;
500
- --calcite-ui-component-split-button-divider-neutral-outline: #353535;
501
- --calcite-ui-component-split-button-divider-neutral-transparent: #353535;
502
- --calcite-ui-component-split-button-divider-danger-solid: #d83020;
503
- --calcite-ui-component-split-button-divider-danger-outline-fill: #d83020;
504
- --calcite-ui-component-split-button-divider-danger-outline: #d83020;
505
- --calcite-ui-component-split-button-divider-danger-transparent: #d83020;
506
- --calcite-ui-component-fab-font-brand-solid: #ffffff;
507
- --calcite-ui-component-fab-font-brand-outline-fill: #007ac2;
508
- --calcite-ui-component-fab-font-inverse-solid: #ffffff;
509
- --calcite-ui-component-fab-font-inverse-outline-fill: #151515;
510
- --calcite-ui-component-fab-font-neutral-solid: #ffffff;
511
- --calcite-ui-component-fab-font-neutral-outline-fill: #151515;
512
- --calcite-ui-component-fab-font-danger-solid: #ffffff;
513
- --calcite-ui-component-fab-font-danger-outline-fill: #d83020;
514
- --calcite-ui-component-fab-icon-brand-solid: #ffffff;
515
- --calcite-ui-component-fab-icon-brand-outline-fill: #007ac2;
516
- --calcite-ui-component-fab-icon-inverse-solid: #ffffff;
517
- --calcite-ui-component-fab-icon-inverse-outline-fill: #151515;
518
- --calcite-ui-component-fab-icon-neutral-solid: #ffffff;
519
- --calcite-ui-component-fab-icon-neutral-outline-fill: #151515;
520
- --calcite-ui-component-fab-icon-danger-solid: #ffffff;
521
- --calcite-ui-component-fab-icon-danger-outline-fill: #d83020;
522
- --calcite-ui-component-fab-background-brand-solid: #007ac2;
523
- --calcite-ui-component-fab-background-brand-outline-fill: #ffffff;
524
- --calcite-ui-component-fab-background-inverse-solid: #353535;
525
- --calcite-ui-component-fab-background-inverse-outline-fill: #ffffff;
526
- --calcite-ui-component-fab-background-neutral-solid: #353535;
527
- --calcite-ui-component-fab-background-neutral-outline-fill: #ffffff;
528
- --calcite-ui-component-fab-background-danger-solid: #d83020;
529
- --calcite-ui-component-fab-background-danger-outline-fill: #ffffff;
530
- --calcite-ui-component-fab-border-brand-outline-fill: #007ac2;
531
- --calcite-ui-component-fab-border-brand-solid: #007ac2;
532
- --calcite-ui-component-fab-border-inverse-outline-fill: #353535;
533
- --calcite-ui-component-fab-border-inverse-solid: #353535;
534
- --calcite-ui-component-fab-border-neutral-outline-fill: #353535;
535
- --calcite-ui-component-fab-border-neutral-solid: #353535;
536
- --calcite-ui-component-fab-border-danger-outline-fill: #d83020;
537
- --calcite-ui-component-fab-border-danger-solid: #d83020;
538
- }
package/jest.config.json DELETED
@@ -1,16 +0,0 @@
1
- {
2
- "preset": "ts-jest",
3
- "testEnvironment": "node",
4
- "extensionsToTreatAsEsm": [".ts"],
5
- "moduleNameMapper": {
6
- "^(\\.{1,2}/.*)\\.js$": "$1"
7
- },
8
- "transform": {
9
- "^.+\\.tsx?$": [
10
- "ts-jest",
11
- {
12
- "useESM": true
13
- }
14
- ]
15
- }
16
- }
@@ -1,76 +0,0 @@
1
- {
2
- "tokenSetOrder": [
3
- "core",
4
- "semantic",
5
- "component/accordion-item",
6
- "component/accordion",
7
- "component/action",
8
- "component/button",
9
- "component/split-button",
10
- "component/fab",
11
- "component/checkbox",
12
- "component/chip",
13
- "component/dropdown",
14
- "component/dropdown-item",
15
- "component/action-bar",
16
- "component/action-bar-grid",
17
- "component/action-pad",
18
- "component/action-pad-grid",
19
- "component/alert",
20
- "component/avatar",
21
- "component/block",
22
- "component/block-section",
23
- "component/card",
24
- "component/combobox",
25
- "component/date-picker",
26
- "component/color-picker",
27
- "component/input-date-picker",
28
- "component/input-datetime-local",
29
- "component/input-email",
30
- "component/input-file",
31
- "component/input-month",
32
- "component/input-number",
33
- "component/input-password",
34
- "component/input-search",
35
- "component/input-telephone",
36
- "component/input-message",
37
- "component/input-time",
38
- "component/input-text",
39
- "component/input-week",
40
- "component/modal",
41
- "component/notice",
42
- "component/textarea",
43
- "component/label",
44
- "component/link",
45
- "component/filter",
46
- "component/loader",
47
- "component/radio",
48
- "component/tab-title",
49
- "component/tabs",
50
- "component/rating",
51
- "component/tip",
52
- "component/tip-manager",
53
- "component/tooltip",
54
- "component/panel-header",
55
- "component/popover",
56
- "component/pagination",
57
- "component/segmented-control",
58
- "component/slider",
59
- "component/slider-histogram",
60
- "component/slider-histogram-range",
61
- "component/slider-range",
62
- "component/stepper",
63
- "component/stepper-item",
64
- "component/switch",
65
- "component/[template-comp-name]",
66
- "component/time-picker",
67
- "component/scrim",
68
- "component/tree-item",
69
- "component/accordion_backup",
70
- "calcite/light",
71
- "calcite/dark",
72
- "brand/global",
73
- "brand/light",
74
- "brand/dark"
75
- ]
76
- }