@metamask-previews/design-tokens 4.1.0-preview.04cb60f

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 (204) hide show
  1. package/CHANGELOG.md +353 -0
  2. package/LICENSE +20 -0
  3. package/README.md +103 -0
  4. package/dist/index.cjs +10 -0
  5. package/dist/index.cjs.map +1 -0
  6. package/dist/index.d.cts +3 -0
  7. package/dist/index.d.cts.map +1 -0
  8. package/dist/index.d.mts +3 -0
  9. package/dist/index.d.mts.map +1 -0
  10. package/dist/index.mjs +2 -0
  11. package/dist/index.mjs.map +1 -0
  12. package/dist/js/brandColor/brandColor.cjs +190 -0
  13. package/dist/js/brandColor/brandColor.cjs.map +1 -0
  14. package/dist/js/brandColor/brandColor.d.cts +3 -0
  15. package/dist/js/brandColor/brandColor.d.cts.map +1 -0
  16. package/dist/js/brandColor/brandColor.d.mts +3 -0
  17. package/dist/js/brandColor/brandColor.d.mts.map +1 -0
  18. package/dist/js/brandColor/brandColor.mjs +187 -0
  19. package/dist/js/brandColor/brandColor.mjs.map +1 -0
  20. package/dist/js/brandColor/brandColor.types.cjs +3 -0
  21. package/dist/js/brandColor/brandColor.types.cjs.map +1 -0
  22. package/dist/js/brandColor/brandColor.types.d.cts +187 -0
  23. package/dist/js/brandColor/brandColor.types.d.cts.map +1 -0
  24. package/dist/js/brandColor/brandColor.types.d.mts +187 -0
  25. package/dist/js/brandColor/brandColor.types.d.mts.map +1 -0
  26. package/dist/js/brandColor/brandColor.types.mjs +2 -0
  27. package/dist/js/brandColor/brandColor.types.mjs.map +1 -0
  28. package/dist/js/brandColor/index.cjs +6 -0
  29. package/dist/js/brandColor/index.cjs.map +1 -0
  30. package/dist/js/brandColor/index.d.cts +2 -0
  31. package/dist/js/brandColor/index.d.cts.map +1 -0
  32. package/dist/js/brandColor/index.d.mts +2 -0
  33. package/dist/js/brandColor/index.d.mts.map +1 -0
  34. package/dist/js/brandColor/index.mjs +2 -0
  35. package/dist/js/brandColor/index.mjs.map +1 -0
  36. package/dist/js/colors/colors.cjs +17 -0
  37. package/dist/js/colors/colors.cjs.map +1 -0
  38. package/dist/js/colors/colors.d.cts +157 -0
  39. package/dist/js/colors/colors.d.cts.map +1 -0
  40. package/dist/js/colors/colors.d.mts +157 -0
  41. package/dist/js/colors/colors.d.mts.map +1 -0
  42. package/dist/js/colors/colors.mjs +14 -0
  43. package/dist/js/colors/colors.mjs.map +1 -0
  44. package/dist/js/colors/index.cjs +8 -0
  45. package/dist/js/colors/index.cjs.map +1 -0
  46. package/dist/js/colors/index.d.cts +3 -0
  47. package/dist/js/colors/index.d.cts.map +1 -0
  48. package/dist/js/colors/index.d.mts +3 -0
  49. package/dist/js/colors/index.d.mts.map +1 -0
  50. package/dist/js/colors/index.mjs +3 -0
  51. package/dist/js/colors/index.mjs.map +1 -0
  52. package/dist/js/index.cjs +15 -0
  53. package/dist/js/index.cjs.map +1 -0
  54. package/dist/js/index.d.cts +7 -0
  55. package/dist/js/index.d.cts.map +1 -0
  56. package/dist/js/index.d.mts +7 -0
  57. package/dist/js/index.d.mts.map +1 -0
  58. package/dist/js/index.mjs +7 -0
  59. package/dist/js/index.mjs.map +1 -0
  60. package/dist/js/themes/darkTheme/colors.cjs +80 -0
  61. package/dist/js/themes/darkTheme/colors.cjs.map +1 -0
  62. package/dist/js/themes/darkTheme/colors.d.cts +3 -0
  63. package/dist/js/themes/darkTheme/colors.d.cts.map +1 -0
  64. package/dist/js/themes/darkTheme/colors.d.mts +3 -0
  65. package/dist/js/themes/darkTheme/colors.d.mts.map +1 -0
  66. package/dist/js/themes/darkTheme/colors.mjs +77 -0
  67. package/dist/js/themes/darkTheme/colors.mjs.map +1 -0
  68. package/dist/js/themes/darkTheme/darkTheme.cjs +12 -0
  69. package/dist/js/themes/darkTheme/darkTheme.cjs.map +1 -0
  70. package/dist/js/themes/darkTheme/darkTheme.d.cts +3 -0
  71. package/dist/js/themes/darkTheme/darkTheme.d.cts.map +1 -0
  72. package/dist/js/themes/darkTheme/darkTheme.d.mts +3 -0
  73. package/dist/js/themes/darkTheme/darkTheme.d.mts.map +1 -0
  74. package/dist/js/themes/darkTheme/darkTheme.mjs +9 -0
  75. package/dist/js/themes/darkTheme/darkTheme.mjs.map +1 -0
  76. package/dist/js/themes/darkTheme/index.cjs +6 -0
  77. package/dist/js/themes/darkTheme/index.cjs.map +1 -0
  78. package/dist/js/themes/darkTheme/index.d.cts +2 -0
  79. package/dist/js/themes/darkTheme/index.d.cts.map +1 -0
  80. package/dist/js/themes/darkTheme/index.d.mts +2 -0
  81. package/dist/js/themes/darkTheme/index.d.mts.map +1 -0
  82. package/dist/js/themes/darkTheme/index.mjs +2 -0
  83. package/dist/js/themes/darkTheme/index.mjs.map +1 -0
  84. package/dist/js/themes/darkTheme/shadows.cjs +45 -0
  85. package/dist/js/themes/darkTheme/shadows.cjs.map +1 -0
  86. package/dist/js/themes/darkTheme/shadows.d.cts +3 -0
  87. package/dist/js/themes/darkTheme/shadows.d.cts.map +1 -0
  88. package/dist/js/themes/darkTheme/shadows.d.mts +3 -0
  89. package/dist/js/themes/darkTheme/shadows.d.mts.map +1 -0
  90. package/dist/js/themes/darkTheme/shadows.mjs +42 -0
  91. package/dist/js/themes/darkTheme/shadows.mjs.map +1 -0
  92. package/dist/js/themes/index.cjs +8 -0
  93. package/dist/js/themes/index.cjs.map +1 -0
  94. package/dist/js/themes/index.d.cts +4 -0
  95. package/dist/js/themes/index.d.cts.map +1 -0
  96. package/dist/js/themes/index.d.mts +4 -0
  97. package/dist/js/themes/index.d.mts.map +1 -0
  98. package/dist/js/themes/index.mjs +3 -0
  99. package/dist/js/themes/index.mjs.map +1 -0
  100. package/dist/js/themes/lightTheme/colors.cjs +80 -0
  101. package/dist/js/themes/lightTheme/colors.cjs.map +1 -0
  102. package/dist/js/themes/lightTheme/colors.d.cts +3 -0
  103. package/dist/js/themes/lightTheme/colors.d.cts.map +1 -0
  104. package/dist/js/themes/lightTheme/colors.d.mts +3 -0
  105. package/dist/js/themes/lightTheme/colors.d.mts.map +1 -0
  106. package/dist/js/themes/lightTheme/colors.mjs +77 -0
  107. package/dist/js/themes/lightTheme/colors.mjs.map +1 -0
  108. package/dist/js/themes/lightTheme/index.cjs +6 -0
  109. package/dist/js/themes/lightTheme/index.cjs.map +1 -0
  110. package/dist/js/themes/lightTheme/index.d.cts +2 -0
  111. package/dist/js/themes/lightTheme/index.d.cts.map +1 -0
  112. package/dist/js/themes/lightTheme/index.d.mts +2 -0
  113. package/dist/js/themes/lightTheme/index.d.mts.map +1 -0
  114. package/dist/js/themes/lightTheme/index.mjs +2 -0
  115. package/dist/js/themes/lightTheme/index.mjs.map +1 -0
  116. package/dist/js/themes/lightTheme/lightTheme.cjs +12 -0
  117. package/dist/js/themes/lightTheme/lightTheme.cjs.map +1 -0
  118. package/dist/js/themes/lightTheme/lightTheme.d.cts +3 -0
  119. package/dist/js/themes/lightTheme/lightTheme.d.cts.map +1 -0
  120. package/dist/js/themes/lightTheme/lightTheme.d.mts +3 -0
  121. package/dist/js/themes/lightTheme/lightTheme.d.mts.map +1 -0
  122. package/dist/js/themes/lightTheme/lightTheme.mjs +9 -0
  123. package/dist/js/themes/lightTheme/lightTheme.mjs.map +1 -0
  124. package/dist/js/themes/lightTheme/shadows.cjs +45 -0
  125. package/dist/js/themes/lightTheme/shadows.cjs.map +1 -0
  126. package/dist/js/themes/lightTheme/shadows.d.cts +3 -0
  127. package/dist/js/themes/lightTheme/shadows.d.cts.map +1 -0
  128. package/dist/js/themes/lightTheme/shadows.d.mts +3 -0
  129. package/dist/js/themes/lightTheme/shadows.d.mts.map +1 -0
  130. package/dist/js/themes/lightTheme/shadows.mjs +42 -0
  131. package/dist/js/themes/lightTheme/shadows.mjs.map +1 -0
  132. package/dist/js/themes/types.cjs +3 -0
  133. package/dist/js/themes/types.cjs.map +1 -0
  134. package/dist/js/themes/types.d.cts +248 -0
  135. package/dist/js/themes/types.d.cts.map +1 -0
  136. package/dist/js/themes/types.d.mts +248 -0
  137. package/dist/js/themes/types.d.mts.map +1 -0
  138. package/dist/js/themes/types.mjs +2 -0
  139. package/dist/js/themes/types.mjs.map +1 -0
  140. package/dist/js/typography/fontFamilies.cjs +7 -0
  141. package/dist/js/typography/fontFamilies.cjs.map +1 -0
  142. package/dist/js/typography/fontFamilies.d.cts +4 -0
  143. package/dist/js/typography/fontFamilies.d.cts.map +1 -0
  144. package/dist/js/typography/fontFamilies.d.mts +4 -0
  145. package/dist/js/typography/fontFamilies.d.mts.map +1 -0
  146. package/dist/js/typography/fontFamilies.mjs +4 -0
  147. package/dist/js/typography/fontFamilies.mjs.map +1 -0
  148. package/dist/js/typography/fontSizes.cjs +14 -0
  149. package/dist/js/typography/fontSizes.cjs.map +1 -0
  150. package/dist/js/typography/fontSizes.d.cts +11 -0
  151. package/dist/js/typography/fontSizes.d.cts.map +1 -0
  152. package/dist/js/typography/fontSizes.d.mts +11 -0
  153. package/dist/js/typography/fontSizes.d.mts.map +1 -0
  154. package/dist/js/typography/fontSizes.mjs +11 -0
  155. package/dist/js/typography/fontSizes.mjs.map +1 -0
  156. package/dist/js/typography/fontWeights.cjs +9 -0
  157. package/dist/js/typography/fontWeights.cjs.map +1 -0
  158. package/dist/js/typography/fontWeights.d.cts +6 -0
  159. package/dist/js/typography/fontWeights.d.cts.map +1 -0
  160. package/dist/js/typography/fontWeights.d.mts +6 -0
  161. package/dist/js/typography/fontWeights.d.mts.map +1 -0
  162. package/dist/js/typography/fontWeights.mjs +6 -0
  163. package/dist/js/typography/fontWeights.mjs.map +1 -0
  164. package/dist/js/typography/index.cjs +6 -0
  165. package/dist/js/typography/index.cjs.map +1 -0
  166. package/dist/js/typography/index.d.cts +3 -0
  167. package/dist/js/typography/index.d.cts.map +1 -0
  168. package/dist/js/typography/index.d.mts +3 -0
  169. package/dist/js/typography/index.d.mts.map +1 -0
  170. package/dist/js/typography/index.mjs +2 -0
  171. package/dist/js/typography/index.mjs.map +1 -0
  172. package/dist/js/typography/letterSpacing.cjs +8 -0
  173. package/dist/js/typography/letterSpacing.cjs.map +1 -0
  174. package/dist/js/typography/letterSpacing.d.cts +5 -0
  175. package/dist/js/typography/letterSpacing.d.cts.map +1 -0
  176. package/dist/js/typography/letterSpacing.d.mts +5 -0
  177. package/dist/js/typography/letterSpacing.d.mts.map +1 -0
  178. package/dist/js/typography/letterSpacing.mjs +5 -0
  179. package/dist/js/typography/letterSpacing.mjs.map +1 -0
  180. package/dist/js/typography/lineHeights.cjs +13 -0
  181. package/dist/js/typography/lineHeights.cjs.map +1 -0
  182. package/dist/js/typography/lineHeights.d.cts +10 -0
  183. package/dist/js/typography/lineHeights.d.cts.map +1 -0
  184. package/dist/js/typography/lineHeights.d.mts +10 -0
  185. package/dist/js/typography/lineHeights.d.mts.map +1 -0
  186. package/dist/js/typography/lineHeights.mjs +10 -0
  187. package/dist/js/typography/lineHeights.mjs.map +1 -0
  188. package/dist/js/typography/types.cjs +3 -0
  189. package/dist/js/typography/types.cjs.map +1 -0
  190. package/dist/js/typography/types.d.cts +39 -0
  191. package/dist/js/typography/types.d.cts.map +1 -0
  192. package/dist/js/typography/types.d.mts +39 -0
  193. package/dist/js/typography/types.d.mts.map +1 -0
  194. package/dist/js/typography/types.mjs +2 -0
  195. package/dist/js/typography/types.mjs.map +1 -0
  196. package/dist/js/typography/typography.cjs +216 -0
  197. package/dist/js/typography/typography.cjs.map +1 -0
  198. package/dist/js/typography/typography.d.cts +3 -0
  199. package/dist/js/typography/typography.d.cts.map +1 -0
  200. package/dist/js/typography/typography.d.mts +3 -0
  201. package/dist/js/typography/typography.d.mts.map +1 -0
  202. package/dist/js/typography/typography.mjs +213 -0
  203. package/dist/js/typography/typography.mjs.map +1 -0
  204. package/package.json +70 -0
