@expcat/tigercat-core 2.1.2 → 2.1.4
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/README.md +10 -0
- package/dist/{data-export-CLWdsrRn.d.ts → data-export-D01yjggE.d.ts} +18 -7
- package/dist/datepicker-locales/ar-SA.d.ts +2 -1
- package/dist/datepicker-locales/ar-SA.js +8 -1
- package/dist/datepicker-locales/de-DE.d.ts +2 -1
- package/dist/datepicker-locales/de-DE.js +8 -1
- package/dist/datepicker-locales/en-US.d.ts +2 -1
- package/dist/datepicker-locales/en-US.js +3 -1
- package/dist/datepicker-locales/es-ES.d.ts +2 -1
- package/dist/datepicker-locales/es-ES.js +8 -1
- package/dist/datepicker-locales/fr-FR.d.ts +2 -1
- package/dist/datepicker-locales/fr-FR.js +8 -1
- package/dist/datepicker-locales/id-ID.d.ts +2 -1
- package/dist/datepicker-locales/id-ID.js +8 -1
- package/dist/datepicker-locales/ja-JP.d.ts +2 -1
- package/dist/datepicker-locales/ja-JP.js +8 -1
- package/dist/datepicker-locales/ko-KR.d.ts +2 -1
- package/dist/datepicker-locales/ko-KR.js +8 -1
- package/dist/datepicker-locales/pt-BR.d.ts +2 -1
- package/dist/datepicker-locales/pt-BR.js +8 -1
- package/dist/datepicker-locales/registry.d.ts +2 -1
- package/dist/datepicker-locales/registry.js +94 -13
- package/dist/datepicker-locales/th-TH.d.ts +2 -1
- package/dist/datepicker-locales/th-TH.js +8 -1
- package/dist/datepicker-locales/vi-VN.d.ts +2 -1
- package/dist/datepicker-locales/vi-VN.js +8 -1
- package/dist/datepicker-locales/zh-CN.d.ts +2 -1
- package/dist/datepicker-locales/zh-CN.js +3 -1
- package/dist/datepicker-locales/zh-TW.d.ts +2 -1
- package/dist/datepicker-locales/zh-TW.js +8 -1
- package/dist/icons/common.d.ts +2 -2
- package/dist/icons/common.js +14 -8
- package/dist/index.d.ts +10303 -5381
- package/dist/index.js +30994 -16436
- package/dist/locale-qoiGEqe_.d.ts +1507 -0
- package/dist/locales/ar-SA.d.ts +2 -2
- package/dist/locales/ar-SA.js +448 -442
- package/dist/locales/de-DE.d.ts +2 -2
- package/dist/locales/de-DE.js +456 -450
- package/dist/locales/en-US.d.ts +2 -2
- package/dist/locales/en-US.js +259 -62
- package/dist/locales/es-ES.d.ts +2 -2
- package/dist/locales/es-ES.js +450 -444
- package/dist/locales/fr-FR.d.ts +2 -2
- package/dist/locales/fr-FR.js +453 -447
- package/dist/locales/id-ID.d.ts +3 -3
- package/dist/locales/id-ID.js +471 -448
- package/dist/locales/ja-JP.d.ts +3 -3
- package/dist/locales/ja-JP.js +465 -442
- package/dist/locales/ko-KR.d.ts +3 -3
- package/dist/locales/ko-KR.js +465 -442
- package/dist/locales/pt-BR.d.ts +2 -2
- package/dist/locales/pt-BR.js +452 -446
- package/dist/locales/th-TH.d.ts +3 -3
- package/dist/locales/th-TH.js +467 -444
- package/dist/locales/vi-VN.d.ts +3 -3
- package/dist/locales/vi-VN.js +467 -444
- package/dist/locales/zh-CN.d.ts +2 -2
- package/dist/locales/zh-CN.js +257 -60
- package/dist/locales/zh-TW.d.ts +3 -3
- package/dist/locales/zh-TW.js +467 -444
- package/dist/{table-CHeBgM_2.d.ts → table-R9Yp1aVa.d.ts} +77 -54
- package/dist/tailwind/modern.js +1364 -150
- package/dist/{tailwind-entry-nnuviNxx.d.ts → tailwind-entry-C26Y3TZG.d.ts} +13 -10
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +1406 -136
- package/dist/utils/data-export.d.ts +19 -5
- package/dist/utils/data-export.js +138 -13
- package/dist/utils/table-export.d.ts +21 -12
- package/dist/utils/table-export.js +75 -46
- package/package.json +1 -1
- package/tokens/figma-variables.json +223 -147
- package/tokens/tokens.css +224 -57
- package/tokens/tokens.json +205 -31
- package/dist/datepicker-Digy7Stt.d.ts +0 -201
- package/dist/locale-KMGxL6bT.d.ts +0 -625
- package/tokens/tailwind-tokens.js +0 -145
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
/* Auto-generated by generate-tokens.js — Do not edit manually */
|
|
2
|
-
|
|
3
|
-
/** @type {import("tailwindcss").Config["theme"]} */
|
|
4
|
-
module.exports = {
|
|
5
|
-
colors: {
|
|
6
|
-
'tiger-primary': {
|
|
7
|
-
50: '#f0f9ff',
|
|
8
|
-
100: '#e0f2fe',
|
|
9
|
-
200: '#bae6fd',
|
|
10
|
-
300: '#7dd3fc',
|
|
11
|
-
400: '#38bdf8',
|
|
12
|
-
500: '#0ea5e9',
|
|
13
|
-
600: '#0284c7',
|
|
14
|
-
700: '#0369a1',
|
|
15
|
-
800: '#075985',
|
|
16
|
-
950: '#0c3d66'
|
|
17
|
-
},
|
|
18
|
-
'tiger-secondary': {
|
|
19
|
-
50: '#f8fafc',
|
|
20
|
-
100: '#f1f5f9',
|
|
21
|
-
200: '#e2e8f0',
|
|
22
|
-
300: '#cbd5e1',
|
|
23
|
-
400: '#94a3b8',
|
|
24
|
-
500: '#64748b',
|
|
25
|
-
600: '#475569',
|
|
26
|
-
700: '#334155',
|
|
27
|
-
800: '#1e293b',
|
|
28
|
-
950: '#0f172a'
|
|
29
|
-
},
|
|
30
|
-
'tiger-success': {
|
|
31
|
-
50: '#f0fdf4',
|
|
32
|
-
100: '#dcfce7',
|
|
33
|
-
200: '#bbf7d0',
|
|
34
|
-
300: '#86efac',
|
|
35
|
-
400: '#4ade80',
|
|
36
|
-
500: '#22c55e',
|
|
37
|
-
600: '#16a34a',
|
|
38
|
-
700: '#15803d',
|
|
39
|
-
800: '#166534',
|
|
40
|
-
950: '#052e16'
|
|
41
|
-
},
|
|
42
|
-
'tiger-warning': {
|
|
43
|
-
50: '#fffbeb',
|
|
44
|
-
100: '#fef3c7',
|
|
45
|
-
200: '#fde68a',
|
|
46
|
-
300: '#fcd34d',
|
|
47
|
-
400: '#fbbf24',
|
|
48
|
-
500: '#f59e0b',
|
|
49
|
-
600: '#d97706',
|
|
50
|
-
700: '#b45309',
|
|
51
|
-
800: '#92400e',
|
|
52
|
-
950: '#451a03'
|
|
53
|
-
},
|
|
54
|
-
'tiger-error': {
|
|
55
|
-
50: '#fef2f2',
|
|
56
|
-
100: '#fee2e2',
|
|
57
|
-
200: '#fecaca',
|
|
58
|
-
300: '#fca5a5',
|
|
59
|
-
400: '#f87171',
|
|
60
|
-
500: '#ef4444',
|
|
61
|
-
600: '#dc2626',
|
|
62
|
-
700: '#b91c1c',
|
|
63
|
-
800: '#991b1b',
|
|
64
|
-
950: '#450a0a'
|
|
65
|
-
},
|
|
66
|
-
'tiger-info': {
|
|
67
|
-
50: '#eff6ff',
|
|
68
|
-
100: '#dbeafe',
|
|
69
|
-
200: '#bfdbfe',
|
|
70
|
-
300: '#93c5fd',
|
|
71
|
-
400: '#60a5fa',
|
|
72
|
-
500: '#3b82f6',
|
|
73
|
-
600: '#2563eb',
|
|
74
|
-
700: '#1d4ed8',
|
|
75
|
-
800: '#1e40af',
|
|
76
|
-
950: '#172554'
|
|
77
|
-
},
|
|
78
|
-
'tiger-neutral': {
|
|
79
|
-
50: '#fafafa',
|
|
80
|
-
100: '#f5f5f5',
|
|
81
|
-
200: '#e5e5e5',
|
|
82
|
-
300: '#d4d4d4',
|
|
83
|
-
400: '#a3a3a3',
|
|
84
|
-
500: '#737373',
|
|
85
|
-
600: '#525252',
|
|
86
|
-
700: '#404040',
|
|
87
|
-
800: '#262626',
|
|
88
|
-
950: '#0a0a0a'
|
|
89
|
-
}
|
|
90
|
-
},
|
|
91
|
-
spacing: {
|
|
92
|
-
'tiger-xs': '2px',
|
|
93
|
-
'tiger-sm': '4px',
|
|
94
|
-
'tiger-md': '8px',
|
|
95
|
-
'tiger-lg': '16px',
|
|
96
|
-
'tiger-xl': '24px',
|
|
97
|
-
'tiger-2xl': '32px',
|
|
98
|
-
'tiger-3xl': '48px',
|
|
99
|
-
'tiger-4xl': '64px'
|
|
100
|
-
},
|
|
101
|
-
borderRadius: {
|
|
102
|
-
'tiger-none': '0',
|
|
103
|
-
'tiger-sm': '2px',
|
|
104
|
-
'tiger-md': '4px',
|
|
105
|
-
'tiger-lg': '8px',
|
|
106
|
-
'tiger-xl': '12px',
|
|
107
|
-
'tiger-full': '9999px'
|
|
108
|
-
},
|
|
109
|
-
boxShadow: {
|
|
110
|
-
'tiger-xs': '0 1px 2px 0 rgba(0,0,0,0.05)',
|
|
111
|
-
'tiger-sm': '0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1)',
|
|
112
|
-
'tiger-md': '0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1)',
|
|
113
|
-
'tiger-lg': '0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1)',
|
|
114
|
-
'tiger-xl': '0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1)'
|
|
115
|
-
},
|
|
116
|
-
fontFamily: {
|
|
117
|
-
'tiger-base': [
|
|
118
|
-
'-apple-system',
|
|
119
|
-
'BlinkMacSystemFont',
|
|
120
|
-
"'Segoe UI'",
|
|
121
|
-
'Roboto',
|
|
122
|
-
"'Helvetica Neue'",
|
|
123
|
-
'Arial',
|
|
124
|
-
'sans-serif'
|
|
125
|
-
],
|
|
126
|
-
'tiger-mono': [
|
|
127
|
-
"'SF Mono'",
|
|
128
|
-
'Monaco',
|
|
129
|
-
'Consolas',
|
|
130
|
-
"'Liberation Mono'",
|
|
131
|
-
"'Courier New'",
|
|
132
|
-
'monospace'
|
|
133
|
-
]
|
|
134
|
-
},
|
|
135
|
-
fontSize: {
|
|
136
|
-
'tiger-xs': '12px',
|
|
137
|
-
'tiger-sm': '14px',
|
|
138
|
-
'tiger-base': '16px',
|
|
139
|
-
'tiger-lg': '18px',
|
|
140
|
-
'tiger-xl': '20px',
|
|
141
|
-
'tiger-2xl': '24px',
|
|
142
|
-
'tiger-3xl': '30px',
|
|
143
|
-
'tiger-4xl': '36px'
|
|
144
|
-
}
|
|
145
|
-
}
|