@utilitywarehouse/hearth-react-native 0.32.5 → 0.33.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 (98) hide show
  1. package/.storybook/manager.ts +2 -2
  2. package/.storybook/preview.tsx +3 -3
  3. package/CHANGELOG.md +16 -0
  4. package/build/components/Accordion/AccordionItemRoot.js +2 -2
  5. package/build/components/Divider/Divider.js +3 -3
  6. package/build/components/Tabs/TabsList.js +1 -1
  7. package/build/core/themes.d.ts +4 -4
  8. package/build/tokens/color.d.ts +2 -2
  9. package/build/tokens/color.js +1 -1
  10. package/build/tokens/components/dark/alert.d.ts +0 -1
  11. package/build/tokens/components/dark/alert.js +0 -1
  12. package/build/tokens/components/dark/bottom-navigation.d.ts +1 -1
  13. package/build/tokens/components/dark/bottom-navigation.js +1 -1
  14. package/build/tokens/components/dark/card-accordion.d.ts +13 -0
  15. package/build/tokens/components/dark/card-accordion.js +12 -0
  16. package/build/tokens/components/dark/card.d.ts +3 -0
  17. package/build/tokens/components/dark/card.js +3 -0
  18. package/build/tokens/components/dark/checkbox.d.ts +1 -1
  19. package/build/tokens/components/dark/checkbox.js +1 -1
  20. package/build/tokens/components/dark/divider.d.ts +2 -2
  21. package/build/tokens/components/dark/divider.js +2 -2
  22. package/build/tokens/components/dark/index.d.ts +1 -0
  23. package/build/tokens/components/dark/index.js +1 -0
  24. package/build/tokens/components/dark/list.d.ts +3 -0
  25. package/build/tokens/components/dark/list.js +3 -0
  26. package/build/tokens/components/dark/navigation.d.ts +42 -1
  27. package/build/tokens/components/dark/navigation.js +42 -1
  28. package/build/tokens/components/dark/pagination.d.ts +1 -0
  29. package/build/tokens/components/dark/pagination.js +1 -0
  30. package/build/tokens/components/dark/segmented-control.d.ts +1 -1
  31. package/build/tokens/components/dark/segmented-control.js +1 -1
  32. package/build/tokens/components/dark/tabs.d.ts +0 -1
  33. package/build/tokens/components/dark/tabs.js +0 -1
  34. package/build/tokens/components/dark/tooltip.d.ts +1 -0
  35. package/build/tokens/components/dark/tooltip.js +1 -0
  36. package/build/tokens/components/light/alert.d.ts +0 -1
  37. package/build/tokens/components/light/alert.js +0 -1
  38. package/build/tokens/components/light/bottom-navigation.d.ts +1 -1
  39. package/build/tokens/components/light/bottom-navigation.js +1 -1
  40. package/build/tokens/components/light/card-accordion.d.ts +13 -0
  41. package/build/tokens/components/light/card-accordion.js +12 -0
  42. package/build/tokens/components/light/card.d.ts +3 -0
  43. package/build/tokens/components/light/card.js +3 -0
  44. package/build/tokens/components/light/checkbox.d.ts +1 -1
  45. package/build/tokens/components/light/checkbox.js +1 -1
  46. package/build/tokens/components/light/divider.d.ts +2 -2
  47. package/build/tokens/components/light/divider.js +2 -2
  48. package/build/tokens/components/light/index.d.ts +1 -0
  49. package/build/tokens/components/light/index.js +1 -0
  50. package/build/tokens/components/light/list.d.ts +3 -0
  51. package/build/tokens/components/light/list.js +3 -0
  52. package/build/tokens/components/light/navigation.d.ts +42 -1
  53. package/build/tokens/components/light/navigation.js +42 -1
  54. package/build/tokens/components/light/pagination.d.ts +1 -0
  55. package/build/tokens/components/light/pagination.js +1 -0
  56. package/build/tokens/components/light/segmented-control.d.ts +1 -1
  57. package/build/tokens/components/light/segmented-control.js +1 -1
  58. package/build/tokens/components/light/tabs.d.ts +0 -1
  59. package/build/tokens/components/light/tabs.js +0 -1
  60. package/build/tokens/components/light/tooltip.d.ts +1 -0
  61. package/build/tokens/components/light/tooltip.js +1 -0
  62. package/docs/changelog.mdx +16 -0
  63. package/docs/components/AllComponents.web.tsx +1 -1
  64. package/docs/components/NextPrevPage.tsx +1 -1
  65. package/docs/components/index.ts +1 -1
  66. package/package.json +5 -8
  67. package/src/components/Accordion/AccordionItemRoot.tsx +2 -2
  68. package/src/components/Divider/Divider.tsx +3 -3
  69. package/src/components/Tabs/TabsList.tsx +1 -1
  70. package/src/tokens/color.ts +1 -1
  71. package/src/tokens/components/dark/alert.ts +0 -1
  72. package/src/tokens/components/dark/bottom-navigation.ts +1 -1
  73. package/src/tokens/components/dark/card-accordion.ts +13 -0
  74. package/src/tokens/components/dark/card.ts +3 -0
  75. package/src/tokens/components/dark/checkbox.ts +1 -1
  76. package/src/tokens/components/dark/divider.ts +2 -2
  77. package/src/tokens/components/dark/index.ts +1 -0
  78. package/src/tokens/components/dark/list.ts +3 -0
  79. package/src/tokens/components/dark/navigation.ts +42 -1
  80. package/src/tokens/components/dark/pagination.ts +1 -0
  81. package/src/tokens/components/dark/segmented-control.ts +1 -1
  82. package/src/tokens/components/dark/tabs.ts +0 -1
  83. package/src/tokens/components/dark/tooltip.ts +1 -0
  84. package/src/tokens/components/light/alert.ts +0 -1
  85. package/src/tokens/components/light/bottom-navigation.ts +1 -1
  86. package/src/tokens/components/light/card-accordion.ts +13 -0
  87. package/src/tokens/components/light/card.ts +3 -0
  88. package/src/tokens/components/light/checkbox.ts +1 -1
  89. package/src/tokens/components/light/divider.ts +2 -2
  90. package/src/tokens/components/light/index.ts +1 -0
  91. package/src/tokens/components/light/list.ts +3 -0
  92. package/src/tokens/components/light/navigation.ts +42 -1
  93. package/src/tokens/components/light/pagination.ts +1 -0
  94. package/src/tokens/components/light/segmented-control.ts +1 -1
  95. package/src/tokens/components/light/tabs.ts +0 -1
  96. package/src/tokens/components/light/tooltip.ts +1 -0
  97. package/vitest.config.js +2 -1
  98. package/.turbo/turbo-lint$colon$fix.log +0 -56
