braid-design-system 32.1.0 → 32.2.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 (148) hide show
  1. package/CHANGELOG.md +133 -0
  2. package/codemod/dist/wrapper.js +181 -183
  3. package/color-mode/query-param/index.d.ts +1 -0
  4. package/color-mode/query-param/package.json +1 -1
  5. package/css/index.d.ts +1 -0
  6. package/css/package.json +1 -1
  7. package/dist/ToastContext.chunk.cjs +21 -21
  8. package/dist/ToastContext.chunk.mjs +120 -120
  9. package/dist/Toggle.chunk.cjs +22 -32
  10. package/dist/Toggle.chunk.mjs +199 -209
  11. package/dist/color-mode/query-param.mjs +1 -1
  12. package/dist/css.d.ts +1 -667
  13. package/dist/css.mjs +7 -7
  14. package/dist/index.d.ts +1 -3952
  15. package/dist/index.mjs +164 -164
  16. package/dist/playroom/FrameComponent.d.ts +1 -323
  17. package/dist/playroom/FrameComponent.mjs +4 -4
  18. package/dist/playroom/components.d.ts +1 -4027
  19. package/dist/playroom/components.mjs +124 -124
  20. package/dist/playroom/scope.d.ts +1 -385
  21. package/dist/playroom/scope.mjs +4 -4
  22. package/dist/playroom/snippets.d.ts +1 -7
  23. package/dist/playroomState.chunk.cjs +1 -1
  24. package/dist/playroomState.chunk.mjs +3 -3
  25. package/dist/reset.d.ts +5075 -1
  26. package/dist/side-effects/lib/components/BraidProvider/BraidProvider.mjs +12 -12
  27. package/dist/side-effects/lib/css/reset/index.mjs +1 -1
  28. package/dist/side-effects/lib/css/reset/resetTracker.mjs +2 -2
  29. package/dist/side-effects/lib/themes/baseTokens/apac.cjs +8 -9
  30. package/dist/side-effects/lib/themes/baseTokens/apac.mjs +8 -10
  31. package/dist/side-effects/lib/themes/index.mjs +5 -5
  32. package/dist/side-effects/lib/themes/makeRuntimeTokens.cjs +4 -10
  33. package/dist/side-effects/lib/themes/makeRuntimeTokens.mjs +5 -10
  34. package/dist/side-effects/lib/themes/tokenType.cjs +15 -0
  35. package/dist/side-effects/lib/themes/tokenType.mjs +16 -0
  36. package/dist/styles/lib/components/Accordion/AccordionItem.css.mjs +3 -3
  37. package/dist/styles/lib/components/Alert/Alert.css.mjs +3 -3
  38. package/dist/styles/lib/components/Autosuggest/Autosuggest.css.mjs +6 -6
  39. package/dist/styles/lib/components/Button/Button.css.cjs +24 -23
  40. package/dist/styles/lib/components/Button/Button.css.mjs +39 -38
  41. package/dist/styles/lib/components/ButtonIcon/ButtonIcon.css.mjs +1 -1
  42. package/dist/styles/lib/components/Column/Column.css.mjs +3 -3
  43. package/dist/styles/lib/components/ContentBlock/ContentBlock.css.mjs +1 -1
  44. package/dist/styles/lib/components/Divider/Divider.css.mjs +7 -7
  45. package/dist/styles/lib/components/Dropdown/Dropdown.css.mjs +2 -2
  46. package/dist/styles/lib/components/Hidden/Hidden.css.mjs +1 -1
  47. package/dist/styles/lib/components/HiddenVisually/HiddenVisually.css.mjs +1 -1
  48. package/dist/styles/lib/components/List/List.css.mjs +4 -4
  49. package/dist/styles/lib/components/Loader/Loader.css.mjs +7 -7
  50. package/dist/styles/lib/components/MenuItem/useMenuItem.css.mjs +1 -1
  51. package/dist/styles/lib/components/MenuRenderer/MenuRenderer.css.mjs +5 -5
  52. package/dist/styles/lib/components/MonthPicker/MonthPicker.css.mjs +1 -1
  53. package/dist/styles/lib/components/OverflowMenu/OverflowMenu.css.mjs +1 -1
  54. package/dist/styles/lib/components/Pagination/Pagination.css.mjs +6 -6
  55. package/dist/styles/lib/components/Rating/Rating.css.mjs +6 -6
  56. package/dist/styles/lib/components/Stepper/Stepper.css.mjs +21 -21
  57. package/dist/styles/lib/components/Tabs/Tabs.css.mjs +17 -17
  58. package/dist/styles/lib/components/Tag/Tag.css.mjs +1 -1
  59. package/dist/styles/lib/components/TextDropdown/TextDropdown.css.mjs +4 -4
  60. package/dist/styles/lib/components/TextLink/TextLink.css.mjs +8 -8
  61. package/dist/styles/lib/components/Textarea/Highlight/Highlight.css.mjs +1 -1
  62. package/dist/styles/lib/components/Textarea/Textarea.css.mjs +3 -3
  63. package/dist/styles/lib/components/Tiles/Tiles.css.mjs +5 -5
  64. package/dist/styles/lib/components/Toggle/Toggle.css.mjs +20 -20
  65. package/dist/styles/lib/components/TooltipRenderer/TooltipRenderer.css.cjs +1 -5
  66. package/dist/styles/lib/components/TooltipRenderer/TooltipRenderer.css.mjs +7 -11
  67. package/dist/styles/lib/components/icons/IconArrow/IconArrow.css.mjs +4 -4
  68. package/dist/styles/lib/components/icons/IconChevron/IconChevron.css.mjs +4 -4
  69. package/dist/styles/lib/components/icons/IconThumb/IconThumb.css.mjs +2 -2
  70. package/dist/styles/lib/components/private/AvoidWidowIcon/AvoidWidowIcon.css.mjs +1 -1
  71. package/dist/styles/lib/components/private/Field/Field.css.mjs +8 -8
  72. package/dist/styles/lib/components/private/InlineField/InlineField.css.mjs +17 -17
  73. package/dist/styles/lib/components/private/Keyline/Keyline.css.cjs +4 -0
  74. package/dist/styles/lib/components/private/Keyline/Keyline.css.mjs +11 -7
  75. package/dist/styles/lib/components/private/Modal/Modal.css.mjs +16 -16
  76. package/dist/styles/lib/components/private/Modal/ModalExternalGutter.mjs +1 -1
  77. package/dist/styles/lib/components/private/Placeholder/Placeholder.css.mjs +6 -6
  78. package/dist/styles/lib/components/private/Truncate/Truncate.css.mjs +1 -1
  79. package/dist/styles/lib/components/private/hideFocusRings/hideFocusRings.css.mjs +2 -2
  80. package/dist/styles/lib/components/private/hideFocusRings/hideFocusRingsDataAttribute.mjs +1 -1
  81. package/dist/styles/lib/components/private/touchable/debugTouchable.mjs +1 -1
  82. package/dist/styles/lib/components/private/touchable/hitArea.mjs +1 -1
  83. package/dist/styles/lib/components/private/touchable/virtualTouchable.css.mjs +4 -4
  84. package/dist/styles/lib/components/private/touchable/virtualTouchableRules.mjs +2 -2
  85. package/dist/styles/lib/components/useToast/Toast.css.mjs +1 -1
  86. package/dist/styles/lib/css/atoms/atomicProperties.mjs +6 -6
  87. package/dist/styles/lib/css/atoms/atoms.mjs +3 -3
  88. package/dist/styles/lib/css/atoms/sprinkles.css.mjs +8 -8
  89. package/dist/styles/lib/css/breakpoints.mjs +2 -2
  90. package/dist/styles/lib/css/colorModeStyle.mjs +2 -2
  91. package/dist/styles/lib/css/lineHeightContainer.css.mjs +3 -3
  92. package/dist/styles/lib/css/negativeMargin/negativeMargin.css.cjs +4 -9
  93. package/dist/styles/lib/css/negativeMargin/negativeMargin.css.mjs +3 -8
  94. package/dist/styles/lib/css/reset/reset.css.mjs +3 -3
  95. package/dist/styles/lib/css/responsiveStyle.cjs +2 -2
  96. package/dist/styles/lib/css/responsiveStyle.mjs +3 -3
  97. package/dist/styles/lib/css/textAlignedToIcon.css.mjs +3 -3
  98. package/dist/styles/lib/css/typography.css.cjs +1 -16
  99. package/dist/styles/lib/css/typography.css.mjs +5 -20
  100. package/dist/styles/lib/hooks/useIcon/icon.css.mjs +8 -8
  101. package/dist/styles/lib/themes/apac/apacTheme.css.mjs +3 -3
  102. package/dist/styles/lib/themes/apac/tokens.mjs +2 -2
  103. package/dist/styles/lib/themes/docs/docsTheme.css.mjs +3 -3
  104. package/dist/styles/lib/themes/docs/tokens.cjs +8 -8
  105. package/dist/styles/lib/themes/docs/tokens.mjs +8 -10
  106. package/dist/styles/lib/themes/makeBraidTheme.mjs +4 -4
  107. package/dist/styles/lib/themes/makeVanillaTheme.cjs +23 -10
  108. package/dist/styles/lib/themes/makeVanillaTheme.mjs +23 -10
  109. package/dist/styles/lib/themes/seekBusiness/seekBusinessTheme.css.mjs +3 -3
  110. package/dist/styles/lib/themes/seekBusiness/tokens.mjs +2 -2
  111. package/dist/styles/lib/themes/vars.css.mjs +3 -3
  112. package/dist/styles/lib/themes/wireframe/tokens.cjs +25 -29
  113. package/dist/styles/lib/themes/wireframe/tokens.mjs +25 -31
  114. package/dist/styles/lib/themes/wireframe/wireframeTheme.css.mjs +3 -3
  115. package/dist/styles/lib/utils/index.mjs +6 -6
  116. package/dist/test.d.ts +1 -890
  117. package/dist/test.mjs +2 -2
  118. package/dist/themes/apac.d.ts +1 -137
  119. package/dist/themes/apac.mjs +2 -2
  120. package/dist/themes/docs.d.ts +1 -137
  121. package/dist/themes/docs.mjs +2 -2
  122. package/dist/themes/seekBusiness.d.ts +1 -137
  123. package/dist/themes/seekBusiness.mjs +2 -2
  124. package/dist/themes/wireframe.d.ts +1 -137
  125. package/dist/themes/wireframe.mjs +2 -2
  126. package/package.json +4 -3
  127. package/playroom/FrameComponent/index.d.ts +2 -0
  128. package/playroom/FrameComponent/package.json +1 -1
  129. package/playroom/components/index.d.ts +1 -0
  130. package/playroom/components/package.json +1 -1
  131. package/playroom/scope/index.d.ts +2 -0
  132. package/playroom/scope/package.json +1 -1
  133. package/playroom/snippets/index.d.ts +2 -0
  134. package/playroom/snippets/package.json +1 -1
  135. package/reset/index.d.ts +1 -0
  136. package/reset/package.json +1 -1
  137. package/test/index.d.ts +1 -0
  138. package/test/package.json +1 -1
  139. package/themes/apac/index.d.ts +2 -0
  140. package/themes/apac/package.json +1 -1
  141. package/themes/docs/index.d.ts +2 -0
  142. package/themes/docs/package.json +1 -1
  143. package/themes/seekBusiness/index.d.ts +2 -0
  144. package/themes/seekBusiness/package.json +1 -1
  145. package/themes/wireframe/index.d.ts +2 -0
  146. package/themes/wireframe/package.json +1 -1
  147. package/dist/styles/lib/components/Badge/Badge.css.cjs +0 -27
  148. package/dist/styles/lib/components/Badge/Badge.css.mjs +0 -28
