@utilitywarehouse/hearth-react-native 0.8.2 → 0.10.0

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 (157) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/CHANGELOG.md +16 -0
  4. package/build/components/Banner/Banner.js +25 -6
  5. package/build/components/Banner/Banner.props.d.ts +2 -2
  6. package/build/components/BottomSheet/BottomSheetHandle.js +8 -0
  7. package/build/components/Menu/Menu.context.d.ts +5 -0
  8. package/build/components/Menu/Menu.context.js +9 -0
  9. package/build/components/Menu/Menu.d.ts +4 -0
  10. package/build/components/Menu/Menu.js +25 -0
  11. package/build/components/Menu/Menu.props.d.ts +21 -0
  12. package/build/components/Menu/Menu.props.js +1 -0
  13. package/build/components/Menu/MenuItem.d.ts +18 -0
  14. package/build/components/Menu/MenuItem.js +115 -0
  15. package/build/components/Menu/MenuItem.props.d.ts +27 -0
  16. package/build/components/Menu/MenuItem.props.js +1 -0
  17. package/build/components/Menu/MenuTrigger.d.ts +9 -0
  18. package/build/components/Menu/MenuTrigger.js +11 -0
  19. package/build/components/Menu/MenuTrigger.props.d.ts +12 -0
  20. package/build/components/Menu/MenuTrigger.props.js +1 -0
  21. package/build/components/Menu/index.d.ts +7 -0
  22. package/build/components/Menu/index.js +4 -0
  23. package/build/components/Modal/Modal.d.ts +1 -1
  24. package/build/components/Modal/Modal.js +32 -30
  25. package/build/components/Modal/Modal.props.d.ts +1 -0
  26. package/build/components/Modal/Modal.web.d.ts +1 -1
  27. package/build/components/Modal/Modal.web.js +25 -25
  28. package/build/components/PillGroup/Pill.d.ts +16 -0
  29. package/build/components/PillGroup/Pill.js +94 -0
  30. package/build/components/PillGroup/Pill.props.d.ts +10 -0
  31. package/build/components/PillGroup/Pill.props.js +1 -0
  32. package/build/components/PillGroup/PillGroup.context.d.ts +6 -0
  33. package/build/components/PillGroup/PillGroup.context.js +5 -0
  34. package/build/components/PillGroup/PillGroup.d.ts +5 -0
  35. package/build/components/PillGroup/PillGroup.js +34 -0
  36. package/build/components/PillGroup/PillGroup.props.d.ts +15 -0
  37. package/build/components/PillGroup/PillGroup.props.js +1 -0
  38. package/build/components/PillGroup/index.d.ts +4 -0
  39. package/build/components/PillGroup/index.js +2 -0
  40. package/build/components/Select/Select.js +2 -1
  41. package/build/components/Toast/Toast.context.d.ts +9 -0
  42. package/build/components/Toast/Toast.context.js +90 -0
  43. package/build/components/Toast/Toast.props.d.ts +29 -0
  44. package/build/components/Toast/Toast.props.js +1 -0
  45. package/build/components/Toast/ToastItem.d.ts +10 -0
  46. package/build/components/Toast/ToastItem.js +129 -0
  47. package/build/components/Toast/index.d.ts +3 -0
  48. package/build/components/Toast/index.js +2 -0
  49. package/build/components/index.d.ts +3 -0
  50. package/build/components/index.js +3 -0
  51. package/build/tokens/components/dark/checkbox.d.ts +3 -0
  52. package/build/tokens/components/dark/checkbox.js +3 -0
  53. package/build/tokens/components/dark/index.d.ts +3 -1
  54. package/build/tokens/components/dark/index.js +3 -1
  55. package/build/tokens/components/dark/input.d.ts +9 -0
  56. package/build/tokens/components/dark/input.js +9 -0
  57. package/build/tokens/components/dark/modal.d.ts +7 -4
  58. package/build/tokens/components/dark/modal.js +7 -4
  59. package/build/tokens/components/dark/radio.d.ts +3 -0
  60. package/build/tokens/components/dark/radio.js +3 -0
  61. package/build/tokens/components/dark/rating.d.ts +8 -0
  62. package/build/tokens/components/dark/rating.js +7 -0
  63. package/build/tokens/components/dark/table.d.ts +2 -3
  64. package/build/tokens/components/dark/table.js +2 -3
  65. package/build/tokens/components/dark/time-picker.d.ts +29 -0
  66. package/build/tokens/components/dark/time-picker.js +28 -0
  67. package/build/tokens/components/dark/timeline.d.ts +27 -0
  68. package/build/tokens/components/dark/timeline.js +26 -0
  69. package/build/tokens/components/dark/toast.d.ts +6 -2
  70. package/build/tokens/components/dark/toast.js +6 -2
  71. package/build/tokens/components/light/checkbox.d.ts +3 -0
  72. package/build/tokens/components/light/checkbox.js +3 -0
  73. package/build/tokens/components/light/index.d.ts +3 -1
  74. package/build/tokens/components/light/index.js +3 -1
  75. package/build/tokens/components/light/input.d.ts +9 -0
  76. package/build/tokens/components/light/input.js +9 -0
  77. package/build/tokens/components/light/modal.d.ts +7 -4
  78. package/build/tokens/components/light/modal.js +7 -4
  79. package/build/tokens/components/light/radio.d.ts +3 -0
  80. package/build/tokens/components/light/radio.js +3 -0
  81. package/build/tokens/components/light/rating.d.ts +8 -0
  82. package/build/tokens/components/light/rating.js +7 -0
  83. package/build/tokens/components/light/table.d.ts +2 -3
  84. package/build/tokens/components/light/table.js +2 -3
  85. package/build/tokens/components/light/time-picker.d.ts +29 -0
  86. package/build/tokens/components/light/time-picker.js +28 -0
  87. package/build/tokens/components/light/timeline.d.ts +27 -0
  88. package/build/tokens/components/light/timeline.js +26 -0
  89. package/build/tokens/components/light/toast.d.ts +6 -2
  90. package/build/tokens/components/light/toast.js +6 -2
  91. package/docs/assets/toast-ios.MP4 +0 -0
  92. package/docs/components/AllComponents.web.tsx +59 -0
  93. package/docs/components/BackToTopButton.tsx +1 -1
  94. package/package.json +4 -4
  95. package/src/components/Banner/Banner.docs.mdx +19 -10
  96. package/src/components/Banner/Banner.props.ts +2 -2
  97. package/src/components/Banner/Banner.stories.tsx +1 -4
  98. package/src/components/Banner/Banner.tsx +47 -7
  99. package/src/components/BottomSheet/BottomSheetHandle.tsx +12 -0
  100. package/src/components/DatePickerInput/DatePickerInput.docs.mdx +1 -1
  101. package/src/components/Menu/Menu.context.ts +15 -0
  102. package/src/components/Menu/Menu.docs.mdx +158 -0
  103. package/src/components/Menu/Menu.props.ts +24 -0
  104. package/src/components/Menu/Menu.stories.tsx +292 -0
  105. package/src/components/Menu/Menu.tsx +54 -0
  106. package/src/components/Menu/MenuItem.props.ts +29 -0
  107. package/src/components/Menu/MenuItem.tsx +145 -0
  108. package/src/components/Menu/MenuTrigger.props.ts +14 -0
  109. package/src/components/Menu/MenuTrigger.tsx +20 -0
  110. package/src/components/Menu/index.ts +7 -0
  111. package/src/components/Modal/Modal.docs.mdx +34 -5
  112. package/src/components/Modal/Modal.props.ts +1 -0
  113. package/src/components/Modal/Modal.stories.tsx +46 -0
  114. package/src/components/Modal/Modal.tsx +37 -33
  115. package/src/components/Modal/Modal.web.tsx +27 -27
  116. package/src/components/PillGroup/Pill.props.ts +13 -0
  117. package/src/components/PillGroup/Pill.tsx +120 -0
  118. package/src/components/PillGroup/PillGroup.context.tsx +12 -0
  119. package/src/components/PillGroup/PillGroup.docs.mdx +96 -0
  120. package/src/components/PillGroup/PillGroup.props.ts +22 -0
  121. package/src/components/PillGroup/PillGroup.stories.tsx +159 -0
  122. package/src/components/PillGroup/PillGroup.tsx +66 -0
  123. package/src/components/PillGroup/index.ts +4 -0
  124. package/src/components/Select/Select.tsx +2 -0
  125. package/src/components/Toast/Toast.context.tsx +118 -0
  126. package/src/components/Toast/Toast.docs.mdx +164 -0
  127. package/src/components/Toast/Toast.props.ts +33 -0
  128. package/src/components/Toast/Toast.stories.tsx +356 -0
  129. package/src/components/Toast/ToastItem.tsx +200 -0
  130. package/src/components/Toast/index.ts +3 -0
  131. package/src/components/index.ts +3 -0
  132. package/src/tokens/components/dark/checkbox.ts +3 -0
  133. package/src/tokens/components/dark/index.ts +3 -1
  134. package/src/tokens/components/dark/input.ts +9 -0
  135. package/src/tokens/components/dark/modal.ts +7 -4
  136. package/src/tokens/components/dark/radio.ts +3 -0
  137. package/src/tokens/components/dark/rating.ts +8 -0
  138. package/src/tokens/components/dark/table.ts +2 -3
  139. package/src/tokens/components/dark/time-picker.ts +29 -0
  140. package/src/tokens/components/dark/timeline.ts +27 -0
  141. package/src/tokens/components/dark/toast.ts +6 -2
  142. package/src/tokens/components/light/checkbox.ts +3 -0
  143. package/src/tokens/components/light/index.ts +3 -1
  144. package/src/tokens/components/light/input.ts +9 -0
  145. package/src/tokens/components/light/modal.ts +7 -4
  146. package/src/tokens/components/light/radio.ts +3 -0
  147. package/src/tokens/components/light/rating.ts +8 -0
  148. package/src/tokens/components/light/table.ts +2 -3
  149. package/src/tokens/components/light/time-picker.ts +29 -0
  150. package/src/tokens/components/light/timeline.ts +27 -0
  151. package/src/tokens/components/light/toast.ts +6 -2
  152. package/build/tokens/components/dark/dialog.d.ts +0 -25
  153. package/build/tokens/components/dark/dialog.js +0 -24
  154. package/build/tokens/components/light/dialog.d.ts +0 -25
  155. package/build/tokens/components/light/dialog.js +0 -24
  156. package/src/tokens/components/dark/dialog.ts +0 -25
  157. package/src/tokens/components/light/dialog.ts +0 -25