@@ -11,6 +11,7 @@ export { default as bottomSheet } from './bottom-sheet';
11
11
  export { default as breadcrumb } from './breadcrumb';
12
12
  export { default as button } from './button';
13
13
  export { default as card } from './card';
14
+ export { default as cardAccordion } from './card-accordion';
14
15
  export { default as cardAction } from './card-action';
15
16
  export { default as cardContent } from './card-content';
16
17
  export { default as carouselControl } from './carousel-control';
@@ -11,6 +11,7 @@ export { default as bottomSheet } from './bottom-sheet';
11
11
  export { default as breadcrumb } from './breadcrumb';
12
12
  export { default as button } from './button';
13
13
  export { default as card } from './card';
14
+ export { default as cardAccordion } from './card-accordion';
14
15
  export { default as cardAction } from './card-action';
15
16
  export { default as cardContent } from './card-content';
16
17
  export { default as carouselControl } from './carousel-control';
@@ -23,6 +23,9 @@ declare const _default: {
23
23
  };
24
24
  };
25
25
  readonly gap: 12;
26
+ readonly indicator: {
27
+ readonly padding: 8;
28
+ };
26
29
  readonly item: {
27
30
  readonly contentGap: 2;
28
31
  readonly functional: {
@@ -23,6 +23,9 @@ export default {
23
23
  },
24
24
  },
25
25
  gap: 12,
26
+ indicator: {
27
+ padding: 8,
28
+ },
26
29
  item: {
27
30
  contentGap: 2,
28
31
  functional: {
@@ -9,12 +9,53 @@ declare const _default: {
9
9
  readonly borderBottom: "#5c2ca9";
10
10
  readonly borderRadius: 6;
11
11
  readonly desktop: {
12
+ readonly customer: {
13
+ readonly gap: 12;
14
+ };
12
15
  readonly height: 88;
16
+ readonly partner: {
17
+ readonly gap: 4;
18
+ readonly header: {
19
+ readonly gap: 24;
20
+ };
21
+ readonly padding: 24;
22
+ };
13
23
  };
14
24
  readonly dividerBorderColor: "#5c2ca9";
15
- readonly gap: 4;
25
+ readonly item: {
26
+ readonly customer: {
27
+ readonly container: {
28
+ readonly gap: 4;
29
+ readonly paddingHorizontal: 4;
30
+ readonly paddingVertical: 8;
31
+ };
32
+ readonly mobile: {
33
+ readonly container: {
34
+ readonly paddingHorizontal: 8;
35
+ readonly paddingVertical: 8;
36
+ };
37
+ readonly paddingHorizontal: 4;
38
+ readonly paddingVertical: 24;
39
+ };
40
+ readonly paddingHorizontal: 4;
41
+ readonly paddingVertical: 24;
42
+ };
43
+ readonly partner: {
44
+ readonly container: {
45
+ readonly gap: 4;
46
+ readonly padding: 8;
47
+ };
48
+ readonly paddingHorizontal: 16;
49
+ readonly sub: {
50
+ readonly paddingLeft: 32;
51
+ readonly paddingRight: 16;
52
+ };
53
+ };
54
+ };
16
55
  readonly mobile: {
56
+ readonly gap: 12;
17
57
  readonly height: 64;
58
+ readonly padding: 16;
18
59
  };
19
60
  };
20
61
  export default _default;
@@ -9,11 +9,52 @@ export default {
9
9
  borderBottom: '#5c2ca9',
10
10
  borderRadius: 6,
11
11
  desktop: {
12
+ customer: {
13
+ gap: 12,
14
+ },
12
15
  height: 88,
16
+ partner: {
17
+ gap: 4,
18
+ header: {
19
+ gap: 24,
20
+ },
21
+ padding: 24,
22
+ },
13
23
  },
14
24
  dividerBorderColor: '#5c2ca9',
15
- gap: 4,
25
+ item: {
26
+ customer: {
27
+ container: {
28
+ gap: 4,
29
+ paddingHorizontal: 4,
30
+ paddingVertical: 8,
31
+ },
32
+ mobile: {
33
+ container: {
34
+ paddingHorizontal: 8,
35
+ paddingVertical: 8,
36
+ },
37
+ paddingHorizontal: 4,
38
+ paddingVertical: 24,
39
+ },
40
+ paddingHorizontal: 4,
41
+ paddingVertical: 24,
42
+ },
43
+ partner: {
44
+ container: {
45
+ gap: 4,
46
+ padding: 8,
47
+ },
48
+ paddingHorizontal: 16,
49
+ sub: {
50
+ paddingLeft: 32,
51
+ paddingRight: 16,
52
+ },
53
+ },
54
+ },
16
55
  mobile: {
56
+ gap: 12,
17
57
  height: 64,
58
+ padding: 16,
18
59
  },
19
60
  };
@@ -4,6 +4,7 @@
4
4
  declare const _default: {
5
5
  readonly gap: 8;
6
6
  readonly item: {
7
+ readonly gap: 2;
7
8
  readonly height: 40;
8
9
  readonly radius: 8;
9
10
  readonly width: 40;
@@ -4,6 +4,7 @@
4
4
  export default {
5
5
  gap: 8,
6
6
  item: {
7
+ gap: 2,
7
8
  height: 40,
8
9
  radius: 8,
9
10
  width: 40,
@@ -9,7 +9,7 @@ declare const _default: {
9
9
  readonly borderWidth: 1;
10
10
  readonly gap: 4;
11
11
  readonly height: 48;
12
- readonly padding: 4;
12
+ readonly padding: 2;
13
13
  };
14
14
  readonly height: 40;
15
15
  readonly minWidth: 66;
@@ -9,7 +9,7 @@ export default {
9
9
  borderWidth: 1,
10
10
  gap: 4,
11
11
  height: 48,
12
- padding: 4,
12
+ padding: 2,
13
13
  },
14
14
  height: 40,
15
15
  minWidth: 66,
@@ -4,7 +4,6 @@
4
4
  declare const _default: {
5
5
  readonly divider: {
6
6
  readonly borderWidth: 2;
7
- readonly color: "#101010";
8
7
  };
9
8
  readonly gap: 12;
10
9
  readonly item: {
@@ -4,7 +4,6 @@
4
4
  export default {
5
5
  divider: {
6
6
  borderWidth: 2,
7
- color: '#101010',
8
7
  },
9
8
  gap: 12,
10
9
  item: {
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  readonly borderRadius: 8;
7
7
  readonly gapHorizontal: 8;
8
8
  readonly gapVertical: 2;
9
+ readonly maxWidth: 680;
9
10
  readonly paddingHorizontal: 12;
10
11
  readonly paddingVertical: 8;
11
12
  };
@@ -6,6 +6,7 @@ export default {
6
6
  borderRadius: 8,
7
7
  gapHorizontal: 8,
8
8
  gapVertical: 2,
9
+ maxWidth: 680,
9
10
  paddingHorizontal: 12,
10
11
  paddingVertical: 8,
11
12
  };
@@ -9,6 +9,22 @@ import { BackToTopButton, NextPrevPage } from './components';
9
9
  The changelog for the Hearth React Native library. Here you can find all the changes, improvements, and bug fixes for each version.
10
10
 
11
11
 
12
+ ## 0.33.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1311](https://github.com/utilitywarehouse/hearth/pull/1311) [`3d286c9`](https://github.com/utilitywarehouse/hearth/commit/3d286c97710a1483a054e4b19c2453920cda4598) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Update token usage for Divider
17
+
18
+ ## 0.33.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1298](https://github.com/utilitywarehouse/hearth/pull/1298) [`43bf936`](https://github.com/utilitywarehouse/hearth/commit/43bf936fa03db109c669369cac6d0483877ae49a) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Remove component color tokens in favour of semantic tokens
23
+
24
+ Updated `TabsList` to use `theme.color.border.strong` and removed the
25
+ `tabs.divider.color` component token (and other unused component color tokens)
26
+ in favour of semantic tokens.
27
+
12
28
  ## 0.32.5
13
29
 
14
30
  ### Patch Changes
@@ -22,7 +22,7 @@ import { color } from '@utilitywarehouse/hearth-tokens';
22
22
  import { Pressable, ScrollView, View, ViewProps } from 'react-native';
23
23
  import { SafeAreaProvider } from 'react-native-safe-area-context';
24
24
  import { StyleSheet } from 'react-native-unistyles';
25
- import { navigateToStory } from '../../../../shared/storybook/storybookLinks';
25
+ import { navigateToStory } from '@utilitywarehouse/hearth-storybook-utils';
26
26
  import {
27
27
  Accordion,
28
28
  AccordionItem,
@@ -1,6 +1,6 @@
1
1
  import { ChevronLeftSmallIcon } from '@utilitywarehouse/hearth-react-native-icons';
2
2
  import { StyleSheet, View } from 'react-native';
3
- import StorybookLink from '../../../../shared/storybook/StorybookLink';
3
+ import { StorybookLink } from '@utilitywarehouse/hearth-storybook-utils';
4
4
  import { Card, CardPressHandler, Heading, Link } from '../../src';
5
5
 
6
6
  type NextPrevPageProps = {
@@ -1,4 +1,4 @@
1
- export { default as StorybookLink } from '../../../../shared/storybook/StorybookLink';
1
+ export { StorybookLink } from '@utilitywarehouse/hearth-storybook-utils';
2
2
  export { default as AdvancedInputExample } from './AdvancedInputExample';
3
3
  export { default as BackToTopButton } from './BackToTopButton';
4
4
  export { default as BadgeList } from './BadgeList';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@utilitywarehouse/hearth-react-native",
3
- "version": "0.32.5",
3
+ "version": "0.33.1",
4
4
  "description": "Utility Warehouse React Native UI library",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -28,8 +28,6 @@
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
31
- "@chromatic-com/storybook": "^4.1.3",
32
- "@figma/code-connect": "^1.3.12",
33
31
  "@gorhom/bottom-sheet": "5.2.6",
34
32
  "@storybook/addon-a11y": "^10.2.1",
35
33
  "@storybook/addon-docs": "^10.2.1",
@@ -41,7 +39,6 @@
41
39
  "@types/react-native": "^0.72.8",
42
40
  "@vitest/browser": "^3.2.4",
43
41
  "@vitest/coverage-v8": "^3.2.4",
44
- "chromatic": "^13.3.0",
45
42
  "globals": "^15.15.0",
46
43
  "playwright": "^1.59.1",
47
44
  "prismjs": "^1.30.0",
@@ -58,16 +55,16 @@
58
55
  "react-native-web": "^0.20.0",
59
56
  "react-native-worklets": "^0.5.1",
60
57
  "remark-gfm": "^4.0.1",
61
- "storybook": "^10.2.1",
62
- "typescript": "^5.7.3",
58
+ "storybook": "^10.4.1",
63
59
  "vite": "^7.1.3",
64
60
  "vite-plugin-svgr": "^4.5.0",
65
- "vitest": "^3.2.4",
61
+ "vitest": "^4.1.7",
62
+ "@utilitywarehouse/hearth-storybook-utils": "0.0.0",
66
63
  "@utilitywarehouse/hearth-fonts": "^0.0.4",
67
64
  "@utilitywarehouse/hearth-react-icons": "^0.8.2",
68
65
  "@utilitywarehouse/hearth-react-native-icons": "^0.8.1",
69
66
  "@utilitywarehouse/hearth-svg-assets": "^0.6.2",
70
- "@utilitywarehouse/hearth-tokens": "^0.3.0"
67
+ "@utilitywarehouse/hearth-tokens": "^0.3.1"
71
68
  },
72
69
  "peerDependencies": {
73
70
  "@gorhom/bottom-sheet": ">=5.0.0",
@@ -19,8 +19,8 @@ AccordionItem.displayName = 'AccordionItemRoot';
19
19
 
20
20
  const styles = StyleSheet.create(theme => ({
21
21
  item: {
22
- borderBottomWidth: theme.components.divider.borderWidth,
23
- borderBottomColor: theme.color.border.subtle,
22
+ borderBottomWidth: theme.components.divider.size,
23
+ borderBottomColor: theme.components.divider.color,
24
24
  },
25
25
  }));
26
26
 
@@ -31,16 +31,16 @@ Divider.displayName = 'Divider';
31
31
 
32
32
  const styles = StyleSheet.create(theme => ({
33
33
  divider: {
34
- backgroundColor: theme.color.border.subtle,
34
+ backgroundColor: theme.components.divider.color,
35
35
  variants: {
36
36
  orientation: {
37
37
  horizontal: {
38
38
  width: '100%',
39
- height: theme.components.divider.borderWidth,
39
+ height: theme.components.divider.size,
40
40
  },
41
41
  vertical: {
42
42
  height: '100%',
43
- width: theme.components.divider.borderWidth,
43
+ width: theme.components.divider.size,
44
44
  },
45
45
  },
46
46
  spacing: {
@@ -148,7 +148,7 @@ const styles = StyleSheet.create(theme => ({
148
148
  position: 'relative',
149
149
  width: '100%',
150
150
  borderBottomWidth: theme.components.tabs.divider.borderWidth,
151
- borderColor: theme.components.tabs.divider.color,
151
+ borderColor: theme.color.border.strong,
152
152
  },
153
153
  scrollContent: {
154
154
  paddingBottom: 0,
@@ -182,7 +182,7 @@ export const purple = {
182
182
  } as const;
183
183
 
184
184
  export const red = {
185
- '0': '#fffaf9',
185
+ '0': '#fff6f5',
186
186
  '50': '#fff3f1',
187
187
  '100': '#ffe3df',
188
188
  '200': '#ffccc5',
@@ -6,7 +6,6 @@ export default {
6
6
  borderRadius: 8,
7
7
  borderWidth: 2,
8
8
  contentGap: 4,
9
- focus: '#101010',
10
9
  gap: 8,
11
10
  iconButton: {
12
11
  unstyled: {
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  export default {
6
- borderTopWidth: 2,
6
+ borderTop: 2,
7
7
  gap: 0,
8
8
  indicator: {
9
9
  borderRadius: 4,
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export default {
6
+ buttonGroup: {
7
+ gap: 12,
8
+ },
9
+ gap: 24,
10
+ item: {
11
+ gap: 20,
12
+ },
13
+ } as const;
@@ -19,6 +19,9 @@ export default {
19
19
  borderWidth: 1,
20
20
  borderWidthSelected: 2,
21
21
  gap: 16,
22
+ label: {
23
+ gap: 12,
24
+ },
22
25
  },
23
26
  mobile: {
24
27
  padding: 16,
@@ -13,7 +13,7 @@ export default {
13
13
  },
14
14
  gap: 8,
15
15
  group: {
16
- gap: 16,
16
+ gap: 12,
17
17
  stack: {
18
18
  gap: 20,
19
19
  },
@@ -3,9 +3,9 @@
3
3
  */
4
4
 
5
5
  export default {
6
- borderWidth: 1,
6
+ color: '#5b5b5b',
7
+ size: 1,
7
8
  divider: {
8
9
  borderWidth: 2,
9
- color: '#ebebeb',
10
10
  },
11
11
  } as const;
@@ -12,6 +12,7 @@ export { default as bottomSheet } from './bottom-sheet';
12
12
  export { default as breadcrumb } from './breadcrumb';
13
13
  export { default as button } from './button';
14
14
  export { default as card } from './card';
15
+ export { default as cardAccordion } from './card-accordion';
15
16
  export { default as cardAction } from './card-action';
16
17
  export { default as cardContent } from './card-content';
17
18
  export { default as carouselControl } from './carousel-control';
@@ -24,6 +24,9 @@ export default {
24
24
  },
25
25
  },
26
26
  gap: 12,
27
+ indicator: {
28
+ padding: 8,
29
+ },
27
30
  item: {
28
31
  contentGap: 2,
29
32
  functional: {
@@ -10,11 +10,52 @@ export default {
10
10
  borderBottom: '#996cda',
11
11
  borderRadius: 6,
12
12
  desktop: {
13
+ customer: {
14
+ gap: 12,
15
+ },
13
16
  height: 88,
17
+ partner: {
18
+ gap: 4,
19
+ header: {
20
+ gap: 24,
21
+ },
22
+ padding: 24,
23
+ },
14
24
  },
15
25
  dividerBorderColor: '#996cda',
16
- gap: 4,
26
+ item: {
27
+ customer: {
28
+ container: {
29
+ gap: 4,
30
+ paddingHorizontal: 4,
31
+ paddingVertical: 8,
32
+ },
33
+ mobile: {
34
+ container: {
35
+ paddingHorizontal: 8,
36
+ paddingVertical: 8,
37
+ },
38
+ paddingHorizontal: 4,
39
+ paddingVertical: 24,
40
+ },
41
+ paddingHorizontal: 4,
42
+ paddingVertical: 24,
43
+ },
44
+ partner: {
45
+ container: {
46
+ gap: 4,
47
+ padding: 8,
48
+ },
49
+ paddingHorizontal: 16,
50
+ sub: {
51
+ paddingLeft: 32,
52
+ paddingRight: 16,
53
+ },
54
+ },
55
+ },
17
56
  mobile: {
57
+ gap: 12,
18
58
  height: 64,
59
+ padding: 16,
19
60
  },
20
61
  } as const;
@@ -5,6 +5,7 @@
5
5
  export default {
6
6
  gap: 8,
7
7
  item: {
8
+ gap: 2,
8
9
  height: 40,
9
10
  radius: 8,
10
11
  width: 40,
@@ -10,7 +10,7 @@ export default {
10
10
  borderWidth: 1,
11
11
  gap: 4,
12
12
  height: 48,
13
- padding: 4,
13
+ padding: 2,
14
14
  },
15
15
  height: 40,
16
16
  minWidth: 66,
@@ -5,7 +5,6 @@
5
5
  export default {
6
6
  divider: {
7
7
  borderWidth: 2,
8
- color: '#ebebeb',
9
8
  },
10
9
  gap: 12,
11
10
  item: {
@@ -7,6 +7,7 @@ export default {
7
7
  borderRadius: 8,
8
8
  gapHorizontal: 8,
9
9
  gapVertical: 2,
10
+ maxWidth: 680,
10
11
  paddingHorizontal: 12,
11
12
  paddingVertical: 8,
12
13
  } as const;
@@ -6,7 +6,6 @@ export default {
6
6
  borderRadius: 8,
7
7
  borderWidth: 2,
8
8
  contentGap: 4,
9
- focus: '#101010',
10
9
  gap: 8,
11
10
  iconButton: {
12
11
  unstyled: {
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  export default {
6
- borderTopWidth: 2,
6
+ borderTop: 2,
7
7
  gap: 0,
8
8
  indicator: {
9
9
  borderRadius: 4,
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ export default {
6
+ buttonGroup: {
7
+ gap: 12,
8
+ },
9
+ gap: 24,
10
+ item: {
11
+ gap: 20,
12
+ },
13
+ } as const;
@@ -19,6 +19,9 @@ export default {
19
19
  borderWidth: 1,
20
20
  borderWidthSelected: 2,
21
21
  gap: 16,
22
+ label: {
23
+ gap: 12,
24
+ },
22
25
  },
23
26
  mobile: {
24
27
  padding: 16,
@@ -13,7 +13,7 @@ export default {
13
13
  },
14
14
  gap: 8,
15
15
  group: {
16
- gap: 16,
16
+ gap: 12,
17
17
  stack: {
18
18
  gap: 20,
19
19
  },
@@ -3,9 +3,9 @@
3
3
  */
4
4
 
5
5
  export default {
6
- borderWidth: 1,
6
+ color: '#d4d2c0',
7
+ size: 1,
7
8
  divider: {
8
9
  borderWidth: 2,
9
- color: '#101010',
10
10
  },
11
11
  } as const;
@@ -12,6 +12,7 @@ export { default as bottomSheet } from './bottom-sheet';
12
12
  export { default as breadcrumb } from './breadcrumb';
13
13
  export { default as button } from './button';
14
14
  export { default as card } from './card';
15
+ export { default as cardAccordion } from './card-accordion';
15
16
  export { default as cardAction } from './card-action';
16
17
  export { default as cardContent } from './card-content';
17
18
  export { default as carouselControl } from './carousel-control';
@@ -24,6 +24,9 @@ export default {
24
24
  },
25
25
  },
26
26
  gap: 12,
27
+ indicator: {
28
+ padding: 8,
29
+ },
27
30
  item: {
28
31
  contentGap: 2,
29
32
  functional: {