@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.
Files changed (63) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/.turbo/turbo-lint.log +13 -13
  3. package/CHANGELOG.md +16 -0
  4. package/build/components/Table/TableHeaderCell.js +10 -1
  5. package/build/core/themes.d.ts +92 -88
  6. package/build/tokens/color.d.ts +82 -80
  7. package/build/tokens/color.js +41 -40
  8. package/build/tokens/components/dark/alert.d.ts +6 -6
  9. package/build/tokens/components/dark/alert.js +6 -6
  10. package/build/tokens/components/dark/bottom-navigation.d.ts +2 -2
  11. package/build/tokens/components/dark/bottom-navigation.js +2 -2
  12. package/build/tokens/components/dark/checkbox.d.ts +1 -1
  13. package/build/tokens/components/dark/checkbox.js +1 -1
  14. package/build/tokens/components/dark/icon-button.d.ts +3 -3
  15. package/build/tokens/components/dark/icon-button.js +3 -3
  16. package/build/tokens/components/dark/inline-link.d.ts +1 -1
  17. package/build/tokens/components/dark/inline-link.js +1 -1
  18. package/build/tokens/components/dark/link.d.ts +3 -3
  19. package/build/tokens/components/dark/link.js +3 -3
  20. package/build/tokens/components/dark/navigation.d.ts +2 -2
  21. package/build/tokens/components/dark/navigation.js +2 -2
  22. package/build/tokens/components/dark/parts.d.ts +2 -2
  23. package/build/tokens/components/dark/parts.js +2 -2
  24. package/build/tokens/components/dark/progress-bar.d.ts +3 -3
  25. package/build/tokens/components/dark/progress-bar.js +3 -3
  26. package/build/tokens/components/dark/progress-stepper.d.ts +1 -1
  27. package/build/tokens/components/dark/progress-stepper.js +1 -1
  28. package/build/tokens/components/dark/spinner.d.ts +1 -1
  29. package/build/tokens/components/dark/spinner.js +1 -1
  30. package/build/tokens/components/dark/table.d.ts +2 -0
  31. package/build/tokens/components/dark/table.js +2 -0
  32. package/build/tokens/components/dark/time-picker.d.ts +1 -0
  33. package/build/tokens/components/dark/time-picker.js +1 -0
  34. package/build/tokens/components/light/parts.d.ts +3 -3
  35. package/build/tokens/components/light/parts.js +3 -3
  36. package/build/tokens/components/light/table.d.ts +2 -0
  37. package/build/tokens/components/light/table.js +2 -0
  38. package/build/tokens/components/light/time-picker.d.ts +1 -0
  39. package/build/tokens/components/light/time-picker.js +1 -0
  40. package/build/tokens/semantic-dark.d.ts +40 -40
  41. package/build/tokens/semantic-dark.js +40 -40
  42. package/docs/changelog.mdx +149 -0
  43. package/package.json +3 -3
  44. package/src/components/Table/TableHeaderCell.tsx +10 -1
  45. package/src/tokens/color.ts +41 -40
  46. package/src/tokens/components/dark/alert.ts +6 -6
  47. package/src/tokens/components/dark/bottom-navigation.ts +2 -2
  48. package/src/tokens/components/dark/checkbox.ts +1 -1
  49. package/src/tokens/components/dark/icon-button.ts +3 -3
  50. package/src/tokens/components/dark/inline-link.ts +1 -1
  51. package/src/tokens/components/dark/link.ts +3 -3
  52. package/src/tokens/components/dark/navigation.ts +2 -2
  53. package/src/tokens/components/dark/parts.ts +2 -2
  54. package/src/tokens/components/dark/progress-bar.ts +3 -3
  55. package/src/tokens/components/dark/progress-stepper.ts +1 -1
  56. package/src/tokens/components/dark/spinner.ts +1 -1
  57. package/src/tokens/components/dark/table.ts +2 -0
  58. package/src/tokens/components/dark/time-picker.ts +1 -0
  59. package/src/tokens/components/light/parts.ts +3 -3
  60. package/src/tokens/components/light/table.ts +2 -0
  61. package/src/tokens/components/light/time-picker.ts +1 -0
  62. package/src/tokens/semantic-dark.ts +40 -40
  63. package/vercel.json +0 -21
@@ -1,4 +1,4 @@
1
1
 
