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.
- package/CHANGELOG.md +133 -0
- package/codemod/dist/wrapper.js +181 -183
- package/color-mode/query-param/index.d.ts +1 -0
- package/color-mode/query-param/package.json +1 -1
- package/css/index.d.ts +1 -0
- package/css/package.json +1 -1
- package/dist/ToastContext.chunk.cjs +21 -21
- package/dist/ToastContext.chunk.mjs +120 -120
- package/dist/Toggle.chunk.cjs +22 -32
- package/dist/Toggle.chunk.mjs +199 -209
- package/dist/color-mode/query-param.mjs +1 -1
- package/dist/css.d.ts +1 -667
- package/dist/css.mjs +7 -7
- package/dist/index.d.ts +1 -3952
- package/dist/index.mjs +164 -164
- package/dist/playroom/FrameComponent.d.ts +1 -323
- package/dist/playroom/FrameComponent.mjs +4 -4
- package/dist/playroom/components.d.ts +1 -4027
- package/dist/playroom/components.mjs +124 -124
- package/dist/playroom/scope.d.ts +1 -385
- package/dist/playroom/scope.mjs +4 -4
- package/dist/playroom/snippets.d.ts +1 -7
- package/dist/playroomState.chunk.cjs +1 -1
- package/dist/playroomState.chunk.mjs +3 -3
- package/dist/reset.d.ts +5075 -1
- package/dist/side-effects/lib/components/BraidProvider/BraidProvider.mjs +12 -12
- package/dist/side-effects/lib/css/reset/index.mjs +1 -1
- package/dist/side-effects/lib/css/reset/resetTracker.mjs +2 -2
- package/dist/side-effects/lib/themes/baseTokens/apac.cjs +8 -9
- package/dist/side-effects/lib/themes/baseTokens/apac.mjs +8 -10
- package/dist/side-effects/lib/themes/index.mjs +5 -5
- package/dist/side-effects/lib/themes/makeRuntimeTokens.cjs +4 -10
- package/dist/side-effects/lib/themes/makeRuntimeTokens.mjs +5 -10
- package/dist/side-effects/lib/themes/tokenType.cjs +15 -0
- package/dist/side-effects/lib/themes/tokenType.mjs +16 -0
- package/dist/styles/lib/components/Accordion/AccordionItem.css.mjs +3 -3
- package/dist/styles/lib/components/Alert/Alert.css.mjs +3 -3
- package/dist/styles/lib/components/Autosuggest/Autosuggest.css.mjs +6 -6
- package/dist/styles/lib/components/Button/Button.css.cjs +24 -23
- package/dist/styles/lib/components/Button/Button.css.mjs +39 -38
- package/dist/styles/lib/components/ButtonIcon/ButtonIcon.css.mjs +1 -1
- package/dist/styles/lib/components/Column/Column.css.mjs +3 -3
- package/dist/styles/lib/components/ContentBlock/ContentBlock.css.mjs +1 -1
- package/dist/styles/lib/components/Divider/Divider.css.mjs +7 -7
- package/dist/styles/lib/components/Dropdown/Dropdown.css.mjs +2 -2
- package/dist/styles/lib/components/Hidden/Hidden.css.mjs +1 -1
- package/dist/styles/lib/components/HiddenVisually/HiddenVisually.css.mjs +1 -1
- package/dist/styles/lib/components/List/List.css.mjs +4 -4
- package/dist/styles/lib/components/Loader/Loader.css.mjs +7 -7
- package/dist/styles/lib/components/MenuItem/useMenuItem.css.mjs +1 -1
- package/dist/styles/lib/components/MenuRenderer/MenuRenderer.css.mjs +5 -5
- package/dist/styles/lib/components/MonthPicker/MonthPicker.css.mjs +1 -1
- package/dist/styles/lib/components/OverflowMenu/OverflowMenu.css.mjs +1 -1
- package/dist/styles/lib/components/Pagination/Pagination.css.mjs +6 -6
- package/dist/styles/lib/components/Rating/Rating.css.mjs +6 -6
- package/dist/styles/lib/components/Stepper/Stepper.css.mjs +21 -21
- package/dist/styles/lib/components/Tabs/Tabs.css.mjs +17 -17
- package/dist/styles/lib/components/Tag/Tag.css.mjs +1 -1
- package/dist/styles/lib/components/TextDropdown/TextDropdown.css.mjs +4 -4
- package/dist/styles/lib/components/TextLink/TextLink.css.mjs +8 -8
- package/dist/styles/lib/components/Textarea/Highlight/Highlight.css.mjs +1 -1
- package/dist/styles/lib/components/Textarea/Textarea.css.mjs +3 -3
- package/dist/styles/lib/components/Tiles/Tiles.css.mjs +5 -5
- package/dist/styles/lib/components/Toggle/Toggle.css.mjs +20 -20
- package/dist/styles/lib/components/TooltipRenderer/TooltipRenderer.css.cjs +1 -5
- package/dist/styles/lib/components/TooltipRenderer/TooltipRenderer.css.mjs +7 -11
- package/dist/styles/lib/components/icons/IconArrow/IconArrow.css.mjs +4 -4
- package/dist/styles/lib/components/icons/IconChevron/IconChevron.css.mjs +4 -4
- package/dist/styles/lib/components/icons/IconThumb/IconThumb.css.mjs +2 -2
- package/dist/styles/lib/components/private/AvoidWidowIcon/AvoidWidowIcon.css.mjs +1 -1
- package/dist/styles/lib/components/private/Field/Field.css.mjs +8 -8
- package/dist/styles/lib/components/private/InlineField/InlineField.css.mjs +17 -17
- package/dist/styles/lib/components/private/Keyline/Keyline.css.cjs +4 -0
- package/dist/styles/lib/components/private/Keyline/Keyline.css.mjs +11 -7
- package/dist/styles/lib/components/private/Modal/Modal.css.mjs +16 -16
- package/dist/styles/lib/components/private/Modal/ModalExternalGutter.mjs +1 -1
- package/dist/styles/lib/components/private/Placeholder/Placeholder.css.mjs +6 -6
- package/dist/styles/lib/components/private/Truncate/Truncate.css.mjs +1 -1
- package/dist/styles/lib/components/private/hideFocusRings/hideFocusRings.css.mjs +2 -2
- package/dist/styles/lib/components/private/hideFocusRings/hideFocusRingsDataAttribute.mjs +1 -1
- package/dist/styles/lib/components/private/touchable/debugTouchable.mjs +1 -1
- package/dist/styles/lib/components/private/touchable/hitArea.mjs +1 -1
- package/dist/styles/lib/components/private/touchable/virtualTouchable.css.mjs +4 -4
- package/dist/styles/lib/components/private/touchable/virtualTouchableRules.mjs +2 -2
- package/dist/styles/lib/components/useToast/Toast.css.mjs +1 -1
- package/dist/styles/lib/css/atoms/atomicProperties.mjs +6 -6
- package/dist/styles/lib/css/atoms/atoms.mjs +3 -3
- package/dist/styles/lib/css/atoms/sprinkles.css.mjs +8 -8
- package/dist/styles/lib/css/breakpoints.mjs +2 -2
- package/dist/styles/lib/css/colorModeStyle.mjs +2 -2
- package/dist/styles/lib/css/lineHeightContainer.css.mjs +3 -3
- package/dist/styles/lib/css/negativeMargin/negativeMargin.css.cjs +4 -9
- package/dist/styles/lib/css/negativeMargin/negativeMargin.css.mjs +3 -8
- package/dist/styles/lib/css/reset/reset.css.mjs +3 -3
- package/dist/styles/lib/css/responsiveStyle.cjs +2 -2
- package/dist/styles/lib/css/responsiveStyle.mjs +3 -3
- package/dist/styles/lib/css/textAlignedToIcon.css.mjs +3 -3
- package/dist/styles/lib/css/typography.css.cjs +1 -16
- package/dist/styles/lib/css/typography.css.mjs +5 -20
- package/dist/styles/lib/hooks/useIcon/icon.css.mjs +8 -8
- package/dist/styles/lib/themes/apac/apacTheme.css.mjs +3 -3
- package/dist/styles/lib/themes/apac/tokens.mjs +2 -2
- package/dist/styles/lib/themes/docs/docsTheme.css.mjs +3 -3
- package/dist/styles/lib/themes/docs/tokens.cjs +8 -8
- package/dist/styles/lib/themes/docs/tokens.mjs +8 -10
- package/dist/styles/lib/themes/makeBraidTheme.mjs +4 -4
- package/dist/styles/lib/themes/makeVanillaTheme.cjs +23 -10
- package/dist/styles/lib/themes/makeVanillaTheme.mjs +23 -10
- package/dist/styles/lib/themes/seekBusiness/seekBusinessTheme.css.mjs +3 -3
- package/dist/styles/lib/themes/seekBusiness/tokens.mjs +2 -2
- package/dist/styles/lib/themes/vars.css.mjs +3 -3
- package/dist/styles/lib/themes/wireframe/tokens.cjs +25 -29
- package/dist/styles/lib/themes/wireframe/tokens.mjs +25 -31
- package/dist/styles/lib/themes/wireframe/wireframeTheme.css.mjs +3 -3
- package/dist/styles/lib/utils/index.mjs +6 -6
- package/dist/test.d.ts +1 -890
- package/dist/test.mjs +2 -2
- package/dist/themes/apac.d.ts +1 -137
- package/dist/themes/apac.mjs +2 -2
- package/dist/themes/docs.d.ts +1 -137
- package/dist/themes/docs.mjs +2 -2
- package/dist/themes/seekBusiness.d.ts +1 -137
- package/dist/themes/seekBusiness.mjs +2 -2
- package/dist/themes/wireframe.d.ts +1 -137
- package/dist/themes/wireframe.mjs +2 -2
- package/package.json +4 -3
- package/playroom/FrameComponent/index.d.ts +2 -0
- package/playroom/FrameComponent/package.json +1 -1
- package/playroom/components/index.d.ts +1 -0
- package/playroom/components/package.json +1 -1
- package/playroom/scope/index.d.ts +2 -0
- package/playroom/scope/package.json +1 -1
- package/playroom/snippets/index.d.ts +2 -0
- package/playroom/snippets/package.json +1 -1
- package/reset/index.d.ts +1 -0
- package/reset/package.json +1 -1
- package/test/index.d.ts +1 -0
- package/test/package.json +1 -1
- package/themes/apac/index.d.ts +2 -0
- package/themes/apac/package.json +1 -1
- package/themes/docs/index.d.ts +2 -0
- package/themes/docs/package.json +1 -1
- package/themes/seekBusiness/index.d.ts +2 -0
- package/themes/seekBusiness/package.json +1 -1
- package/themes/wireframe/index.d.ts +2 -0
- package/themes/wireframe/package.json +1 -1
- package/dist/styles/lib/components/Badge/Badge.css.cjs +0 -27
- 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 {
|
|
3
|
-
import {
|
|
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,
|
package/dist/themes/apac.d.ts
CHANGED
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
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';
|
package/dist/themes/apac.mjs
CHANGED
package/dist/themes/docs.d.ts
CHANGED
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
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';
|
package/dist/themes/docs.mjs
CHANGED
|
@@ -1,137 +1 @@
|
|
|
1
|
-
|
|
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,137 +1 @@
|
|
|
1
|
-
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "braid-design-system",
|
|
3
|
-
"version": "32.
|
|
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.
|
|
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.
|
|
186
|
+
"sku": "11.7.2",
|
|
186
187
|
"svgo": "^2.8.0",
|
|
187
188
|
"title-case": "^3.0.3"
|
|
188
189
|
},
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../../dist/playroom/components";
|
package/reset/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "../dist/reset";
|