braid-design-system 32.14.2 → 32.14.4
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 +14 -0
- package/dist/styles/lib/components/Accordion/AccordionItem.css.cjs +3 -3
- package/dist/styles/lib/components/Alert/Alert.css.cjs +3 -3
- package/dist/styles/lib/components/Autosuggest/Autosuggest.cjs +0 -6
- package/dist/styles/lib/components/Autosuggest/Autosuggest.css.cjs +3 -3
- package/dist/styles/lib/components/Autosuggest/Autosuggest.mjs +0 -6
- package/dist/styles/lib/components/Button/Button.css.cjs +3 -3
- package/dist/styles/lib/components/ButtonIcon/ButtonIcon.css.cjs +3 -3
- package/dist/styles/lib/components/Column/Column.css.cjs +3 -3
- package/dist/styles/lib/components/ContentBlock/ContentBlock.css.cjs +3 -3
- package/dist/styles/lib/components/Divider/Divider.css.cjs +3 -3
- package/dist/styles/lib/components/Dropdown/Dropdown.cjs +0 -1
- package/dist/styles/lib/components/Dropdown/Dropdown.css.cjs +3 -3
- package/dist/styles/lib/components/Dropdown/Dropdown.mjs +0 -1
- package/dist/styles/lib/components/Hidden/Hidden.css.cjs +3 -3
- package/dist/styles/lib/components/HiddenVisually/HiddenVisually.css.cjs +3 -3
- package/dist/styles/lib/components/List/List.css.cjs +3 -3
- package/dist/styles/lib/components/Loader/Loader.css.cjs +3 -3
- package/dist/styles/lib/components/MenuItem/useMenuItem.css.cjs +3 -3
- package/dist/styles/lib/components/MenuItemCheckbox/MenuItemCheckbox.css.cjs +3 -3
- package/dist/styles/lib/components/MenuRenderer/MenuRenderer.css.cjs +3 -3
- package/dist/styles/lib/components/MonthPicker/MonthPicker.cjs +0 -1
- package/dist/styles/lib/components/MonthPicker/MonthPicker.css.cjs +3 -3
- package/dist/styles/lib/components/MonthPicker/MonthPicker.mjs +0 -1
- package/dist/styles/lib/components/OverflowMenu/OverflowMenu.css.cjs +3 -3
- package/dist/styles/lib/components/Page/Page.css.cjs +3 -3
- package/dist/styles/lib/components/Pagination/Pagination.css.cjs +3 -3
- package/dist/styles/lib/components/Rating/Rating.css.cjs +3 -3
- package/dist/styles/lib/components/Stepper/Stepper.css.cjs +3 -3
- package/dist/styles/lib/components/Tabs/Tabs.css.cjs +3 -3
- package/dist/styles/lib/components/Tag/Tag.css.cjs +3 -3
- package/dist/styles/lib/components/TextDropdown/TextDropdown.css.cjs +3 -3
- package/dist/styles/lib/components/TextLink/TextLink.css.cjs +3 -3
- package/dist/styles/lib/components/Textarea/Highlight/Highlight.css.cjs +3 -3
- package/dist/styles/lib/components/Textarea/Textarea.cjs +0 -1
- package/dist/styles/lib/components/Textarea/Textarea.css.cjs +3 -3
- package/dist/styles/lib/components/Textarea/Textarea.mjs +0 -1
- package/dist/styles/lib/components/Tiles/Tiles.css.cjs +3 -3
- package/dist/styles/lib/components/Toggle/Toggle.css.cjs +3 -3
- package/dist/styles/lib/components/TooltipRenderer/TooltipRenderer.css.cjs +3 -3
- package/dist/styles/lib/components/icons/IconArrow/IconArrow.css.cjs +3 -3
- package/dist/styles/lib/components/icons/IconChevron/IconChevron.css.cjs +3 -3
- package/dist/styles/lib/components/icons/IconThumb/IconThumb.css.cjs +3 -3
- package/dist/styles/lib/components/private/AvoidWidowIcon/AvoidWidowIcon.css.cjs +3 -3
- package/dist/styles/lib/components/private/Field/Field.cjs +0 -2
- package/dist/styles/lib/components/private/Field/Field.css.cjs +3 -3
- package/dist/styles/lib/components/private/Field/Field.mjs +0 -2
- package/dist/styles/lib/components/private/InlineField/InlineField.css.cjs +3 -3
- package/dist/styles/lib/components/private/Keyline/Keyline.css.cjs +3 -3
- package/dist/styles/lib/components/private/MaxLines/MaxLines.css.cjs +3 -3
- package/dist/styles/lib/components/private/Modal/Modal.css.cjs +3 -3
- package/dist/styles/lib/components/private/Placeholder/Placeholder.cjs +0 -2
- package/dist/styles/lib/components/private/Placeholder/Placeholder.css.cjs +3 -3
- package/dist/styles/lib/components/private/Placeholder/Placeholder.mjs +0 -2
- package/dist/styles/lib/components/private/hideFocusRings/hideFocusRings.css.cjs +3 -3
- package/dist/styles/lib/components/private/touchable/virtualTouchable.css.cjs +3 -3
- package/dist/styles/lib/components/useToast/Toast.css.cjs +3 -3
- package/dist/styles/lib/css/atoms/sprinkles.css.cjs +3 -3
- package/dist/styles/lib/css/capsize.css.cjs +79 -0
- package/dist/styles/lib/css/capsize.css.mjs +62 -0
- package/dist/styles/lib/css/lineHeightContainer.css.cjs +3 -3
- package/dist/styles/lib/css/negativeMargin/negativeMargin.css.cjs +3 -3
- package/dist/styles/lib/css/reset/reset.css.cjs +3 -3
- package/dist/styles/lib/css/textAlignedToIcon.css.cjs +3 -3
- package/dist/styles/lib/css/typography.css.cjs +6 -6
- package/dist/styles/lib/css/typography.css.mjs +1 -1
- package/dist/styles/lib/hooks/useIcon/icon.css.cjs +3 -3
- package/dist/styles/lib/themes/apac/apacTheme.css.cjs +3 -3
- package/dist/styles/lib/themes/docs/docsTheme.css.cjs +3 -3
- package/dist/styles/lib/themes/makeVanillaTheme.cjs +2 -3
- package/dist/styles/lib/themes/makeVanillaTheme.mjs +1 -2
- package/dist/styles/lib/themes/seekBusiness/seekBusinessTheme.css.cjs +3 -3
- package/dist/styles/lib/themes/seekJobs/seekJobs.css.cjs +3 -3
- package/dist/styles/lib/themes/vars.css.cjs +3 -3
- package/dist/styles/lib/themes/wireframe/wireframeTheme.css.cjs +3 -3
- package/dist/wireframe.chunk.d.ts +6 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# braid-design-system
|
|
2
2
|
|
|
3
|
+
## 32.14.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Inline Vanilla Extract styles imported from Capsize ([#1423](https://github.com/seek-oss/braid-design-system/pull/1423))
|
|
8
|
+
|
|
9
|
+
## 32.14.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- **Autosuggest:** Fix aria-label and aria-labelledby features ([#1420](https://github.com/seek-oss/braid-design-system/pull/1420))
|
|
14
|
+
|
|
15
|
+
Fixes an issue where the `aria-label` and `aria-labelledby` props provided by a consumer were being overidden internally by the `Autosuggest` component.
|
|
16
|
+
|
|
3
17
|
## 32.14.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Accordion/AccordionItem.css.ts", "braid-design-system");
|
|
7
7
|
const button = css.style({}, "button");
|
|
8
8
|
const focusRing = css.style({
|
|
9
9
|
top: cssUtils.calc.negate(styles_lib_themes_vars_css_cjs.vars.space.xsmall),
|
|
@@ -16,6 +16,6 @@ const focusRing = css.style({
|
|
|
16
16
|
}
|
|
17
17
|
}
|
|
18
18
|
}, "focusRing");
|
|
19
|
-
|
|
19
|
+
__vanilla_filescope__.endFileScope();
|
|
20
20
|
exports.button = button;
|
|
21
21
|
exports.focusRing = focusRing;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Alert/Alert.css.ts", "braid-design-system");
|
|
5
5
|
const closeButton = css.style({}, "closeButton");
|
|
6
6
|
const closeButtonFocus = css.style({
|
|
7
7
|
selectors: {
|
|
@@ -17,7 +17,7 @@ const closeButtonHover = css.style({
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
}, "closeButtonHover");
|
|
20
|
-
|
|
20
|
+
__vanilla_filescope__.endFileScope();
|
|
21
21
|
exports.closeButton = closeButton;
|
|
22
22
|
exports.closeButtonFocus = closeButtonFocus;
|
|
23
23
|
exports.closeButtonHover = closeButtonHover;
|
|
@@ -255,12 +255,8 @@ const createAccessbilityProps = ({
|
|
|
255
255
|
isOpen
|
|
256
256
|
}) => {
|
|
257
257
|
const menuId = `${id}-menu`;
|
|
258
|
-
const labelId = `${id}-label`;
|
|
259
258
|
const assistiveDescriptionId = `${id}-aria-description`;
|
|
260
259
|
return {
|
|
261
|
-
labelProps: {
|
|
262
|
-
id: labelId
|
|
263
|
-
},
|
|
264
260
|
inputProps: {
|
|
265
261
|
id,
|
|
266
262
|
role: "combobox",
|
|
@@ -269,7 +265,6 @@ const createAccessbilityProps = ({
|
|
|
269
265
|
// backwards compatibility for screenreaders implementing ARIA 1.0
|
|
270
266
|
"aria-controls": menuId,
|
|
271
267
|
"aria-expanded": isOpen,
|
|
272
|
-
"aria-labelledby": labelId,
|
|
273
268
|
"aria-autocomplete": "list",
|
|
274
269
|
"aria-activedescendant": typeof highlightedIndex === "number" ? getItemId(id, highlightedIndex) : void 0,
|
|
275
270
|
"aria-describedby": assistiveDescriptionId,
|
|
@@ -775,7 +770,6 @@ const Autosuggest = React.forwardRef(function({
|
|
|
775
770
|
{
|
|
776
771
|
...restProps,
|
|
777
772
|
id,
|
|
778
|
-
labelId: a11y.labelProps.id,
|
|
779
773
|
value: value.text,
|
|
780
774
|
prefix: void 0,
|
|
781
775
|
secondaryIcon: onClear ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
6
6
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
7
|
-
|
|
7
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Autosuggest/Autosuggest.css.ts", "braid-design-system");
|
|
8
8
|
const backdrop = css.style({
|
|
9
9
|
width: "100vw",
|
|
10
10
|
height: "100vh",
|
|
@@ -26,7 +26,7 @@ const menu = css.style(styles_lib_css_responsiveStyle_cjs.responsiveStyle({
|
|
|
26
26
|
const groupHeading = css.style({
|
|
27
27
|
textTransform: "uppercase"
|
|
28
28
|
}, "groupHeading");
|
|
29
|
-
|
|
29
|
+
__vanilla_filescope__.endFileScope();
|
|
30
30
|
exports.backdrop = backdrop;
|
|
31
31
|
exports.backdropVisible = backdropVisible;
|
|
32
32
|
exports.groupHeading = groupHeading;
|
|
@@ -251,12 +251,8 @@ const createAccessbilityProps = ({
|
|
|
251
251
|
isOpen
|
|
252
252
|
}) => {
|
|
253
253
|
const menuId = `${id}-menu`;
|
|
254
|
-
const labelId = `${id}-label`;
|
|
255
254
|
const assistiveDescriptionId = `${id}-aria-description`;
|
|
256
255
|
return {
|
|
257
|
-
labelProps: {
|
|
258
|
-
id: labelId
|
|
259
|
-
},
|
|
260
256
|
inputProps: {
|
|
261
257
|
id,
|
|
262
258
|
role: "combobox",
|
|
@@ -265,7 +261,6 @@ const createAccessbilityProps = ({
|
|
|
265
261
|
// backwards compatibility for screenreaders implementing ARIA 1.0
|
|
266
262
|
"aria-controls": menuId,
|
|
267
263
|
"aria-expanded": isOpen,
|
|
268
|
-
"aria-labelledby": labelId,
|
|
269
264
|
"aria-autocomplete": "list",
|
|
270
265
|
"aria-activedescendant": typeof highlightedIndex === "number" ? getItemId(id, highlightedIndex) : void 0,
|
|
271
266
|
"aria-describedby": assistiveDescriptionId,
|
|
@@ -771,7 +766,6 @@ const Autosuggest = forwardRef(function({
|
|
|
771
766
|
{
|
|
772
767
|
...restProps,
|
|
773
768
|
id,
|
|
774
|
-
labelId: a11y.labelProps.id,
|
|
775
769
|
value: value.text,
|
|
776
770
|
prefix: void 0,
|
|
777
771
|
secondaryIcon: onClear ? /* @__PURE__ */ jsx(
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const polished = require("polished");
|
|
6
6
|
const styles_lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
7
7
|
const styles_lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
8
8
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
9
|
-
|
|
9
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Button/Button.css.ts", "braid-design-system");
|
|
10
10
|
const root = css.style({
|
|
11
11
|
textDecoration: "none"
|
|
12
12
|
}, "root");
|
|
@@ -132,7 +132,7 @@ const invertedBackgroundsDarkMode = css.styleVariants({
|
|
|
132
132
|
}
|
|
133
133
|
})
|
|
134
134
|
}, "invertedBackgroundsDarkMode");
|
|
135
|
-
|
|
135
|
+
__vanilla_filescope__.endFileScope();
|
|
136
136
|
exports.activeOverlay = activeOverlay;
|
|
137
137
|
exports.bleedVerticallyToCapHeight = bleedVerticallyToCapHeight;
|
|
138
138
|
exports.focusOverlay = focusOverlay;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/ButtonIcon/ButtonIcon.css.ts", "braid-design-system");
|
|
5
5
|
const button = css.style({
|
|
6
6
|
":hover": {
|
|
7
7
|
zIndex: 1
|
|
@@ -12,5 +12,5 @@ const button = css.style({
|
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}, "button");
|
|
15
|
-
|
|
15
|
+
__vanilla_filescope__.endFileScope();
|
|
16
16
|
exports.button = button;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Column/Column.css.ts", "braid-design-system");
|
|
5
5
|
const column = css.style({}, "column");
|
|
6
6
|
const columnContent = css.style({
|
|
7
7
|
selectors: {
|
|
@@ -24,7 +24,7 @@ const width = css.styleVariants({
|
|
|
24
24
|
"3/5": getSizeStyle(3 / 5),
|
|
25
25
|
"4/5": getSizeStyle(4 / 5)
|
|
26
26
|
}, "width");
|
|
27
|
-
|
|
27
|
+
__vanilla_filescope__.endFileScope();
|
|
28
28
|
exports.column = column;
|
|
29
29
|
exports.columnContent = columnContent;
|
|
30
30
|
exports.width = width;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/ContentBlock/ContentBlock.css.ts", "braid-design-system");
|
|
5
5
|
const marginAuto = css.style({
|
|
6
6
|
margin: "0 auto"
|
|
7
7
|
}, "marginAuto");
|
|
8
|
-
|
|
8
|
+
__vanilla_filescope__.endFileScope();
|
|
9
9
|
exports.marginAuto = marginAuto;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const styles_lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Divider/Divider.css.ts", "braid-design-system");
|
|
7
7
|
const base = css.style({
|
|
8
8
|
height: styles_lib_themes_vars_css_cjs.vars.borderWidth.standard
|
|
9
9
|
}, "base");
|
|
@@ -45,7 +45,7 @@ const darkModeWeight = css.styleVariants({
|
|
|
45
45
|
darkMode: darkModeVars
|
|
46
46
|
})
|
|
47
47
|
}, "darkModeWeight");
|
|
48
|
-
|
|
48
|
+
__vanilla_filescope__.endFileScope();
|
|
49
49
|
exports.base = base;
|
|
50
50
|
exports.darkModeWeight = darkModeWeight;
|
|
51
51
|
exports.lightModeWeight = lightModeWeight;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
5
|
-
|
|
5
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Dropdown/Dropdown.css.ts", "braid-design-system");
|
|
6
6
|
const field = css.style({
|
|
7
7
|
paddingRight: styles_lib_themes_vars_css_cjs.vars.touchableSize
|
|
8
8
|
}, "field");
|
|
9
|
-
|
|
9
|
+
__vanilla_filescope__.endFileScope();
|
|
10
10
|
exports.field = field;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Hidden/Hidden.css.ts", "braid-design-system");
|
|
5
5
|
const hiddenOnPrint = css.style({
|
|
6
6
|
"@media": {
|
|
7
7
|
print: {
|
|
@@ -9,5 +9,5 @@ const hiddenOnPrint = css.style({
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}, "hiddenOnPrint");
|
|
12
|
-
|
|
12
|
+
__vanilla_filescope__.endFileScope();
|
|
13
13
|
exports.hiddenOnPrint = hiddenOnPrint;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/HiddenVisually/HiddenVisually.css.ts", "braid-design-system");
|
|
5
5
|
const root = css.style({
|
|
6
6
|
width: 1,
|
|
7
7
|
height: 1,
|
|
8
8
|
clip: "rect(1px, 1px, 1px, 1px)",
|
|
9
9
|
whiteSpace: "nowrap"
|
|
10
10
|
}, "root");
|
|
11
|
-
|
|
11
|
+
__vanilla_filescope__.endFileScope();
|
|
12
12
|
exports.root = root;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/List/List.css.ts", "braid-design-system");
|
|
5
5
|
const currentColor = css.style({
|
|
6
6
|
background: "currentColor"
|
|
7
7
|
}, "currentColor");
|
|
@@ -32,7 +32,7 @@ const minCharacterWidth = [css.style({
|
|
|
32
32
|
const trimGutter = css.style({
|
|
33
33
|
marginRight: `${-dotWidth}ch`
|
|
34
34
|
}, "trimGutter");
|
|
35
|
-
|
|
35
|
+
__vanilla_filescope__.endFileScope();
|
|
36
36
|
exports.currentColor = currentColor;
|
|
37
37
|
exports.minCharacterWidth = minCharacterWidth;
|
|
38
38
|
exports.size = size;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const styles_lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Loader/Loader.css.ts", "braid-design-system");
|
|
7
7
|
const rootSize = css.styleVariants(styles_lib_themes_vars_css_cjs.vars.textSize, ({
|
|
8
8
|
mobile,
|
|
9
9
|
tablet
|
|
@@ -74,7 +74,7 @@ const delay = css.style({
|
|
|
74
74
|
animationDuration: "0.25s",
|
|
75
75
|
animationDelay: `${animationDelayValueInMs}ms`
|
|
76
76
|
}, "delay");
|
|
77
|
-
|
|
77
|
+
__vanilla_filescope__.endFileScope();
|
|
78
78
|
exports.circle = circle;
|
|
79
79
|
exports.currentColor = currentColor;
|
|
80
80
|
exports.delay = delay;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/MenuItem/useMenuItem.css.ts", "braid-design-system");
|
|
5
5
|
const menuItem = css.style({
|
|
6
6
|
selectors: {
|
|
7
7
|
[`&::-moz-focus-inner`]: {
|
|
@@ -9,5 +9,5 @@ const menuItem = css.style({
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
}, "menuItem");
|
|
12
|
-
|
|
12
|
+
__vanilla_filescope__.endFileScope();
|
|
13
13
|
exports.menuItem = menuItem;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
6
6
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
7
|
-
|
|
7
|
+
__vanilla_filescope__.setFileScope("src/lib/components/MenuItemCheckbox/MenuItemCheckbox.css.ts", "braid-design-system");
|
|
8
8
|
const checkboxFieldSize = styles_lib_themes_vars_css_cjs.vars.inlineFieldSize.small;
|
|
9
9
|
const menuItemCapHeight = css.createVar("menuItemCapHeight");
|
|
10
10
|
const crop = css.createVar("crop");
|
|
@@ -26,5 +26,5 @@ const checkboxSize = css.style([styles_lib_css_responsiveStyle_cjs.responsiveSty
|
|
|
26
26
|
marginTop: crop,
|
|
27
27
|
marginBottom: crop
|
|
28
28
|
}], "checkboxSize");
|
|
29
|
-
|
|
29
|
+
__vanilla_filescope__.endFileScope();
|
|
30
30
|
exports.checkboxSize = checkboxSize;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
__vanilla_filescope__.setFileScope("src/lib/components/MenuRenderer/MenuRenderer.css.ts", "braid-design-system");
|
|
7
7
|
const backdrop = css.style({
|
|
8
8
|
width: "100vw",
|
|
9
9
|
height: "100vh"
|
|
@@ -33,7 +33,7 @@ const width = css.styleVariants({
|
|
|
33
33
|
const placementBottom = css.style({
|
|
34
34
|
bottom: "100%"
|
|
35
35
|
}, "placementBottom");
|
|
36
|
-
|
|
36
|
+
__vanilla_filescope__.endFileScope();
|
|
37
37
|
exports.backdrop = backdrop;
|
|
38
38
|
exports.menuIsClosed = menuIsClosed;
|
|
39
39
|
exports.placementBottom = placementBottom;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/MonthPicker/MonthPicker.css.ts", "braid-design-system");
|
|
5
5
|
const nativeInput = css.style({
|
|
6
6
|
selectors: {
|
|
7
7
|
"&::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator, &::-webkit-clear-button": {
|
|
@@ -10,5 +10,5 @@ const nativeInput = css.style({
|
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}, "nativeInput");
|
|
13
|
-
|
|
13
|
+
__vanilla_filescope__.endFileScope();
|
|
14
14
|
exports.nativeInput = nativeInput;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/OverflowMenu/OverflowMenu.css.ts", "braid-design-system");
|
|
5
5
|
const triggerOffset = css.style({
|
|
6
6
|
margin: "-1px -6px"
|
|
7
7
|
}, "triggerOffset");
|
|
8
|
-
|
|
8
|
+
__vanilla_filescope__.endFileScope();
|
|
9
9
|
exports.triggerOffset = triggerOffset;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Page/Page.css.ts", "braid-design-system");
|
|
5
5
|
const heightLimit = css.createVar("heightLimit");
|
|
6
6
|
const fullHeight = css.style({
|
|
7
7
|
minHeight: css.fallbackVar(heightLimit, "100vh")
|
|
8
8
|
}, "fullHeight");
|
|
9
|
-
|
|
9
|
+
__vanilla_filescope__.endFileScope();
|
|
10
10
|
exports.fullHeight = fullHeight;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const styles_lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
5
|
-
|
|
5
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Pagination/Pagination.css.ts", "braid-design-system");
|
|
6
6
|
const hover = css.style({}, "hover");
|
|
7
7
|
const lightModeCurrentKeyline = css.style(styles_lib_css_colorModeStyle_cjs.colorModeStyle({
|
|
8
8
|
lightMode: {
|
|
@@ -24,7 +24,7 @@ const background = css.style({
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}, "background");
|
|
27
|
-
|
|
27
|
+
__vanilla_filescope__.endFileScope();
|
|
28
28
|
exports.background = background;
|
|
29
29
|
exports.current = current;
|
|
30
30
|
exports.darkModeCurrentKeyline = darkModeCurrentKeyline;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const styles_lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Rating/Rating.css.ts", "braid-design-system");
|
|
7
7
|
const lightModeStarColor = css.style(styles_lib_css_colorModeStyle_cjs.colorModeStyle({
|
|
8
8
|
lightMode: {
|
|
9
9
|
color: styles_lib_themes_vars_css_cjs.vars.foregroundColor.rating
|
|
@@ -20,7 +20,7 @@ const starSpacing = css.style({
|
|
|
20
20
|
const textSpacing = css.style({
|
|
21
21
|
paddingLeft: "0.4em"
|
|
22
22
|
}, "textSpacing");
|
|
23
|
-
|
|
23
|
+
__vanilla_filescope__.endFileScope();
|
|
24
24
|
exports.darkModeStarColor = darkModeStarColor;
|
|
25
25
|
exports.lightModeStarColor = lightModeStarColor;
|
|
26
26
|
exports.starSpacing = starSpacing;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_css_atoms_atoms_cjs = require("../../css/atoms/atoms.cjs");
|
|
@@ -7,7 +7,7 @@ const styles_lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs"
|
|
|
7
7
|
const styles_lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
8
8
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
9
9
|
const styles_lib_components_private_hideFocusRings_hideFocusRingsDataAttribute_cjs = require("../private/hideFocusRings/hideFocusRingsDataAttribute.cjs");
|
|
10
|
-
|
|
10
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Stepper/Stepper.css.ts", "braid-design-system");
|
|
11
11
|
const baseColourVar = css.createVar("baseColourVar");
|
|
12
12
|
const highlightVar = css.createVar("highlightVar");
|
|
13
13
|
const stepIndicatorSize = styles_lib_themes_vars_css_cjs.vars.inlineFieldSize.small;
|
|
@@ -149,7 +149,7 @@ const focusOverlay = css.style({
|
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
}, "focusOverlay");
|
|
152
|
-
|
|
152
|
+
__vanilla_filescope__.endFileScope();
|
|
153
153
|
exports.active = active;
|
|
154
154
|
exports.complete = complete;
|
|
155
155
|
exports.focusOverlay = focusOverlay;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
6
6
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
7
|
-
|
|
7
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Tabs/Tabs.css.ts", "braid-design-system");
|
|
8
8
|
const tab = css.style({
|
|
9
9
|
selectors: {
|
|
10
10
|
"&::-moz-focus-inner": {
|
|
@@ -79,7 +79,7 @@ const tabPanelFocusRing = css.style({
|
|
|
79
79
|
const divider = css.style({
|
|
80
80
|
height: styles_lib_themes_vars_css_cjs.vars.borderWidth.standard
|
|
81
81
|
}, "divider");
|
|
82
|
-
|
|
82
|
+
__vanilla_filescope__.endFileScope();
|
|
83
83
|
exports.cropToIconX = cropToIconX;
|
|
84
84
|
exports.divider = divider;
|
|
85
85
|
exports.hoveredTab = hoveredTab;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
__vanilla_filescope__.setFileScope("src/lib/components/Tag/Tag.css.ts", "braid-design-system");
|
|
5
5
|
const clearGutter = css.style({
|
|
6
6
|
paddingLeft: "1px"
|
|
7
7
|
}, "clearGutter");
|
|
8
|
-
|
|
8
|
+
__vanilla_filescope__.endFileScope();
|
|
9
9
|
exports.clearGutter = clearGutter;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const cssUtils = require("@vanilla-extract/css-utils");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
6
|
const styles_lib_components_private_touchable_virtualTouchableRules_cjs = require("../private/touchable/virtualTouchableRules.cjs");
|
|
7
|
-
|
|
7
|
+
__vanilla_filescope__.setFileScope("src/lib/components/TextDropdown/TextDropdown.css.ts", "braid-design-system");
|
|
8
8
|
const select = css.style({
|
|
9
9
|
...styles_lib_components_private_touchable_virtualTouchableRules_cjs.virtualTouchableRules
|
|
10
10
|
}, "select");
|
|
@@ -20,6 +20,6 @@ const focusOverlay = [css.style({
|
|
|
20
20
|
left: cssUtils.calc.negate(styles_lib_themes_vars_css_cjs.vars.space.xxsmall),
|
|
21
21
|
right: cssUtils.calc.negate(styles_lib_themes_vars_css_cjs.vars.space.xxsmall)
|
|
22
22
|
}, "focusOverlay")];
|
|
23
|
-
|
|
23
|
+
__vanilla_filescope__.endFileScope();
|
|
24
24
|
exports.focusOverlay = focusOverlay;
|
|
25
25
|
exports.select = select;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const __vanilla_filescope__ = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const styles_lib_css_atoms_sprinkles_css_cjs = require("../../css/atoms/sprinkles.css.cjs");
|
|
5
5
|
const styles_lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
__vanilla_filescope__.setFileScope("src/lib/components/TextLink/TextLink.css.ts", "braid-design-system");
|
|
7
7
|
const textLinkVars = css.createThemeContract({
|
|
8
8
|
color: null,
|
|
9
9
|
colorHover: null
|
|
@@ -123,7 +123,7 @@ const visitedDarkMode = css.styleVariants({
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
}, "visitedDarkMode");
|
|
126
|
-
|
|
126
|
+
__vanilla_filescope__.endFileScope();
|
|
127
127
|
exports.base = base;
|
|
128
128
|
exports.regularLinkDarkMode = regularLinkDarkMode;
|
|
129
129
|
exports.regularLinkLightMode = regularLinkLightMode;
|