cekat-ui 1.0.7 → 1.2.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.
- package/dist/components/Avatar/Avatar.d.ts +6 -0
- package/dist/components/Avatar/AvatarIcons.d.ts +8 -0
- package/dist/components/Avatar/avatar.styles.d.ts +12 -0
- package/dist/components/Avatar/avatar.types.d.ts +16 -0
- package/dist/components/Avatar/index.d.ts +3 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +6 -0
- package/dist/components/AvatarGroup/avatargroup.styles.d.ts +8 -0
- package/dist/components/AvatarGroup/avatargroup.types.d.ts +16 -0
- package/dist/components/AvatarGroup/index.d.ts +3 -0
- package/dist/components/AvatarLabelGroup/AvatarLabelGroup.d.ts +6 -0
- package/dist/components/AvatarLabelGroup/avatarlabelgroup.styles.d.ts +5 -0
- package/dist/components/AvatarLabelGroup/avatarlabelgroup.types.d.ts +14 -0
- package/dist/components/AvatarLabelGroup/index.d.ts +3 -0
- package/dist/components/AvatarProfilePhoto/AvatarProfilePhoto.d.ts +6 -0
- package/dist/components/AvatarProfilePhoto/avatarprofilephoto.styles.d.ts +10 -0
- package/dist/components/AvatarProfilePhoto/avatarprofilephoto.types.d.ts +12 -0
- package/dist/components/AvatarProfilePhoto/index.d.ts +3 -0
- package/dist/components/Badge/Badge.d.ts +6 -0
- package/dist/components/Badge/badge.styles.d.ts +20 -0
- package/dist/components/Badge/badge.types.d.ts +23 -0
- package/dist/components/Badge/index.d.ts +3 -0
- package/dist/components/BadgeGroup/BadgeGroup.d.ts +6 -0
- package/dist/components/BadgeGroup/badgegroup.styles.d.ts +28 -0
- package/dist/components/BadgeGroup/badgegroup.types.d.ts +19 -0
- package/dist/components/BadgeGroup/index.d.ts +3 -0
- package/dist/components/Button/Button.d.ts +1 -2
- package/dist/components/Button/button.styles.d.ts +2 -1
- package/dist/components/Button/button.types.d.ts +7 -6
- package/dist/components/Checkbox/checkbox.types.d.ts +3 -1
- package/dist/components/Dropdown/Dropdown.d.ts +2 -0
- package/dist/components/Dropdown/dropdown.styles.d.ts +19 -0
- package/dist/components/Dropdown/dropdown.types.d.ts +44 -0
- package/dist/components/Dropdown/index.d.ts +3 -0
- package/dist/components/Input/CardNumberInput.d.ts +19 -0
- package/dist/components/Input/Input.d.ts +2 -0
- package/dist/components/Input/InputCounter.d.ts +18 -0
- package/dist/components/Input/InputPrefix.d.ts +4 -0
- package/dist/components/Input/InputSuffix.d.ts +4 -0
- package/dist/components/Input/PhoneInput.d.ts +18 -0
- package/dist/components/Input/SaleAmountInput.d.ts +20 -0
- package/dist/components/Input/index.d.ts +13 -0
- package/dist/components/Input/input.styles.d.ts +36 -0
- package/dist/components/Input/input.types.d.ts +39 -0
- package/dist/components/InputDropdown/InputDropdown.d.ts +2 -0
- package/dist/components/InputDropdown/index.d.ts +3 -0
- package/dist/components/InputDropdown/inputDropdown.styles.d.ts +15 -0
- package/dist/components/InputDropdown/inputDropdown.types.d.ts +45 -0
- package/dist/components/Loading/Loading.d.ts +6 -0
- package/dist/components/Loading/LoadingSpinner.d.ts +9 -0
- package/dist/components/Loading/index.d.ts +3 -0
- package/dist/components/Loading/loading.styles.d.ts +6 -0
- package/dist/components/Loading/loading.types.d.ts +10 -0
- package/dist/components/MultiSelectInput/MultiSelectInput.d.ts +24 -0
- package/dist/components/MultiSelectInput/index.d.ts +1 -0
- package/dist/components/MultiSelectInput/multiSelectInput.styles.d.ts +17 -0
- package/dist/components/Radio/radio.types.d.ts +3 -1
- package/dist/components/Tab/Tab.d.ts +6 -0
- package/dist/components/Tab/TabList.d.ts +6 -0
- package/dist/components/Tab/index.d.ts +4 -0
- package/dist/components/Tab/tab.styles.d.ts +15 -0
- package/dist/components/Tab/tab.types.d.ts +24 -0
- package/dist/components/Tag/Tag.d.ts +6 -0
- package/dist/components/Tag/index.d.ts +3 -0
- package/dist/components/Tag/tag.styles.d.ts +19 -0
- package/dist/components/Tag/tag.types.d.ts +21 -0
- package/dist/components/Textarea/Textarea.d.ts +4 -0
- package/dist/components/Textarea/index.d.ts +3 -0
- package/dist/components/Textarea/textarea.styles.d.ts +14 -0
- package/dist/components/Textarea/textarea.types.d.ts +17 -0
- package/dist/components/Toggle/toggle.styles.d.ts +2 -1
- package/dist/components/Toggle/toggle.types.d.ts +5 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/Tooltip/tooltip.styles.d.ts +2 -0
- package/dist/components/Tooltip/tooltip.types.d.ts +1 -0
- package/dist/components/WebsiteCopyInput/WebsiteCopyInput.d.ts +19 -0
- package/dist/components/WebsiteCopyInput/index.d.ts +1 -0
- package/dist/components/WebsiteCopyInput/websiteCopyInput.styles.d.ts +25 -0
- package/dist/components/WebsiteInput/WebsiteInput.d.ts +18 -0
- package/dist/components/WebsiteInput/index.d.ts +1 -0
- package/dist/components/WebsiteInput/websiteInput.styles.d.ts +24 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.es.js +3023 -321
- package/dist/index.umd.js +1 -1
- package/dist/style.css +2131 -327
- package/dist/utils/color.d.ts +4 -0
- package/package.json +9 -7
- package/tailwind.preset.cjs +317 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/** Whether a string is a valid 6-digit hex color (e.g. "#13a8bf"). */
|
|
2
|
+
export declare const isValidHexColor: (hex: string) => boolean;
|
|
3
|
+
/** Parses a 6-digit hex color into an rgba() string at the given alpha. Returns undefined if unparseable. */
|
|
4
|
+
export declare const hexToRgba: (hex: string, alpha: number) => string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cekat-ui",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Cekat UI Component Library",
|
|
5
5
|
"main": "dist/index.umd.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
@@ -12,10 +12,12 @@
|
|
|
12
12
|
"require": "./dist/index.umd.js",
|
|
13
13
|
"types": "./dist/index.d.ts"
|
|
14
14
|
},
|
|
15
|
-
"./style.css": "./dist/style.css"
|
|
15
|
+
"./style.css": "./dist/style.css",
|
|
16
|
+
"./tailwind-preset": "./tailwind.preset.cjs"
|
|
16
17
|
},
|
|
17
18
|
"files": [
|
|
18
|
-
"dist"
|
|
19
|
+
"dist",
|
|
20
|
+
"tailwind.preset.cjs"
|
|
19
21
|
],
|
|
20
22
|
"sideEffects": false,
|
|
21
23
|
"peerDependencies": {
|
|
@@ -29,10 +31,11 @@
|
|
|
29
31
|
"build:lib": "yarn build && yarn build:css",
|
|
30
32
|
"build:storybook": "storybook build",
|
|
31
33
|
"tailwind:build": "tailwindcss -c tailwind.config.cjs -i stories/styles/tailwind.css -o dist/style.css",
|
|
32
|
-
"publish:lib": "yarn build && yarn tailwind:build"
|
|
33
|
-
|
|
34
|
+
"publish:lib": "yarn build && yarn tailwind:build",
|
|
35
|
+
"prepublishOnly": "yarn build:lib"
|
|
34
36
|
},
|
|
35
37
|
"dependencies": {
|
|
38
|
+
"@tabler/core": "^1.4.0",
|
|
36
39
|
"@tabler/icons-react": "^3.36.1",
|
|
37
40
|
"class-variance-authority": "^0.7.1",
|
|
38
41
|
"clsx": "^2.1.1",
|
|
@@ -40,7 +43,6 @@
|
|
|
40
43
|
"react-dom": "18.3.1"
|
|
41
44
|
},
|
|
42
45
|
"devDependencies": {
|
|
43
|
-
"@rollup/rollup-darwin-arm64": "^4.55.1",
|
|
44
46
|
"@storybook/react-vite": "^10.1.9",
|
|
45
47
|
"@types/node": "^25.0.8",
|
|
46
48
|
"@types/react": "^18",
|
|
@@ -55,4 +57,4 @@
|
|
|
55
57
|
"vite": "^7.3.0",
|
|
56
58
|
"vite-plugin-dts": "^4.5.4"
|
|
57
59
|
}
|
|
58
|
-
}
|
|
60
|
+
}
|
|
@@ -0,0 +1,317 @@
|
|
|
1
|
+
/** @type {import('tailwindcss').Config} */
|
|
2
|
+
module.exports = {
|
|
3
|
+
theme: {
|
|
4
|
+
container: {
|
|
5
|
+
center: true,
|
|
6
|
+
},
|
|
7
|
+
extend: {
|
|
8
|
+
animation: {
|
|
9
|
+
"spin-slow": "spin 3s linear infinite",
|
|
10
|
+
loading: "loading 1.5s ease-in-out infinite",
|
|
11
|
+
},
|
|
12
|
+
keyframes: {
|
|
13
|
+
loading: {
|
|
14
|
+
"0%": { transform: "translateX(-100%)" },
|
|
15
|
+
"100%": { transform: "translateX(200%)" },
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
|
|
19
|
+
colors: {
|
|
20
|
+
black: {
|
|
21
|
+
DEFAULT: "#000000",
|
|
22
|
+
light: "#E3E4EB",
|
|
23
|
+
"dark-light": "rgba(14,23,38,.15)",
|
|
24
|
+
},
|
|
25
|
+
white: {
|
|
26
|
+
DEFAULT: "#FFFFFF",
|
|
27
|
+
light: "#E0E6ED",
|
|
28
|
+
dark: "#888EA8",
|
|
29
|
+
},
|
|
30
|
+
transparent: {
|
|
31
|
+
DEFAULT: "#FFFFFF00",
|
|
32
|
+
},
|
|
33
|
+
primary: {
|
|
34
|
+
DEFAULT: "#1352BF",
|
|
35
|
+
light: "#E4EBF9",
|
|
36
|
+
"dark-light": "rgba(67,97,238,.15)",
|
|
37
|
+
50: "#FBFCFF",
|
|
38
|
+
100: "#E4EBF9",
|
|
39
|
+
200: "#CDDAF2",
|
|
40
|
+
300: "#9EB8E5",
|
|
41
|
+
400: "#7096D9",
|
|
42
|
+
500: "#1352BF",
|
|
43
|
+
600: "#0F4299",
|
|
44
|
+
700: "#0B3173",
|
|
45
|
+
800: "#08214C",
|
|
46
|
+
900: "#041026",
|
|
47
|
+
},
|
|
48
|
+
secondary: {
|
|
49
|
+
DEFAULT: "#13A8BF",
|
|
50
|
+
light: "#EBE4F7",
|
|
51
|
+
"dark-light": "rgb(128 93 202 / 15%)",
|
|
52
|
+
50: "#FBFEFF",
|
|
53
|
+
100: "#E4F5F9",
|
|
54
|
+
200: "#9EDCE5",
|
|
55
|
+
300: "#70CAD9",
|
|
56
|
+
400: "#41B9CC",
|
|
57
|
+
500: "#13A8BF",
|
|
58
|
+
600: "#0F8699",
|
|
59
|
+
700: "#0B6573",
|
|
60
|
+
800: "#08434C",
|
|
61
|
+
900: "#042226",
|
|
62
|
+
},
|
|
63
|
+
light: {
|
|
64
|
+
DEFAULT: "#182230",
|
|
65
|
+
50: "#F9FAFB",
|
|
66
|
+
100: "#F2F4F7",
|
|
67
|
+
200: "#E4E7EC",
|
|
68
|
+
300: "#D0D5DD",
|
|
69
|
+
400: "#98A2B3",
|
|
70
|
+
500: "#667085",
|
|
71
|
+
600: "#475467",
|
|
72
|
+
700: "#344054",
|
|
73
|
+
800: "#182230",
|
|
74
|
+
900: "#101828",
|
|
75
|
+
},
|
|
76
|
+
dark: {
|
|
77
|
+
DEFAULT: "#1F242F",
|
|
78
|
+
light: "#EAEAEC",
|
|
79
|
+
"dark-light": "rgba(59,63,92,.15)",
|
|
80
|
+
50: "#F5F5F6",
|
|
81
|
+
100: "#F0F1F1",
|
|
82
|
+
200: "#ECECED",
|
|
83
|
+
300: "#CECFD2",
|
|
84
|
+
400: "#94969C",
|
|
85
|
+
500: "#85888E",
|
|
86
|
+
600: "#61646C",
|
|
87
|
+
700: "#333741",
|
|
88
|
+
800: "#1F242F",
|
|
89
|
+
900: "#161B26",
|
|
90
|
+
},
|
|
91
|
+
error: {
|
|
92
|
+
DEFAULT: "#FDE2D1",
|
|
93
|
+
light: "#FFF5F5",
|
|
94
|
+
"dark-light": "rgba(226,38,31,.15)",
|
|
95
|
+
50: "#FFEFE5",
|
|
96
|
+
100: "#FDE2D1",
|
|
97
|
+
200: "#FCBEA5",
|
|
98
|
+
300: "#F69076",
|
|
99
|
+
400: "#ED6653",
|
|
100
|
+
500: "#E2261F",
|
|
101
|
+
600: "#C2161F",
|
|
102
|
+
700: "#A20F23",
|
|
103
|
+
800: "#830924",
|
|
104
|
+
900: "#6C0524",
|
|
105
|
+
},
|
|
106
|
+
danger: {
|
|
107
|
+
//SAME LIKE ERROR, BUT THIS ONE WAS ADDED TO PREVENT ERROR ON THE COMPONENTS THAT STILL USE DANGER CLASS
|
|
108
|
+
DEFAULT: "#FDE2D1",
|
|
109
|
+
light: "#FDE2D1",
|
|
110
|
+
"dark-light": "rgba(226,38,31,.15)",
|
|
111
|
+
50: "#FFEFE5",
|
|
112
|
+
100: "#FDE2D1",
|
|
113
|
+
200: "#FCBEA5",
|
|
114
|
+
300: "#F69076",
|
|
115
|
+
400: "#ED6653",
|
|
116
|
+
500: "#E2261F",
|
|
117
|
+
600: "#C2161F",
|
|
118
|
+
700: "#A20F23",
|
|
119
|
+
800: "#830924",
|
|
120
|
+
900: "#6C0524",
|
|
121
|
+
},
|
|
122
|
+
warning: {
|
|
123
|
+
DEFAULT: "#FFFAEB",
|
|
124
|
+
light: "#FFFAEB",
|
|
125
|
+
"dark-light": "rgba(226,160,63,.15)",
|
|
126
|
+
50: "#FFFCF5",
|
|
127
|
+
100: "#FFFAEB",
|
|
128
|
+
200: "#FEF0C7",
|
|
129
|
+
300: "#FEC84B",
|
|
130
|
+
400: "#FDB022",
|
|
131
|
+
500: "#F79009",
|
|
132
|
+
600: "#DC6803",
|
|
133
|
+
700: "#B54708",
|
|
134
|
+
800: "#93370D",
|
|
135
|
+
900: "#7A2E0E",
|
|
136
|
+
},
|
|
137
|
+
success: {
|
|
138
|
+
DEFAULT: "#CAF9CC",
|
|
139
|
+
light: "#CAF9CC",
|
|
140
|
+
"dark-light": "rgba(0,171,85,.15)",
|
|
141
|
+
50: "#EEFFEE",
|
|
142
|
+
100: "#CAF9CC",
|
|
143
|
+
200: "#97F4A5",
|
|
144
|
+
300: "#60DE7F",
|
|
145
|
+
400: "#37BD66",
|
|
146
|
+
500: "#089146",
|
|
147
|
+
600: "#057C47",
|
|
148
|
+
700: "#046845",
|
|
149
|
+
800: "#02543F",
|
|
150
|
+
900: "#01453B",
|
|
151
|
+
},
|
|
152
|
+
info: {
|
|
153
|
+
DEFAULT: "#CEE9FD",
|
|
154
|
+
light: "#CEE9FD",
|
|
155
|
+
"dark-light": "rgba(33,150,243,.15)",
|
|
156
|
+
50: "#E5F4FF",
|
|
157
|
+
100: "#CEE9FD",
|
|
158
|
+
200: "#9ED1FC",
|
|
159
|
+
300: "#6DB1F7",
|
|
160
|
+
400: "#4894EF",
|
|
161
|
+
500: "#1068E5",
|
|
162
|
+
600: "#0B50C4",
|
|
163
|
+
700: "#083BA4",
|
|
164
|
+
800: "#052984",
|
|
165
|
+
900: "#031D6D",
|
|
166
|
+
},
|
|
167
|
+
"grey-base": {
|
|
168
|
+
DEFAULT: "#808080",
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
"blue-gray": {
|
|
172
|
+
50: "#F8F9FC",
|
|
173
|
+
100: "#EAECF5",
|
|
174
|
+
200: "#D5D9EB",
|
|
175
|
+
300: "#B3B8DB",
|
|
176
|
+
400: "#717BBC",
|
|
177
|
+
500: "#4E5BA6",
|
|
178
|
+
600: "#3E4784",
|
|
179
|
+
700: "#363F72",
|
|
180
|
+
800: "#293056",
|
|
181
|
+
900: "#101323",
|
|
182
|
+
},
|
|
183
|
+
"blue-light": {
|
|
184
|
+
50: "#F0F9FF",
|
|
185
|
+
100: "#E0F2FE",
|
|
186
|
+
200: "#B9E6FE",
|
|
187
|
+
300: "#7CD4FD",
|
|
188
|
+
400: "#36BFFA",
|
|
189
|
+
500: "#0BA5EC",
|
|
190
|
+
600: "#0086C9",
|
|
191
|
+
700: "#026AA2",
|
|
192
|
+
800: "#065986",
|
|
193
|
+
900: "#0B4A6F",
|
|
194
|
+
},
|
|
195
|
+
indigo: {
|
|
196
|
+
50: "#EEF4FF",
|
|
197
|
+
100: "#E0EAFF",
|
|
198
|
+
200: "#C7D7FE",
|
|
199
|
+
300: "#A4BCFD",
|
|
200
|
+
400: "#8098F9",
|
|
201
|
+
500: "#6172F3",
|
|
202
|
+
600: "#444CE7",
|
|
203
|
+
700: "#3538CD",
|
|
204
|
+
800: "#2D31A6",
|
|
205
|
+
900: "#2D3282",
|
|
206
|
+
},
|
|
207
|
+
purple: {
|
|
208
|
+
50: "#F4F3FF",
|
|
209
|
+
100: "#EBE9FE",
|
|
210
|
+
200: "#D9D6FE",
|
|
211
|
+
300: "#BDB4FE",
|
|
212
|
+
400: "#9B8AFB",
|
|
213
|
+
500: "#7A5AF8",
|
|
214
|
+
600: "#6938EF",
|
|
215
|
+
700: "#5925DC",
|
|
216
|
+
800: "#4A1FB8",
|
|
217
|
+
900: "#3E1C96",
|
|
218
|
+
},
|
|
219
|
+
blue: {
|
|
220
|
+
50: "#EFF8FF",
|
|
221
|
+
100: "#D1E9FF",
|
|
222
|
+
200: "#B2DDFF",
|
|
223
|
+
300: "#84CAFF",
|
|
224
|
+
400: "#53B1FD",
|
|
225
|
+
500: "#2E90FA",
|
|
226
|
+
600: "#1570EF",
|
|
227
|
+
700: "#175CD3",
|
|
228
|
+
800: "#1849A9",
|
|
229
|
+
900: "#194185",
|
|
230
|
+
},
|
|
231
|
+
pink: {
|
|
232
|
+
50: "#FDF2FA",
|
|
233
|
+
100: "#FCE7F6",
|
|
234
|
+
200: "#FCCEEE",
|
|
235
|
+
300: "#FAA7E0",
|
|
236
|
+
400: "#F670C7",
|
|
237
|
+
500: "#EE46BC",
|
|
238
|
+
600: "#DD2590",
|
|
239
|
+
700: "#C11574",
|
|
240
|
+
800: "#9E165F",
|
|
241
|
+
900: "#851651",
|
|
242
|
+
},
|
|
243
|
+
orange: {
|
|
244
|
+
50: "#FEF6EE",
|
|
245
|
+
100: "#FDEAD7",
|
|
246
|
+
200: "#F9DBAF",
|
|
247
|
+
300: "#F7B27A",
|
|
248
|
+
400: "#F38744",
|
|
249
|
+
500: "#EF6820",
|
|
250
|
+
600: "#E04F16",
|
|
251
|
+
700: "#B93815",
|
|
252
|
+
800: "#932F19",
|
|
253
|
+
900: "#772917",
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
|
|
257
|
+
fontFamily: {
|
|
258
|
+
nunito: ["Nunito", "sans-serif"],
|
|
259
|
+
},
|
|
260
|
+
|
|
261
|
+
fontWeight: {
|
|
262
|
+
// Tailwind's default theme already provides extralight/light/medium/semibold/bold/extrabold/black
|
|
263
|
+
// at these same values; "regular" is the only addition (Figma's name for weight 400, aliasing "normal").
|
|
264
|
+
regular: "400",
|
|
265
|
+
},
|
|
266
|
+
|
|
267
|
+
spacing: {
|
|
268
|
+
4.5: "18px",
|
|
269
|
+
},
|
|
270
|
+
|
|
271
|
+
boxShadow: {
|
|
272
|
+
"3xl":
|
|
273
|
+
"0 2px 2px rgb(224 230 237 / 46%), 1px 6px 7px rgb(224 230 237 / 46%)",
|
|
274
|
+
"custom-1": "0px 4px 9px 0px rgba(152, 160, 180, 0.25)",
|
|
275
|
+
lg: "0px 4px 6px -2px rgba(16,24,40,0.03), 0px 12px 16px -4px rgba(16,24,40,0.08)",
|
|
276
|
+
xs: "0px 1px 2px 0px rgba(16,24,40,0.05)",
|
|
277
|
+
md: "0px 2px 4px -2px rgba(16,24,40,0.06), 0px 4px 8px -2px rgba(16,24,40,0.1)",
|
|
278
|
+
},
|
|
279
|
+
|
|
280
|
+
fontSize: {
|
|
281
|
+
h1: ["3.75rem", { lineHeight: "4.5rem" }],
|
|
282
|
+
h2: ["3rem", { lineHeight: "3.5rem" }],
|
|
283
|
+
h3: ["2.25rem", { lineHeight: "2.75rem" }],
|
|
284
|
+
h4: ["1.875rem", { lineHeight: "2.5rem" }],
|
|
285
|
+
h5: ["1.5rem", { lineHeight: "2.25rem" }],
|
|
286
|
+
h6: ["1.25rem", { lineHeight: "1.75rem" }],
|
|
287
|
+
|
|
288
|
+
"body-lg": ["1.125rem", { lineHeight: "1.75rem" }],
|
|
289
|
+
"body-sm": ["1rem", { lineHeight: "1.5rem" }],
|
|
290
|
+
|
|
291
|
+
"caption-lg": ["0.875rem", { lineHeight: "1.25rem" }],
|
|
292
|
+
"caption-sm": ["0.75rem", { lineHeight: "1.125rem" }],
|
|
293
|
+
},
|
|
294
|
+
|
|
295
|
+
lineHeight: {
|
|
296
|
+
h1: "4.5rem",
|
|
297
|
+
h2: "3.5rem",
|
|
298
|
+
h3: "2.75rem",
|
|
299
|
+
h4: "2.5rem",
|
|
300
|
+
h5: "2.25rem",
|
|
301
|
+
h6: "1.75rem",
|
|
302
|
+
|
|
303
|
+
"body-lg": "1.75rem",
|
|
304
|
+
"body-sm": "1.5rem",
|
|
305
|
+
|
|
306
|
+
"caption-lg": "1.25rem",
|
|
307
|
+
"caption-sm": "1.125rem",
|
|
308
|
+
},
|
|
309
|
+
},
|
|
310
|
+
},
|
|
311
|
+
|
|
312
|
+
corePlugins: {
|
|
313
|
+
preflight: false, // 🔥 IMPORTANT — prevent CSS reset conflicts
|
|
314
|
+
},
|
|
315
|
+
|
|
316
|
+
plugins: [],
|
|
317
|
+
};
|