2
- > @utilitywarehouse/hearth-react-native@0.31.0 build /home/runner/work/hearth/hearth/packages/react-native
2
+ > @utilitywarehouse/hearth-react-native@0.31.1 build /home/runner/work/hearth/hearth/packages/react-native
3
3
  > tsc
4
4
 
@@ -1,5 +1,5 @@
1
1
 
2
- > @utilitywarehouse/hearth-react-native@0.31.0 lint /home/runner/work/hearth/hearth/packages/react-native
2
+ > @utilitywarehouse/hearth-react-native@0.31.1 lint /home/runner/work/hearth/hearth/packages/react-native
3
3
  > TIMING=1 eslint .
4
4
 
5
5
 
@@ -48,15 +48,15 @@
48
48
 
49
49
  ✖ 21 problems (0 errors, 21 warnings)
50
50
 
51
- Rule | Time (ms) | Relative
52
- :---------------------------------|----------:|--------:
53
- @typescript-eslint/no-unused-vars | 1597.954 | 62.7%
54
- react-hooks/exhaustive-deps | 115.835 | 4.5%
55
- no-global-assign | 84.158 | 3.3%
56
- react-hooks/rules-of-hooks | 72.932 | 2.9%
57
- no-loss-of-precision | 56.146 | 2.2%
58
- no-unexpected-multiline | 49.645 | 1.9%
59
- no-misleading-character-class | 42.468 | 1.7%
60
- @typescript-eslint/ban-ts-comment | 32.905 | 1.3%
61
- no-useless-escape | 31.038 | 1.2%
62
- no-control-regex | 24.764 | 1.0%
51
+ Rule | Time (ms) | Relative
52
+ :-------------------------------------------------|----------:|--------:
53
+ @typescript-eslint/no-unused-vars | 1546.291 | 60.2%
54
+ react-hooks/exhaustive-deps | 108.680 | 4.2%
55
+ no-global-assign | 99.957 | 3.9%
56
+ react-hooks/rules-of-hooks | 90.616 | 3.5%
57
+ no-misleading-character-class | 53.413 | 2.1%
58
+ no-unexpected-multiline | 51.887 | 2.0%
59
+ @typescript-eslint/ban-ts-comment | 49.938 | 1.9%
60
+ @typescript-eslint/no-unnecessary-type-constraint | 38.622 | 1.5%
61
+ no-loss-of-precision | 33.899 | 1.3%
62
+ no-useless-escape | 30.813 | 1.2%
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @utilitywarehouse/hearth-react-native
2
2
 
3
+ ## 0.31.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1119](https://github.com/utilitywarehouse/hearth/pull/1119) [`19415d4`](https://github.com/utilitywarehouse/hearth/commit/19415d4d54458b3fb019df6647b9a5e4c375b672) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Refresh dark mode tokens across components and semantic colors.
8
+
9
+ Dark mode color tokens have been updated across semantic and component tokens to improve contrast and visual consistency. This also fixes `TableHeaderCell` text colors so purple and white header variants resolve the correct foreground token.
10
+
11
+ **Components affected**:
12
+ - dark mode tokens
13
+ - `TableHeaderCell`
14
+
15
+ **Developer changes**:
16
+
17
+ No code changes are required unless you rely on the previous dark mode token values or visual snapshots.
18
+
3
19
  ## 0.31.0
4
20
 
5
21
  ### Minor Changes
@@ -6,8 +6,9 @@ import { BodyText } from '../BodyText';
6
6
  import { useTableContext } from './Table.context';
7
7
  import { getColumnStyle } from './Table.utils';
8
8
  const renderContent = (children, weight = 'semibold', color = 'white') => {
9
+ styles.useVariants({ color });
9
10
  if (typeof children === 'string' || typeof children === 'number') {
10
- return (_jsx(BodyText, { size: "md", weight: weight, style: styles.text, inverted: color === 'purple', children: children }));
11
+ return (_jsx(BodyText, { size: "md", weight: weight, style: styles.text, children: children }));
11
12
  }
12
13
  return children;
13
14
  };
@@ -91,6 +92,14 @@ const styles = StyleSheet.create(theme => ({
91
92
  color: theme.color.text.primary,
92
93
  },
93
94
  },
95
+ color: {
96
+ purple: {
97
+ color: theme.components.table.headerCell.foregoundColorInverted,
98
+ },
99
+ white: {
100
+ color: theme.components.table.headerCell.foregoundColor,
101
+ },
102
+ },
94
103
  },
