@esri/calcite-design-tokens 1.1.1-next.0 → 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 -7036
  26. package/.turbo/turbo-test.log +0 -14
  27. package/CHANGELOG.md +0 -25
  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
@@ -0,0 +1,207 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sun, 26 Nov 2023 08:48:21 GMT
4
+ */
5
+
6
+ export const calciteBorderRadius = "0px";
7
+ export const calciteBorderRadiusNone = "0px";
8
+ export const calciteBorderRadiusSharp = "0px";
9
+ export const calciteBorderRadiusRound = "4px";
10
+ export const calciteBorderRadiusCircular = "50%";
11
+ export const calciteBorderRadiusPill = "100%";
12
+ export const calciteBorderRadiusSm = "4px";
13
+ export const calciteBorderRadiusMd = "12px";
14
+ export const calciteBorderRadiusLg = "16px";
15
+ export const calciteBorderRadiusXl = "24px";
16
+ export const calciteBorderWidthNone = "0px";
17
+ export const calciteBorderWidthSm = "1px";
18
+ export const calciteBorderWidthMd = "2px";
19
+ export const calciteBorderWidthLg = "4px";
20
+ export const calciteBoxShadowNone = {"x":"0","y":"0","blur":"0","spread":"0","color":"rgba(#000000, 0%)","type":"dropShadow"};
21
+ export const calciteBoxShadowSm = [{"x":"0","y":"2","blur":"8","spread":"0","color":"rgba(#000000, 4%)","type":"dropShadow"},{"x":"0","y":"4","blur":"16","spread":"0","color":"rgba(#000000, 8%)","type":"dropShadow"}];
22
+ export const calciteBoxShadowMd = [{"x":"0","y":"4","blur":"20","spread":"0","color":"rgba(#000000, 8%)","type":"dropShadow"},{"x":"0","y":"12","blur":"32","spread":"-2","color":"rgba(#000000, 10%)","type":"dropShadow"}];
23
+ export const calciteColorBrand = {"light":"#007ac2","dark":"#009af2"};
24
+ export const calciteColorBrandHover = {"light":"#00619b","dark":"#007ac2"};
25
+ export const calciteColorBrandPress = {"light":"#004874","dark":"#00619b"};
26
+ export const calciteColorBrandUnderline = {"light":"rgba(0, 97, 155, 40%)","dark":"rgba(0, 160, 255, 40%)"};
27
+ export const calciteColorBackground = {"light":"#f8f8f8","dark":"#353535"};
28
+ export const calciteColorBackgroundTransparent = {"light":"rgba(255, 255, 255, 0%)","dark":"rgba(0, 0, 0, 0%)"};
29
+ export const calciteColorBackgroundTransparentHover = {"light":"rgba(0, 0, 0, 4%)","dark":"rgba(255, 255, 255, 4%)"};
30
+ export const calciteColorBackgroundTransparentPress = {"light":"rgba(0, 0, 0, 8%)","dark":"rgba(255, 255, 255, 8%)"};
31
+ export const calciteColorBackgroundTransparentScrim = {"light":"rgba(255, 255, 255, 85%)","dark":"rgba(0, 0, 0, 85%)"};
32
+ export const calciteColorBackgroundTransparentDismiss = {"light":"rgba(255, 255, 255, 80%)","dark":"rgba(43, 43, 43, 80%)"};
33
+ export const calciteColorBackgroundNone = "rgba(#ffffff, 0%)";
34
+ export const calciteColorForeground_1 = {"light":"#ffffff","dark":"#2b2b2b"};
35
+ export const calciteColorForeground_2 = {"light":"#f3f3f3","dark":"#202020"};
36
+ export const calciteColorForeground_3 = {"light":"#eaeaea","dark":"#151515"};
37
+ export const calciteColorForegroundCurrent = {"light":"#c7eaff","dark":"#214155"};
38
+ export const calciteColorText_1 = {"light":"#151515","dark":"#ffffff"};
39
+ export const calciteColorText_2 = {"light":"#4a4a4a","dark":"#bfbfbf"};
40
+ export const calciteColorText_3 = {"light":"#6a6a6a","dark":"#9f9f9f"};
41
+ export const calciteColorTextInverse = {"light":"#ffffff","dark":"#151515"};
42
+ export const calciteColorTextLink = {"light":"#00619b","dark":"#00A0FF"};
43
+ export const calciteColorBorder_1 = {"light":"#cacaca","dark":"#555555"};
44
+ export const calciteColorBorder_2 = {"light":"#d4d4d4","dark":"#4a4a4a"};
45
+ export const calciteColorBorder_3 = {"light":"#dfdfdf","dark":"#404040"};
46
+ export const calciteColorBorderInput = {"light":"#949494","dark":"#757575"};
47
+ export const calciteColorInfo = {"light":"#00619b","dark":"#00A0FF"};
48
+ export const calciteColorInfoHover = {"light":"#004874","dark":"#3db8ff"};
49
+ export const calciteColorInfoPress = {"light":"#00304d","dark":"#009af2"};
50
+ export const calciteColorSuccess = {"light":"#35ac46","dark":"#36DA43"};
51
+ export const calciteColorSuccessHover = {"light":"#288835","dark":"#3bed52"};
52
+ export const calciteColorSuccessPress = {"light":"#1a6324","dark":"#00b81b"};
53
+ export const calciteColorWarning = {"light":"#edd317","dark":"#FFC900"};
54
+ export const calciteColorWarningHover = {"light":"#d9bc00","dark":"#ffee33"};
55
+ export const calciteColorWarningPress = {"light":"#bfa200","dark":"#f5d000"};
56
+ export const calciteColorDanger = {"light":"#d83020","dark":"#FE583E"};
57
+ export const calciteColorDangerHover = {"light":"#a82b1e","dark":"#ff0015"};
58
+ export const calciteColorDangerPress = {"light":"#7c1d13","dark":"#d90012"};
59
+ export const calciteColorInverse = {"light":"#353535","dark":"#f8f8f8"};
60
+ export const calciteColorInverseHover = {"light":"#2b2b2b","dark":"#ffffff"};
61
+ export const calciteColorInversePress = {"light":"#202020","dark":"#f3f3f3"};
62
+ export const calciteContainerSizeHeightXxs = {"min":"0","max":"154px"}; // Small handheld devices and mini-windows
63
+ export const calciteContainerSizeHeightXs = {"min":"155px","max":"328px"}; // Handheld devices
64
+ export const calciteContainerSizeHeightSm = {"min":"329px","max":"504px"}; // Small tablets
65
+ export const calciteContainerSizeHeightMd = {"min":"505px","max":"678px"}; // Small laptops
66
+ export const calciteContainerSizeHeightLg = {"min":"679px","max":"854px"}; // Large laptops and desktop computers
67
+ export const calciteContainerSizeHeightXl = {"min":"855px"}; // Projectors and televisions
68
+ export const calciteContainerSizeWidthXxs = {"min":"0","max":"320px"}; // Small handheld devices and mini-windows
69
+ export const calciteContainerSizeWidthXs = {"min":"321px","max":"476px"}; // Handheld devices
70
+ export const calciteContainerSizeWidthSm = {"min":"477px","max":"768px"}; // Small tablets
71
+ export const calciteContainerSizeWidthMd = {"min":"769px","max":"1152px"}; // Small laptops
72
+ export const calciteContainerSizeWidthLg = {"min":"1153px","max":"1440px"}; // Large laptops and desktop computers
73
+ export const calciteContainerSizeWidthXl = {"min":"1441px"}; // Projectors and televisions
74
+ export const calciteContainerSizeMargin = "24px";
75
+ export const calciteContainerSizeGutter = "16px";
76
+ export const calciteContainerSizeContentFluid = "100%"; // for fluid grid widths
77
+ export const calciteContainerSizeContentFixed = "1440px"; // only for lg breakpoint fixed grid width
78
+ export const calciteFontFamily = "Avenir Next LT Pro";
79
+ export const calciteFontWeightLight = "300"; // For Avenir Next World (secondary font family)
80
+ export const calciteFontWeightNormal = "400"; // For backwards compatibility only. This token will be removed from the published tokens in the next major in favor of the more descriptive word "regular"
81
+ export const calciteFontWeightRegular = "400";
82
+ export const calciteFontWeightMedium = "500";
83
+ export const calciteFontWeightSemibold = "600";
84
+ export const calciteFontWeightBold = "700";
85
+ export const calciteFontSizeXs = "10px";
86
+ export const calciteFontSizeSm = "12px";
87
+ export const calciteFontSize = "14px";
88
+ export const calciteFontSizeMd = "16px";
89
+ export const calciteFontSizeLg = "18px";
90
+ export const calciteFontSizeXl = "20px";
91
+ export const calciteFontSizeXxl = "24px";
92
+ export const calciteFontStyleEmphasis = "italic"; // used in ratings
93
+ export const calciteFontLineHeightFixedSm = "12px";
94
+ export const calciteFontLineHeightFixedBase = "16px";
95
+ export const calciteFontLineHeightFixedLg = "20px";
96
+ export const calciteFontLineHeightFixedXl = "24px";
97
+ export const calciteFontLineHeightRelative = "auto"; // 1
98
+ export const calciteFontLineHeightRelativeTight = "125%"; // 1.25
99
+ export const calciteFontLineHeightRelativeSnug = "137.5%"; // 1.375
100
+ export const calciteFontLineHeightRelativeNormal = "150%"; // 1.5
101
+ export const calciteFontLineHeightRelativeRelaxed = "162.5%"; // 1.625
102
+ export const calciteFontLineHeightRelativeLoose = "200%"; // 2
103
+ export const calciteFontLetterSpacingTight = "-0.4px";
104
+ export const calciteFontLetterSpacingNormal = "0px";
105
+ export const calciteFontLetterSpacingWide = "0.4px";
106
+ export const calciteFontParagraphSpacingNormal = "10px";
107
+ export const calciteFontTextDecorationNone = "none";
108
+ export const calciteFontTextDecorationUnderline = "underline";
109
+ export const calciteFontTextCaseNone = "none";
110
+ export const calciteFontTextCaseUppercase = "uppercase";
111
+ export const calciteFontTextCaseLowercase = "lowercase";
112
+ export const calciteFontTextCaseCapitalize = "capitalize";
113
+ export const calciteOpacityLight = "40%";
114
+ export const calciteOpacityHalf = "50%";
115
+ export const calciteOpacityDark = "85%";
116
+ export const calciteOpacityFull = "100%";
117
+ export const calciteOpacityDisabled = "50%";
118
+ export const calciteSizeXxxs = "2px";
119
+ export const calciteSizeXxs = "4px";
120
+ export const calciteSizeXs = "6px";
121
+ export const calciteSizeSm = "8px";
122
+ export const calciteSizeSmMd = "10px";
123
+ export const calciteSizeMdSm = "12px";
124
+ export const calciteSizeMd = "14px";
125
+ export const calciteSizeMdLg = "16px";
126
+ export const calciteSizeLgMd = "20px";
127
+ export const calciteSizeLg = "24px";
128
+ export const calciteSizeLgXl = "32px";
129
+ export const calciteSizeXlLg = "44px";
130
+ export const calciteSizeXl = "48px";
131
+ export const calciteSizeXxl = "64px";
132
+ export const calciteSizeXxxl = "96px";
133
+ export const calciteSpacingNone = "0px";
134
+ export const calciteSpacingBase = "2px";
135
+ export const calciteSpacingHalf = "6px";
136
+ export const calciteSpacingDouble = "20px";
137
+ export const calciteSpacingXs = "4px";
138
+ export const calciteSpacingSm = "8px";
139
+ export const calciteSpacingMd = "12px";
140
+ export const calciteSpacingLg = "16px";
141
+ export const calciteSpacingXl = "20px";
142
+ export const calciteTypography = {"fontFamily":"Avenir Next LT Pro","fontSize":"14px","fontWeight":"400","letterSpacing":"0px","lineHeight":"16px","paragraphSpacing":"10px","textCase":"none","textDecoration":"none"};
143
+ export const calciteTypographyLight__3h = {"fontSize":"10px","fontWeight":"300","lineHeight":"12px"};
144
+ export const calciteTypographyLight__2h = {"fontSize":"12px","fontWeight":"300"};
145
+ export const calciteTypographyLight__1h = {"fontWeight":"300"};
146
+ export const calciteTypographyLight_0h = {"fontSize":"16px","fontWeight":"300","lineHeight":"20px"};
147
+ export const calciteTypographyLight_1h = {"fontSize":"18px","fontWeight":"300","lineHeight":"24px"};
148
+ export const calciteTypographyRegular__3h = {"lineHeight":"12px","fontSize":"10px"};
149
+ export const calciteTypographyRegular__2h = {"fontSize":"12px"};
150
+ export const calciteTypographyRegular__1h = {"fontFamily":"Avenir Next LT Pro","fontSize":"14px","fontWeight":"400","letterSpacing":"0px","lineHeight":"16px","paragraphSpacing":"10px","textCase":"none","textDecoration":"none"};
151
+ export const calciteTypographyRegular_0h = {"lineHeight":"20px","fontSize":"16px"};
152
+ export const calciteTypographyRegular_1h = {"lineHeight":"24px","fontSize":"18px"};
153
+ export const calciteTypographyMedium__3h = {"fontWeight":"500","lineHeight":"12px","fontSize":"10px"};
154
+ export const calciteTypographyMedium__2h = {"fontWeight":"500","fontSize":"12px"};
155
+ export const calciteTypographyMedium__1h = {"fontWeight":"500"};
156
+ export const calciteTypographyMedium_0h = {"fontWeight":"500","lineHeight":"20px","fontSize":"16px"};
157
+ export const calciteTypographyMedium_1h = {"fontWeight":"500","lineHeight":"24px","fontSize":"18px"};
158
+ export const calciteTypographyBold__3h = {"fontWeight":"600","lineHeight":"12px","fontSize":"10px"};
159
+ export const calciteTypographyBold__2h = {"fontWeight":"600","fontSize":"12px"};
160
+ export const calciteTypographyBold__1h = {"fontWeight":"600"};
161
+ export const calciteTypographyBold_0h = {"fontWeight":"600","lineHeight":"20px","fontSize":"16px"};
162
+ export const calciteTypographyBold_1h = {"fontWeight":"600","lineHeight":"24px","fontSize":"18px"};
163
+ export const calciteTypographyWrapLight_0 = {"fontWeight":"300","lineHeight":"137.5%","fontSize":"16px"};
164
+ export const calciteTypographyWrapLight_1 = {"fontWeight":"300","lineHeight":"137.5%","fontSize":"18px"};
165
+ export const calciteTypographyWrapLight_2 = {"fontWeight":"300","lineHeight":"137.5%","fontSize":"20px"};
166
+ export const calciteTypographyWrapLight_3 = {"fontWeight":"300","lineHeight":"125%","fontSize":"24px"};
167
+ export const calciteTypographyWrapLight__2 = {"fontWeight":"300","lineHeight":"137.5%","fontSize":"12px"};
168
+ export const calciteTypographyWrapLight__1 = {"fontWeight":"300","lineHeight":"137.5%"};
169
+ export const calciteTypographyWrapRegular_0 = {"lineHeight":"137.5%","fontSize":"16px"};
170
+ export const calciteTypographyWrapRegular_1 = {"lineHeight":"137.5%","fontSize":"18px"};
171
+ export const calciteTypographyWrapRegular_2 = {"lineHeight":"137.5%","fontSize":"20px"};
172
+ export const calciteTypographyWrapRegular_3 = {"lineHeight":"137.5%","fontSize":"24px"};
173
+ export const calciteTypographyWrapRegular__2 = {"lineHeight":"137.5%","fontSize":"12px"};
174
+ export const calciteTypographyWrapRegular__1 = {"lineHeight":"137.5%"};
175
+ export const calciteTypographyWrapMedium_0 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"16px"};
176
+ export const calciteTypographyWrapMedium_1 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"18px"};
177
+ export const calciteTypographyWrapMedium_2 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"20px"};
178
+ export const calciteTypographyWrapMedium_3 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"24px"};
179
+ export const calciteTypographyWrapMedium__2 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"12px"};
180
+ export const calciteTypographyWrapMedium__1 = {"fontWeight":"500","lineHeight":"137.5%"};
181
+ export const calciteTypographyWrapBold_0 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"16px"};
182
+ export const calciteTypographyWrapBold_1 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"18px"};
183
+ export const calciteTypographyWrapBold_2 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"20px"};
184
+ export const calciteTypographyWrapBold_3 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"24px"};
185
+ export const calciteTypographyWrapBold__2 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"12px"};
186
+ export const calciteTypographyWrapBold__1 = {"fontWeight":"600","lineHeight":"137.5%"};
187
+ export const calciteTypographyHierarchyDisplay_1 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"24px"};
188
+ export const calciteTypographyHierarchyDisplay_2 = {"fontWeight":"600","lineHeight":"137.5%","fontSize":"20px"};
189
+ export const calciteTypographyHierarchyHeading_1 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"24px"};
190
+ export const calciteTypographyHierarchyHeading_2 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"20px"};
191
+ export const calciteTypographyHierarchyHeading_3 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"18px"};
192
+ export const calciteTypographyHierarchyHeading_4 = {"fontWeight":"500","lineHeight":"137.5%","fontSize":"16px"};
193
+ export const calciteTypographyHierarchyHeading_5 = {"fontWeight":"500","lineHeight":"137.5%"};
194
+ export const calciteTypographyHierarchyBodySnug = {"lineHeight":"137.5%"};
195
+ export const calciteTypographyHierarchyBody = {"fontFamily":"Avenir Next LT Pro","fontSize":"14px","fontWeight":"400","letterSpacing":"0px","lineHeight":"16px","paragraphSpacing":"10px","textCase":"none","textDecoration":"none"};
196
+ export const calciteTypographyHierarchyOverline = {"lineHeight":"12px","textCase":"uppercase","fontWeight":"700"};
197
+ export const calciteTypographyHierarchyCaption = {"lineHeight":"137.5%","fontSize":"12px"};
198
+ export const calciteZIndexDeep = "-999999";
199
+ export const calciteZIndex = "1";
200
+ export const calciteZIndexSticky = "300";
201
+ export const calciteZIndexHeader = "400";
202
+ export const calciteZIndexToast = "500";
203
+ export const calciteZIndexDropdown = "600";
204
+ export const calciteZIndexOverlay = "700";
205
+ export const calciteZIndexModal = "800";
206
+ export const calciteZIndexPopup = "900";
207
+ export const calciteZIndexTooltip = "901";
@@ -0,0 +1,466 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Sun, 26 Nov 2023 08:48:21 GMT
4
+ */
5
+
6
+ export default tokens;
7
+
8
+ declare interface DesignToken {
9
+ value: any;
10
+ name?: string;
11
+ comment?: string;
12
+ themeable?: boolean;
13
+ attributes?: {
14
+ category?: string;
15
+ type?: string;
16
+ item?: string;
17
+ subitem?: string;
18
+ state?: string;
19
+ [key: string]: any;
20
+ };
21
+ [key: string]: any;
22
+ }
23
+
24
+ declare const tokens: {
25
+ "core": {
26
+ "font": {
27
+ "family": {
28
+ "primary": DesignToken,
29
+ "secondary": DesignToken,
30
+ "code": DesignToken
31
+ },
32
+ "style": {
33
+ "italic": DesignToken
34
+ },
35
+ "weight": {
36
+ "ultralight": DesignToken,
37
+ "thin": DesignToken,
38
+ "light": DesignToken,
39
+ "regular": DesignToken,
40
+ "medium": DesignToken,
41
+ "medium-italic": DesignToken,
42
+ "demi": DesignToken,
43
+ "bold": DesignToken,
44
+ "extrabold": DesignToken,
45
+ "black": DesignToken,
46
+ "heavy": DesignToken
47
+ },
48
+ "line-height": {
49
+ "fixed": {
50
+ "0": DesignToken,
51
+ "1": DesignToken,
52
+ "2": DesignToken,
53
+ "3": DesignToken,
54
+ "4": DesignToken,
55
+ "5": DesignToken,
56
+ "6": DesignToken,
57
+ "7": DesignToken,
58
+ "8": DesignToken,
59
+ "9": DesignToken,
60
+ "10": DesignToken,
61
+ "11": DesignToken,
62
+ "12": DesignToken
63
+ },
64
+ "relative": {
65
+ "default": DesignToken,
66
+ "tight": DesignToken,
67
+ "snug": DesignToken,
68
+ "normal": DesignToken,
69
+ "relaxed": DesignToken,
70
+ "loose": DesignToken
71
+ }
72
+ },
73
+ "size": {
74
+ "0": DesignToken,
75
+ "1": DesignToken,
76
+ "2": DesignToken,
77
+ "3": DesignToken,
78
+ "4": DesignToken,
79
+ "5": DesignToken,
80
+ "6": DesignToken,
81
+ "7": DesignToken,
82
+ "8": DesignToken,
83
+ "9": DesignToken,
84
+ "10": DesignToken,
85
+ "11": DesignToken,
86
+ "12": DesignToken,
87
+ "13": DesignToken,
88
+ "14": DesignToken,
89
+ "15": DesignToken
90
+ },
91
+ "letter-spacing": {
92
+ "tight": DesignToken,
93
+ "normal": DesignToken,
94
+ "wide": DesignToken
95
+ },
96
+ "paragraph-spacing": {
97
+ "normal": DesignToken
98
+ },
99
+ "text-decoration": {
100
+ "none": DesignToken,
101
+ "underline": DesignToken
102
+ },
103
+ "text-case": {
104
+ "none": DesignToken,
105
+ "uppercase": DesignToken,
106
+ "lowercase": DesignToken,
107
+ "capitalize": DesignToken
108
+ }
109
+ },
110
+ "opacity": {
111
+ "0": DesignToken,
112
+ "4": DesignToken,
113
+ "8": DesignToken,
114
+ "10": DesignToken,
115
+ "20": DesignToken,
116
+ "30": DesignToken,
117
+ "40": DesignToken,
118
+ "50": DesignToken,
119
+ "60": DesignToken,
120
+ "70": DesignToken,
121
+ "80": DesignToken,
122
+ "85": DesignToken,
123
+ "90": DesignToken,
124
+ "92": DesignToken,
125
+ "96": DesignToken,
126
+ "100": DesignToken
127
+ },
128
+ "color": {
129
+ "neutral": {
130
+ "blk-000": DesignToken,
131
+ "blk-005": DesignToken,
132
+ "blk-010": DesignToken,
133
+ "blk-020": DesignToken,
134
+ "blk-030": DesignToken,
135
+ "blk-040": DesignToken,
136
+ "blk-050": DesignToken,
137
+ "blk-060": DesignToken,
138
+ "blk-070": DesignToken,
139
+ "blk-080": DesignToken,
140
+ "blk-090": DesignToken,
141
+ "blk-100": DesignToken,
142
+ "blk-110": DesignToken,
143
+ "blk-120": DesignToken,
144
+ "blk-130": DesignToken,
145
+ "blk-140": DesignToken,
146
+ "blk-150": DesignToken,
147
+ "blk-160": DesignToken,
148
+ "blk-170": DesignToken,
149
+ "blk-180": DesignToken,
150
+ "blk-190": DesignToken,
151
+ "blk-200": DesignToken,
152
+ "blk-210": DesignToken,
153
+ "blk-220": DesignToken,
154
+ "blk-230": DesignToken,
155
+ "blk-235": DesignToken,
156
+ "blk-240": DesignToken
157
+ },
158
+ "high-saturation": {
159
+ "blue": {
160
+ "h-bb-010": DesignToken,
161
+ "h-bb-020": DesignToken,
162
+ "h-bb-030": DesignToken,
163
+ "h-bb-040": DesignToken,
164
+ "h-bb-050": DesignToken,
165
+ "h-bb-060": DesignToken,
166
+ "h-bb-070": DesignToken,
167
+ "h-bb-080": DesignToken,
168
+ "h-bb-090": DesignToken,
169
+ "h-bb-100": DesignToken
170
+ },
171
+ "green-blue": {
172
+ "h-gb-010": DesignToken,
173
+ "h-gb-020": DesignToken,
174
+ "h-gb-030": DesignToken,
175
+ "h-gb-040": DesignToken,
176
+ "h-gb-050": DesignToken,
177
+ "h-gb-060": DesignToken,
178
+ "h-gb-070": DesignToken,
179
+ "h-gb-080": DesignToken,
180
+ "h-gb-090": DesignToken,
181
+ "h-gb-100": DesignToken
182
+ },
183
+ "green": {
184
+ "h-gg-010": DesignToken,
185
+ "h-gg-020": DesignToken,
186
+ "h-gg-030": DesignToken,
187
+ "h-gg-040": DesignToken,
188
+ "h-gg-050": DesignToken,
189
+ "h-gg-060": DesignToken,
190
+ "h-gg-070": DesignToken,
191
+ "h-gg-080": DesignToken,
192
+ "h-gg-090": DesignToken,
193
+ "h-gg-100": DesignToken
194
+ },
195
+ "yellow-green": {
196
+ "h-yg-010": DesignToken,
197
+ "h-yg-020": DesignToken,
198
+ "h-yg-030": DesignToken,
199
+ "h-yg-040": DesignToken,
200
+ "h-yg-050": DesignToken,
201
+ "h-yg-060": DesignToken,
202
+ "h-yg-070": DesignToken,
203
+ "h-yg-080": DesignToken,
204
+ "h-yg-090": DesignToken,
205
+ "h-yg-100": DesignToken
206
+ },
207
+ "yellow": {
208
+ "h-yy-010": DesignToken,
209
+ "h-yy-020": DesignToken,
210
+ "h-yy-030": DesignToken,
211
+ "h-yy-040": DesignToken,
212
+ "h-yy-050": DesignToken,
213
+ "h-yy-060": DesignToken,
214
+ "h-yy-070": DesignToken,
215
+ "h-yy-080": DesignToken,
216
+ "h-yy-090": DesignToken,
217
+ "h-yy-100": DesignToken
218
+ },
219
+ "orange-yellow": {
220
+ "h-oy-010": DesignToken,
221
+ "h-oy-020": DesignToken,
222
+ "h-oy-030": DesignToken,
223
+ "h-oy-040": DesignToken,
224
+ "h-oy-050": DesignToken,
225
+ "h-oy-060": DesignToken,
226
+ "h-oy-070": DesignToken,
227
+ "h-oy-080": DesignToken,
228
+ "h-oy-090": DesignToken,
229
+ "h-oy-100": DesignToken
230
+ },
231
+ "orange": {
232
+ "h-oo-010": DesignToken,
233
+ "h-oo-020": DesignToken,
234
+ "h-oo-030": DesignToken,
235
+ "h-oo-040": DesignToken,
236
+ "h-oo-050": DesignToken,
237
+ "h-oo-060": DesignToken,
238
+ "h-oo-070": DesignToken,
239
+ "h-oo-080": DesignToken,
240
+ "h-oo-090": DesignToken,
241
+ "h-oo-100": DesignToken
242
+ },
243
+ "red-orange": {
244
+ "h-ro-010": DesignToken,
245
+ "h-ro-020": DesignToken,
246
+ "h-ro-030": DesignToken,
247
+ "h-ro-040": DesignToken,
248
+ "h-ro-050": DesignToken,
249
+ "h-ro-060": DesignToken,
250
+ "h-ro-070": DesignToken,
251
+ "h-ro-080": DesignToken,
252
+ "h-ro-090": DesignToken,
253
+ "h-ro-100": DesignToken
254
+ },
255
+ "red": {
256
+ "h-rr-010": DesignToken,
257
+ "h-rr-020": DesignToken,
258
+ "h-rr-030": DesignToken,
259
+ "h-rr-040": DesignToken,
260
+ "h-rr-050": DesignToken,
261
+ "h-rr-060": DesignToken,
262
+ "h-rr-070": DesignToken,
263
+ "h-rr-080": DesignToken,
264
+ "h-rr-090": DesignToken,
265
+ "h-rr-100": DesignToken
266
+ },
267
+ "pink": {
268
+ "h-pk-010": DesignToken,
269
+ "h-pk-020": DesignToken,
270
+ "h-pk-030": DesignToken,
271
+ "h-pk-040": DesignToken,
272
+ "h-pk-050": DesignToken,
273
+ "h-pk-060": DesignToken,
274
+ "h-pk-070": DesignToken,
275
+ "h-pk-080": DesignToken,
276
+ "h-pk-090": DesignToken,
277
+ "h-pk-100": DesignToken
278
+ },
279
+ "violet-red": {
280
+ "h-vr-010": DesignToken,
281
+ "h-vr-020": DesignToken,
282
+ "h-vr-030": DesignToken,
283
+ "h-vr-040": DesignToken,
284
+ "h-vr-050": DesignToken,
285
+ "h-vr-060": DesignToken,
286
+ "h-vr-070": DesignToken,
287
+ "h-vr-080": DesignToken,
288
+ "h-vr-090": DesignToken,
289
+ "h-vr-100": DesignToken
290
+ },
291
+ "violet": {
292
+ "h-vv-010": DesignToken,
293
+ "h-vv-020": DesignToken,
294
+ "h-vv-030": DesignToken,
295
+ "h-vv-040": DesignToken,
296
+ "h-vv-050": DesignToken,
297
+ "h-vv-060": DesignToken,
298
+ "h-vv-070": DesignToken,
299
+ "h-vv-080": DesignToken,
300
+ "h-vv-090": DesignToken,
301
+ "h-vv-100": DesignToken
302
+ }
303
+ },
304
+ "vibrant": {
305
+ "blue": {
306
+ "v-bb-120": DesignToken,
307
+ "v-bb-140": DesignToken,
308
+ "v-bb-160": DesignToken,
309
+ "v-bb-180": DesignToken
310
+ },
311
+ "green-blue": {
312
+ "v-gb-120": DesignToken,
313
+ "v-gb-140": DesignToken,
314
+ "v-gb-160": DesignToken,
315
+ "v-gb-180": DesignToken
316
+ },
317
+ "green": {
318
+ "v-gg-120": DesignToken,
319
+ "v-gg-140": DesignToken,
320
+ "v-gg-160": DesignToken,
321
+ "v-gg-180": DesignToken
322
+ },
323
+ "yellow-green": {
324
+ "v-yg-120": DesignToken,
325
+ "v-yg-140": DesignToken,
326
+ "v-yg-160": DesignToken,
327
+ "v-yg-180": DesignToken
328
+ },
329
+ "yellow": {
330
+ "v-yy-120": DesignToken,
331
+ "v-yy-140": DesignToken,
332
+ "v-yy-160": DesignToken,
333
+ "v-yy-180": DesignToken
334
+ },
335
+ "orange-yellow": {
336
+ "v-oy-120": DesignToken,
337
+ "v-oy-140": DesignToken,
338
+ "v-oy-160": DesignToken,
339
+ "v-oy-180": DesignToken
340
+ },
341
+ "red-orange": {
342
+ "v-ro-120": DesignToken,
343
+ "v-ro-140": DesignToken,
344
+ "v-ro-160": DesignToken,
345
+ "v-ro-180": DesignToken
346
+ },
347
+ "red": {
348
+ "v-rr-120": DesignToken,
349
+ "v-rr-140": DesignToken,
350
+ "v-rr-160": DesignToken,
351
+ "v-rr-180": DesignToken
352
+ },
353
+ "pink": {
354
+ "v-pk-120": DesignToken,
355
+ "v-pk-140": DesignToken,
356
+ "v-pk-160": DesignToken,
357
+ "v-pk-180": DesignToken
358
+ },
359
+ "violet-red": {
360
+ "v-vr-120": DesignToken,
361
+ "v-vr-140": DesignToken,
362
+ "v-vr-160": DesignToken,
363
+ "v-vr-180": DesignToken
364
+ },
365
+ "violet": {
366
+ "v-vv-120": DesignToken,
367
+ "v-vv-140": DesignToken,
368
+ "v-vv-160": DesignToken,
369
+ "v-vv-180": DesignToken
370
+ }
371
+ },
372
+ "dark": {
373
+ "green": {
374
+ "d-gg-410": DesignToken,
375
+ "d-gg-420": DesignToken,
376
+ "d-gg-430": DesignToken
377
+ },
378
+ "yellow": {
379
+ "d-yy-410": DesignToken,
380
+ "d-yy-420": DesignToken,
381
+ "d-yy-430": DesignToken
382
+ },
383
+ "red": {
384
+ "d-rr-410": DesignToken,
385
+ "d-rr-420": DesignToken,
386
+ "d-rr-430": DesignToken
387
+ },
388
+ "blue": {
389
+ "d-bb-410": DesignToken,
390
+ "d-bb-420": DesignToken,
391
+ "d-bb-430": DesignToken
392
+ }
393
+ }
394
+ },
395
+ "size": {
396
+ "default": {
397
+ "0": DesignToken,
398
+ "1": DesignToken,
399
+ "2": DesignToken,
400
+ "3": DesignToken,
401
+ "4": DesignToken,
402
+ "5": DesignToken,
403
+ "6": DesignToken,
404
+ "7": DesignToken,
405
+ "8": DesignToken,
406
+ "9": DesignToken,
407
+ "10": DesignToken,
408
+ "11": DesignToken,
409
+ "12": DesignToken,
410
+ "13": DesignToken,
411
+ "14": DesignToken,
412
+ "15": DesignToken,
413
+ "16": DesignToken,
414
+ "17": DesignToken,
415
+ "18": DesignToken,
416
+ "19": DesignToken,
417
+ "20": DesignToken,
418
+ "21": DesignToken,
419
+ "22": DesignToken,
420
+ "23": DesignToken,
421
+ "24": DesignToken,
422
+ "25": DesignToken,
423
+ "26": DesignToken,
424
+ "27": DesignToken,
425
+ "28": DesignToken,
426
+ "none": DesignToken
427
+ },
428
+ "relative": {
429
+ "half": DesignToken,
430
+ "full": DesignToken
431
+ }
432
+ },
433
+ "container-size": {
434
+ "0": DesignToken,
435
+ "154": DesignToken,
436
+ "320": DesignToken,
437
+ "328": DesignToken,
438
+ "476": DesignToken,
439
+ "504": DesignToken,
440
+ "678": DesignToken,
441
+ "768": DesignToken,
442
+ "854": DesignToken,
443
+ "1152": DesignToken,
444
+ "1440": DesignToken
445
+ },
446
+ "z-index": {
447
+ "0": DesignToken,
448
+ "1": DesignToken,
449
+ "3": DesignToken,
450
+ "4": DesignToken,
451
+ "5": DesignToken,
452
+ "6": DesignToken,
453
+ "7": DesignToken,
454
+ "8": DesignToken,
455
+ "9": DesignToken
456
+ },
457
+ "box-shadow": {
458
+ "0": DesignToken,
459
+ "1": DesignToken,
460
+ "2": DesignToken,
461
+ "3": DesignToken,
462
+ "4": DesignToken,
463
+ "none": DesignToken
464
+ }
465
+ }
466
+ }