@@ -35,7 +35,9 @@ export * from './Input';
35
35
  export * from './Label';
36
36
  export * from './Link';
37
37
  export * from './List';
38
+ export * from './Menu';
38
39
  export * from './Modal';
40
+ export * from './PillGroup';
39
41
  export * from './ProgressStepper';
40
42
  export * from './Radio';
41
43
  export * from './RadioCard';
@@ -47,6 +49,7 @@ export * from './Switch';
47
49
  export * from './Tabs';
48
50
  export * from './Textarea';
49
51
  export * from './ThemedImage';
52
+ export * from './Toast';
50
53
  export * from './ToggleButtonCard';
51
54
  export { FlatList, Image, KeyboardAvoidingView, ScrollView, SectionList, View } from 'react-native';
52
55
  export { Pressable } from 'react-native';
@@ -36,7 +36,9 @@ export * from './Input';
36
36
  export * from './Label';
37
37
  export * from './Link';
38
38
  export * from './List';
39
+ export * from './Menu';
39
40
  export * from './Modal';
41
+ export * from './PillGroup';
40
42
  export * from './ProgressStepper';
41
43
  export * from './Radio';
42
44
  export * from './RadioCard';
@@ -48,6 +50,7 @@ export * from './Switch';
48
50
  export * from './Tabs';