95
104
  },
96
105
  }));
@@ -1276,6 +1276,7 @@ export declare const lightTheme: {
1276
1276
  readonly '700': "#4c4c4c";
1277
1277
  readonly '800': "#3f3f3f";
1278
1278
  readonly '900': "#3a3837";
1279
+ readonly '925': "#2f2d2d";
1279
1280
  readonly '950': "#232323";
1280
1281
  readonly '975': "#191919";
1281
1282
  readonly '1000': "#101010";
@@ -1409,14 +1410,14 @@ export declare const darkTheme: {
1409
1410
  readonly helpers: {
1410
1411
  readonly semanticColor: {
1411
1412
  readonly background: {
1412
- readonly brand: "#7a42c8";
1413
+ readonly brand: "#442484";
1413
1414
  readonly loading: "#30302c";
1414
1415
  readonly primary: "#191917";
1415
- readonly secondary: "#232323";
1416
+ readonly secondary: "#2f2d2d";
1416
1417
  };
1417
1418
  readonly border: {
1418
- readonly strong: "#ebebeb";
1419
- readonly subtle: "#4c473d";
1419
+ readonly strong: "#888888";
1420
+ readonly subtle: "#5b5b5b";
1420
1421
  };
1421
1422
  readonly text: {
1422
1423
  readonly affirmative: "#58ca93";
@@ -2360,25 +2361,25 @@ export declare const darkTheme: {
2360
2361
  */
2361
2362
  readonly black: "#000000";
2362
2363
  readonly background: {
2363
- readonly brand: "#7a42c8";
2364
+ readonly brand: "#442484";
2364
2365
  readonly loading: "#30302c";
2365
2366
  readonly primary: "#191917";
2366
- readonly secondary: "#232323";
2367
+ readonly secondary: "#2f2d2d";
2367
2368
  };
2368
2369
  readonly border: {
2369
- readonly strong: "#ebebeb";
2370
- readonly subtle: "#4c473d";
2370
+ readonly strong: "#888888";
2371
+ readonly subtle: "#5b5b5b";
2371
2372
  };
2372
2373
  readonly feedback: {
2373
2374
  readonly danger: {
2374
- readonly border: "#ff7964";
2375
+ readonly border: "#f4412a";
2375
2376
  readonly foreground: {
2376
- readonly default: "#101010";
2377
+ readonly default: "#ffffff";
2377
2378
  readonly subtle: "#ff7964";
2378
2379
  };
2379
2380
  readonly surface: {
2380
- readonly default: "#ff634a";
2381
- readonly subtle: "#ffa89d";
2381
+ readonly default: "#de2612";
2382
+ readonly subtle: "#6b1f1a";
2382
2383
  };
2383
2384
  };
2384
2385
  readonly functional: {
@@ -2393,36 +2394,36 @@ export declare const darkTheme: {
2393
2394
  };
2394
2395
  };
2395
2396
  readonly info: {
2396
- readonly border: "#6bb0ff";
2397
+ readonly border: "#2786f1";
2397
2398
  readonly foreground: {
2398
- readonly default: "#101010";
2399
+ readonly default: "#ffffff";
2399
2400
  readonly subtle: "#6bb0ff";
2400
2401
  };
2401
2402
  readonly surface: {
2402
- readonly default: "#6bb0ff";
2403
- readonly subtle: "#bcddff";
2403
+ readonly default: "#1c6cd4";
2404
+ readonly subtle: "#0b3375";
2404
2405
  };
2405
2406
  };
2406
2407
  readonly positive: {
2407
- readonly border: "#58ca93";
2408
+ readonly border: "#19a660";
2408
2409
  readonly foreground: {
2409
- readonly default: "#101010";
2410
+ readonly default: "#ffffff";
2410
2411
  readonly subtle: "#58ca93";
2411
2412
  };
2412
2413
  readonly surface: {
2413
- readonly default: "#36bf7d";
2414
- readonly subtle: "#a2e2c3";
2414
+ readonly default: "#0f834a";
2415
+ readonly subtle: "#074b2a";
2415
2416
  };
2416
2417
  };
2417
2418
  readonly warning: {
2418
- readonly border: "#ff9639";
2419
+ readonly border: "#f56e00";
2419
2420
  readonly foreground: {
2420
- readonly default: "#101010";
2421
+ readonly default: "#ffffff";
2421
2422
  readonly subtle: "#ff9639";
2422
2423
  };
2423
2424
  readonly surface: {
2424
- readonly default: "#ff8010";
2425
- readonly subtle: "#ffcca8";
2425
+ readonly default: "#cf5d00";
2426
+ readonly subtle: "#893900";
2426
2427
  };
2427
2428
  };
2428
2429
  };
@@ -2465,9 +2466,9 @@ export declare const darkTheme: {
2465
2466
  };
2466
2467
  readonly surface: {
2467
2468
  readonly strong: {
2468
- readonly active: "#c6b5e2";
2469
- readonly default: "#996cda";
2470
- readonly hover: "#af90de";
2469
+ readonly active: "#ddd5eb";
2470
+ readonly default: "#af90de";
2471
+ readonly hover: "#c6b5e2";
2471
2472
  };
2472
2473
  };
2473
2474
  };
@@ -2550,52 +2551,52 @@ export declare const darkTheme: {
2550
2551
  };
2551
2552
  };
2552
2553
  readonly shadow: {
2553
- readonly brand: "#7a42c8";
2554
- readonly broadband: "#506c21";
2555
- readonly cashback: "#8b2bc9";
2556
- readonly default: "#f7f7f7";
2557
- readonly energy: "#326e7a";
2558
- readonly insurance: "#9b4c0e";
2559
- readonly mobile: "#a7266d";
2560
- readonly pig: "#8f358f";
2554
+ readonly brand: "#442484";
2555
+ readonly broadband: "#4f6b20";
2556
+ readonly cashback: "#7429b5";
2557
+ readonly default: "#3f3f3f";
2558
+ readonly energy: "#2c6370";
2559
+ readonly insurance: "#7f4518";
2560
+ readonly mobile: "#8a3260";
2561
+ readonly pig: "#7a1f7e";
2561
2562
  };
2562
2563
  readonly surface: {
2563
2564
  readonly brand: {
2564
- readonly default: "#996cda";
2565
+ readonly default: "#af90de";
2565
2566
  readonly strong: "#26164f";
2566
2567
  readonly subtle: "#442484";
2567
2568
  };
2568
2569
  readonly broadband: {
2569
2570
  readonly default: "#506c21";
2570
- readonly subtle: "#35421c";
2571
+ readonly subtle: "#4f6b20";
2571
2572
  };
2572
2573
  readonly cashback: {
2573
2574
  readonly default: "#8b2bc9";
2574
- readonly subtle: "#522270";
2575
+ readonly subtle: "#7429b5";
2575
2576
  };
2576
2577
  readonly energy: {
2577
2578
  readonly default: "#326e7a";
2578
- readonly subtle: "#254348";
2579
+ readonly subtle: "#2c6370";
2579
2580
  };
2580
2581
  readonly highlight: {
2581
2582
  readonly default: "#ffb921";
2582
- readonly subtle: "#756230";
2583
+ readonly subtle: "#82692b";
2583
2584
  };
2584
2585
  readonly insurance: {
2585
2586
  readonly default: "#9b4c0e";
2586
- readonly subtle: "#5a3213";
2587
+ readonly subtle: "#7f4518";
2587
2588
  };
2588
2589
  readonly mobile: {
2589
2590
  readonly default: "#a7266d";
2590
- readonly subtle: "#601f42";
2591
+ readonly subtle: "#8a3260";
2591
2592
  };
2592
2593
  readonly neutral: {
2593
- readonly strong: "#232323";
2594
+ readonly strong: "#2f2d2d";
2594
2595
  readonly subtle: "#191917";
2595
2596
  };
2596
2597
  readonly pig: {
2597
2598
  readonly default: "#8f358f";
2598
- readonly subtle: "#5d2167";
2599
+ readonly subtle: "#7a1f7e";
2599
2600
  };
2600
2601
  };
2601
2602
  readonly text: {
@@ -2692,6 +2693,7 @@ export declare const darkTheme: {
2692
2693
  readonly '700': "#4c4c4c";
2693
2694
  readonly '800': "#3f3f3f";
2694
2695
  readonly '900': "#3a3837";
2696
+ readonly '925': "#2f2d2d";
2695
2697
  readonly '950': "#232323";
2696
2698
  readonly '975': "#191919";
2697
2699
  readonly '1000': "#101010";
@@ -4098,6 +4100,7 @@ export declare const themes: {
4098
4100
  readonly '700': "#4c4c4c";
4099
4101
  readonly '800': "#3f3f3f";
4100
4102
  readonly '900': "#3a3837";
4103
+ readonly '925': "#2f2d2d";
4101
4104
  readonly '950': "#232323";
4102
4105
  readonly '975': "#191919";
4103
4106
  readonly '1000': "#101010";
@@ -4231,14 +4234,14 @@ export declare const themes: {
4231
4234
  readonly helpers: {
4232
4235
  readonly semanticColor: {
4233
4236
  readonly background: {
4234
- readonly brand: "#7a42c8";
4237
+ readonly brand: "#442484";
4235
4238
  readonly loading: "#30302c";
4236
4239
  readonly primary: "#191917";
4237
- readonly secondary: "#232323";
4240
+ readonly secondary: "#2f2d2d";
4238
4241
  };
4239
4242
  readonly border: {
4240
- readonly strong: "#ebebeb";
4241
- readonly subtle: "#4c473d";
4243
+ readonly strong: "#888888";
4244
+ readonly subtle: "#5b5b5b";
4242
4245
  };
4243
4246
  readonly text: {
4244
4247
  readonly affirmative: "#58ca93";
@@ -5182,25 +5185,25 @@ export declare const themes: {
5182
5185
  */
5183
5186
  readonly black: "#000000";
5184
5187
  readonly background: {
5185
- readonly brand: "#7a42c8";
5188
+ readonly brand: "#442484";
5186
5189
  readonly loading: "#30302c";
5187
5190
  readonly primary: "#191917";
5188
- readonly secondary: "#232323";
5191
+ readonly secondary: "#2f2d2d";
5189
5192
  };
5190
5193
  readonly border: {
5191
- readonly strong: "#ebebeb";
5192
- readonly subtle: "#4c473d";
5194
+ readonly strong: "#888888";
5195
+ readonly subtle: "#5b5b5b";
5193
5196
  };
5194
5197
  readonly feedback: {
5195
5198
  readonly danger: {
5196
- readonly border: "#ff7964";
5199
+ readonly border: "#f4412a";
5197
5200
  readonly foreground: {
5198
- readonly default: "#101010";
5201
+ readonly default: "#ffffff";
5199
5202
  readonly subtle: "#ff7964";
5200
5203
  };
5201
5204
  readonly surface: {
5202
- readonly default: "#ff634a";
5203
- readonly subtle: "#ffa89d";
5205
+ readonly default: "#de2612";
5206
+ readonly subtle: "#6b1f1a";
5204
5207
  };
5205
5208
  };
5206
5209
  readonly functional: {
@@ -5215,36 +5218,36 @@ export declare const themes: {
5215
5218
  };
5216
5219
  };
5217
5220
  readonly info: {
5218
- readonly border: "#6bb0ff";
5221
+ readonly border: "#2786f1";
5219
5222
  readonly foreground: {
5220
- readonly default: "#101010";
5223
+ readonly default: "#ffffff";
5221
5224
  readonly subtle: "#6bb0ff";
5222
5225
  };
5223
5226
  readonly surface: {
5224
- readonly default: "#6bb0ff";
5225
- readonly subtle: "#bcddff";
5227
+ readonly default: "#1c6cd4";
5228
+ readonly subtle: "#0b3375";
5226
5229
  };
5227
5230
  };
5228
5231
  readonly positive: {
5229
- readonly border: "#58ca93";
5232
+ readonly border: "#19a660";
5230
5233
  readonly foreground: {
5231
- readonly default: "#101010";
5234
+ readonly default: "#ffffff";
5232
5235
  readonly subtle: "#58ca93";
5233
5236
  };
5234
5237
  readonly surface: {
5235
- readonly default: "#36bf7d";
5236
- readonly subtle: "#a2e2c3";
5238
+ readonly default: "#0f834a";
5239
+ readonly subtle: "#074b2a";
5237
5240
  };
5238
5241
  };
5239
5242
  readonly warning: {
5240
- readonly border: "#ff9639";
5243
+ readonly border: "#f56e00";
5241
5244
  readonly foreground: {
5242
- readonly default: "#101010";
5245
+ readonly default: "#ffffff";
5243
5246
  readonly subtle: "#ff9639";
5244
5247
  };
5245
5248
  readonly surface: {
5246
- readonly default: "#ff8010";
5247
- readonly subtle: "#ffcca8";
5249
+ readonly default: "#cf5d00";
5250
+ readonly subtle: "#893900";
5248
5251
  };
5249
5252
  };
5250
5253
  };
@@ -5287,9 +5290,9 @@ export declare const themes: {
5287
5290
  };
5288
5291
  readonly surface: {
5289
5292
  readonly strong: {
5290
- readonly active: "#c6b5e2";
5291
- readonly default: "#996cda";
5292
- readonly hover: "#af90de";
5293
+ readonly active: "#ddd5eb";
5294
+ readonly default: "#af90de";
5295
+ readonly hover: "#c6b5e2";
5293
5296
  };
5294
5297
  };
5295
5298
  };
@@ -5372,52 +5375,52 @@ export declare const themes: {
5372
5375
  };
5373
5376
  };
5374
5377
  readonly shadow: {
5375
- readonly brand: "#7a42c8";
5376
- readonly broadband: "#506c21";
5377
- readonly cashback: "#8b2bc9";
5378
- readonly default: "#f7f7f7";
5379
- readonly energy: "#326e7a";
5380
- readonly insurance: "#9b4c0e";
5381
- readonly mobile: "#a7266d";
5382
- readonly pig: "#8f358f";
5378
+ readonly brand: "#442484";
5379
+ readonly broadband: "#4f6b20";
5380
+ readonly cashback: "#7429b5";
5381
+ readonly default: "#3f3f3f";
5382
+ readonly energy: "#2c6370";
5383
+ readonly insurance: "#7f4518";
5384
+ readonly mobile: "#8a3260";
5385
+ readonly pig: "#7a1f7e";
5383
5386
  };
5384
5387
  readonly surface: {
5385
5388
  readonly brand: {
5386
- readonly default: "#996cda";
5389
+ readonly default: "#af90de";
5387
5390
  readonly strong: "#26164f";
5388
5391
  readonly subtle: "#442484";
5389
5392
  };
5390
5393
  readonly broadband: {
5391
5394
  readonly default: "#506c21";
5392
- readonly subtle: "#35421c";
5395
+ readonly subtle: "#4f6b20";
5393
5396
  };
5394
5397
  readonly cashback: {
5395
5398
  readonly default: "#8b2bc9";
5396
- readonly subtle: "#522270";
5399
+ readonly subtle: "#7429b5";
5397
5400
  };
5398
5401
  readonly energy: {
5399
5402
  readonly default: "#326e7a";
5400
- readonly subtle: "#254348";
5403
+ readonly subtle: "#2c6370";
5401
5404
  };
5402
5405
  readonly highlight: {
5403
5406
  readonly default: "#ffb921";
5404
- readonly subtle: "#756230";
5407
+ readonly subtle: "#82692b";
5405
5408
  };
5406
5409
  readonly insurance: {
5407
5410
  readonly default: "#9b4c0e";
5408
- readonly subtle: "#5a3213";
5411
+ readonly subtle: "#7f4518";
5409
5412
  };
5410
5413
  readonly mobile: {
5411
5414
  readonly default: "#a7266d";
5412
- readonly subtle: "#601f42";
5415
+ readonly subtle: "#8a3260";
5413
5416
  };
5414
5417
  readonly neutral: {
5415
- readonly strong: "#232323";
5418
+ readonly strong: "#2f2d2d";
5416
5419
  readonly subtle: "#191917";
5417
5420
  };
5418
5421
  readonly pig: {
5419
5422
  readonly default: "#8f358f";
5420
- readonly subtle: "#5d2167";
5423
+ readonly subtle: "#7a1f7e";
5421
5424
  };
5422
5425
  };
5423
5426
  readonly text: {
@@ -5514,6 +5517,7 @@ export declare const themes: {
5514
5517
  readonly '700': "#4c4c4c";
5515
5518
  readonly '800': "#3f3f3f";
5516
5519
  readonly '900': "#3a3837";
5520
+ readonly '925': "#2f2d2d";
5517
5521
  readonly '950': "#232323";
5518
5522
  readonly '975': "#191919";
5519
5523
  readonly '1000': "#101010";