@@ -0,0 +1,187 @@
1
+ export type BrandColor = {
2
+ /** grey/grey100: #d6d9dc */
3
+ grey100: string;
4
+ /** grey/grey200: #bbc0c5 */
5
+ grey200: string;
6
+ /** grey/grey300: #9fa6ae */
7
+ grey300: string;
8
+ /** grey/grey400: #848c96 */
9
+ grey400: string;
10
+ /** grey/grey500: #6a737d */
11
+ grey500: string;
12
+ /** grey/grey600: #535a61 */
13
+ grey600: string;
14
+ /** grey/grey700: #3b4046 */
15
+ grey700: string;
16
+ /** grey/grey800: #24272a */
17
+ grey800: string;
18
+ /** grey/grey900: #141618 */
19
+ grey900: string;
20
+ /** grey/grey1000: #000000 */
21
+ grey1000: string;
22
+ /** grey/grey050: #f2f4f6 */
23
+ grey050: string;
24
+ /** grey/grey000: #ffffff */
25
+ grey000: string;
26
+ /** grey/grey025: #fafbfc */
27
+ grey025: string;
28
+ /** blue/blue100: #a7d9fe */
29
+ blue100: string;
30
+ /** blue/blue200: #75c4fd */
31
+ blue200: string;
32
+ /** blue/blue300: #43aefc */
33
+ blue300: string;
34
+ /** blue/blue400: #1098fc */
35
+ blue400: string;
36
+ /** blue/blue500: #0376c9 */
37
+ blue500: string;
38
+ /** blue/blue600: #0260a4 */
39
+ blue600: string;
40
+ /** blue/blue700: #024272 */
41
+ blue700: string;
42
+ /** blue/blue800: #01253f */
43
+ blue800: string;
44
+ /** blue/blue900: #00080d */
45
+ blue900: string;
46
+ /** blue/blue050: #eaf6ff */
47
+ blue050: string;
48
+ /** blue/blue025: #eaf6ff */
49
+ blue025: string;
50
+ /** green/green100: #afecbd */
51
+ green100: string;
52
+ /** green/green200: #5dd879 */
53
+ green200: string;
54
+ /** green/green300: #28a745 */
55
+ green300: string;
56
+ /** green/green400: #28a745 */
57
+ green400: string;
58
+ /** green/green500: #1c8234 */
59
+ green500: string;
60
+ /** green/green600: #145523 */
61
+ green600: string;
62
+ /** green/green700: #145523 */
63
+ green700: string;
64
+ /** green/green800: #0a2c12 */
65
+ green800: string;
66
+ /** green/green900: #041007 */
67
+ green900: string;
68
+ /** green/green050: #d6ffdf */
69
+ green050: string;
70
+ /** green/green025: #f3fcf5 */
71
+ green025: string;
72
+ /** red/red100: #f7d5d8 */
73
+ red100: string;
74
+ /** red/red200: #f1b9be */
75
+ red200: string;
76
+ /** red/red300: #e88f97 */
77
+ red300: string;
78
+ /** red/red400: #e06470 */
79
+ red400: string;
80
+ /** red/red500: #d73847 */
81
+ red500: string;
82
+ /** red/red600: #8e1d28 */
83
+ red600: string;
84
+ /** red/red700: #64141c */
85
+ red700: string;
86
+ /** red/red800: #3a0c10 */
87
+ red800: string;
88
+ /** red/red900: #3a0c10 */
89
+ red900: string;
90
+ /** red/red050: #fcf2f3 */
91
+ red050: string;
92
+ /** red/red025: #fcf2f3 */
93
+ red025: string;
94
+ /** yellow/yellow100: #ffdf70 */
95
+ yellow100: string;
96
+ /** yellow/yellow200: #ffc70a */
97
+ yellow200: string;
98
+ /** yellow/yellow300: #f8883b */
99
+ yellow300: string;
100
+ /** yellow/yellow400: #f66a0a */
101
+ yellow400: string;
102
+ /** yellow/yellow500: #bf5208 */
103
+ yellow500: string;
104
+ /** yellow/yellow600: #954005 */
105
+ yellow600: string;
106
+ /** yellow/yellow700: #632b04 */
107
+ yellow700: string;
108
+ /** yellow/yellow800: #321602 */
109
+ yellow800: string;
110
+ /** yellow/yellow900: #321602 */
111
+ yellow900: string;
112
+ /** yellow/yellow050: #fff2c5 */
113
+ yellow050: string;
114
+ /** yellow/yellow025: #fefcde */
115
+ yellow025: string;
116
+ /** orange/orange100: #fbc49d */
117
+ orange100: string;
118
+ /** orange/orange200: #faa66c */
119
+ orange200: string;
120
+ /** orange/orange300: #f8883b */
121
+ orange300: string;
122
+ /** orange/orange400: #f66a0a */
123
+ orange400: string;
124
+ /** orange/orange500: #bf5208 */
125
+ orange500: string;
126
+ /** orange/orange600: #954005 */
127
+ orange600: string;
128
+ /** orange/orange700: #632b04 */
129
+ orange700: string;
130
+ /** orange/orange800: #321602 */
131
+ orange800: string;
132
+ /** orange/orange900: #321602 */
133
+ orange900: string;
134
+ /** orange/orange050: #fde2cf */
135
+ orange050: string;
136
+ /** orange/orange025: #fef5ef */
137
+ orange025: string;
138
+ /** purple/purple100: #efd2ff */
139
+ purple100: string;
140
+ /** purple/purple200: #cfb5f0 */
141
+ purple200: string;
142
+ /** purple/purple300: #d27dff */
143
+ purple300: string;
144
+ /** purple/purple400: #b864f5 */
145
+ purple400: string;
146
+ /** purple/purple500: #8b45b6 */
147
+ purple500: string;
148
+ /** purple/purple600: #6c2ab2 */
149
+ purple600: string;
150
+ /** purple/purple700: #4c1178 */
151
+ purple700: string;
152
+ /** purple/purple800: #32054d */
153
+ purple800: string;
154
+ /** purple/purple900: #280a00 */
155
+ purple900: string;
156
+ /** purple/purple050: #fbf2ff */
157
+ purple050: string;
158
+ /** purple/purple025: #fcf6ff */
159
+ purple025: string;
160
+ /** lime/lime100: #b8ef4a */
161
+ lime100: string;
162
+ /** lime/lime200: #95ca45 */
163
+ lime200: string;
164
+ /** lime/lime300: #7ab040 */
165
+ lime300: string;
166
+ /** lime/lime400: #64993d */
167
+ lime400: string;
168
+ /** lime/lime500: #457a39 */
169
+ lime500: string;
170
+ /** lime/lime600: #275b35 */
171
+ lime600: string;
172
+ /** lime/lime700: #093a31 */
173
+ lime700: string;
174
+ /** lime/lime800: #022321 */
175
+ lime800: string;
176
+ /** lime/lime900: #011515 */
177
+ lime900: string;
178
+ /** lime/lime025: #effed9 */
179
+ lime025: string;
180
+ /** lime/lime050: #e3febd */
181
+ lime050: string;
182
+ /** white: #ffffff */
183
+ white: string;
184
+ /** black: #000000 */
185
+ black: string;
186
+ };
187
+ //# sourceMappingURL=brandColor.types.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brandColor.types.d.mts","sourceRoot":"","sources":["../../../src/js/brandColor/brandColor.types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=brandColor.types.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brandColor.types.mjs","sourceRoot":"","sources":["../../../src/js/brandColor/brandColor.types.ts"],"names":[],"mappings":"","sourcesContent":["export type BrandColor = {\n /** grey/grey100: #d6d9dc */\n grey100: string;\n /** grey/grey200: #bbc0c5 */\n grey200: string;\n /** grey/grey300: #9fa6ae */\n grey300: string;\n /** grey/grey400: #848c96 */\n grey400: string;\n /** grey/grey500: #6a737d */\n grey500: string;\n /** grey/grey600: #535a61 */\n grey600: string;\n /** grey/grey700: #3b4046 */\n grey700: string;\n /** grey/grey800: #24272a */\n grey800: string;\n /** grey/grey900: #141618 */\n grey900: string;\n /** grey/grey1000: #000000 */\n grey1000: string;\n /** grey/grey050: #f2f4f6 */\n grey050: string;\n /** grey/grey000: #ffffff */\n grey000: string;\n /** grey/grey025: #fafbfc */\n grey025: string;\n /** blue/blue100: #a7d9fe */\n blue100: string;\n /** blue/blue200: #75c4fd */\n blue200: string;\n /** blue/blue300: #43aefc */\n blue300: string;\n /** blue/blue400: #1098fc */\n blue400: string;\n /** blue/blue500: #0376c9 */\n blue500: string;\n /** blue/blue600: #0260a4 */\n blue600: string;\n /** blue/blue700: #024272 */\n blue700: string;\n /** blue/blue800: #01253f */\n blue800: string;\n /** blue/blue900: #00080d */\n blue900: string;\n /** blue/blue050: #eaf6ff */\n blue050: string;\n /** blue/blue025: #eaf6ff */\n blue025: string;\n /** green/green100: #afecbd */\n green100: string;\n /** green/green200: #5dd879 */\n green200: string;\n /** green/green300: #28a745 */\n green300: string;\n /** green/green400: #28a745 */\n green400: string;\n /** green/green500: #1c8234 */\n green500: string;\n /** green/green600: #145523 */\n green600: string;\n /** green/green700: #145523 */\n green700: string;\n /** green/green800: #0a2c12 */\n green800: string;\n /** green/green900: #041007 */\n green900: string;\n /** green/green050: #d6ffdf */\n green050: string;\n /** green/green025: #f3fcf5 */\n green025: string;\n /** red/red100: #f7d5d8 */\n red100: string;\n /** red/red200: #f1b9be */\n red200: string;\n /** red/red300: #e88f97 */\n red300: string;\n /** red/red400: #e06470 */\n red400: string;\n /** red/red500: #d73847 */\n red500: string;\n /** red/red600: #8e1d28 */\n red600: string;\n /** red/red700: #64141c */\n red700: string;\n /** red/red800: #3a0c10 */\n red800: string;\n /** red/red900: #3a0c10 */\n red900: string;\n /** red/red050: #fcf2f3 */\n red050: string;\n /** red/red025: #fcf2f3 */\n red025: string;\n /** yellow/yellow100: #ffdf70 */\n yellow100: string;\n /** yellow/yellow200: #ffc70a */\n yellow200: string;\n /** yellow/yellow300: #f8883b */\n yellow300: string;\n /** yellow/yellow400: #f66a0a */\n yellow400: string;\n /** yellow/yellow500: #bf5208 */\n yellow500: string;\n /** yellow/yellow600: #954005 */\n yellow600: string;\n /** yellow/yellow700: #632b04 */\n yellow700: string;\n /** yellow/yellow800: #321602 */\n yellow800: string;\n /** yellow/yellow900: #321602 */\n yellow900: string;\n /** yellow/yellow050: #fff2c5 */\n yellow050: string;\n /** yellow/yellow025: #fefcde */\n yellow025: string;\n /** orange/orange100: #fbc49d */\n orange100: string;\n /** orange/orange200: #faa66c */\n orange200: string;\n /** orange/orange300: #f8883b */\n orange300: string;\n /** orange/orange400: #f66a0a */\n orange400: string;\n /** orange/orange500: #bf5208 */\n orange500: string;\n /** orange/orange600: #954005 */\n orange600: string;\n /** orange/orange700: #632b04 */\n orange700: string;\n /** orange/orange800: #321602 */\n orange800: string;\n /** orange/orange900: #321602 */\n orange900: string;\n /** orange/orange050: #fde2cf */\n orange050: string;\n /** orange/orange025: #fef5ef */\n orange025: string;\n /** purple/purple100: #efd2ff */\n purple100: string;\n /** purple/purple200: #cfb5f0 */\n purple200: string;\n /** purple/purple300: #d27dff */\n purple300: string;\n /** purple/purple400: #b864f5 */\n purple400: string;\n /** purple/purple500: #8b45b6 */\n purple500: string;\n /** purple/purple600: #6c2ab2 */\n purple600: string;\n /** purple/purple700: #4c1178 */\n purple700: string;\n /** purple/purple800: #32054d */\n purple800: string;\n /** purple/purple900: #280a00 */\n purple900: string;\n /** purple/purple050: #fbf2ff */\n purple050: string;\n /** purple/purple025: #fcf6ff */\n purple025: string;\n /** lime/lime100: #b8ef4a */\n lime100: string;\n /** lime/lime200: #95ca45 */\n lime200: string;\n /** lime/lime300: #7ab040 */\n lime300: string;\n /** lime/lime400: #64993d */\n lime400: string;\n /** lime/lime500: #457a39 */\n lime500: string;\n /** lime/lime600: #275b35 */\n lime600: string;\n /** lime/lime700: #093a31 */\n lime700: string;\n /** lime/lime800: #022321 */\n lime800: string;\n /** lime/lime900: #011515 */\n lime900: string;\n /** lime/lime025: #effed9 */\n lime025: string;\n /** lime/lime050: #e3febd */\n lime050: string;\n /** white: #ffffff */\n white: string;\n /** black: #000000 */\n black: string;\n};\n"]}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.brandColor = void 0;
4
+ var brandColor_1 = require("./brandColor.cjs");
5
+ Object.defineProperty(exports, "brandColor", { enumerable: true, get: function () { return brandColor_1.brandColor; } });
6
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/js/brandColor/index.ts"],"names":[],"mappings":";;;AAAA,+CAA0C;AAAjC,wGAAA,UAAU,OAAA","sourcesContent":["export { brandColor } from './brandColor';\n"]}
@@ -0,0 +1,2 @@
1
+ export { brandColor } from "./brandColor.cjs";
2
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/js/brandColor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB"}
@@ -0,0 +1,2 @@
1
+ export { brandColor } from "./brandColor.mjs";
2
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/js/brandColor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB"}
@@ -0,0 +1,2 @@
1
+ export { brandColor } from "./brandColor.mjs";
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/js/brandColor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,yBAAqB","sourcesContent":["export { brandColor } from './brandColor';\n"]}
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.colors = void 0;
4
+ const themes_1 = require("../themes/index.cjs");
5
+ /**
6
+ * This object is DEPRECATED in favour of the theme objects
7
+ * jest ignores this file when testing coverage
8
+ */
9
+ exports.colors = {
10
+ light: {
11
+ ...themes_1.lightTheme.colors,
12
+ },
13
+ dark: {
14
+ ...themes_1.darkTheme.colors,
15
+ },
16
+ };
17
+ //# sourceMappingURL=colors.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.cjs","sourceRoot":"","sources":["../../../src/js/colors/colors.ts"],"names":[],"mappings":";;;AAAA,gDAAkD;AAElD;;;GAGG;AAEU,QAAA,MAAM,GAAG;IACpB,KAAK,EAAE;QACL,GAAG,mBAAU,CAAC,MAAM;KACrB;IACD,IAAI,EAAE;QACJ,GAAG,kBAAS,CAAC,MAAM;KACpB;CACF,CAAC","sourcesContent":["import { lightTheme, darkTheme } from '../themes';\n\n/**\n * This object is DEPRECATED in favour of the theme objects\n * jest ignores this file when testing coverage\n */\n\nexport const colors = {\n light: {\n ...lightTheme.colors,\n },\n dark: {\n ...darkTheme.colors,\n },\n};\n"]}
@@ -0,0 +1,157 @@
1
+ /**
2
+ * This object is DEPRECATED in favour of the theme objects
3
+ * jest ignores this file when testing coverage
4
+ */
5
+ export declare const colors: {
6
+ light: {
7
+ background: {
8
+ default: string;
9
+ defaultHover: string;
10
+ defaultPressed: string;
11
+ alternative: string;
12
+ alternativeHover: string;
13
+ alternativePressed: string;
14
+ hover: string;
15
+ pressed: string;
16
+ };
17
+ text: {
18
+ default: string;
19
+ alternative: string;
20
+ muted: string;
21
+ };
22
+ icon: {
23
+ default: string;
24
+ alternative: string;
25
+ muted: string;
26
+ };
27
+ border: {
28
+ default: string;
29
+ muted: string;
30
+ };
31
+ overlay: {
32
+ default: string;
33
+ alternative: string;
34
+ inverse: string;
35
+ };
36
+ shadow: {
37
+ default: string;
38
+ primary: string;
39
+ error: string;
40
+ };
41
+ primary: {
42
+ default: string;
43
+ defaultHover: string;
44
+ defaultPressed: string;
45
+ alternative: string;
46
+ muted: string;
47
+ inverse: string;
48
+ };
49
+ error: {
50
+ default: string;
51
+ defaultHover: string;
52
+ defaultPressed: string;
53
+ alternative: string;
54
+ muted: string;
55
+ inverse: string;
56
+ };
57
+ warning: {
58
+ default: string;
59
+ defaultHover: string;
60
+ defaultPressed: string;
61
+ muted: string;
62
+ inverse: string;
63
+ };
64
+ success: {
65
+ default: string;
66
+ defaultHover: string;
67
+ defaultPressed: string;
68
+ muted: string;
69
+ inverse: string;
70
+ };
71
+ info: {
72
+ default: string;
73
+ muted: string;
74
+ inverse: string;
75
+ };
76
+ flask: {
77
+ default: string;
78
+ inverse: string;
79
+ };
80
+ };
81
+ dark: {
82
+ background: {
83
+ default: string;
84
+ defaultHover: string;
85
+ defaultPressed: string;
86
+ alternative: string;
87
+ alternativeHover: string;
88
+ alternativePressed: string;
89
+ hover: string;
90
+ pressed: string;
91
+ };
92
+ text: {
93
+ default: string;
94
+ alternative: string;
95
+ muted: string;
96
+ };
97
+ icon: {
98
+ default: string;
99
+ alternative: string;
100
+ muted: string;
101
+ };
102
+ border: {
103
+ default: string;
104
+ muted: string;
105
+ };
106
+ overlay: {
107
+ default: string;
108
+ alternative: string;
109
+ inverse: string;
110
+ };
111
+ shadow: {
112
+ default: string;
113
+ primary: string;
114
+ error: string;
115
+ };
116
+ primary: {
117
+ default: string;
118
+ defaultHover: string;
119
+ defaultPressed: string;
120
+ alternative: string;
121
+ muted: string;
122
+ inverse: string;
123
+ };
124
+ error: {
125
+ default: string;
126
+ defaultHover: string;
127
+ defaultPressed: string;
128
+ alternative: string;
129
+ muted: string;
130
+ inverse: string;
131
+ };
132
+ warning: {
133
+ default: string;
134
+ defaultHover: string;
135
+ defaultPressed: string;
136
+ muted: string;
137
+ inverse: string;
138
+ };
139
+ success: {
140
+ default: string;
141
+ defaultHover: string;
142
+ defaultPressed: string;
143
+ muted: string;
144
+ inverse: string;
145
+ };
146
+ info: {
147
+ default: string;
148
+ muted: string;
149
+ inverse: string;
150
+ };
151
+ flask: {
152
+ default: string;
153
+ inverse: string;
154
+ };
155
+ };
156
+ };
157
+ //# sourceMappingURL=colors.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.cts","sourceRoot":"","sources":["../../../src/js/colors/colors.ts"],"names":[],"mappings":"AAEA;;;GAGG;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOlB,CAAC"}
@@ -0,0 +1,157 @@
1
+ /**
2
+ * This object is DEPRECATED in favour of the theme objects
3
+ * jest ignores this file when testing coverage
4
+ */
5
+ export declare const colors: {
6
+ light: {
7
+ background: {
8
+ default: string;
9
+ defaultHover: string;
10
+ defaultPressed: string;
11
+ alternative: string;
12
+ alternativeHover: string;
13
+ alternativePressed: string;
14
+ hover: string;
15
+ pressed: string;
16
+ };
17
+ text: {
18
+ default: string;
19
+ alternative: string;
20
+ muted: string;
21
+ };
22
+ icon: {
23
+ default: string;
24
+ alternative: string;
25
+ muted: string;
26
+ };
27
+ border: {
28
+ default: string;
29
+ muted: string;
30
+ };
31
+ overlay: {
32
+ default: string;
33
+ alternative: string;
34
+ inverse: string;
35
+ };
36
+ shadow: {
37
+ default: string;
38
+ primary: string;
39
+ error: string;
40
+ };
41
+ primary: {
42
+ default: string;
43
+ defaultHover: string;
44
+ defaultPressed: string;
45
+ alternative: string;
46
+ muted: string;
47
+ inverse: string;
48
+ };
49
+ error: {
50
+ default: string;
51
+ defaultHover: string;
52
+ defaultPressed: string;
53
+ alternative: string;
54
+ muted: string;
55
+ inverse: string;
56
+ };
57
+ warning: {
58
+ default: string;
59
+ defaultHover: string;
60
+ defaultPressed: string;
61
+ muted: string;
62
+ inverse: string;
63
+ };
64
+ success: {
65
+ default: string;
66
+ defaultHover: string;
67
+ defaultPressed: string;
68
+ muted: string;
69
+ inverse: string;
70
+ };
71
+ info: {
72
+ default: string;
73
+ muted: string;
74
+ inverse: string;
75
+ };
76
+ flask: {
77
+ default: string;
78
+ inverse: string;
79
+ };
80
+ };
81
+ dark: {
82
+ background: {
83
+ default: string;
84
+ defaultHover: string;
85
+ defaultPressed: string;
86
+ alternative: string;
87
+ alternativeHover: string;
88
+ alternativePressed: string;
89
+ hover: string;
90
+ pressed: string;
91
+ };
92
+ text: {
93
+ default: string;
94
+ alternative: string;
95
+ muted: string;
96
+ };
97
+ icon: {
98
+ default: string;
99
+ alternative: string;
100
+ muted: string;
101
+ };
102
+ border: {
103
+ default: string;
104
+ muted: string;
105
+ };
106
+ overlay: {
107
+ default: string;
108
+ alternative: string;
109
+ inverse: string;
110
+ };
111
+ shadow: {
112
+ default: string;
113
+ primary: string;
114
+ error: string;
115
+ };
116
+ primary: {
117
+ default: string;
118
+ defaultHover: string;
119
+ defaultPressed: string;
120
+ alternative: string;
121
+ muted: string;
122
+ inverse: string;
123
+ };
124
+ error: {
125
+ default: string;
126
+ defaultHover: string;
127
+ defaultPressed: string;
128
+ alternative: string;
129
+ muted: string;
130
+ inverse: string;
131
+ };
132
+ warning: {
133
+ default: string;
134
+ defaultHover: string;
135
+ defaultPressed: string;
136
+ muted: string;
137
+ inverse: string;
138
+ };
139
+ success: {
140
+ default: string;
141
+ defaultHover: string;
142
+ defaultPressed: string;
143
+ muted: string;
144
+ inverse: string;
145
+ };
146
+ info: {
147
+ default: string;
148
+ muted: string;
149
+ inverse: string;
150
+ };
151
+ flask: {
152
+ default: string;
153
+ inverse: string;
154
+ };
155
+ };
156
+ };
157
+ //# sourceMappingURL=colors.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.mts","sourceRoot":"","sources":["../../../src/js/colors/colors.ts"],"names":[],"mappings":"AAEA;;;GAGG;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOlB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { lightTheme, darkTheme } from "../themes/index.mjs";
2
+ /**
3
+ * This object is DEPRECATED in favour of the theme objects
4
+ * jest ignores this file when testing coverage
5
+ */
6
+ export const colors = {
7
+ light: {
8
+ ...lightTheme.colors,
9
+ },
10
+ dark: {
11
+ ...darkTheme.colors,
12
+ },
13
+ };
14
+ //# sourceMappingURL=colors.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.mjs","sourceRoot":"","sources":["../../../src/js/colors/colors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,4BAAkB;AAElD;;;GAGG;AAEH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,KAAK,EAAE;QACL,GAAG,UAAU,CAAC,MAAM;KACrB;IACD,IAAI,EAAE;QACJ,GAAG,SAAS,CAAC,MAAM;KACpB;CACF,CAAC","sourcesContent":["import { lightTheme, darkTheme } from '../themes';\n\n/**\n * This object is DEPRECATED in favour of the theme objects\n * jest ignores this file when testing coverage\n */\n\nexport const colors = {\n light: {\n ...lightTheme.colors,\n },\n dark: {\n ...darkTheme.colors,\n },\n};\n"]}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.colors = exports.default = void 0;
4
+ var colors_1 = require("./colors.cjs");
5
+ Object.defineProperty(exports, "default", { enumerable: true, get: function () { return colors_1.colors; } });
6
+ var colors_2 = require("./colors.cjs");
7
+ Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return colors_2.colors; } });
8
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../src/js/colors/index.ts"],"names":[],"mappings":";;;AAAA,uCAA6C;AAApC,iGAAA,MAAM,OAAW;AAC1B,uCAAkC;AAAzB,gGAAA,MAAM,OAAA","sourcesContent":["export { colors as default } from './colors';\nexport { colors } from './colors';\n"]}
@@ -0,0 +1,3 @@
1
+ export { colors as default } from "./colors.cjs";
2
+ export { colors } from "./colors.cjs";
3
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","sourceRoot":"","sources":["../../../src/js/colors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,qBAAiB;AAC7C,OAAO,EAAE,MAAM,EAAE,qBAAiB"}
@@ -0,0 +1,3 @@
1
+ export { colors as default } from "./colors.mjs";
2
+ export { colors } from "./colors.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/js/colors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,qBAAiB;AAC7C,OAAO,EAAE,MAAM,EAAE,qBAAiB"}
@@ -0,0 +1,3 @@
1
+ export { colors as default } from "./colors.mjs";
2
+ export { colors } from "./colors.mjs";
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/js/colors/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,qBAAiB;AAC7C,OAAO,EAAE,MAAM,EAAE,qBAAiB","sourcesContent":["export { colors as default } from './colors';\nexport { colors } from './colors';\n"]}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.typography = exports.colors = exports.brandColor = exports.darkTheme = exports.lightTheme = void 0;
4
+ var themes_1 = require("./themes/index.cjs");
5
+ Object.defineProperty(exports, "lightTheme", { enumerable: true, get: function () { return themes_1.lightTheme; } });
6
+ var themes_2 = require("./themes/index.cjs");
7
+ Object.defineProperty(exports, "darkTheme", { enumerable: true, get: function () { return themes_2.darkTheme; } });
8
+ var brandColor_1 = require("./brandColor/index.cjs");
9
+ Object.defineProperty(exports, "brandColor", { enumerable: true, get: function () { return brandColor_1.brandColor; } });
10
+ // DEPRECATED in favor of importing theme objects above
11
+ var colors_1 = require("./colors/index.cjs");
12
+ Object.defineProperty(exports, "colors", { enumerable: true, get: function () { return colors_1.colors; } });
13
+ var typography_1 = require("./typography/index.cjs");
14
+ Object.defineProperty(exports, "typography", { enumerable: true, get: function () { return typography_1.typography; } });
15
+ //# sourceMappingURL=index.cjs.map