@hkdigital/lib-sveltekit 0.2.20 → 0.2.22

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.
@@ -1,234 +0,0 @@
1
- export default theme;
2
- declare namespace theme {
3
- let name: string;
4
- let properties: {
5
- '--type-scale-factor': string;
6
- '--type-scale-1': string;
7
- '--type-scale-2': string;
8
- '--type-scale-3': string;
9
- '--type-scale-4': string;
10
- '--type-scale-5': string;
11
- '--type-scale-6': string;
12
- '--type-scale-7': string;
13
- '--type-scale-8': string;
14
- '--type-scale-9': string;
15
- '--type-scale-10': string;
16
- '--type-scale-11': string;
17
- '--type-scale-12': string;
18
- '--type-scale-13': string;
19
- '--base-font-color': string;
20
- '--base-font-color-dark': string;
21
- '--base-font-family': string;
22
- '--base-font-size': string;
23
- '--base-line-height': string;
24
- '--base-font-weight': string;
25
- '--base-font-style': string;
26
- '--base-letter-spacing': string;
27
- '--heading-font-color': string;
28
- '--heading-font-color-dark': string;
29
- '--heading-font-family': string;
30
- '--heading-font-weight': string;
31
- '--heading-font-style': string;
32
- '--heading-letter-spacing': string;
33
- '--anchor-font-color': string;
34
- '--anchor-font-color-dark': string;
35
- '--anchor-font-family': string;
36
- '--anchor-font-size': string;
37
- '--anchor-line-height': string;
38
- '--anchor-font-weight': string;
39
- '--anchor-font-style': string;
40
- '--anchor-letter-spacing': string;
41
- '--anchor-text-decoration': string;
42
- '--anchor-text-decoration-hover': string;
43
- '--anchor-text-decoration-active': string;
44
- '--anchor-text-decoration-focus': string;
45
- '--ui-font-color': string;
46
- '--ui-font-color-dark': string;
47
- '--ui-font-family': string;
48
- '--ui-font-size': string;
49
- '--ui-line-height': string;
50
- '--ui-font-weight': string;
51
- '--ui-font-style': string;
52
- '--ui-letter-spacing': string;
53
- '--space-scale-factor': string;
54
- '--radii-default': string;
55
- '--radii-container': string;
56
- '--border-width-default': string;
57
- '--divide-width-default': string;
58
- '--outline-width-default': string;
59
- '--ring-width-default': string;
60
- '--body-background-color': string;
61
- '--body-background-color-dark': string;
62
- '--color-primary-50': string;
63
- '--color-primary-100': string;
64
- '--color-primary-200': string;
65
- '--color-primary-300': string;
66
- '--color-primary-400': string;
67
- '--color-primary-500': string;
68
- '--color-primary-600': string;
69
- '--color-primary-700': string;
70
- '--color-primary-800': string;
71
- '--color-primary-900': string;
72
- '--color-primary-950': string;
73
- '--color-primary-contrast-dark': string;
74
- '--color-primary-contrast-light': string;
75
- '--color-primary-contrast-50': string;
76
- '--color-primary-contrast-100': string;
77
- '--color-primary-contrast-200': string;
78
- '--color-primary-contrast-300': string;
79
- '--color-primary-contrast-400': string;
80
- '--color-primary-contrast-500': string;
81
- '--color-primary-contrast-600': string;
82
- '--color-primary-contrast-700': string;
83
- '--color-primary-contrast-800': string;
84
- '--color-primary-contrast-900': string;
85
- '--color-primary-contrast-950': string;
86
- '--color-secondary-50': string;
87
- '--color-secondary-100': string;
88
- '--color-secondary-200': string;
89
- '--color-secondary-300': string;
90
- '--color-secondary-400': string;
91
- '--color-secondary-500': string;
92
- '--color-secondary-600': string;
93
- '--color-secondary-700': string;
94
- '--color-secondary-800': string;
95
- '--color-secondary-900': string;
96
- '--color-secondary-950': string;
97
- '--color-secondary-contrast-dark': string;
98
- '--color-secondary-contrast-light': string;
99
- '--color-secondary-contrast-50': string;
100
- '--color-secondary-contrast-100': string;
101
- '--color-secondary-contrast-200': string;
102
- '--color-secondary-contrast-300': string;
103
- '--color-secondary-contrast-400': string;
104
- '--color-secondary-contrast-500': string;
105
- '--color-secondary-contrast-600': string;
106
- '--color-secondary-contrast-700': string;
107
- '--color-secondary-contrast-800': string;
108
- '--color-secondary-contrast-900': string;
109
- '--color-secondary-contrast-950': string;
110
- '--color-tertiary-50': string;
111
- '--color-tertiary-100': string;
112
- '--color-tertiary-200': string;
113
- '--color-tertiary-300': string;
114
- '--color-tertiary-400': string;
115
- '--color-tertiary-500': string;
116
- '--color-tertiary-600': string;
117
- '--color-tertiary-700': string;
118
- '--color-tertiary-800': string;
119
- '--color-tertiary-900': string;
120
- '--color-tertiary-950': string;
121
- '--color-tertiary-contrast-dark': string;
122
- '--color-tertiary-contrast-light': string;
123
- '--color-tertiary-contrast-50': string;
124
- '--color-tertiary-contrast-100': string;
125
- '--color-tertiary-contrast-200': string;
126
- '--color-tertiary-contrast-300': string;
127
- '--color-tertiary-contrast-400': string;
128
- '--color-tertiary-contrast-500': string;
129
- '--color-tertiary-contrast-600': string;
130
- '--color-tertiary-contrast-700': string;
131
- '--color-tertiary-contrast-800': string;
132
- '--color-tertiary-contrast-900': string;
133
- '--color-tertiary-contrast-950': string;
134
- '--color-success-50': string;
135
- '--color-success-100': string;
136
- '--color-success-200': string;
137
- '--color-success-300': string;
138
- '--color-success-400': string;
139
- '--color-success-500': string;
140
- '--color-success-600': string;
141
- '--color-success-700': string;
142
- '--color-success-800': string;
143
- '--color-success-900': string;
144
- '--color-success-950': string;
145
- '--color-success-contrast-dark': string;
146
- '--color-success-contrast-light': string;
147
- '--color-success-contrast-50': string;
148
- '--color-success-contrast-100': string;
149
- '--color-success-contrast-200': string;
150
- '--color-success-contrast-300': string;
151
- '--color-success-contrast-400': string;
152
- '--color-success-contrast-500': string;
153
- '--color-success-contrast-600': string;
154
- '--color-success-contrast-700': string;
155
- '--color-success-contrast-800': string;
156
- '--color-success-contrast-900': string;
157
- '--color-success-contrast-950': string;
158
- '--color-warning-50': string;
159
- '--color-warning-100': string;
160
- '--color-warning-200': string;
161
- '--color-warning-300': string;
162
- '--color-warning-400': string;
163
- '--color-warning-500': string;
164
- '--color-warning-600': string;
165
- '--color-warning-700': string;
166
- '--color-warning-800': string;
167
- '--color-warning-900': string;
168
- '--color-warning-950': string;
169
- '--color-warning-contrast-dark': string;
170
- '--color-warning-contrast-light': string;
171
- '--color-warning-contrast-50': string;
172
- '--color-warning-contrast-100': string;
173
- '--color-warning-contrast-200': string;
174
- '--color-warning-contrast-300': string;
175
- '--color-warning-contrast-400': string;
176
- '--color-warning-contrast-500': string;
177
- '--color-warning-contrast-600': string;
178
- '--color-warning-contrast-700': string;
179
- '--color-warning-contrast-800': string;
180
- '--color-warning-contrast-900': string;
181
- '--color-warning-contrast-950': string;
182
- '--color-error-50': string;
183
- '--color-error-100': string;
184
- '--color-error-200': string;
185
- '--color-error-300': string;
186
- '--color-error-400': string;
187
- '--color-error-500': string;
188
- '--color-error-600': string;
189
- '--color-error-700': string;
190
- '--color-error-800': string;
191
- '--color-error-900': string;
192
- '--color-error-950': string;
193
- '--color-error-contrast-dark': string;
194
- '--color-error-contrast-light': string;
195
- '--color-error-contrast-50': string;
196
- '--color-error-contrast-100': string;
197
- '--color-error-contrast-200': string;
198
- '--color-error-contrast-300': string;
199
- '--color-error-contrast-400': string;
200
- '--color-error-contrast-500': string;
201
- '--color-error-contrast-600': string;
202
- '--color-error-contrast-700': string;
203
- '--color-error-contrast-800': string;
204
- '--color-error-contrast-900': string;
205
- '--color-error-contrast-950': string;
206
- '--color-surface-50': string;
207
- '--color-surface-100': string;
208
- '--color-surface-200': string;
209
- '--color-surface-300': string;
210
- '--color-surface-400': string;
211
- '--color-surface-500': string;
212
- '--color-surface-600': string;
213
- '--color-surface-700': string;
214
- '--color-surface-800': string;
215
- '--color-surface-900': string;
216
- '--color-surface-950': string;
217
- '--color-surface-contrast-dark': string;
218
- '--color-surface-contrast-light': string;
219
- '--color-surface-contrast-50': string;
220
- '--color-surface-contrast-100': string;
221
- '--color-surface-contrast-200': string;
222
- '--color-surface-contrast-300': string;
223
- '--color-surface-contrast-400': string;
224
- '--color-surface-contrast-500': string;
225
- '--color-surface-contrast-600': string;
226
- '--color-surface-contrast-700': string;
227
- '--color-surface-contrast-800': string;
228
- '--color-surface-contrast-900': string;
229
- '--color-surface-contrast-950': string;
230
- };
231
- namespace metadata {
232
- let version: string;
233
- }
234
- }
@@ -1,235 +0,0 @@
1
- const theme = {
2
- name: 'hkdev',
3
- properties: {
4
- '--type-scale-factor': '1.067',
5
- '--type-scale-1': 'calc(0.75rem * var(--type-scale-factor))',
6
- '--type-scale-2': 'calc(0.875rem * var(--type-scale-factor))',
7
- '--type-scale-3': 'calc(1rem * var(--type-scale-factor))',
8
- '--type-scale-4': 'calc(1.125rem * var(--type-scale-factor))',
9
- '--type-scale-5': 'calc(1.25rem * var(--type-scale-factor))',
10
- '--type-scale-6': 'calc(1.5rem * var(--type-scale-factor))',
11
- '--type-scale-7': 'calc(1.875rem * var(--type-scale-factor))',
12
- '--type-scale-8': 'calc(2.25rem * var(--type-scale-factor))',
13
- '--type-scale-9': 'calc(3rem * var(--type-scale-factor))',
14
- '--type-scale-10': 'calc(3.75rem * var(--type-scale-factor))',
15
- '--type-scale-11': 'calc(4.5rem * var(--type-scale-factor))',
16
- '--type-scale-12': 'calc(6rem * var(--type-scale-factor))',
17
- '--type-scale-13': 'calc(8rem * var(--type-scale-factor))',
18
- '--base-font-color': 'var(--color-surface-950)',
19
- '--base-font-color-dark': 'var(--color-surface-50)',
20
- '--base-font-family': 'mulish, system-ui, sans-serif',
21
- '--base-font-size': 'inherit',
22
- '--base-line-height': 'inherit',
23
- '--base-font-weight': 'normal',
24
- '--base-font-style': 'normal',
25
- '--base-letter-spacing': '0em',
26
- '--heading-font-color': 'var(--color-surface-950)',
27
- '--heading-font-color-dark': 'var(--color-surface-50)',
28
- '--heading-font-family': 'Guyot-Sans, system-ui, sans-serif',
29
- '--heading-font-weight': '900',
30
- '--heading-font-style': 'normal',
31
- '--heading-letter-spacing': 'inherit',
32
- '--anchor-font-color': 'var(--color-primary-500)',
33
- '--anchor-font-color-dark': 'var(--color-primary-500)',
34
- '--anchor-font-family': 'inherit',
35
- '--anchor-font-size': 'inherit',
36
- '--anchor-line-height': 'inherit',
37
- '--anchor-font-weight': 'inherit',
38
- '--anchor-font-style': 'inherit',
39
- '--anchor-letter-spacing': 'inherit',
40
- '--anchor-text-decoration': 'none',
41
- '--anchor-text-decoration-hover': 'underline',
42
- '--anchor-text-decoration-active': 'none',
43
- '--anchor-text-decoration-focus': 'none',
44
- '--ui-font-color': 'var(--color-surface-950)',
45
- '--ui-font-color-dark': 'var(--color-surface-50)',
46
- '--ui-font-family': 'Source Sans Pro, system-ui, sans-serif',
47
- '--ui-font-size': 'inherit',
48
- '--ui-line-height': 'inherit',
49
- '--ui-font-weight': 'normal',
50
- '--ui-font-style': 'normal',
51
- '--ui-letter-spacing': '0em',
52
- '--space-scale-factor': '1',
53
- '--radii-default': '6px',
54
- '--radii-container': '12px',
55
- '--border-width-default': '1px',
56
- '--divide-width-default': '1px',
57
- '--outline-width-default': '1px',
58
- '--ring-width-default': '1px',
59
- '--body-background-color': 'var(--color-surface-50)',
60
- '--body-background-color-dark': 'var(--color-surface-950)',
61
- '--color-primary-50': '255 255 255',
62
- '--color-primary-100': '250 204 229',
63
- '--color-primary-200': '245 153 203',
64
- '--color-primary-300': '239 102 177',
65
- '--color-primary-400': '234 51 151',
66
- '--color-primary-500': '229 0 125',
67
- '--color-primary-600': '206 3 112',
68
- '--color-primary-700': '184 6 99',
69
- '--color-primary-800': '161 9 85',
70
- '--color-primary-900': '139 12 72',
71
- '--color-primary-950': '116 15 59',
72
- '--color-primary-contrast-dark': 'var(--color-primary-950)',
73
- '--color-primary-contrast-light': 'var(--color-primary-50)',
74
- '--color-primary-contrast-50': 'var(--color-primary-contrast-dark)',
75
- '--color-primary-contrast-100': 'var(--color-primary-contrast-dark)',
76
- '--color-primary-contrast-200': 'var(--color-primary-contrast-dark)',
77
- '--color-primary-contrast-300': 'var(--color-primary-contrast-dark)',
78
- '--color-primary-contrast-400': 'var(--color-primary-contrast-light)',
79
- '--color-primary-contrast-500': 'var(--color-primary-contrast-light)',
80
- '--color-primary-contrast-600': 'var(--color-primary-contrast-light)',
81
- '--color-primary-contrast-700': 'var(--color-primary-contrast-light)',
82
- '--color-primary-contrast-800': 'var(--color-primary-contrast-light)',
83
- '--color-primary-contrast-900': 'var(--color-primary-contrast-light)',
84
- '--color-primary-contrast-950': 'var(--color-primary-contrast-light)',
85
- '--color-secondary-50': '255 255 255',
86
- '--color-secondary-100': '249 223 205',
87
- '--color-secondary-200': '243 190 155',
88
- '--color-secondary-300': '237 158 105',
89
- '--color-secondary-400': '231 125 55',
90
- '--color-secondary-500': '225 93 5',
91
- '--color-secondary-600': '210 83 6',
92
- '--color-secondary-700': '195 73 7',
93
- '--color-secondary-800': '179 64 7',
94
- '--color-secondary-900': '164 54 8',
95
- '--color-secondary-950': '149 44 9',
96
- '--color-secondary-contrast-dark': 'var(--color-secondary-950)',
97
- '--color-secondary-contrast-light': 'var(--color-secondary-50)',
98
- '--color-secondary-contrast-50': 'var(--color-secondary-contrast-dark)',
99
- '--color-secondary-contrast-100': 'var(--color-secondary-contrast-dark)',
100
- '--color-secondary-contrast-200': 'var(--color-secondary-contrast-dark)',
101
- '--color-secondary-contrast-300': 'var(--color-secondary-contrast-dark)',
102
- '--color-secondary-contrast-400': 'var(--color-secondary-contrast-light)',
103
- '--color-secondary-contrast-500': 'var(--color-secondary-contrast-light)',
104
- '--color-secondary-contrast-600': 'var(--color-secondary-contrast-light)',
105
- '--color-secondary-contrast-700': 'var(--color-secondary-contrast-light)',
106
- '--color-secondary-contrast-800': 'var(--color-secondary-contrast-light)',
107
- '--color-secondary-contrast-900': 'var(--color-secondary-contrast-light)',
108
- '--color-secondary-contrast-950': 'var(--color-secondary-contrast-light)',
109
- '--color-tertiary-50': '255 255 255',
110
- '--color-tertiary-100': '206 229 246',
111
- '--color-tertiary-200': '156 202 238',
112
- '--color-tertiary-300': '107 176 229',
113
- '--color-tertiary-400': '57 149 221',
114
- '--color-tertiary-500': '8 123 212',
115
- '--color-tertiary-600': '8 110 200',
116
- '--color-tertiary-700': '9 97 188',
117
- '--color-tertiary-800': '9 84 177',
118
- '--color-tertiary-900': '10 71 165',
119
- '--color-tertiary-950': '10 58 153',
120
- '--color-tertiary-contrast-dark': 'var(--color-tertiary-950)',
121
- '--color-tertiary-contrast-light': 'var(--color-tertiary-50)',
122
- '--color-tertiary-contrast-50': 'var(--color-tertiary-contrast-dark)',
123
- '--color-tertiary-contrast-100': 'var(--color-tertiary-contrast-dark)',
124
- '--color-tertiary-contrast-200': 'var(--color-tertiary-contrast-dark)',
125
- '--color-tertiary-contrast-300': 'var(--color-tertiary-contrast-dark)',
126
- '--color-tertiary-contrast-400': 'var(--color-tertiary-contrast-light)',
127
- '--color-tertiary-contrast-500': 'var(--color-tertiary-contrast-light)',
128
- '--color-tertiary-contrast-600': 'var(--color-tertiary-contrast-light)',
129
- '--color-tertiary-contrast-700': 'var(--color-tertiary-contrast-light)',
130
- '--color-tertiary-contrast-800': 'var(--color-tertiary-contrast-light)',
131
- '--color-tertiary-contrast-900': 'var(--color-tertiary-contrast-light)',
132
- '--color-tertiary-contrast-950': 'var(--color-tertiary-contrast-light)',
133
- '--color-success-50': '255 255 255',
134
- '--color-success-100': '227 236 206',
135
- '--color-success-200': '199 218 157',
136
- '--color-success-300': '170 199 109',
137
- '--color-success-400': '142 181 60',
138
- '--color-success-500': '114 162 11',
139
- '--color-success-600': '104 147 11',
140
- '--color-success-700': '94 132 11',
141
- '--color-success-800': '83 117 10',
142
- '--color-success-900': '73 102 10',
143
- '--color-success-950': '63 87 10',
144
- '--color-success-contrast-dark': 'var(--color-success-950)',
145
- '--color-success-contrast-light': 'var(--color-success-50)',
146
- '--color-success-contrast-50': 'var(--color-success-contrast-dark)',
147
- '--color-success-contrast-100': 'var(--color-success-contrast-dark)',
148
- '--color-success-contrast-200': 'var(--color-success-contrast-dark)',
149
- '--color-success-contrast-300': 'var(--color-success-contrast-dark)',
150
- '--color-success-contrast-400': 'var(--color-success-contrast-dark)',
151
- '--color-success-contrast-500': 'var(--color-success-contrast-light)',
152
- '--color-success-contrast-600': 'var(--color-success-contrast-light)',
153
- '--color-success-contrast-700': 'var(--color-success-contrast-light)',
154
- '--color-success-contrast-800': 'var(--color-success-contrast-light)',
155
- '--color-success-contrast-900': 'var(--color-success-contrast-light)',
156
- '--color-success-contrast-950': 'var(--color-success-contrast-light)',
157
- '--color-warning-50': '255 255 255',
158
- '--color-warning-100': '244 236 207',
159
- '--color-warning-200': '232 217 159',
160
- '--color-warning-300': '221 197 112',
161
- '--color-warning-400': '209 178 64',
162
- '--color-warning-500': '198 159 16',
163
- '--color-warning-600': '183 146 13',
164
- '--color-warning-700': '169 132 10',
165
- '--color-warning-800': '154 119 6',
166
- '--color-warning-900': '140 105 3',
167
- '--color-warning-950': '125 92 0',
168
- '--color-warning-contrast-dark': 'var(--color-warning-950)',
169
- '--color-warning-contrast-light': 'var(--color-warning-50)',
170
- '--color-warning-contrast-50': 'var(--color-warning-contrast-dark)',
171
- '--color-warning-contrast-100': 'var(--color-warning-contrast-dark)',
172
- '--color-warning-contrast-200': 'var(--color-warning-contrast-dark)',
173
- '--color-warning-contrast-300': 'var(--color-warning-contrast-dark)',
174
- '--color-warning-contrast-400': 'var(--color-warning-contrast-dark)',
175
- '--color-warning-contrast-500': 'var(--color-warning-contrast-light)',
176
- '--color-warning-contrast-600': 'var(--color-warning-contrast-light)',
177
- '--color-warning-contrast-700': 'var(--color-warning-contrast-light)',
178
- '--color-warning-contrast-800': 'var(--color-warning-contrast-light)',
179
- '--color-warning-contrast-900': 'var(--color-warning-contrast-light)',
180
- '--color-warning-contrast-950': 'var(--color-warning-contrast-light)',
181
- '--color-error-50': '255 255 255',
182
- '--color-error-100': '248 212 215',
183
- '--color-error-200': '241 169 176',
184
- '--color-error-300': '235 125 136',
185
- '--color-error-400': '228 82 97',
186
- '--color-error-500': '221 39 57',
187
- '--color-error-600': '195 34 50',
188
- '--color-error-700': '169 28 42',
189
- '--color-error-800': '143 23 35',
190
- '--color-error-900': '117 17 27',
191
- '--color-error-950': '91 12 20',
192
- '--color-error-contrast-dark': 'var(--color-error-950)',
193
- '--color-error-contrast-light': 'var(--color-error-50)',
194
- '--color-error-contrast-50': 'var(--color-error-contrast-dark)',
195
- '--color-error-contrast-100': 'var(--color-error-contrast-dark)',
196
- '--color-error-contrast-200': 'var(--color-error-contrast-dark)',
197
- '--color-error-contrast-300': 'var(--color-error-contrast-dark)',
198
- '--color-error-contrast-400': 'var(--color-error-contrast-dark)',
199
- '--color-error-contrast-500': 'var(--color-error-contrast-light)',
200
- '--color-error-contrast-600': 'var(--color-error-contrast-light)',
201
- '--color-error-contrast-700': 'var(--color-error-contrast-light)',
202
- '--color-error-contrast-800': 'var(--color-error-contrast-light)',
203
- '--color-error-contrast-900': 'var(--color-error-contrast-light)',
204
- '--color-error-contrast-950': 'var(--color-error-contrast-light)',
205
- '--color-surface-50': '255 255 255',
206
- '--color-surface-100': '205 221 249',
207
- '--color-surface-200': '156 187 242',
208
- '--color-surface-300': '106 154 236',
209
- '--color-surface-400': '57 120 229',
210
- '--color-surface-500': '7 86 223',
211
- '--color-surface-600': '7 77 198',
212
- '--color-surface-700': '7 68 173',
213
- '--color-surface-800': '8 59 148',
214
- '--color-surface-900': '8 50 123',
215
- '--color-surface-950': '8 41 98',
216
- '--color-surface-contrast-dark': 'var(--color-surface-950)',
217
- '--color-surface-contrast-light': 'var(--color-surface-50)',
218
- '--color-surface-contrast-50': 'var(--color-surface-contrast-dark)',
219
- '--color-surface-contrast-100': 'var(--color-surface-contrast-dark)',
220
- '--color-surface-contrast-200': 'var(--color-surface-contrast-dark)',
221
- '--color-surface-contrast-300': 'var(--color-surface-contrast-dark)',
222
- '--color-surface-contrast-400': 'var(--color-surface-contrast-light)',
223
- '--color-surface-contrast-500': 'var(--color-surface-contrast-light)',
224
- '--color-surface-contrast-600': 'var(--color-surface-contrast-light)',
225
- '--color-surface-contrast-700': 'var(--color-surface-contrast-light)',
226
- '--color-surface-contrast-800': 'var(--color-surface-contrast-light)',
227
- '--color-surface-contrast-900': 'var(--color-surface-contrast-light)',
228
- '--color-surface-contrast-950': 'var(--color-surface-contrast-light)'
229
- },
230
- metadata: {
231
- version: '3.0.0'
232
- }
233
- };
234
-
235
- export default theme;