package/dist/test.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
- import { t as themes } from "./side-effects/lib/themes/index.mjs";
3
- import { c as BraidTestProviderContext, b as breakpointContext, B as BraidProvider } from "./side-effects/lib/components/BraidProvider/BraidProvider.mjs";
2
+ import { themes } from "./side-effects/lib/themes/index.mjs";
3
+ import { BraidTestProviderContext, breakpointContext, BraidProvider } from "./side-effects/lib/components/BraidProvider/BraidProvider.mjs";
4
4
  const BraidTestProvider = ({
5
5
  themeName = "wireframe",
6
6
  breakpoint = null,
@@ -1,137 +1 @@
1
- declare const _default: {
2
- vanillaTheme: string;
3
- name: string;
4
- displayName: string;
5
- background: {
6
- lightMode: string;
7
- darkMode: string;
8
- };
9
- webFonts: {
10
- linkTag: string;
11
- }[];
12
- space: {
13
- grid: number;
14
- space: {
15
- gutter: number;
16
- xxsmall: number;
17
- xsmall: number;
18
- small: number;
19
- medium: number;
20
- large: number;
21
- xlarge: number;
22
- xxlarge: number;
23
- };
24
- };
25
- color: {
26
- foreground: {
27
- brandAccentLight: string;
28
- brandAccent: string;
29
- cautionLight: string;
30
- caution: string;
31
- criticalLight: string;
32
- critical: string;
33
- formAccentLight: string;
34
- formAccent: string;
35
- infoLight: string;
36
- info: string;
37
- linkLight: string;
38
- link: string;
39
- linkHover: string;
40
- linkVisited: string;
41
- linkLightVisited: string;
42
- neutral: string;
43
- neutralInverted: string;
44
- positiveLight: string;
45
- positive: string;
46
- promoteLight: string;
47
- promote: string;
48
- rating: string;
49
- secondary: string;
50
- secondaryInverted: string;
51
- };
52
- background: {
53
- body: string;
54
- bodyDark: string;
55
- brand: string;
56
- brandAccent: string;
57
- brandAccentActive: string;
58
- brandAccentHover: string;
59
- brandAccentSoft: string;
60
- brandAccentSoftActive: string;
61
- brandAccentSoftHover: string;
62
- caution: string;
63
- cautionLight: string;
64
- critical: string;
65
- criticalActive: string;
66
- criticalHover: string;
67
- criticalLight: string;
68
- criticalSoft: string;
69
- criticalSoftActive: string;
70
- criticalSoftHover: string;
71
- formAccent: string;
72
- formAccentActive: string;
73
- formAccentHover: string;
74
- formAccentSoft: string;
75
- formAccentSoftActive: string;
76
- formAccentSoftHover: string;
77
- info: string;
78
- infoLight: string;
79
- neutral: string;
80
- neutralActive: string;
81
- neutralHover: string;
82
- neutralLight: string;
83
- neutralSoft: string;
84
- neutralSoftActive: string;
85
- neutralSoftHover: string;
86
- positive: string;
87
- positiveLight: string;
88
- promote: string;
89
- promoteLight: string;
90
- surface: string;
91
- surfaceDark: string;
92
- };
93
- };
94
- backgroundLightness: {
95
- body: "light" | "dark";
96
- bodyDark: "light" | "dark";
97
- brand: "light" | "dark";
98
- brandAccent: "light" | "dark";
99
- brandAccentActive: "light" | "dark";
100
- brandAccentHover: "light" | "dark";
101
- brandAccentSoft: "light" | "dark";
102
- brandAccentSoftActive: "light" | "dark";
103
- brandAccentSoftHover: "light" | "dark";
104
- caution: "light" | "dark";
105
- cautionLight: "light" | "dark";
106
- critical: "light" | "dark";
107
- criticalActive: "light" | "dark";
108
- criticalHover: "light" | "dark";
109
- criticalLight: "light" | "dark";
110
- criticalSoft: "light" | "dark";
111
- criticalSoftActive: "light" | "dark";
112
- criticalSoftHover: "light" | "dark";
113
- formAccent: "light" | "dark";
114
- formAccentActive: "light" | "dark";
115
- formAccentHover: "light" | "dark";
116
- formAccentSoft: "light" | "dark";
117
- formAccentSoftActive: "light" | "dark";
118
- formAccentSoftHover: "light" | "dark";
119
- info: "light" | "dark";
120
- infoLight: "light" | "dark";
121
- neutral: "light" | "dark";
122
- neutralActive: "light" | "dark";
123
- neutralHover: "light" | "dark";
124
- neutralLight: "light" | "dark";
125
- neutralSoft: "light" | "dark";
126
- neutralSoftActive: "light" | "dark";
127
- neutralSoftHover: "light" | "dark";
128
- positive: "light" | "dark";
129
- positiveLight: "light" | "dark";
130
- promote: "light" | "dark";
131
- promoteLight: "light" | "dark";
132
- surface: "light" | "dark";
133
- surfaceDark: "light" | "dark";
134
- };
135
- };
136
-
137
- export { _default as default };
1
+ export { _default$2 as default } from '../reset.js';
@@ -1,4 +1,4 @@
1
- import { a } from "../styles/lib/themes/apac/apacTheme.css.mjs";
1
+ import { apacTheme_css } from "../styles/lib/themes/apac/apacTheme.css.mjs";
2
2
  export {
3
- a as default
3
+ apacTheme_css as default
4
4
  };
@@ -1,137 +1 @@
1
- declare const _default: {
2
- vanillaTheme: string;
3
- name: string;
4
- displayName: string;
5
- background: {
6
- lightMode: string;
7
- darkMode: string;
8
- };
9
- webFonts: {
10
- linkTag: string;
11
- }[];
12
- space: {
13
- grid: number;
14
- space: {
15
- gutter: number;
16
- xxsmall: number;
17
- xsmall: number;
18
- small: number;
19
- medium: number;
20
- large: number;
21
- xlarge: number;
22
- xxlarge: number;
23
- };
24
- };
25
- color: {
26
- foreground: {
27
- brandAccentLight: string;
28
- brandAccent: string;
29
- cautionLight: string;
30
- caution: string;
31
- criticalLight: string;
32
- critical: string;
33
- formAccentLight: string;
34
- formAccent: string;
35
- infoLight: string;
36
- info: string;
37
- linkLight: string;
38
- link: string;
39
- linkHover: string;
40
- linkVisited: string;
41
- linkLightVisited: string;
42
- neutral: string;
43
- neutralInverted: string;
44
- positiveLight: string;
45
- positive: string;
46
- promoteLight: string;
47
- promote: string;
48
- rating: string;
49
- secondary: string;
50
- secondaryInverted: string;
51
- };
52
- background: {
53
- body: string;
54
- bodyDark: string;
55
- brand: string;
56
- brandAccent: string;
57
- brandAccentActive: string;
58
- brandAccentHover: string;
59
- brandAccentSoft: string;
60
- brandAccentSoftActive: string;
61
- brandAccentSoftHover: string;
62
- caution: string;
63
- cautionLight: string;
64
- critical: string;
65
- criticalActive: string;
66
- criticalHover: string;
67
- criticalLight: string;
68
- criticalSoft: string;
69
- criticalSoftActive: string;
70
- criticalSoftHover: string;
71
- formAccent: string;
72
- formAccentActive: string;
73
- formAccentHover: string;
74
- formAccentSoft: string;
75
- formAccentSoftActive: string;
76
- formAccentSoftHover: string;
77
- info: string;
78
- infoLight: string;
79
- neutral: string;
80
- neutralActive: string;
81
- neutralHover: string;
82
- neutralLight: string;
83
- neutralSoft: string;
84
- neutralSoftActive: string;
85
- neutralSoftHover: string;
86
- positive: string;
87
- positiveLight: string;
88
- promote: string;
89
- promoteLight: string;
90
- surface: string;
91
- surfaceDark: string;
92
- };
93
- };
94
- backgroundLightness: {
95
- body: "light" | "dark";
96
- bodyDark: "light" | "dark";
97
- brand: "light" | "dark";
98
- brandAccent: "light" | "dark";
99
- brandAccentActive: "light" | "dark";
100
- brandAccentHover: "light" | "dark";
101
- brandAccentSoft: "light" | "dark";
102
- brandAccentSoftActive: "light" | "dark";
103
- brandAccentSoftHover: "light" | "dark";
104
- caution: "light" | "dark";
105
- cautionLight: "light" | "dark";
106
- critical: "light" | "dark";
107
- criticalActive: "light" | "dark";
108
- criticalHover: "light" | "dark";
109
- criticalLight: "light" | "dark";
110
- criticalSoft: "light" | "dark";
111
- criticalSoftActive: "light" | "dark";
112
- criticalSoftHover: "light" | "dark";
113
- formAccent: "light" | "dark";
114
- formAccentActive: "light" | "dark";
115
- formAccentHover: "light" | "dark";
116
- formAccentSoft: "light" | "dark";
117
- formAccentSoftActive: "light" | "dark";
118
- formAccentSoftHover: "light" | "dark";
119
- info: "light" | "dark";
120
- infoLight: "light" | "dark";
121
- neutral: "light" | "dark";
122
- neutralActive: "light" | "dark";
123
- neutralHover: "light" | "dark";
124
- neutralLight: "light" | "dark";
125
- neutralSoft: "light" | "dark";
126
- neutralSoftActive: "light" | "dark";
127
- neutralSoftHover: "light" | "dark";
128
- positive: "light" | "dark";
129
- positiveLight: "light" | "dark";
130
- promote: "light" | "dark";
131
- promoteLight: "light" | "dark";
132
- surface: "light" | "dark";
133
- surfaceDark: "light" | "dark";
134
- };
135
- };
136
-
137
- export { _default as default };
1
+ export { _default$3 as default } from '../reset.js';
@@ -1,4 +1,4 @@
1
- import { d } from "../styles/lib/themes/docs/docsTheme.css.mjs";
1
+ import { docsTheme_css } from "../styles/lib/themes/docs/docsTheme.css.mjs";
2
2
  export {
3
- d as default
3
+ docsTheme_css as default
4
4
  };
@@ -1,137 +1 @@
1
- declare const _default: {
2
- vanillaTheme: string;
3
- name: string;
4
- displayName: string;
5
- background: {
6
- lightMode: string;
7
- darkMode: string;
8
- };
9
- webFonts: {
10
- linkTag: string;
11
- }[];
12
- space: {
13
- grid: number;
14
- space: {
15
- gutter: number;
16
- xxsmall: number;
17
- xsmall: number;
18
- small: number;
19
- medium: number;
20
- large: number;
21
- xlarge: number;
22
- xxlarge: number;
23
- };
24
- };
25
- color: {
26
- foreground: {
27
- brandAccentLight: string;
28
- brandAccent: string;
29
- cautionLight: string;
30
- caution: string;
31
- criticalLight: string;
32
- critical: string;
33
- formAccentLight: string;
34
- formAccent: string;
35
- infoLight: string;
36
- info: string;
37
- linkLight: string;
38
- link: string;
39
- linkHover: string;
40
- linkVisited: string;
41
- linkLightVisited: string;
42
- neutral: string;
43
- neutralInverted: string;
44
- positiveLight: string;
45
- positive: string;
46
- promoteLight: string;
47
- promote: string;
48
- rating: string;
49
- secondary: string;
50
- secondaryInverted: string;
51
- };
52
- background: {
53
- body: string;
54
- bodyDark: string;
55
- brand: string;
56
- brandAccent: string;
57
- brandAccentActive: string;
58
- brandAccentHover: string;
59
- brandAccentSoft: string;
60
- brandAccentSoftActive: string;
61
- brandAccentSoftHover: string;
62
- caution: string;
63
- cautionLight: string;
64
- critical: string;
65
- criticalActive: string;
66
- criticalHover: string;
67
- criticalLight: string;
68
- criticalSoft: string;
69
- criticalSoftActive: string;
70
- criticalSoftHover: string;
71
- formAccent: string;
72
- formAccentActive: string;
73
- formAccentHover: string;
74
- formAccentSoft: string;
75
- formAccentSoftActive: string;
76
- formAccentSoftHover: string;
77
- info: string;
78
- infoLight: string;
79
- neutral: string;
80
- neutralActive: string;
81
- neutralHover: string;
82
- neutralLight: string;
83
- neutralSoft: string;
84
- neutralSoftActive: string;
85
- neutralSoftHover: string;
86
- positive: string;
87
- positiveLight: string;
88
- promote: string;
89
- promoteLight: string;
90
- surface: string;
91
- surfaceDark: string;
92
- };
93
- };
94
- backgroundLightness: {
95
- body: "light" | "dark";
96
- bodyDark: "light" | "dark";
97
- brand: "light" | "dark";
98
- brandAccent: "light" | "dark";
99
- brandAccentActive: "light" | "dark";
100
- brandAccentHover: "light" | "dark";
101
- brandAccentSoft: "light" | "dark";
102
- brandAccentSoftActive: "light" | "dark";
103
- brandAccentSoftHover: "light" | "dark";
104
- caution: "light" | "dark";
105
- cautionLight: "light" | "dark";
106
- critical: "light" | "dark";
107
- criticalActive: "light" | "dark";
108
- criticalHover: "light" | "dark";
109
- criticalLight: "light" | "dark";
110
- criticalSoft: "light" | "dark";
111
- criticalSoftActive: "light" | "dark";
112
- criticalSoftHover: "light" | "dark";
113
- formAccent: "light" | "dark";
114
- formAccentActive: "light" | "dark";
115
- formAccentHover: "light" | "dark";
116
- formAccentSoft: "light" | "dark";
117
- formAccentSoftActive: "light" | "dark";
118
- formAccentSoftHover: "light" | "dark";
119
- info: "light" | "dark";
120
- infoLight: "light" | "dark";
121
- neutral: "light" | "dark";
122
- neutralActive: "light" | "dark";
123
- neutralHover: "light" | "dark";
124
- neutralLight: "light" | "dark";
125
- neutralSoft: "light" | "dark";
126
- neutralSoftActive: "light" | "dark";
127
- neutralSoftHover: "light" | "dark";
128
- positive: "light" | "dark";
129
- positiveLight: "light" | "dark";
130
- promote: "light" | "dark";
131
- promoteLight: "light" | "dark";
132
- surface: "light" | "dark";
133
- surfaceDark: "light" | "dark";
134
- };
135
- };
136
-
137
- export { _default as default };
1
+ export { _default$4 as default } from '../reset.js';
@@ -1,4 +1,4 @@
1
- import { s } from "../styles/lib/themes/seekBusiness/seekBusinessTheme.css.mjs";
1
+ import { seekBusinessTheme_css } from "../styles/lib/themes/seekBusiness/seekBusinessTheme.css.mjs";
2
2
  export {
3
- s as default
3
+ seekBusinessTheme_css as default
4
4
  };
@@ -1,137 +1 @@
1
- declare const _default: {
2
- vanillaTheme: string;
3
- name: string;
4
- displayName: string;
5
- background: {
6
- lightMode: string;
7
- darkMode: string;
8
- };
9
- webFonts: {
10
- linkTag: string;
11
- }[];
12
- space: {
13
- grid: number;
14
- space: {
15
- gutter: number;
16
- xxsmall: number;
17
- xsmall: number;
18
- small: number;
19
- medium: number;
20
- large: number;
21
- xlarge: number;
22
- xxlarge: number;
23
- };
24
- };
25
- color: {
26
- foreground: {
27
- brandAccentLight: string;
28
- brandAccent: string;
29
- cautionLight: string;
30
- caution: string;
31
- criticalLight: string;
32
- critical: string;
33
- formAccentLight: string;
34
- formAccent: string;
35
- infoLight: string;
36
- info: string;
37
- linkLight: string;
38
- link: string;
39
- linkHover: string;
40
- linkVisited: string;
41
- linkLightVisited: string;
42
- neutral: string;
43
- neutralInverted: string;
44
- positiveLight: string;
45
- positive: string;
46
- promoteLight: string;
47
- promote: string;
48
- rating: string;
49
- secondary: string;
50
- secondaryInverted: string;
51
- };
52
- background: {
53
- body: string;
54
- bodyDark: string;
55
- brand: string;
56
- brandAccent: string;
57
- brandAccentActive: string;
58
- brandAccentHover: string;
59
- brandAccentSoft: string;
60
- brandAccentSoftActive: string;
61
- brandAccentSoftHover: string;
62
- caution: string;
63
- cautionLight: string;
64
- critical: string;
65
- criticalActive: string;
66
- criticalHover: string;
67
- criticalLight: string;
68
- criticalSoft: string;
69
- criticalSoftActive: string;
70
- criticalSoftHover: string;
71
- formAccent: string;
72
- formAccentActive: string;
73
- formAccentHover: string;
74
- formAccentSoft: string;
75
- formAccentSoftActive: string;
76
- formAccentSoftHover: string;
77
- info: string;
78
- infoLight: string;
79
- neutral: string;
80
- neutralActive: string;
81
- neutralHover: string;
82
- neutralLight: string;
83
- neutralSoft: string;
84
- neutralSoftActive: string;
85
- neutralSoftHover: string;
86
- positive: string;
87
- positiveLight: string;
88
- promote: string;
89
- promoteLight: string;
90
- surface: string;
91
- surfaceDark: string;
92
- };
93
- };
94
- backgroundLightness: {
95
- body: "light" | "dark";
96
- bodyDark: "light" | "dark";
97
- brand: "light" | "dark";
98
- brandAccent: "light" | "dark";
99
- brandAccentActive: "light" | "dark";
100
- brandAccentHover: "light" | "dark";
101
- brandAccentSoft: "light" | "dark";
102
- brandAccentSoftActive: "light" | "dark";
103
- brandAccentSoftHover: "light" | "dark";
104
- caution: "light" | "dark";
105
- cautionLight: "light" | "dark";
106
- critical: "light" | "dark";
107
- criticalActive: "light" | "dark";
108
- criticalHover: "light" | "dark";
109
- criticalLight: "light" | "dark";
110
- criticalSoft: "light" | "dark";
111
- criticalSoftActive: "light" | "dark";
112
- criticalSoftHover: "light" | "dark";
113
- formAccent: "light" | "dark";
114
- formAccentActive: "light" | "dark";
115
- formAccentHover: "light" | "dark";
116
- formAccentSoft: "light" | "dark";
117
- formAccentSoftActive: "light" | "dark";
118
- formAccentSoftHover: "light" | "dark";
119
- info: "light" | "dark";
120
- infoLight: "light" | "dark";
121
- neutral: "light" | "dark";
122
- neutralActive: "light" | "dark";
123
- neutralHover: "light" | "dark";
124
- neutralLight: "light" | "dark";
125
- neutralSoft: "light" | "dark";
126
- neutralSoftActive: "light" | "dark";
127
- neutralSoftHover: "light" | "dark";
128
- positive: "light" | "dark";
129
- positiveLight: "light" | "dark";
130
- promote: "light" | "dark";
131
- promoteLight: "light" | "dark";
132
- surface: "light" | "dark";
133
- surfaceDark: "light" | "dark";
134
- };
135
- };
136
-
137
- export { _default as default };
1
+ export { _default$5 as default } from '../reset.js';
@@ -1,4 +1,4 @@
1
- import { w } from "../styles/lib/themes/wireframe/wireframeTheme.css.mjs";
1
+ import { wireframe } from "../styles/lib/themes/wireframe/wireframeTheme.css.mjs";
2
2
  export {
3
- w as default
3
+ wireframe as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-design-system",
3
- "version": "32.1.0",
3
+ "version": "32.2.0",
4
4
  "description": "Themeable design system for the SEEK Group",
5
5
  "homepage": "https://seek-oss.github.io/braid-design-system/",
6
6
  "bugs": {
@@ -119,7 +119,8 @@
119
119
  "themes/wireframe"
120
120
  ],
121
121
  "dependencies": {
122
- "@capsizecss/core": "^3.0.0",
122
+ "@capsizecss/core": "^3.1.0",
123
+ "@capsizecss/metrics": "^1.1.1",
123
124
  "@capsizecss/vanilla-extract": "^1.0.0",
124
125
  "@types/autosuggest-highlight": "^3.1.1",
125
126
  "@types/dedent": "^0.7.0",
@@ -182,7 +183,7 @@
182
183
  "react-dom": "^18.2.0",
183
184
  "react-router-dom": "^6.3.0",
184
185
  "sanitize-html": "^2.7.0",
185
- "sku": "11.7.1",
186
+ "sku": "11.7.2",
186
187
  "svgo": "^2.8.0",
187
188
  "title-case": "^3.0.3"
188
189
  },
@@ -0,0 +1,2 @@
1
+ export * from "../../dist/playroom/FrameComponent";
2
+ export { default } from "../../dist/playroom/FrameComponent";
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "main": "../../dist/playroom/FrameComponent.cjs",
3
3
  "module": "../../dist/playroom/FrameComponent.mjs",
4
- "types": "../../dist/playroom/FrameComponent.d.ts"
4
+ "types": "./index.d.ts"
5
5
  }
@@ -0,0 +1 @@
1
+ export * from "../../dist/playroom/components";
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "main": "../../dist/playroom/components.cjs",
3
3
  "module": "../../dist/playroom/components.mjs",
4
- "types": "../../dist/playroom/components.d.ts"
4
+ "types": "./index.d.ts"
5
5
  }
@@ -0,0 +1,2 @@
1
+ export * from "../../dist/playroom/scope";
2
+ export { default } from "../../dist/playroom/scope";
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "main": "../../dist/playroom/scope.cjs",
3
3
  "module": "../../dist/playroom/scope.mjs",
4
- "types": "../../dist/playroom/scope.d.ts"
4
+ "types": "./index.d.ts"
5
5
  }
@@ -0,0 +1,2 @@
1
+ export * from "../../dist/playroom/snippets";
2
+ export { default } from "../../dist/playroom/snippets";
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "main": "../../dist/playroom/snippets.cjs",
3
3
  "module": "../../dist/playroom/snippets.mjs",
4
- "types": "../../dist/playroom/snippets.d.ts"
4
+ "types": "./index.d.ts"
5
5
  }
@@ -0,0 +1 @@
1
+ export * from "../dist/reset";