49
51
  export * from './Textarea';
50
52
  export * from './ThemedImage';
53
+ export * from './Toast';
51
54
  export * from './ToggleButtonCard';
52
55
  export { FlatList, Image, KeyboardAvoidingView, ScrollView, SectionList, View } from 'react-native';
53
56
  export { Pressable } from 'react-native';
@@ -27,6 +27,9 @@ declare const _default: {
27
27
  readonly gap: 8;
28
28
  readonly group: {
29
29
  readonly gap: 12;
30
+ readonly heading: {
31
+ readonly gap: 2;
32
+ };
30
33
  readonly stack: {
31
34
  readonly gap: 12;
32
35
  };
@@ -27,6 +27,9 @@ export default {
27
27
  gap: 8,
28
28
  group: {
29
29
  gap: 12,
30
+ heading: {
31
+ gap: 2,
32
+ },
30
33
  stack: {
31
34
  gap: 12,
32
35
  },
@@ -17,7 +17,6 @@ export { default as carouselControl } from './carousel-control';
17
17
  export { default as checkbox } from './checkbox';
18
18
  export { default as datePicker } from './date-picker';
19
19
  export { default as descriptionList } from './description-list';
20
- export { default as dialog } from './dialog';
21
20
  export { default as divider } from './divider';
22
21
  export { default as drawer } from './drawer';
23
22
  export { default as expandableCard } from './expandable-card';
@@ -40,6 +39,7 @@ export { default as pill } from './pill';
40
39
  export { default as progressBar } from './progress-bar';
41
40
  export { default as progressStepper } from './progress-stepper';
42
41
  export { default as radio } from './radio';
42
+ export { default as rating } from './rating';
43
43
  export { default as sectionHeader } from './section-header';
44
44
  export { default as segmentedControl } from './segmented-control';
45
45
  export { default as select } from './select';
@@ -48,6 +48,8 @@ export { default as spinner } from './spinner';
48
48
  export { default as switch } from './switch';
49
49
  export { default as table } from './table';
50
50
  export { default as tabs } from './tabs';
51
+ export { default as timePicker } from './time-picker';
52
+ export { default as timeline } from './timeline';
51
53
  export { default as toast } from './toast';
52
54
  export { default as toggleButton } from './toggle-button';
53
55
  export { default as tooltip } from './tooltip';
@@ -17,7 +17,6 @@ export { default as carouselControl } from './carousel-control';
17
17
  export { default as checkbox } from './checkbox';
18
18
  export { default as datePicker } from './date-picker';
19
19
  export { default as descriptionList } from './description-list';
20
- export { default as dialog } from './dialog';
21
20
  export { default as divider } from './divider';
22
21
  export { default as drawer } from './drawer';
23
22
  export { default as expandableCard } from './expandable-card';
@@ -40,6 +39,7 @@ export { default as pill } from './pill';
40
39
  export { default as progressBar } from './progress-bar';
41
40
  export { default as progressStepper } from './progress-stepper';
42
41
  export { default as radio } from './radio';
42
+ export { default as rating } from './rating';
43
43
  export { default as sectionHeader } from './section-header';
44
44
  export { default as segmentedControl } from './segmented-control';
45
45
  export { default as select } from './select';
@@ -48,6 +48,8 @@ export { default as spinner } from './spinner';
48
48
  export { default as switch } from './switch';
49
49
  export { default as table } from './table';
50
50
  export { default as tabs } from './tabs';
51
+ export { default as timePicker } from './time-picker';
52
+ export { default as timeline } from './timeline';
51
53
  export { default as toast } from './toast';
52
54
  export { default as toggleButton } from './toggle-button';
53
55
  export { default as tooltip } from './tooltip';
@@ -13,6 +13,12 @@ declare const _default: {
13
13
  readonly gap: 8;
14
14
  };
15
15
  readonly gap: 6;
16
+ readonly heading: {
17
+ readonly gap: 12;
18
+ readonly text: {
19
+ readonly gap: 0;
20
+ };
21
+ };
16
22
  readonly height: 48;
17
23
  readonly label: {
18
24
  readonly gap: 6;
@@ -21,6 +27,9 @@ declare const _default: {
21
27
  readonly minWidth: 152;
22
28
  readonly paddingHorizontal: 16;
23
29
  readonly paddingVertical: 12;
30
+ readonly stepper: {
31
+ readonly gap: 4;
32
+ };
24
33
  readonly textArea: {
25
34
  readonly height: 96;
26
35
  };
@@ -13,6 +13,12 @@ export default {
13
13
  gap: 8,
14
14
  },
15
15
  gap: 6,
16
+ heading: {
17
+ gap: 12,
18
+ text: {
19
+ gap: 0,
20
+ },
21
+ },
16
22
  height: 48,
17
23
  label: {
18
24
  gap: 6,
@@ -21,6 +27,9 @@ export default {
21
27
  minWidth: 152,
22
28
  paddingHorizontal: 16,
23
29
  paddingVertical: 12,
30
+ stepper: {
31
+ gap: 4,
32
+ },
24
33
  textArea: {
25
34
  height: 96,
26
35
  },
@@ -10,17 +10,20 @@ declare const _default: {
10
10
  readonly gap: 12;
11
11
  };
12
12
  readonly gap: 24;
13
- readonly padding: 48;
13
+ readonly heading: {
14
+ readonly gap: 24;
15
+ };
16
+ readonly illustration: {
17
+ readonly padding: 48;
18
+ };
19
+ readonly padding: 24;
14
20
  readonly mobile: {
15
- readonly padding: 16;
16
21
  readonly width: 360;
17
22
  };
18
23
  readonly tablet: {
19
- readonly padding: 48;
20
24
  readonly width: 504;
21
25
  };
22
26
  readonly desktop: {
23
- readonly padding: 48;
24
27
  readonly width: 680;
25
28
  };
26
29
  };
@@ -10,17 +10,20 @@ export default {
10
10
  gap: 12,
11
11
  },
12
12
  gap: 24,
13
- padding: 48,
13
+ heading: {
14
+ gap: 24,
15
+ },
16
+ illustration: {
17
+ padding: 48,
18
+ },
19
+ padding: 24,
14
20
  mobile: {
15
- padding: 16,
16
21
  width: 360,
17
22
  },
18
23
  tablet: {
19
- padding: 48,
20
24
  width: 504,
21
25
  },
22
26
  desktop: {
23
- padding: 48,
24
27
  width: 680,
25
28
  },
26
29
  };
@@ -24,6 +24,9 @@ declare const _default: {
24
24
  readonly gap: 8;
25
25
  readonly group: {
26
26
  readonly gap: 8;
27
+ readonly heading: {
28
+ readonly gap: 2;
29
+ };
27
30
  readonly stack: {
28
31
  readonly gap: 12;
29
32
  };
@@ -24,6 +24,9 @@ export default {
24
24
  gap: 8,
25
25
  group: {
26
26
  gap: 8,
27
+ heading: {
28
+ gap: 2,
29
+ },
27
30
  stack: {
28
31
  gap: 12,
29
32
  },
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ declare const _default: {
5
+ readonly borderWidth: 2;
6
+ readonly gap: 4;
7
+ };
8
+ export default _default;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export default {
5
+ borderWidth: 2,
6
+ gap: 4,
7
+ };
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  readonly borderRadius: 16;
6
6
  readonly cell: {
7
7
  readonly borderWidth: 1;
8
+ readonly minHeight: 48;
8
9
  readonly padding: 12;
9
10
  };
10
11
  readonly emphasis: {
@@ -13,9 +14,7 @@ declare const _default: {
13
14
  readonly headerCell: {
14
15
  readonly borderWidth: 2;
15
16
  readonly gap: 8;
16
- readonly neutral: {
17
- readonly backgroundColor: "#30302c";
18
- };
17
+ readonly height: 56;
19
18
  readonly paddingHorizontal: 12;
20
19
  readonly paddingVertical: 16;
21
20
  };
@@ -5,6 +5,7 @@ export default {
5
5
  borderRadius: 16,
6
6
  cell: {
7
7
  borderWidth: 1,
8
+ minHeight: 48,
8
9
  padding: 12,
9
10
  },
10
11
  emphasis: {
@@ -13,9 +14,7 @@ export default {
13
14
  headerCell: {
14
15
  borderWidth: 2,
15
16
  gap: 8,
16
- neutral: {
17
- backgroundColor: '#30302c',
18
- },
17
+ height: 56,
19
18
  paddingHorizontal: 12,
20
19
  paddingVertical: 16,
21
20
  },
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ declare const _default: {
5
+ readonly gap: 6;
6
+ readonly gapContainer: 4;
7
+ readonly minWidth: 288;
8
+ readonly paddingHorizontal: 16;
9
+ readonly paddingVertical: 12;
10
+ readonly time: {
11
+ readonly columnGap: 4;
12
+ readonly content: {
13
+ readonly gap: 8;
14
+ readonly item: {
15
+ readonly gap: 2;
16
+ };
17
+ };
18
+ readonly footer: {
19
+ readonly gap: 8;
20
+ };
21
+ readonly gap: 16;
22
+ readonly item: {
23
+ readonly height: 40;
24
+ readonly width: 64;
25
+ };
26
+ readonly rowGap: 2;
27
+ };
28
+ };
29
+ export default _default;
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export default {
5
+ gap: 6,
6
+ gapContainer: 4,
7
+ minWidth: 288,
8
+ paddingHorizontal: 16,
9
+ paddingVertical: 12,
10
+ time: {
11
+ columnGap: 4,
12
+ content: {
13
+ gap: 8,
14
+ item: {
15
+ gap: 2,
16
+ },
17
+ },
18
+ footer: {
19
+ gap: 8,
20
+ },
21
+ gap: 16,
22
+ item: {
23
+ height: 40,
24
+ width: 64,
25
+ },
26
+ rowGap: 2,
27
+ },
28
+ };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ declare const _default: {
5
+ readonly bar: {
6
+ readonly width: 2;
7
+ };
8
+ readonly content: {
9
+ readonly gap: 8;
10
+ readonly paddingBottom: 24;
11
+ readonly paddingTop: 2;
12
+ };
13
+ readonly gap: 12;
14
+ readonly progress: {
15
+ readonly circle: {
16
+ readonly height: 24;
17
+ readonly width: 24;
18
+ };
19
+ };
20
+ readonly static: {
21
+ readonly circle: {
22
+ readonly height: 12;
23
+ readonly width: 12;
24
+ };
25
+ };
26
+ };
27
+ export default _default;
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export default {
5
+ bar: {
6
+ width: 2,
7
+ },
8
+ content: {
9
+ gap: 8,
10
+ paddingBottom: 24,
11
+ paddingTop: 2,
12
+ },
13
+ gap: 12,
14
+ progress: {
15
+ circle: {
16
+ height: 24,
17
+ width: 24,
18
+ },
19
+ },
20
+ static: {
21
+ circle: {
22
+ height: 12,
23
+ width: 12,
24
+ },
25
+ },
26
+ };
@@ -4,10 +4,14 @@
4
4
  declare const _default: {
5
5
  readonly backgroundColor: "#3f3f3f";
6
6
  readonly borderRadius: 8;
7
- readonly gapHorizontal: 16;
7
+ readonly bottomPosition: 32;
8
+ readonly gap: 16;
8
9
  readonly padding: 14;
9
10
  readonly stack: {
10
- readonly gapHorizontal: 8;
11
+ readonly gap: 12;
12
+ };
13
+ readonly text: {
14
+ readonly gap: 8;
11
15
  };
12
16
  };
13
17
  export default _default;
@@ -4,9 +4,13 @@
4
4
  export default {
5
5
  backgroundColor: '#3f3f3f',
6
6
  borderRadius: 8,
7
- gapHorizontal: 16,
7
+ bottomPosition: 32,
8
+ gap: 16,
8
9
  padding: 14,
9
10
  stack: {
10
- gapHorizontal: 8,
11
+ gap: 12,
12
+ },
13
+ text: {
14
+ gap: 8,
11
15
  },
12
16
  };
@@ -27,6 +27,9 @@ declare const _default: {
27
27
  readonly gap: 12;
28
28
  readonly group: {
29
29
  readonly gap: 6;
30
+ readonly heading: {
31
+ readonly gap: 2;
32
+ };
30
33
  readonly stack: {
31
34
  readonly gap: 12;
32
35
  };
@@ -27,6 +27,9 @@ export default {
27
27
  gap: 12,
28
28
  group: {
29
29
  gap: 6,
30
+ heading: {
31
+ gap: 2,
32
+ },
30
33
  stack: {
31
34
  gap: 12,
32
35
  },
@@ -17,7 +17,6 @@ export { default as carouselControl } from './carousel-control';
17
17
  export { default as checkbox } from './checkbox';
18
18
  export { default as datePicker } from './date-picker';
19
19
  export { default as descriptionList } from './description-list';
20
- export { default as dialog } from './dialog';
21
20
  export { default as divider } from './divider';
22
21
  export { default as drawer } from './drawer';
23
22
  export { default as expandableCard } from './expandable-card';
@@ -40,6 +39,7 @@ export { default as pill } from './pill';
40
39
  export { default as progressBar } from './progress-bar';
41
40
  export { default as progressStepper } from './progress-stepper';
42
41
  export { default as radio } from './radio';
42
+ export { default as rating } from './rating';
43
43
  export { default as sectionHeader } from './section-header';
44
44
  export { default as segmentedControl } from './segmented-control';
45
45
  export { default as select } from './select';
@@ -48,6 +48,8 @@ export { default as spinner } from './spinner';
48
48
  export { default as switch } from './switch';
49
49
  export { default as table } from './table';
50
50
  export { default as tabs } from './tabs';
51
+ export { default as timePicker } from './time-picker';
52
+ export { default as timeline } from './timeline';
51
53
  export { default as toast } from './toast';
52
54
  export { default as toggleButton } from './toggle-button';
53
55
  export { default as tooltip } from './tooltip';
@@ -17,7 +17,6 @@ export { default as carouselControl } from './carousel-control';
17
17
  export { default as checkbox } from './checkbox';
18
18
  export { default as datePicker } from './date-picker';
19
19
  export { default as descriptionList } from './description-list';
20
- export { default as dialog } from './dialog';
21
20
  export { default as divider } from './divider';
22
21
  export { default as drawer } from './drawer';
23
22
  export { default as expandableCard } from './expandable-card';
@@ -40,6 +39,7 @@ export { default as pill } from './pill';
40
39
  export { default as progressBar } from './progress-bar';
41
40
  export { default as progressStepper } from './progress-stepper';
42
41
  export { default as radio } from './radio';
42
+ export { default as rating } from './rating';
43
43
  export { default as sectionHeader } from './section-header';
44
44
  export { default as segmentedControl } from './segmented-control';
45
45
  export { default as select } from './select';
@@ -48,6 +48,8 @@ export { default as spinner } from './spinner';
48
48
  export { default as switch } from './switch';
49
49
  export { default as table } from './table';
50
50
  export { default as tabs } from './tabs';
51
+ export { default as timePicker } from './time-picker';
52
+ export { default as timeline } from './timeline';
51
53
  export { default as toast } from './toast';
52
54
  export { default as toggleButton } from './toggle-button';
53
55
  export { default as tooltip } from './tooltip';
@@ -13,6 +13,12 @@ declare const _default: {
13
13
  readonly gap: 8;
14
14
  };
15
15
  readonly gap: 6;
16
+ readonly heading: {
17
+ readonly gap: 12;
18
+ readonly text: {
19
+ readonly gap: 2;
20
+ };
21
+ };
16
22
  readonly height: 48;
17
23
  readonly label: {
18
24
  readonly gap: 2;
@@ -21,6 +27,9 @@ declare const _default: {
21
27
  readonly minWidth: 120;
22
28
  readonly paddingHorizontal: 16;
23
29
  readonly paddingVertical: 12;
30
+ readonly stepper: {
31
+ readonly gap: 4;
32
+ };
24
33
  readonly textArea: {
25
34
  readonly height: 96;
26
35
  };
@@ -13,6 +13,12 @@ export default {
13
13
  gap: 8,
14
14
  },
15
15
  gap: 6,
16
+ heading: {
17
+ gap: 12,
18
+ text: {
19
+ gap: 2,
20
+ },
21
+ },
16
22
  height: 48,
17
23
  label: {
18
24
  gap: 2,
@@ -21,6 +27,9 @@ export default {
21
27
  minWidth: 120,
22
28
  paddingHorizontal: 16,
23
29
  paddingVertical: 12,
30
+ stepper: {
31
+ gap: 4,
32
+ },
24
33
  textArea: {
25
34
  height: 96,
26
35
  },
@@ -10,17 +10,20 @@ declare const _default: {
10
10
  readonly gap: 12;
11
11
  };
12
12
  readonly gap: 24;
13
- readonly padding: 16;
13
+ readonly heading: {
14
+ readonly gap: 24;
15
+ };
16
+ readonly illustration: {
17
+ readonly padding: 48;
18
+ };
19
+ readonly padding: 24;
14
20
  readonly mobile: {
15
- readonly padding: 16;
16
21
  readonly width: 360;
17
22
  };
18
23
  readonly tablet: {
19
- readonly padding: 48;
20
24
  readonly width: 504;
21
25
  };
22
26
  readonly desktop: {
23
- readonly padding: 48;
24
27
  readonly width: 680;
25
28
  };
26
29
  };
@@ -10,17 +10,20 @@ export default {
10
10
  gap: 12,
11
11
  },
12
12
  gap: 24,
13
- padding: 16,
13
+ heading: {
14
+ gap: 24,
15
+ },
16
+ illustration: {
17
+ padding: 48,
18
+ },
19
+ padding: 24,
14
20
  mobile: {
15
- padding: 16,
16
21
  width: 360,
17
22
  },
18
23
  tablet: {
19
- padding: 48,
20
24
  width: 504,
21
25
  },
22
26
  desktop: {
23
- padding: 48,
24
27
  width: 680,
25
28
  },
26
29
  };
@@ -24,6 +24,9 @@ declare const _default: {
24
24
  readonly gap: 8;
25
25
  readonly group: {
26
26
  readonly gap: 12;
27
+ readonly heading: {
28
+ readonly gap: 2;
29
+ };
27
30
  readonly stack: {
28
31
  readonly gap: 12;
29
32
  };
@@ -24,6 +24,9 @@ export default {
24
24
  gap: 8,
25
25
  group: {
26
26
  gap: 12,
27
+ heading: {
28
+ gap: 2,
29
+ },
27
30
  stack: {
28
31
  gap: 12,
29
32
  },
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ declare const _default: {
5
+ readonly borderWidth: 2;
6
+ readonly gap: 4;
7
+ };
8
+ export default _default;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+ export default {
5
+ borderWidth: 2,
6
+ gap: 4,
7
+ };
@@ -5,6 +5,7 @@ declare const _default: {
5
5
  readonly borderRadius: 16;
6
6
  readonly cell: {
7
7
  readonly borderWidth: 1;
8
+ readonly minHeight: 48;
8
9
  readonly padding: 12;
9
10
  };
10
11
  readonly emphasis: {
@@ -13,9 +14,7 @@ declare const _default: {
13
14
  readonly headerCell: {
14
15
  readonly borderWidth: 2;
15
16
  readonly gap: 8;
16
- readonly neutral: {
17
- readonly backgroundColor: "#f1efe4";
18
- };
17
+ readonly height: 56;
19
18
  readonly paddingHorizontal: 12;
20
19
  readonly paddingVertical: 16;
21
20
  };