@utilitywarehouse/hearth-react-native 0.31.0 → 0.31.1
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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +13 -13
- package/CHANGELOG.md +16 -0
- package/build/components/Table/TableHeaderCell.js +10 -1
- package/build/core/themes.d.ts +92 -88
- package/build/tokens/color.d.ts +82 -80
- package/build/tokens/color.js +41 -40
- package/build/tokens/components/dark/alert.d.ts +6 -6
- package/build/tokens/components/dark/alert.js +6 -6
- package/build/tokens/components/dark/bottom-navigation.d.ts +2 -2
- package/build/tokens/components/dark/bottom-navigation.js +2 -2
- package/build/tokens/components/dark/checkbox.d.ts +1 -1
- package/build/tokens/components/dark/checkbox.js +1 -1
- package/build/tokens/components/dark/icon-button.d.ts +3 -3
- package/build/tokens/components/dark/icon-button.js +3 -3
- package/build/tokens/components/dark/inline-link.d.ts +1 -1
- package/build/tokens/components/dark/inline-link.js +1 -1
- package/build/tokens/components/dark/link.d.ts +3 -3
- package/build/tokens/components/dark/link.js +3 -3
- package/build/tokens/components/dark/navigation.d.ts +2 -2
- package/build/tokens/components/dark/navigation.js +2 -2
- package/build/tokens/components/dark/parts.d.ts +2 -2
- package/build/tokens/components/dark/parts.js +2 -2
- package/build/tokens/components/dark/progress-bar.d.ts +3 -3
- package/build/tokens/components/dark/progress-bar.js +3 -3
- package/build/tokens/components/dark/progress-stepper.d.ts +1 -1
- package/build/tokens/components/dark/progress-stepper.js +1 -1
- package/build/tokens/components/dark/spinner.d.ts +1 -1
- package/build/tokens/components/dark/spinner.js +1 -1
- package/build/tokens/components/dark/table.d.ts +2 -0
- package/build/tokens/components/dark/table.js +2 -0
- package/build/tokens/components/dark/time-picker.d.ts +1 -0
- package/build/tokens/components/dark/time-picker.js +1 -0
- package/build/tokens/components/light/parts.d.ts +3 -3
- package/build/tokens/components/light/parts.js +3 -3
- package/build/tokens/components/light/table.d.ts +2 -0
- package/build/tokens/components/light/table.js +2 -0
- package/build/tokens/components/light/time-picker.d.ts +1 -0
- package/build/tokens/components/light/time-picker.js +1 -0
- package/build/tokens/semantic-dark.d.ts +40 -40
- package/build/tokens/semantic-dark.js +40 -40
- package/docs/changelog.mdx +149 -0
- package/package.json +3 -3
- package/src/components/Table/TableHeaderCell.tsx +10 -1
- package/src/tokens/color.ts +41 -40
- package/src/tokens/components/dark/alert.ts +6 -6
- package/src/tokens/components/dark/bottom-navigation.ts +2 -2
- package/src/tokens/components/dark/checkbox.ts +1 -1
- package/src/tokens/components/dark/icon-button.ts +3 -3
- package/src/tokens/components/dark/inline-link.ts +1 -1
- package/src/tokens/components/dark/link.ts +3 -3
- package/src/tokens/components/dark/navigation.ts +2 -2
- package/src/tokens/components/dark/parts.ts +2 -2
- package/src/tokens/components/dark/progress-bar.ts +3 -3
- package/src/tokens/components/dark/progress-stepper.ts +1 -1
- package/src/tokens/components/dark/spinner.ts +1 -1
- package/src/tokens/components/dark/table.ts +2 -0
- package/src/tokens/components/dark/time-picker.ts +1 -0
- package/src/tokens/components/light/parts.ts +3 -3
- package/src/tokens/components/light/table.ts +2 -0
- package/src/tokens/components/light/time-picker.ts +1 -0
- package/src/tokens/semantic-dark.ts +40 -40
- package/vercel.json +0 -21
|
@@ -4,25 +4,25 @@
|
|
|
4
4
|
|
|
5
5
|
export default {
|
|
6
6
|
background: {
|
|
7
|
-
brand: '#
|
|
7
|
+
brand: '#442484',
|
|
8
8
|
loading: '#30302c',
|
|
9
9
|
primary: '#191917',
|
|
10
|
-
secondary: '#
|
|
10
|
+
secondary: '#2f2d2d',
|
|
11
11
|
},
|
|
12
12
|
border: {
|
|
13
|
-
strong: '#
|
|
14
|
-
subtle: '#
|
|
13
|
+
strong: '#888888',
|
|
14
|
+
subtle: '#5b5b5b',
|
|
15
15
|
},
|
|
16
16
|
feedback: {
|
|
17
17
|
danger: {
|
|
18
|
-
border: '#
|
|
18
|
+
border: '#f4412a',
|
|
19
19
|
foreground: {
|
|
20
|
-
default: '#
|
|
20
|
+
default: '#ffffff',
|
|
21
21
|
subtle: '#ff7964',
|
|
22
22
|
},
|
|
23
23
|
surface: {
|
|
24
|
-
default: '#
|
|
25
|
-
subtle: '#
|
|
24
|
+
default: '#de2612',
|
|
25
|
+
subtle: '#6b1f1a',
|
|
26
26
|
},
|
|
27
27
|
},
|
|
28
28
|
functional: {
|
|
@@ -37,36 +37,36 @@ export default {
|
|
|
37
37
|
},
|
|
38
38
|
},
|
|
39
39
|
info: {
|
|
40
|
-
border: '#
|
|
40
|
+
border: '#2786f1',
|
|
41
41
|
foreground: {
|
|
42
|
-
default: '#
|
|
42
|
+
default: '#ffffff',
|
|
43
43
|
subtle: '#6bb0ff',
|
|
44
44
|
},
|
|
45
45
|
surface: {
|
|
46
|
-
default: '#
|
|
47
|
-
subtle: '#
|
|
46
|
+
default: '#1c6cd4',
|
|
47
|
+
subtle: '#0b3375',
|
|
48
48
|
},
|
|
49
49
|
},
|
|
50
50
|
positive: {
|
|
51
|
-
border: '#
|
|
51
|
+
border: '#19a660',
|
|
52
52
|
foreground: {
|
|
53
|
-
default: '#
|
|
53
|
+
default: '#ffffff',
|
|
54
54
|
subtle: '#58ca93',
|
|
55
55
|
},
|
|
56
56
|
surface: {
|
|
57
|
-
default: '#
|
|
58
|
-
subtle: '#
|
|
57
|
+
default: '#0f834a',
|
|
58
|
+
subtle: '#074b2a',
|
|
59
59
|
},
|
|
60
60
|
},
|
|
61
61
|
warning: {
|
|
62
|
-
border: '#
|
|
62
|
+
border: '#f56e00',
|
|
63
63
|
foreground: {
|
|
64
|
-
default: '#
|
|
64
|
+
default: '#ffffff',
|
|
65
65
|
subtle: '#ff9639',
|
|
66
66
|
},
|
|
67
67
|
surface: {
|
|
68
|
-
default: '#
|
|
69
|
-
subtle: '#
|
|
68
|
+
default: '#cf5d00',
|
|
69
|
+
subtle: '#893900',
|
|
70
70
|
},
|
|
71
71
|
},
|
|
72
72
|
},
|
|
@@ -109,9 +109,9 @@ export default {
|
|
|
109
109
|
},
|
|
110
110
|
surface: {
|
|
111
111
|
strong: {
|
|
112
|
-
active: '#
|
|
113
|
-
default: '#
|
|
114
|
-
hover: '#
|
|
112
|
+
active: '#ddd5eb',
|
|
113
|
+
default: '#af90de',
|
|
114
|
+
hover: '#c6b5e2',
|
|
115
115
|
},
|
|
116
116
|
},
|
|
117
117
|
},
|
|
@@ -197,52 +197,52 @@ export default {
|
|
|
197
197
|
disabled: 50,
|
|
198
198
|
},
|
|
199
199
|
shadow: {
|
|
200
|
-
brand: '#
|
|
201
|
-
broadband: '#
|
|
202
|
-
cashback: '#
|
|
203
|
-
default: '#
|
|
204
|
-
energy: '#
|
|
205
|
-
insurance: '#
|
|
206
|
-
mobile: '#
|
|
207
|
-
pig: '#
|
|
200
|
+
brand: '#442484',
|
|
201
|
+
broadband: '#4f6b20',
|
|
202
|
+
cashback: '#7429b5',
|
|
203
|
+
default: '#3f3f3f',
|
|
204
|
+
energy: '#2c6370',
|
|
205
|
+
insurance: '#7f4518',
|
|
206
|
+
mobile: '#8a3260',
|
|
207
|
+
pig: '#7a1f7e',
|
|
208
208
|
},
|
|
209
209
|
surface: {
|
|
210
210
|
brand: {
|
|
211
|
-
default: '#
|
|
211
|
+
default: '#af90de',
|
|
212
212
|
strong: '#26164f',
|
|
213
213
|
subtle: '#442484',
|
|
214
214
|
},
|
|
215
215
|
broadband: {
|
|
216
216
|
default: '#506c21',
|
|
217
|
-
subtle: '#
|
|
217
|
+
subtle: '#4f6b20',
|
|
218
218
|
},
|
|
219
219
|
cashback: {
|
|
220
220
|
default: '#8b2bc9',
|
|
221
|
-
subtle: '#
|
|
221
|
+
subtle: '#7429b5',
|
|
222
222
|
},
|
|
223
223
|
energy: {
|
|
224
224
|
default: '#326e7a',
|
|
225
|
-
subtle: '#
|
|
225
|
+
subtle: '#2c6370',
|
|
226
226
|
},
|
|
227
227
|
highlight: {
|
|
228
228
|
default: '#ffb921',
|
|
229
|
-
subtle: '#
|
|
229
|
+
subtle: '#82692b',
|
|
230
230
|
},
|
|
231
231
|
insurance: {
|
|
232
232
|
default: '#9b4c0e',
|
|
233
|
-
subtle: '#
|
|
233
|
+
subtle: '#7f4518',
|
|
234
234
|
},
|
|
235
235
|
mobile: {
|
|
236
236
|
default: '#a7266d',
|
|
237
|
-
subtle: '#
|
|
237
|
+
subtle: '#8a3260',
|
|
238
238
|
},
|
|
239
239
|
neutral: {
|
|
240
|
-
strong: '#
|
|
240
|
+
strong: '#2f2d2d',
|
|
241
241
|
subtle: '#191917',
|
|
242
242
|
},
|
|
243
243
|
pig: {
|
|
244
244
|
default: '#8f358f',
|
|
245
|
-
subtle: '#
|
|
245
|
+
subtle: '#7a1f7e',
|
|
246
246
|
},
|
|
247
247
|
},
|
|
248
248
|
text: {
|
package/vercel.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"headers": [
|
|
3
|
-
{
|
|
4
|
-
"source": "/(stories|metadata).json",
|
|
5
|
-
"headers": [
|
|
6
|
-
{
|
|
7
|
-
"key": "Access-Control-Allow-Origin",
|
|
8
|
-
"value": "*"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"key": "Access-Control-Allow-Methods",
|
|
12
|
-
"value": "GET,OPTIONS"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"key": "Access-Control-Allow-Headers",
|
|
16
|
-
"value": "Content-Type"
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
}
|