@12min/ds 1.0.0 → 3.0.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.
@@ -20,7 +20,13 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/tokens/index.ts
21
21
  var tokens_exports = {};
22
22
  __export(tokens_exports, {
23
+ borderWidth: () => borderWidth,
23
24
  colors: () => colors,
25
+ grid: () => grid,
26
+ opacity: () => opacity,
27
+ radius: () => radius,
28
+ shadow: () => shadow,
29
+ spacing: () => spacing,
24
30
  typography: () => typography
25
31
  });
26
32
  module.exports = __toCommonJS(tokens_exports);
@@ -29,12 +35,12 @@ module.exports = __toCommonJS(tokens_exports);
29
35
  var colors = {
30
36
  marianBlue: {
31
37
  50: "#FAFBFF",
32
- 100: "#F1F4FE",
38
+ 100: "#F6F8FF",
33
39
  200: "#E1E7FF",
34
40
  300: "#C3CCF7",
35
41
  400: "#94A5F2",
36
42
  500: "#697DD6",
37
- 600: "#475CBB",
43
+ 600: "#4357AD",
38
44
  700: "#31428B",
39
45
  800: "#25326A",
40
46
  900: "#131937"
@@ -46,12 +52,15 @@ var colors = {
46
52
  300: "#474747",
47
53
  400: "#3D3D3D",
48
54
  500: "#333333",
49
- 600: "#1E1E1E",
55
+ 600: "#292929",
50
56
  700: "#161616",
51
57
  800: "#141414",
52
58
  900: "#0A0A0A"
53
59
  },
54
60
  gray: {
61
+ 15: "#F4F5F8",
62
+ 25: "#EDEEF1",
63
+ 35: "#DDE0E6",
55
64
  50: "#B1B5BE",
56
65
  100: "#A6ABB5",
57
66
  200: "#9BA0AB",
@@ -63,7 +72,20 @@ var colors = {
63
72
  800: "#5D636F",
64
73
  900: "#545964"
65
74
  },
66
- mustard: {
75
+ amber: {
76
+ 50: "#FFFBEB",
77
+ 100: "#FEF3C7",
78
+ 200: "#FDE68A",
79
+ 300: "#FCD34D",
80
+ 400: "#FBBF24",
81
+ 500: "#F59E0B",
82
+ 600: "#D97706",
83
+ 700: "#B45309",
84
+ 800: "#92400E",
85
+ 900: "#78350F",
86
+ text: "#BA5C0A"
87
+ },
88
+ yellow: {
67
89
  50: "#FFF2D6",
68
90
  100: "#FFECC2",
69
91
  200: "#FFE5AD",
@@ -76,53 +98,183 @@ var colors = {
76
98
  900: "#FFB81F"
77
99
  },
78
100
  ketchup: {
79
- 50: "#FFD6D6",
80
- 100: "#FFC2C2",
81
- 200: "#FFADAD",
82
- 300: "#FF9999",
83
- 400: "#FF8585",
84
- 500: "#FF7070",
85
- 600: "#FF5C5C",
86
- 700: "#FF4040",
87
- 800: "#FF3333",
88
- 900: "#FF1F1F"
101
+ 50: "#FEF2F2",
102
+ 100: "#FEE2E2",
103
+ 200: "#FECACA",
104
+ 300: "#FCA5A5",
105
+ 400: "#F87171",
106
+ 500: "#EF4444",
107
+ 600: "#DC2626",
108
+ 700: "#B91C1C",
109
+ 800: "#991B1B",
110
+ 900: "#7F1D1D",
111
+ text: "#D91F3C"
112
+ },
113
+ green: {
114
+ 50: "#F2FDF4",
115
+ 100: "#E5FBE9",
116
+ 200: "#C7F4D0",
117
+ 300: "#99E5AC",
118
+ 400: "#5FCD80",
119
+ 500: "#36B260",
120
+ 600: "#258F4B",
121
+ 700: "#1B6F3B",
122
+ 800: "#145430",
123
+ 900: "#0E3622",
124
+ text: "#0E8745"
125
+ },
126
+ blue: {
127
+ 50: "#EFF6FF",
128
+ 100: "#DBEAFE",
129
+ 200: "#BFDBFE",
130
+ 300: "#93C5FD",
131
+ 400: "#60A5FA",
132
+ 500: "#3B82F6",
133
+ 600: "#2563EB",
134
+ 700: "#1D4ED8",
135
+ 800: "#1E40AF",
136
+ 900: "#1E3A8A",
137
+ text: "#1E40AF"
89
138
  },
90
- mint: {
91
- 50: "#A7F1B7",
92
- 100: "#96EEA9",
93
- 200: "#84EB9A",
94
- 300: "#73E88C",
95
- 400: "#61E57E",
96
- 500: "#50E26F",
97
- 600: "#3EE061",
98
- 700: "#24DC4C",
99
- 800: "#22D348",
100
- 900: "#1FC142"
139
+ // Single brand accent green — the vibrant tone that was previously green/300
140
+ // before the green scale was retuned to muted values in the Figma v2 palette.
141
+ brandGreen: "#6DFFB4",
142
+ overlayBlack: {
143
+ 5: "#0000000D",
144
+ 8: "#00000014",
145
+ 12: "#0000001F",
146
+ 16: "#00000029"
147
+ },
148
+ overlayWhite: {
149
+ 5: "#FFFFFF0D",
150
+ 8: "#FFFFFF14",
151
+ 12: "#FFFFFF1F",
152
+ 16: "#FFFFFF29"
101
153
  },
102
154
  white: "#FFFFFF",
103
- successBg: "#E5FBE9"
155
+ black: "#000000"
104
156
  };
105
157
 
106
158
  // src/tokens/typography.ts
107
159
  var typography = {
108
- display: { fontSize: 32, fontWeight: "700", lineHeight: 1.2, fontFamily: "Poppins" },
109
- h1: { fontSize: 24, fontWeight: "700", lineHeight: 1.3, fontFamily: "Poppins" },
110
- h2: { fontSize: 20, fontWeight: "600", lineHeight: 1.3, fontFamily: "Poppins" },
111
- h3: { fontSize: 18, fontWeight: "600", lineHeight: 1.4, fontFamily: "Poppins" },
112
- bodyLarge: { fontSize: 16, fontWeight: "400", lineHeight: 1.5, fontFamily: "Inter" },
113
- bodyDefault: { fontSize: 14, fontWeight: "400", lineHeight: 1.5, fontFamily: "Inter" },
114
- bodySmall: { fontSize: 12, fontWeight: "400", lineHeight: 1.5, fontFamily: "Inter" },
115
- labelLarge: { fontSize: 16, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
116
- labelDefault: { fontSize: 14, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
117
- labelSmall: { fontSize: 12, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
118
- caption: { fontSize: 12, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
119
- overline: { fontSize: 10, fontWeight: "600", lineHeight: 1, fontFamily: "Inter" },
120
- buttonLarge: { fontSize: 16, fontWeight: "600", lineHeight: 1.5, fontFamily: "Inter" },
121
- buttonDefault: { fontSize: 14, fontWeight: "600", lineHeight: 1.5, fontFamily: "Inter" }
160
+ display1: { fontFamily: "Poppins", fontSize: 32, fontWeight: "700", lineHeight: 40, letterSpacing: -1, textTransform: "none" },
161
+ display2: { fontFamily: "Poppins", fontSize: 32, fontWeight: "700", lineHeight: 40, letterSpacing: -1, textTransform: "none" },
162
+ h1: { fontFamily: "Poppins", fontSize: 24, fontWeight: "700", lineHeight: 32, letterSpacing: -1, textTransform: "none" },
163
+ h2: { fontFamily: "Poppins", fontSize: 20, fontWeight: "700", lineHeight: 28, letterSpacing: 0, textTransform: "none" },
164
+ h3: { fontFamily: "Poppins", fontSize: 16, fontWeight: "600", lineHeight: 24, letterSpacing: 0, textTransform: "none" },
165
+ bodyLarge: { fontFamily: "Inter", fontSize: 16, fontWeight: "500", lineHeight: 24, letterSpacing: 0, textTransform: "none" },
166
+ bodyDefault: { fontFamily: "Inter", fontSize: 14, fontWeight: "500", lineHeight: 20, letterSpacing: 0, textTransform: "none" },
167
+ bodySmall: { fontFamily: "Inter", fontSize: 12, fontWeight: "400", lineHeight: 16, letterSpacing: 0.2, textTransform: "none" },
168
+ labelLarge: { fontFamily: "Inter", fontSize: 16, fontWeight: "600", lineHeight: 20, letterSpacing: 0, textTransform: "none" },
169
+ labelDefault: { fontFamily: "Inter", fontSize: 14, fontWeight: "600", lineHeight: 20, letterSpacing: 0, textTransform: "none" },
170
+ labelSmall: { fontFamily: "Inter", fontSize: 12, fontWeight: "600", lineHeight: 16, letterSpacing: 0.2, textTransform: "none" },
171
+ labelTiny: { fontFamily: "Inter", fontSize: 10, fontWeight: "600", lineHeight: 14, letterSpacing: 0, textTransform: "none" },
172
+ caption: { fontFamily: "Inter", fontSize: 12, fontWeight: "500", lineHeight: 16, letterSpacing: 0.5, textTransform: "none" },
173
+ captionUppercase: { fontFamily: "Inter", fontSize: 12, fontWeight: "500", lineHeight: 16, letterSpacing: 0.5, textTransform: "uppercase" },
174
+ overline: { fontFamily: "Inter", fontSize: 10, fontWeight: "600", lineHeight: 16, letterSpacing: 8, textTransform: "uppercase" },
175
+ buttonLarge: { fontFamily: "Inter", fontSize: 16, fontWeight: "600", lineHeight: 20, letterSpacing: 0, textTransform: "none" },
176
+ buttonDefault: { fontFamily: "Inter", fontSize: 14, fontWeight: "600", lineHeight: 20, letterSpacing: 0, textTransform: "none" },
177
+ buttonSmall: { fontFamily: "Inter", fontSize: 12, fontWeight: "600", lineHeight: 16, letterSpacing: 0, textTransform: "none" }
178
+ };
179
+
180
+ // src/tokens/spacing.ts
181
+ var spacing = {
182
+ unit: 4,
183
+ gap: {
184
+ "0.5": 2,
185
+ "1": 4,
186
+ "2": 8,
187
+ "3": 12,
188
+ "4": 16,
189
+ "5": 20,
190
+ "6": 24,
191
+ "8": 32,
192
+ "10": 40,
193
+ "12": 48,
194
+ "14": 56,
195
+ "16": 64,
196
+ "18": 72,
197
+ "20": 80,
198
+ "22": 88,
199
+ "24": 96
200
+ },
201
+ screen: {
202
+ x: 16,
203
+ y: 24
204
+ }
205
+ };
206
+
207
+ // src/tokens/grid.ts
208
+ var grid = {
209
+ // 8px square baseline — line-height/* steps 16/24/32/40 snap; 20 and 28 land on a half-cell
210
+ baseline: 8,
211
+ breakpoints: {
212
+ mobile: 0,
213
+ tablet: 768,
214
+ desktop: 1024
215
+ },
216
+ columns: {
217
+ mobile: 4,
218
+ tablet: 8,
219
+ desktop: 12
220
+ },
221
+ gutter: {
222
+ mobile: 8,
223
+ tablet: 16,
224
+ desktop: 24
225
+ },
226
+ margin: {
227
+ mobile: 20,
228
+ tablet: 24,
229
+ desktop: 32
230
+ }
231
+ };
232
+
233
+ // src/tokens/radius.ts
234
+ var radius = {
235
+ none: 0,
236
+ sm: 8,
237
+ md: 12,
238
+ lg: 16,
239
+ xl: 20,
240
+ "2xl": 24,
241
+ full: 9999,
242
+ button: 16,
243
+ card: 20,
244
+ input: 12,
245
+ chip: 9999,
246
+ badge: 8
247
+ };
248
+
249
+ // src/tokens/borderWidth.ts
250
+ var borderWidth = {
251
+ default: 1,
252
+ strong: 1.5,
253
+ heavy: 2
254
+ };
255
+
256
+ // src/tokens/shadow.ts
257
+ var shadow = {
258
+ sm: { offsetX: 0, offsetY: 1, blur: 3, spread: 0, color: "#000000", opacity: { light: 0.08, dark: 0.4 } },
259
+ md: { offsetX: 0, offsetY: 4, blur: 12, spread: 0, color: "#000000", opacity: { light: 0.1, dark: 0.5 } },
260
+ lg: { offsetX: 0, offsetY: 8, blur: 24, spread: -4, color: "#000000", opacity: { light: 0.12, dark: 0.6 } }
261
+ };
262
+
263
+ // src/tokens/opacity.ts
264
+ var opacity = {
265
+ disabled: 0.4,
266
+ hover: 0.08,
267
+ pressed: 0.12
122
268
  };
123
269
  // Annotate the CommonJS export names for ESM import in node:
124
270
  0 && (module.exports = {
271
+ borderWidth,
125
272
  colors,
273
+ grid,
274
+ opacity,
275
+ radius,
276
+ shadow,
277
+ spacing,
126
278
  typography
127
279
  });
128
280
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/tokens/index.ts","../../src/tokens/colors.ts","../../src/tokens/typography.ts"],"sourcesContent":["export * from './colors'\nexport * from './typography'\n","export const colors = {\n marianBlue: {\n 50: '#FAFBFF',\n 100: '#F1F4FE',\n 200: '#E1E7FF',\n 300: '#C3CCF7',\n 400: '#94A5F2',\n 500: '#697DD6',\n 600: '#475CBB',\n 700: '#31428B',\n 800: '#25326A',\n 900: '#131937',\n },\n\n midnight: {\n 50: '#707070',\n 100: '#5C5C5C',\n 200: '#525252',\n 300: '#474747',\n 400: '#3D3D3D',\n 500: '#333333',\n 600: '#1E1E1E',\n 700: '#161616',\n 800: '#141414',\n 900: '#0A0A0A',\n },\n\n gray: {\n 50: '#B1B5BE',\n 100: '#A6ABB5',\n 200: '#9BA0AB',\n 300: '#9095A2',\n 400: '#858B99',\n 500: '#7A8190',\n 600: '#6F7685',\n 700: '#5E6471',\n 800: '#5D636F',\n 900: '#545964',\n },\n\n mustard: {\n 50: '#FFF2D6',\n 100: '#FFECC2',\n 200: '#FFE5AD',\n 300: '#FFDF99',\n 400: '#FFD885',\n 500: '#FFD270',\n 600: '#FFCB5C',\n 700: '#FFC140',\n 800: '#FFBE33',\n 900: '#FFB81F',\n },\n\n ketchup: {\n 50: '#FFD6D6',\n 100: '#FFC2C2',\n 200: '#FFADAD',\n 300: '#FF9999',\n 400: '#FF8585',\n 500: '#FF7070',\n 600: '#FF5C5C',\n 700: '#FF4040',\n 800: '#FF3333',\n 900: '#FF1F1F',\n },\n\n mint: {\n 50: '#A7F1B7',\n 100: '#96EEA9',\n 200: '#84EB9A',\n 300: '#73E88C',\n 400: '#61E57E',\n 500: '#50E26F',\n 600: '#3EE061',\n 700: '#24DC4C',\n 800: '#22D348',\n 900: '#1FC142',\n },\n\n white: '#FFFFFF',\n successBg: '#E5FBE9',\n} as const\n\nexport type Colors = typeof colors\n","export const typography = {\n display: { fontSize: 32, fontWeight: '700', lineHeight: 1.2, fontFamily: 'Poppins' },\n h1: { fontSize: 24, fontWeight: '700', lineHeight: 1.3, fontFamily: 'Poppins' },\n h2: { fontSize: 20, fontWeight: '600', lineHeight: 1.3, fontFamily: 'Poppins' },\n h3: { fontSize: 18, fontWeight: '600', lineHeight: 1.4, fontFamily: 'Poppins' },\n bodyLarge: { fontSize: 16, fontWeight: '400', lineHeight: 1.5, fontFamily: 'Inter' },\n bodyDefault: { fontSize: 14, fontWeight: '400', lineHeight: 1.5, fontFamily: 'Inter' },\n bodySmall: { fontSize: 12, fontWeight: '400', lineHeight: 1.5, fontFamily: 'Inter' },\n labelLarge: { fontSize: 16, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n labelDefault: { fontSize: 14, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n labelSmall: { fontSize: 12, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n caption: { fontSize: 12, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n overline: { fontSize: 10, fontWeight: '600', lineHeight: 1.0, fontFamily: 'Inter' },\n buttonLarge: { fontSize: 16, fontWeight: '600', lineHeight: 1.5, fontFamily: 'Inter' },\n buttonDefault: { fontSize: 14, fontWeight: '600', lineHeight: 1.5, fontFamily: 'Inter' },\n} as const\n\nexport type Typography = typeof typography\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../src/tokens/index.ts","../../src/tokens/colors.ts","../../src/tokens/typography.ts","../../src/tokens/spacing.ts","../../src/tokens/grid.ts","../../src/tokens/radius.ts","../../src/tokens/borderWidth.ts","../../src/tokens/shadow.ts","../../src/tokens/opacity.ts"],"sourcesContent":["export * from './colors'\nexport * from './typography'\nexport * from './spacing'\nexport * from './grid'\nexport * from './radius'\nexport * from './borderWidth'\nexport * from './shadow'\nexport * from './opacity'\n","export const colors = {\n marianBlue: {\n 50: '#FAFBFF',\n 100: '#F6F8FF',\n 200: '#E1E7FF',\n 300: '#C3CCF7',\n 400: '#94A5F2',\n 500: '#697DD6',\n 600: '#4357AD',\n 700: '#31428B',\n 800: '#25326A',\n 900: '#131937',\n },\n\n midnight: {\n 50: '#707070',\n 100: '#5C5C5C',\n 200: '#525252',\n 300: '#474747',\n 400: '#3D3D3D',\n 500: '#333333',\n 600: '#292929',\n 700: '#161616',\n 800: '#141414',\n 900: '#0A0A0A',\n },\n\n gray: {\n 15: '#F4F5F8',\n 25: '#EDEEF1',\n 35: '#DDE0E6',\n 50: '#B1B5BE',\n 100: '#A6ABB5',\n 200: '#9BA0AB',\n 300: '#9095A2',\n 400: '#858B99',\n 500: '#7A8190',\n 600: '#6F7685',\n 700: '#5E6471',\n 800: '#5D636F',\n 900: '#545964',\n },\n\n amber: {\n 50: '#FFFBEB',\n 100: '#FEF3C7',\n 200: '#FDE68A',\n 300: '#FCD34D',\n 400: '#FBBF24',\n 500: '#F59E0B',\n 600: '#D97706',\n 700: '#B45309',\n 800: '#92400E',\n 900: '#78350F',\n text: '#BA5C0A',\n },\n\n yellow: {\n 50: '#FFF2D6',\n 100: '#FFECC2',\n 200: '#FFE5AD',\n 300: '#FFDF99',\n 400: '#FFD885',\n 500: '#FFD270',\n 600: '#FFCB5C',\n 700: '#FFC140',\n 800: '#FFBE33',\n 900: '#FFB81F',\n },\n\n ketchup: {\n 50: '#FEF2F2',\n 100: '#FEE2E2',\n 200: '#FECACA',\n 300: '#FCA5A5',\n 400: '#F87171',\n 500: '#EF4444',\n 600: '#DC2626',\n 700: '#B91C1C',\n 800: '#991B1B',\n 900: '#7F1D1D',\n text: '#D91F3C',\n },\n\n green: {\n 50: '#F2FDF4',\n 100: '#E5FBE9',\n 200: '#C7F4D0',\n 300: '#99E5AC',\n 400: '#5FCD80',\n 500: '#36B260',\n 600: '#258F4B',\n 700: '#1B6F3B',\n 800: '#145430',\n 900: '#0E3622',\n text: '#0E8745',\n },\n\n blue: {\n 50: '#EFF6FF',\n 100: '#DBEAFE',\n 200: '#BFDBFE',\n 300: '#93C5FD',\n 400: '#60A5FA',\n 500: '#3B82F6',\n 600: '#2563EB',\n 700: '#1D4ED8',\n 800: '#1E40AF',\n 900: '#1E3A8A',\n text: '#1E40AF',\n },\n\n // Single brand accent green — the vibrant tone that was previously green/300\n // before the green scale was retuned to muted values in the Figma v2 palette.\n brandGreen: '#6DFFB4',\n\n overlayBlack: {\n 5: '#0000000D',\n 8: '#00000014',\n 12: '#0000001F',\n 16: '#00000029',\n },\n\n overlayWhite: {\n 5: '#FFFFFF0D',\n 8: '#FFFFFF14',\n 12: '#FFFFFF1F',\n 16: '#FFFFFF29',\n },\n\n white: '#FFFFFF',\n black: '#000000',\n} as const\n\nexport type Colors = typeof colors\n","export const typography = {\n display1: { fontFamily: 'Poppins', fontSize: 32, fontWeight: '700', lineHeight: 40, letterSpacing: -1, textTransform: 'none' },\n display2: { fontFamily: 'Poppins', fontSize: 32, fontWeight: '700', lineHeight: 40, letterSpacing: -1, textTransform: 'none' },\n h1: { fontFamily: 'Poppins', fontSize: 24, fontWeight: '700', lineHeight: 32, letterSpacing: -1, textTransform: 'none' },\n h2: { fontFamily: 'Poppins', fontSize: 20, fontWeight: '700', lineHeight: 28, letterSpacing: 0, textTransform: 'none' },\n h3: { fontFamily: 'Poppins', fontSize: 16, fontWeight: '600', lineHeight: 24, letterSpacing: 0, textTransform: 'none' },\n bodyLarge: { fontFamily: 'Inter', fontSize: 16, fontWeight: '500', lineHeight: 24, letterSpacing: 0, textTransform: 'none' },\n bodyDefault: { fontFamily: 'Inter', fontSize: 14, fontWeight: '500', lineHeight: 20, letterSpacing: 0, textTransform: 'none' },\n bodySmall: { fontFamily: 'Inter', fontSize: 12, fontWeight: '400', lineHeight: 16, letterSpacing: 0.2, textTransform: 'none' },\n labelLarge: { fontFamily: 'Inter', fontSize: 16, fontWeight: '600', lineHeight: 20, letterSpacing: 0, textTransform: 'none' },\n labelDefault: { fontFamily: 'Inter', fontSize: 14, fontWeight: '600', lineHeight: 20, letterSpacing: 0, textTransform: 'none' },\n labelSmall: { fontFamily: 'Inter', fontSize: 12, fontWeight: '600', lineHeight: 16, letterSpacing: 0.2, textTransform: 'none' },\n labelTiny: { fontFamily: 'Inter', fontSize: 10, fontWeight: '600', lineHeight: 14, letterSpacing: 0, textTransform: 'none' },\n caption: { fontFamily: 'Inter', fontSize: 12, fontWeight: '500', lineHeight: 16, letterSpacing: 0.5, textTransform: 'none' },\n captionUppercase: { fontFamily: 'Inter', fontSize: 12, fontWeight: '500', lineHeight: 16, letterSpacing: 0.5, textTransform: 'uppercase' },\n overline: { fontFamily: 'Inter', fontSize: 10, fontWeight: '600', lineHeight: 16, letterSpacing: 8, textTransform: 'uppercase' },\n buttonLarge: { fontFamily: 'Inter', fontSize: 16, fontWeight: '600', lineHeight: 20, letterSpacing: 0, textTransform: 'none' },\n buttonDefault: { fontFamily: 'Inter', fontSize: 14, fontWeight: '600', lineHeight: 20, letterSpacing: 0, textTransform: 'none' },\n buttonSmall: { fontFamily: 'Inter', fontSize: 12, fontWeight: '600', lineHeight: 16, letterSpacing: 0, textTransform: 'none' },\n} as const\n\nexport type Typography = typeof typography\n","export const spacing = {\n unit: 4,\n gap: {\n '0.5': 2,\n '1': 4,\n '2': 8,\n '3': 12,\n '4': 16,\n '5': 20,\n '6': 24,\n '8': 32,\n '10': 40,\n '12': 48,\n '14': 56,\n '16': 64,\n '18': 72,\n '20': 80,\n '22': 88,\n '24': 96,\n },\n screen: {\n x: 16,\n y: 24,\n },\n} as const\n\nexport type Spacing = typeof spacing\n","export const grid = {\n // 8px square baseline — line-height/* steps 16/24/32/40 snap; 20 and 28 land on a half-cell\n baseline: 8,\n breakpoints: {\n mobile: 0,\n tablet: 768,\n desktop: 1024,\n },\n columns: {\n mobile: 4,\n tablet: 8,\n desktop: 12,\n },\n gutter: {\n mobile: 8,\n tablet: 16,\n desktop: 24,\n },\n margin: {\n mobile: 20,\n tablet: 24,\n desktop: 32,\n },\n} as const\n\nexport type Grid = typeof grid\n","export const radius = {\n none: 0,\n sm: 8,\n md: 12,\n lg: 16,\n xl: 20,\n '2xl': 24,\n full: 9999,\n\n button: 16,\n card: 20,\n input: 12,\n chip: 9999,\n badge: 8,\n} as const\n\nexport type Radius = typeof radius\n","export const borderWidth = {\n default: 1,\n strong: 1.5,\n heavy: 2,\n} as const\n\nexport type BorderWidth = typeof borderWidth\n","export const shadow = {\n sm: { offsetX: 0, offsetY: 1, blur: 3, spread: 0, color: '#000000', opacity: { light: 0.08, dark: 0.40 } },\n md: { offsetX: 0, offsetY: 4, blur: 12, spread: 0, color: '#000000', opacity: { light: 0.10, dark: 0.50 } },\n lg: { offsetX: 0, offsetY: 8, blur: 24, spread: -4, color: '#000000', opacity: { light: 0.12, dark: 0.60 } },\n} as const\n\nexport type Shadow = typeof shadow\n","export const opacity = {\n disabled: 0.4,\n hover: 0.08,\n pressed: 0.12,\n} as const\n\nexport type Opacity = typeof opacity\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAO,IAAM,SAAS;AAAA,EACpB,YAAY;AAAA,IACV,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,UAAU;AAAA,IACR,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,MAAM;AAAA,IACJ,IAAK;AAAA,IACL,IAAK;AAAA,IACL,IAAK;AAAA,IACL,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,OAAO;AAAA,IACL,IAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,MAAM;AAAA,EACR;AAAA,EAEA,QAAQ;AAAA,IACN,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,SAAS;AAAA,IACP,IAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,MAAM;AAAA,EACR;AAAA,EAEA,OAAO;AAAA,IACL,IAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,MAAM;AAAA,EACR;AAAA,EAEA,MAAM;AAAA,IACJ,IAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,KAAM;AAAA,IACN,MAAM;AAAA,EACR;AAAA;AAAA;AAAA,EAIA,YAAY;AAAA,EAEZ,cAAc;AAAA,IACZ,GAAI;AAAA,IACJ,GAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EACN;AAAA,EAEA,cAAc;AAAA,IACZ,GAAI;AAAA,IACJ,GAAI;AAAA,IACJ,IAAI;AAAA,IACJ,IAAI;AAAA,EACN;AAAA,EAEA,OAAO;AAAA,EACP,OAAO;AACT;;;ACpIO,IAAM,aAAa;AAAA,EACxB,UAAe,EAAE,YAAY,WAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,IAAK,eAAe,OAAO;AAAA,EACnI,UAAe,EAAE,YAAY,WAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,IAAK,eAAe,OAAO;AAAA,EACnI,IAAe,EAAE,YAAY,WAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,IAAK,eAAe,OAAO;AAAA,EACnI,IAAe,EAAE,YAAY,WAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,IAAe,EAAE,YAAY,WAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,WAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,aAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,WAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,KAAK,eAAe,OAAO;AAAA,EACnI,YAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,cAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,YAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,KAAK,eAAe,OAAO;AAAA,EACnI,WAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,SAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,KAAK,eAAe,OAAO;AAAA,EACnI,kBAAkB,EAAE,YAAY,SAAS,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,KAAK,eAAe,YAAY;AAAA,EACzI,UAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,YAAY;AAAA,EACxI,aAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,eAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AAAA,EACnI,aAAe,EAAE,YAAY,SAAW,UAAU,IAAI,YAAY,OAAO,YAAY,IAAI,eAAe,GAAK,eAAe,OAAO;AACrI;;;ACnBO,IAAM,UAAU;AAAA,EACrB,MAAM;AAAA,EACN,KAAK;AAAA,IACH,OAAO;AAAA,IACP,KAAO;AAAA,IACP,KAAO;AAAA,IACP,KAAO;AAAA,IACP,KAAO;AAAA,IACP,KAAO;AAAA,IACP,KAAO;AAAA,IACP,KAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,IACP,MAAO;AAAA,EACT;AAAA,EACA,QAAQ;AAAA,IACN,GAAG;AAAA,IACH,GAAG;AAAA,EACL;AACF;;;ACxBO,IAAM,OAAO;AAAA;AAAA,EAElB,UAAU;AAAA,EACV,aAAa;AAAA,IACX,QAAS;AAAA,IACT,QAAS;AAAA,IACT,SAAS;AAAA,EACX;AAAA,EACA,SAAS;AAAA,IACP,QAAS;AAAA,IACT,QAAS;AAAA,IACT,SAAS;AAAA,EACX;AAAA,EACA,QAAQ;AAAA,IACN,QAAS;AAAA,IACT,QAAS;AAAA,IACT,SAAS;AAAA,EACX;AAAA,EACA,QAAQ;AAAA,IACN,QAAS;AAAA,IACT,QAAS;AAAA,IACT,SAAS;AAAA,EACX;AACF;;;ACvBO,IAAM,SAAS;AAAA,EACpB,MAAQ;AAAA,EACR,IAAQ;AAAA,EACR,IAAQ;AAAA,EACR,IAAQ;AAAA,EACR,IAAQ;AAAA,EACR,OAAQ;AAAA,EACR,MAAQ;AAAA,EAER,QAAQ;AAAA,EACR,MAAQ;AAAA,EACR,OAAQ;AAAA,EACR,MAAQ;AAAA,EACR,OAAQ;AACV;;;ACdO,IAAM,cAAc;AAAA,EACzB,SAAS;AAAA,EACT,QAAS;AAAA,EACT,OAAS;AACX;;;ACJO,IAAM,SAAS;AAAA,EACpB,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,GAAI,QAAQ,GAAI,OAAO,WAAW,SAAS,EAAE,OAAO,MAAM,MAAM,IAAK,EAAE;AAAA,EAC3G,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,IAAI,QAAQ,GAAI,OAAO,WAAW,SAAS,EAAE,OAAO,KAAM,MAAM,IAAK,EAAE;AAAA,EAC3G,IAAI,EAAE,SAAS,GAAG,SAAS,GAAG,MAAM,IAAI,QAAQ,IAAI,OAAO,WAAW,SAAS,EAAE,OAAO,MAAM,MAAM,IAAK,EAAE;AAC7G;;;ACJO,IAAM,UAAU;AAAA,EACrB,UAAU;AAAA,EACV,OAAU;AAAA,EACV,SAAU;AACZ;","names":[]}
@@ -1,9 +1,21 @@
1
1
  import {
2
+ borderWidth,
2
3
  colors,
4
+ grid,
5
+ opacity,
6
+ radius,
7
+ shadow,
8
+ spacing,
3
9
  typography
4
- } from "../chunk-NK4IHR7O.mjs";
10
+ } from "../chunk-ZK7NW4WW.mjs";
5
11
  export {
12
+ borderWidth,
6
13
  colors,
14
+ grid,
15
+ opacity,
16
+ radius,
17
+ shadow,
18
+ spacing,
7
19
  typography
8
20
  };
9
21
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@12min/ds",
3
- "version": "1.0.0",
3
+ "version": "3.0.0",
4
+ "packageManager": "pnpm@11.15.1",
4
5
  "sideEffects": [
5
6
  "dist/tailwind/theme.css"
6
7
  ],
@@ -1,80 +0,0 @@
1
- import {
2
- colors
3
- } from "./chunk-NK4IHR7O.mjs";
4
-
5
- // src/themes/lightTheme.ts
6
- var lightTheme = {
7
- background: colors.marianBlue[50],
8
- surface: colors.marianBlue[100],
9
- border: colors.marianBlue[200],
10
- onBackground: colors.midnight[900],
11
- onSurface: colors.midnight[700],
12
- muted: colors.gray[500],
13
- primary: colors.marianBlue[600],
14
- secondary: colors.midnight[900],
15
- success: colors.mint[800],
16
- error: colors.ketchup[600],
17
- warning: colors.mustard[500],
18
- info: colors.marianBlue[500],
19
- surfaceDisabled: colors.gray[50],
20
- successBg: colors.successBg,
21
- textSecondary: colors.gray[700],
22
- textTertiary: colors.gray[500],
23
- textInverse: colors.white,
24
- borderStrong: colors.marianBlue[600],
25
- borderSubtle: colors.marianBlue[200],
26
- interactivePressed: colors.marianBlue[800]
27
- };
28
-
29
- // src/themes/darkTheme.ts
30
- var darkTheme = {
31
- background: colors.midnight[900],
32
- surface: colors.midnight[700],
33
- border: colors.midnight[500],
34
- onBackground: colors.marianBlue[50],
35
- onSurface: colors.gray[50],
36
- muted: colors.gray[600],
37
- primary: colors.marianBlue[400],
38
- secondary: colors.marianBlue[50],
39
- success: colors.mint[400],
40
- error: colors.ketchup[400],
41
- warning: colors.mustard[400],
42
- info: colors.marianBlue[300],
43
- surfaceDisabled: colors.midnight[600],
44
- successBg: colors.midnight[800],
45
- textSecondary: colors.gray[400],
46
- textTertiary: colors.gray[500],
47
- textInverse: colors.midnight[900],
48
- borderStrong: colors.marianBlue[400],
49
- borderSubtle: colors.midnight[600],
50
- interactivePressed: colors.marianBlue[300]
51
- };
52
-
53
- // src/components/RatingScale/RatingScale.styles.ts
54
- var ratingScaleTokens = {
55
- itemWidth: 60,
56
- circleSize: 60,
57
- circlePadding: 8,
58
- circleRadius: 30,
59
- emojiFontSize: 38,
60
- emojiLineHeight: 44,
61
- labelFontSize: 12,
62
- numberFontSize: 10,
63
- itemGap: 8,
64
- labelNumberGap: 11
65
- };
66
- var DEFAULT_OPTIONS = [
67
- { emoji: "\u{1F61E}", label: "Nada\na ver" },
68
- { emoji: "\u{1F641}", label: "Pouco\na ver" },
69
- { emoji: "\u{1F610}", label: "Mais ou\nmenos" },
70
- { emoji: "\u{1F642}", label: "Tem\na ver" },
71
- { emoji: "\u{1F60A}", label: "Totalmente\neu" }
72
- ];
73
-
74
- export {
75
- lightTheme,
76
- darkTheme,
77
- ratingScaleTokens,
78
- DEFAULT_OPTIONS
79
- };
80
- //# sourceMappingURL=chunk-CC3QVZS2.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/themes/lightTheme.ts","../src/themes/darkTheme.ts","../src/components/RatingScale/RatingScale.styles.ts"],"sourcesContent":["import { colors } from '../tokens/colors'\nimport type { Theme } from './types'\n\nexport const lightTheme: Theme = {\n background: colors.marianBlue[50],\n surface: colors.marianBlue[100],\n border: colors.marianBlue[200],\n onBackground: colors.midnight[900],\n onSurface: colors.midnight[700],\n muted: colors.gray[500],\n primary: colors.marianBlue[600],\n secondary: colors.midnight[900],\n success: colors.mint[800],\n error: colors.ketchup[600],\n warning: colors.mustard[500],\n info: colors.marianBlue[500],\n\n surfaceDisabled: colors.gray[50],\n successBg: colors.successBg,\n textSecondary: colors.gray[700],\n textTertiary: colors.gray[500],\n textInverse: colors.white,\n borderStrong: colors.marianBlue[600],\n borderSubtle: colors.marianBlue[200],\n interactivePressed: colors.marianBlue[800],\n}\n","import { colors } from '../tokens/colors'\nimport type { Theme } from './types'\n\nexport const darkTheme: Theme = {\n background: colors.midnight[900],\n surface: colors.midnight[700],\n border: colors.midnight[500],\n onBackground: colors.marianBlue[50],\n onSurface: colors.gray[50],\n muted: colors.gray[600],\n primary: colors.marianBlue[400],\n secondary: colors.marianBlue[50],\n success: colors.mint[400],\n error: colors.ketchup[400],\n warning: colors.mustard[400],\n info: colors.marianBlue[300],\n\n surfaceDisabled: colors.midnight[600],\n successBg: colors.midnight[800],\n textSecondary: colors.gray[400],\n textTertiary: colors.gray[500],\n textInverse: colors.midnight[900],\n borderStrong: colors.marianBlue[400],\n borderSubtle: colors.midnight[600],\n interactivePressed: colors.marianBlue[300],\n} as const\n","export const ratingScaleTokens = {\n itemWidth: 60,\n circleSize: 60,\n circlePadding: 8,\n circleRadius: 30,\n emojiFontSize: 38,\n emojiLineHeight: 44,\n labelFontSize: 12,\n numberFontSize: 10,\n itemGap: 8,\n labelNumberGap: 11,\n}\n\nexport const DEFAULT_OPTIONS = [\n { emoji: '😞', label: 'Nada\\na ver' },\n { emoji: '🙁', label: 'Pouco\\na ver' },\n { emoji: '😐', label: 'Mais ou\\nmenos' },\n { emoji: '🙂', label: 'Tem\\na ver' },\n { emoji: '😊', label: 'Totalmente\\neu' },\n] as const\n"],"mappings":";;;;;AAGO,IAAM,aAAoB;AAAA,EAC/B,YAAc,OAAO,WAAW,EAAE;AAAA,EAClC,SAAc,OAAO,WAAW,GAAG;AAAA,EACnC,QAAc,OAAO,WAAW,GAAG;AAAA,EACnC,cAAc,OAAO,SAAS,GAAG;AAAA,EACjC,WAAc,OAAO,SAAS,GAAG;AAAA,EACjC,OAAc,OAAO,KAAK,GAAG;AAAA,EAC7B,SAAc,OAAO,WAAW,GAAG;AAAA,EACnC,WAAc,OAAO,SAAS,GAAG;AAAA,EACjC,SAAc,OAAO,KAAK,GAAG;AAAA,EAC7B,OAAc,OAAO,QAAQ,GAAG;AAAA,EAChC,SAAc,OAAO,QAAQ,GAAG;AAAA,EAChC,MAAc,OAAO,WAAW,GAAG;AAAA,EAEnC,iBAAoB,OAAO,KAAK,EAAE;AAAA,EAClC,WAAoB,OAAO;AAAA,EAC3B,eAAoB,OAAO,KAAK,GAAG;AAAA,EACnC,cAAoB,OAAO,KAAK,GAAG;AAAA,EACnC,aAAoB,OAAO;AAAA,EAC3B,cAAoB,OAAO,WAAW,GAAG;AAAA,EACzC,cAAoB,OAAO,WAAW,GAAG;AAAA,EACzC,oBAAoB,OAAO,WAAW,GAAG;AAC3C;;;ACtBO,IAAM,YAAmB;AAAA,EAC9B,YAAc,OAAO,SAAS,GAAG;AAAA,EACjC,SAAc,OAAO,SAAS,GAAG;AAAA,EACjC,QAAc,OAAO,SAAS,GAAG;AAAA,EACjC,cAAc,OAAO,WAAW,EAAE;AAAA,EAClC,WAAc,OAAO,KAAK,EAAE;AAAA,EAC5B,OAAc,OAAO,KAAK,GAAG;AAAA,EAC7B,SAAc,OAAO,WAAW,GAAG;AAAA,EACnC,WAAc,OAAO,WAAW,EAAE;AAAA,EAClC,SAAc,OAAO,KAAK,GAAG;AAAA,EAC7B,OAAc,OAAO,QAAQ,GAAG;AAAA,EAChC,SAAc,OAAO,QAAQ,GAAG;AAAA,EAChC,MAAc,OAAO,WAAW,GAAG;AAAA,EAEnC,iBAAoB,OAAO,SAAS,GAAG;AAAA,EACvC,WAAoB,OAAO,SAAS,GAAG;AAAA,EACvC,eAAoB,OAAO,KAAK,GAAG;AAAA,EACnC,cAAoB,OAAO,KAAK,GAAG;AAAA,EACnC,aAAoB,OAAO,SAAS,GAAG;AAAA,EACvC,cAAoB,OAAO,WAAW,GAAG;AAAA,EACzC,cAAoB,OAAO,SAAS,GAAG;AAAA,EACvC,oBAAoB,OAAO,WAAW,GAAG;AAC3C;;;ACzBO,IAAM,oBAAoB;AAAA,EAC/B,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,cAAc;AAAA,EACd,eAAe;AAAA,EACf,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,gBAAgB;AAAA,EAChB,SAAS;AAAA,EACT,gBAAgB;AAClB;AAEO,IAAM,kBAAkB;AAAA,EAC7B,EAAE,OAAO,aAAM,OAAO,cAAc;AAAA,EACpC,EAAE,OAAO,aAAM,OAAO,eAAe;AAAA,EACrC,EAAE,OAAO,aAAM,OAAO,iBAAiB;AAAA,EACvC,EAAE,OAAO,aAAM,OAAO,aAAa;AAAA,EACnC,EAAE,OAAO,aAAM,OAAO,iBAAiB;AACzC;","names":[]}
@@ -1,101 +0,0 @@
1
- // src/tokens/colors.ts
2
- var colors = {
3
- marianBlue: {
4
- 50: "#FAFBFF",
5
- 100: "#F1F4FE",
6
- 200: "#E1E7FF",
7
- 300: "#C3CCF7",
8
- 400: "#94A5F2",
9
- 500: "#697DD6",
10
- 600: "#475CBB",
11
- 700: "#31428B",
12
- 800: "#25326A",
13
- 900: "#131937"
14
- },
15
- midnight: {
16
- 50: "#707070",
17
- 100: "#5C5C5C",
18
- 200: "#525252",
19
- 300: "#474747",
20
- 400: "#3D3D3D",
21
- 500: "#333333",
22
- 600: "#1E1E1E",
23
- 700: "#161616",
24
- 800: "#141414",
25
- 900: "#0A0A0A"
26
- },
27
- gray: {
28
- 50: "#B1B5BE",
29
- 100: "#A6ABB5",
30
- 200: "#9BA0AB",
31
- 300: "#9095A2",
32
- 400: "#858B99",
33
- 500: "#7A8190",
34
- 600: "#6F7685",
35
- 700: "#5E6471",
36
- 800: "#5D636F",
37
- 900: "#545964"
38
- },
39
- mustard: {
40
- 50: "#FFF2D6",
41
- 100: "#FFECC2",
42
- 200: "#FFE5AD",
43
- 300: "#FFDF99",
44
- 400: "#FFD885",
45
- 500: "#FFD270",
46
- 600: "#FFCB5C",
47
- 700: "#FFC140",
48
- 800: "#FFBE33",
49
- 900: "#FFB81F"
50
- },
51
- ketchup: {
52
- 50: "#FFD6D6",
53
- 100: "#FFC2C2",
54
- 200: "#FFADAD",
55
- 300: "#FF9999",
56
- 400: "#FF8585",
57
- 500: "#FF7070",
58
- 600: "#FF5C5C",
59
- 700: "#FF4040",
60
- 800: "#FF3333",
61
- 900: "#FF1F1F"
62
- },
63
- mint: {
64
- 50: "#A7F1B7",
65
- 100: "#96EEA9",
66
- 200: "#84EB9A",
67
- 300: "#73E88C",
68
- 400: "#61E57E",
69
- 500: "#50E26F",
70
- 600: "#3EE061",
71
- 700: "#24DC4C",
72
- 800: "#22D348",
73
- 900: "#1FC142"
74
- },
75
- white: "#FFFFFF",
76
- successBg: "#E5FBE9"
77
- };
78
-
79
- // src/tokens/typography.ts
80
- var typography = {
81
- display: { fontSize: 32, fontWeight: "700", lineHeight: 1.2, fontFamily: "Poppins" },
82
- h1: { fontSize: 24, fontWeight: "700", lineHeight: 1.3, fontFamily: "Poppins" },
83
- h2: { fontSize: 20, fontWeight: "600", lineHeight: 1.3, fontFamily: "Poppins" },
84
- h3: { fontSize: 18, fontWeight: "600", lineHeight: 1.4, fontFamily: "Poppins" },
85
- bodyLarge: { fontSize: 16, fontWeight: "400", lineHeight: 1.5, fontFamily: "Inter" },
86
- bodyDefault: { fontSize: 14, fontWeight: "400", lineHeight: 1.5, fontFamily: "Inter" },
87
- bodySmall: { fontSize: 12, fontWeight: "400", lineHeight: 1.5, fontFamily: "Inter" },
88
- labelLarge: { fontSize: 16, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
89
- labelDefault: { fontSize: 14, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
90
- labelSmall: { fontSize: 12, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
91
- caption: { fontSize: 12, fontWeight: "500", lineHeight: 1.5, fontFamily: "Inter" },
92
- overline: { fontSize: 10, fontWeight: "600", lineHeight: 1, fontFamily: "Inter" },
93
- buttonLarge: { fontSize: 16, fontWeight: "600", lineHeight: 1.5, fontFamily: "Inter" },
94
- buttonDefault: { fontSize: 14, fontWeight: "600", lineHeight: 1.5, fontFamily: "Inter" }
95
- };
96
-
97
- export {
98
- colors,
99
- typography
100
- };
101
- //# sourceMappingURL=chunk-NK4IHR7O.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/tokens/colors.ts","../src/tokens/typography.ts"],"sourcesContent":["export const colors = {\n marianBlue: {\n 50: '#FAFBFF',\n 100: '#F1F4FE',\n 200: '#E1E7FF',\n 300: '#C3CCF7',\n 400: '#94A5F2',\n 500: '#697DD6',\n 600: '#475CBB',\n 700: '#31428B',\n 800: '#25326A',\n 900: '#131937',\n },\n\n midnight: {\n 50: '#707070',\n 100: '#5C5C5C',\n 200: '#525252',\n 300: '#474747',\n 400: '#3D3D3D',\n 500: '#333333',\n 600: '#1E1E1E',\n 700: '#161616',\n 800: '#141414',\n 900: '#0A0A0A',\n },\n\n gray: {\n 50: '#B1B5BE',\n 100: '#A6ABB5',\n 200: '#9BA0AB',\n 300: '#9095A2',\n 400: '#858B99',\n 500: '#7A8190',\n 600: '#6F7685',\n 700: '#5E6471',\n 800: '#5D636F',\n 900: '#545964',\n },\n\n mustard: {\n 50: '#FFF2D6',\n 100: '#FFECC2',\n 200: '#FFE5AD',\n 300: '#FFDF99',\n 400: '#FFD885',\n 500: '#FFD270',\n 600: '#FFCB5C',\n 700: '#FFC140',\n 800: '#FFBE33',\n 900: '#FFB81F',\n },\n\n ketchup: {\n 50: '#FFD6D6',\n 100: '#FFC2C2',\n 200: '#FFADAD',\n 300: '#FF9999',\n 400: '#FF8585',\n 500: '#FF7070',\n 600: '#FF5C5C',\n 700: '#FF4040',\n 800: '#FF3333',\n 900: '#FF1F1F',\n },\n\n mint: {\n 50: '#A7F1B7',\n 100: '#96EEA9',\n 200: '#84EB9A',\n 300: '#73E88C',\n 400: '#61E57E',\n 500: '#50E26F',\n 600: '#3EE061',\n 700: '#24DC4C',\n 800: '#22D348',\n 900: '#1FC142',\n },\n\n white: '#FFFFFF',\n successBg: '#E5FBE9',\n} as const\n\nexport type Colors = typeof colors\n","export const typography = {\n display: { fontSize: 32, fontWeight: '700', lineHeight: 1.2, fontFamily: 'Poppins' },\n h1: { fontSize: 24, fontWeight: '700', lineHeight: 1.3, fontFamily: 'Poppins' },\n h2: { fontSize: 20, fontWeight: '600', lineHeight: 1.3, fontFamily: 'Poppins' },\n h3: { fontSize: 18, fontWeight: '600', lineHeight: 1.4, fontFamily: 'Poppins' },\n bodyLarge: { fontSize: 16, fontWeight: '400', lineHeight: 1.5, fontFamily: 'Inter' },\n bodyDefault: { fontSize: 14, fontWeight: '400', lineHeight: 1.5, fontFamily: 'Inter' },\n bodySmall: { fontSize: 12, fontWeight: '400', lineHeight: 1.5, fontFamily: 'Inter' },\n labelLarge: { fontSize: 16, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n labelDefault: { fontSize: 14, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n labelSmall: { fontSize: 12, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n caption: { fontSize: 12, fontWeight: '500', lineHeight: 1.5, fontFamily: 'Inter' },\n overline: { fontSize: 10, fontWeight: '600', lineHeight: 1.0, fontFamily: 'Inter' },\n buttonLarge: { fontSize: 16, fontWeight: '600', lineHeight: 1.5, fontFamily: 'Inter' },\n buttonDefault: { fontSize: 14, fontWeight: '600', lineHeight: 1.5, fontFamily: 'Inter' },\n} as const\n\nexport type Typography = typeof typography\n"],"mappings":";AAAO,IAAM,SAAS;AAAA,EACpB,YAAY;AAAA,IACV,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,UAAU;AAAA,IACR,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,MAAM;AAAA,IACJ,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,SAAS;AAAA,IACP,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,SAAS;AAAA,IACP,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,MAAM;AAAA,IACJ,IAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,IACL,KAAK;AAAA,EACP;AAAA,EAEA,OAAO;AAAA,EACP,WAAW;AACb;;;ACjFO,IAAM,aAAa;AAAA,EACxB,SAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,UAAU;AAAA,EACzF,IAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,UAAU;AAAA,EACzF,IAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,UAAU;AAAA,EACzF,IAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,UAAU;AAAA,EACzF,WAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,aAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,WAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,YAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,cAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,YAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,SAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,UAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,GAAK,YAAY,QAAQ;AAAA,EACvF,aAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AAAA,EACvF,eAAe,EAAE,UAAU,IAAI,YAAY,OAAO,YAAY,KAAK,YAAY,QAAQ;AACzF;","names":[]}
@@ -1,28 +0,0 @@
1
- interface Theme {
2
- background: string;
3
- surface: string;
4
- border: string;
5
- onBackground: string;
6
- onSurface: string;
7
- muted: string;
8
- primary: string;
9
- secondary: string;
10
- success: string;
11
- error: string;
12
- warning: string;
13
- info: string;
14
- surfaceDisabled: string;
15
- successBg: string;
16
- textSecondary: string;
17
- textTertiary: string;
18
- textInverse: string;
19
- borderStrong: string;
20
- borderSubtle: string;
21
- interactivePressed: string;
22
- }
23
-
24
- declare const lightTheme: Theme;
25
-
26
- declare const darkTheme: Theme;
27
-
28
- export { type Theme as T, darkTheme as d, lightTheme as l };
@@ -1,28 +0,0 @@
1
- interface Theme {
2
- background: string;
3
- surface: string;
4
- border: string;
5
- onBackground: string;
6
- onSurface: string;
7
- muted: string;
8
- primary: string;
9
- secondary: string;
10
- success: string;
11
- error: string;
12
- warning: string;
13
- info: string;
14
- surfaceDisabled: string;
15
- successBg: string;
16
- textSecondary: string;
17
- textTertiary: string;
18
- textInverse: string;
19
- borderStrong: string;
20
- borderSubtle: string;
21
- interactivePressed: string;
22
- }
23
-
24
- declare const lightTheme: Theme;
25
-
26
- declare const darkTheme: Theme;
27
-
28
- export { type Theme as T, darkTheme as d, lightTheme as l };