braid-design-system 32.16.2 → 32.17.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 +32 -0
- package/README.md +0 -4
- package/dist/index.cjs +18 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +18 -0
- package/dist/lib/components/Accordion/AccordionItem.css.cjs +3 -3
- package/dist/lib/components/Alert/Alert.css.cjs +3 -3
- package/dist/lib/components/Autosuggest/Autosuggest.css.cjs +3 -3
- package/dist/lib/components/Button/Button.css.cjs +3 -3
- package/dist/lib/components/ButtonIcon/ButtonIcon.css.cjs +3 -3
- package/dist/lib/components/Checkbox/resolveCheckedGroup.cjs +9 -1
- package/dist/lib/components/Checkbox/resolveCheckedGroup.mjs +9 -1
- package/dist/lib/components/Column/Column.css.cjs +3 -3
- package/dist/lib/components/ContentBlock/ContentBlock.css.cjs +3 -3
- package/dist/lib/components/Divider/Divider.css.cjs +3 -3
- package/dist/lib/components/Dropdown/Dropdown.css.cjs +3 -3
- package/dist/lib/components/Hidden/Hidden.css.cjs +3 -3
- package/dist/lib/components/HiddenVisually/HiddenVisually.css.cjs +3 -3
- package/dist/lib/components/List/List.css.cjs +3 -3
- package/dist/lib/components/Loader/Loader.css.cjs +3 -3
- package/dist/lib/components/MenuItem/useMenuItem.css.cjs +3 -3
- package/dist/lib/components/MenuItemCheckbox/MenuItemCheckbox.css.cjs +3 -3
- package/dist/lib/components/MenuRenderer/MenuRenderer.css.cjs +3 -3
- package/dist/lib/components/MonthPicker/MonthPicker.css.cjs +3 -3
- package/dist/lib/components/OverflowMenu/OverflowMenu.css.cjs +3 -3
- package/dist/lib/components/Page/Page.css.cjs +3 -3
- package/dist/lib/components/Pagination/Pagination.css.cjs +3 -3
- package/dist/lib/components/Rating/Rating.css.cjs +3 -3
- package/dist/lib/components/Stepper/Stepper.css.cjs +3 -3
- package/dist/lib/components/Tabs/Tabs.css.cjs +3 -3
- package/dist/lib/components/Tag/Tag.css.cjs +3 -3
- package/dist/lib/components/TextDropdown/TextDropdown.css.cjs +3 -3
- package/dist/lib/components/TextLink/TextLink.css.cjs +3 -3
- package/dist/lib/components/Textarea/Highlight/Highlight.css.cjs +3 -3
- package/dist/lib/components/Textarea/Textarea.css.cjs +3 -3
- package/dist/lib/components/Tiles/Tiles.css.cjs +3 -3
- package/dist/lib/components/Toggle/Toggle.css.cjs +3 -3
- package/dist/lib/components/TooltipRenderer/TooltipRenderer.css.cjs +3 -3
- package/dist/lib/components/icons/IconAI/IconAI.cjs +10 -0
- package/dist/lib/components/icons/IconAI/IconAI.mjs +11 -0
- package/dist/lib/components/icons/IconAI/IconAISvg.cjs +20 -0
- package/dist/lib/components/icons/IconAI/IconAISvg.mjs +21 -0
- package/dist/lib/components/icons/IconArrow/IconArrow.css.cjs +3 -3
- package/dist/lib/components/icons/IconCareer/IconCareer.cjs +17 -0
- package/dist/lib/components/icons/IconCareer/IconCareer.mjs +18 -0
- package/dist/lib/components/icons/IconCareer/IconCareerActiveSvg.cjs +21 -0
- package/dist/lib/components/icons/IconCareer/IconCareerActiveSvg.mjs +22 -0
- package/dist/lib/components/icons/IconCareer/IconCareerSvg.cjs +21 -0
- package/dist/lib/components/icons/IconCareer/IconCareerSvg.mjs +22 -0
- package/dist/lib/components/icons/IconCategory/IconCategory.cjs +10 -0
- package/dist/lib/components/icons/IconCategory/IconCategory.mjs +11 -0
- package/dist/lib/components/icons/IconCategory/IconCategorySvg.cjs +20 -0
- package/dist/lib/components/icons/IconCategory/IconCategorySvg.mjs +21 -0
- package/dist/lib/components/icons/IconChevron/IconChevron.css.cjs +3 -3
- package/dist/lib/components/icons/IconCritical/IconCriticalSvg.cjs +5 -6
- package/dist/lib/components/icons/IconCritical/IconCriticalSvg.mjs +5 -6
- package/dist/lib/components/icons/IconExperience/IconExperience.cjs +10 -0
- package/dist/lib/components/icons/IconExperience/IconExperience.mjs +11 -0
- package/dist/lib/components/icons/IconExperience/IconExperienceSvg.cjs +20 -0
- package/dist/lib/components/icons/IconExperience/IconExperienceSvg.mjs +21 -0
- package/dist/lib/components/icons/IconGift/IconGift.cjs +10 -0
- package/dist/lib/components/icons/IconGift/IconGift.mjs +11 -0
- package/dist/lib/components/icons/IconGift/IconGiftSvg.cjs +20 -0
- package/dist/lib/components/icons/IconGift/IconGiftSvg.mjs +21 -0
- package/dist/lib/components/icons/IconGlobe/IconGlobe.cjs +10 -0
- package/dist/lib/components/icons/IconGlobe/IconGlobe.mjs +11 -0
- package/dist/lib/components/icons/IconGlobe/IconGlobeSvg.cjs +20 -0
- package/dist/lib/components/icons/IconGlobe/IconGlobeSvg.mjs +21 -0
- package/dist/lib/components/icons/IconLanguage/IconLanguageSvg.cjs +1 -1
- package/dist/lib/components/icons/IconLanguage/IconLanguageSvg.mjs +1 -1
- package/dist/lib/components/icons/IconRocket/IconRocket.cjs +10 -0
- package/dist/lib/components/icons/IconRocket/IconRocket.mjs +11 -0
- package/dist/lib/components/icons/IconRocket/IconRocketSvg.cjs +20 -0
- package/dist/lib/components/icons/IconRocket/IconRocketSvg.mjs +21 -0
- package/dist/lib/components/icons/IconSentiment/IconSentiment.cjs +26 -0
- package/dist/lib/components/icons/IconSentiment/IconSentiment.mjs +27 -0
- package/dist/lib/components/icons/IconSentiment/IconSentimentNegativeSvg.cjs +27 -0
- package/dist/lib/components/icons/IconSentiment/IconSentimentNegativeSvg.mjs +28 -0
- package/dist/lib/components/icons/IconSentiment/IconSentimentPositiveSvg.cjs +27 -0
- package/dist/lib/components/icons/IconSentiment/IconSentimentPositiveSvg.mjs +28 -0
- package/dist/lib/components/icons/IconSentiment/IconSentimentSvg.cjs +23 -0
- package/dist/lib/components/icons/IconSentiment/IconSentimentSvg.mjs +24 -0
- package/dist/lib/components/icons/IconSkills/IconSkills.cjs +10 -0
- package/dist/lib/components/icons/IconSkills/IconSkills.mjs +11 -0
- package/dist/lib/components/icons/IconSkills/IconSkillsSvg.cjs +20 -0
- package/dist/lib/components/icons/IconSkills/IconSkillsSvg.mjs +21 -0
- package/dist/lib/components/icons/IconThumb/IconThumb.css.cjs +3 -3
- package/dist/lib/components/private/AvoidWidowIcon/AvoidWidowIcon.css.cjs +3 -3
- package/dist/lib/components/private/Field/Field.css.cjs +3 -3
- package/dist/lib/components/private/InlineField/InlineField.css.cjs +3 -3
- package/dist/lib/components/private/InlineField/StyledInput.cjs +18 -9
- package/dist/lib/components/private/InlineField/StyledInput.mjs +18 -9
- package/dist/lib/components/private/Keyline/Keyline.css.cjs +3 -3
- package/dist/lib/components/private/MaxLines/MaxLines.css.cjs +3 -3
- package/dist/lib/components/private/Modal/Modal.css.cjs +3 -3
- package/dist/lib/components/private/Placeholder/Placeholder.css.cjs +3 -3
- package/dist/lib/components/private/hideFocusRings/hideFocusRings.css.cjs +3 -3
- package/dist/lib/components/private/touchable/virtualTouchable.css.cjs +3 -3
- package/dist/lib/components/useToast/Toast.css.cjs +3 -3
- package/dist/lib/css/atoms/sprinkles.css.cjs +3 -3
- package/dist/lib/css/lineHeightContainer.css.cjs +3 -3
- package/dist/lib/css/negativeMargin/negativeMargin.css.cjs +3 -3
- package/dist/lib/css/reset/reset.css.cjs +3 -3
- package/dist/lib/css/textAlignedToIcon.css.cjs +3 -3
- package/dist/lib/css/typography.css.cjs +6 -6
- package/dist/lib/css/typography.css.mjs +1 -1
- package/dist/lib/hooks/useIcon/icon.css.cjs +3 -3
- package/dist/lib/themes/apac/apacTheme.css.cjs +3 -3
- package/dist/lib/themes/baseTokens/apac.cjs +1 -1
- package/dist/lib/themes/baseTokens/apac.mjs +1 -1
- package/dist/lib/themes/docs/docsTheme.css.cjs +3 -3
- package/dist/lib/themes/docs/tokens.cjs +1 -1
- package/dist/lib/themes/docs/tokens.mjs +1 -1
- package/dist/lib/themes/seekBusiness/seekBusinessTheme.css.cjs +3 -3
- package/dist/lib/themes/seekJobs/seekJobs.css.cjs +3 -3
- package/dist/lib/themes/vars.css.cjs +3 -3
- package/dist/lib/themes/wireframe/tokens.cjs +1 -1
- package/dist/lib/themes/wireframe/tokens.mjs +1 -1
- package/dist/lib/themes/wireframe/wireframeTheme.css.cjs +3 -3
- package/dist/playroom/components.cjs +18 -0
- package/dist/playroom/components.d.mts +1 -1
- package/dist/playroom/components.d.ts +1 -1
- package/dist/playroom/components.mjs +18 -0
- package/dist/wireframe.chunk.d.ts +33 -1
- package/package.json +7 -7
- package/dist/lib/css/capsize.css.cjs +0 -79
- package/dist/lib/css/capsize.css.mjs +0 -62
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# braid-design-system
|
|
2
2
|
|
|
3
|
+
## 32.17.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Update semantic icon assets. ([#1481](https://github.com/seek-oss/braid-design-system/pull/1481))
|
|
8
|
+
|
|
9
|
+
`IconCritical`: Move from circle to diamond outline. Increase the visual distinction from `IconInfo`.
|
|
10
|
+
`IconLanguage`: Move from globe to characters. Better represents the concept of language. Previous asset available as `IconGlobe`.
|
|
11
|
+
|
|
12
|
+
**MIGRATION GUIDE**
|
|
13
|
+
|
|
14
|
+
As the above are updates to semantics icons, consumers are unaffected if their usage follows the icon's semantic intent.
|
|
15
|
+
For those choosing the icon based on its visual appearance, please review the usage and consider decoupling from the semantic system icon for safer upgrades.
|
|
16
|
+
|
|
17
|
+
- Add new icons to the library ([#1481](https://github.com/seek-oss/braid-design-system/pull/1481))
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Update Capsize dependencies ([#1477](https://github.com/seek-oss/braid-design-system/pull/1477))
|
|
22
|
+
|
|
23
|
+
## 32.16.3
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- Update Capsize dependencies ([#1456](https://github.com/seek-oss/braid-design-system/pull/1456))
|
|
28
|
+
|
|
29
|
+
- **Checkbox:** Improve tri-state handling ([#1458](https://github.com/seek-oss/braid-design-system/pull/1458))
|
|
30
|
+
|
|
31
|
+
Fixes a bug in [tri-state] `Checkbox` where transitioning from `mixed` to `checked` could result in the visual presentation being out of sync with the desired state.
|
|
32
|
+
|
|
33
|
+
[tri-state]: https://seek-oss.github.io/braid-design-system/components/Checkbox#tri-state-support
|
|
34
|
+
|
|
3
35
|
## 32.16.2
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -82,10 +82,6 @@ export const App = () => (
|
|
|
82
82
|
);
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
## Style Guide Migration
|
|
86
|
-
|
|
87
|
-
If you're migrating from an existing style guide, please refer to the [Style Guide Migration](./docs/Style%20Guide%20Migration.md) guide.
|
|
88
|
-
|
|
89
85
|
## Local Development
|
|
90
86
|
|
|
91
87
|
This project uses [pnpm](https://pnpm.io/) for development dependencies.
|
package/dist/index.cjs
CHANGED
|
@@ -79,9 +79,12 @@ const lib_components_Tiles_Tiles_cjs = require("./lib/components/Tiles/Tiles.cjs
|
|
|
79
79
|
const lib_components_Toggle_Toggle_cjs = require("./lib/components/Toggle/Toggle.cjs");
|
|
80
80
|
const lib_components_useToast_ToastContext_cjs = require("./lib/components/useToast/ToastContext.cjs");
|
|
81
81
|
const lib_components_TooltipRenderer_TooltipRenderer_cjs = require("./lib/components/TooltipRenderer/TooltipRenderer.cjs");
|
|
82
|
+
const lib_components_icons_IconAI_IconAI_cjs = require("./lib/components/icons/IconAI/IconAI.cjs");
|
|
82
83
|
const lib_components_icons_IconAdd_IconAdd_cjs = require("./lib/components/icons/IconAdd/IconAdd.cjs");
|
|
83
84
|
const lib_components_icons_IconArrow_IconArrow_cjs = require("./lib/components/icons/IconArrow/IconArrow.cjs");
|
|
84
85
|
const lib_components_icons_IconBookmark_IconBookmark_cjs = require("./lib/components/icons/IconBookmark/IconBookmark.cjs");
|
|
86
|
+
const lib_components_icons_IconCareer_IconCareer_cjs = require("./lib/components/icons/IconCareer/IconCareer.cjs");
|
|
87
|
+
const lib_components_icons_IconCategory_IconCategory_cjs = require("./lib/components/icons/IconCategory/IconCategory.cjs");
|
|
85
88
|
const lib_components_icons_IconCaution_IconCaution_cjs = require("./lib/components/icons/IconCaution/IconCaution.cjs");
|
|
86
89
|
const lib_components_icons_IconChevron_IconChevron_cjs = require("./lib/components/icons/IconChevron/IconChevron.cjs");
|
|
87
90
|
const lib_components_icons_IconClear_IconClear_cjs = require("./lib/components/icons/IconClear/IconClear.cjs");
|
|
@@ -99,8 +102,11 @@ const lib_components_icons_IconDownload_IconDownload_cjs = require("./lib/compon
|
|
|
99
102
|
const lib_components_icons_IconEdit_IconEdit_cjs = require("./lib/components/icons/IconEdit/IconEdit.cjs");
|
|
100
103
|
const lib_components_icons_IconEducation_IconEducation_cjs = require("./lib/components/icons/IconEducation/IconEducation.cjs");
|
|
101
104
|
const lib_components_icons_IconEnlarge_IconEnlarge_cjs = require("./lib/components/icons/IconEnlarge/IconEnlarge.cjs");
|
|
105
|
+
const lib_components_icons_IconExperience_IconExperience_cjs = require("./lib/components/icons/IconExperience/IconExperience.cjs");
|
|
102
106
|
const lib_components_icons_IconFilter_IconFilter_cjs = require("./lib/components/icons/IconFilter/IconFilter.cjs");
|
|
103
107
|
const lib_components_icons_IconFlag_IconFlag_cjs = require("./lib/components/icons/IconFlag/IconFlag.cjs");
|
|
108
|
+
const lib_components_icons_IconGift_IconGift_cjs = require("./lib/components/icons/IconGift/IconGift.cjs");
|
|
109
|
+
const lib_components_icons_IconGlobe_IconGlobe_cjs = require("./lib/components/icons/IconGlobe/IconGlobe.cjs");
|
|
104
110
|
const lib_components_icons_IconGrid_IconGrid_cjs = require("./lib/components/icons/IconGrid/IconGrid.cjs");
|
|
105
111
|
const lib_components_icons_IconHeart_IconHeart_cjs = require("./lib/components/icons/IconHeart/IconHeart.cjs");
|
|
106
112
|
const lib_components_icons_IconHelp_IconHelp_cjs = require("./lib/components/icons/IconHelp/IconHelp.cjs");
|
|
@@ -136,12 +142,15 @@ const lib_components_icons_IconPromote_IconPromote_cjs = require("./lib/componen
|
|
|
136
142
|
const lib_components_icons_IconRecommended_IconRecommended_cjs = require("./lib/components/icons/IconRecommended/IconRecommended.cjs");
|
|
137
143
|
const lib_components_icons_IconRefresh_IconRefresh_cjs = require("./lib/components/icons/IconRefresh/IconRefresh.cjs");
|
|
138
144
|
const lib_components_icons_IconResume_IconResume_cjs = require("./lib/components/icons/IconResume/IconResume.cjs");
|
|
145
|
+
const lib_components_icons_IconRocket_IconRocket_cjs = require("./lib/components/icons/IconRocket/IconRocket.cjs");
|
|
139
146
|
const lib_components_icons_IconSearch_IconSearch_cjs = require("./lib/components/icons/IconSearch/IconSearch.cjs");
|
|
140
147
|
const lib_components_icons_IconSecurity_IconSecurity_cjs = require("./lib/components/icons/IconSecurity/IconSecurity.cjs");
|
|
141
148
|
const lib_components_icons_IconSend_IconSend_cjs = require("./lib/components/icons/IconSend/IconSend.cjs");
|
|
142
149
|
const lib_components_icons_IconSent_IconSent_cjs = require("./lib/components/icons/IconSent/IconSent.cjs");
|
|
150
|
+
const lib_components_icons_IconSentiment_IconSentiment_cjs = require("./lib/components/icons/IconSentiment/IconSentiment.cjs");
|
|
143
151
|
const lib_components_icons_IconSettings_IconSettings_cjs = require("./lib/components/icons/IconSettings/IconSettings.cjs");
|
|
144
152
|
const lib_components_icons_IconShare_IconShare_cjs = require("./lib/components/icons/IconShare/IconShare.cjs");
|
|
153
|
+
const lib_components_icons_IconSkills_IconSkills_cjs = require("./lib/components/icons/IconSkills/IconSkills.cjs");
|
|
145
154
|
const lib_components_icons_IconSocialFacebook_IconSocialFacebook_cjs = require("./lib/components/icons/IconSocialFacebook/IconSocialFacebook.cjs");
|
|
146
155
|
const lib_components_icons_IconSocialGitHub_IconSocialGitHub_cjs = require("./lib/components/icons/IconSocialGitHub/IconSocialGitHub.cjs");
|
|
147
156
|
const lib_components_icons_IconSocialInstagram_IconSocialInstagram_cjs = require("./lib/components/icons/IconSocialInstagram/IconSocialInstagram.cjs");
|
|
@@ -246,9 +255,12 @@ exports.Toggle = lib_components_Toggle_Toggle_cjs.Toggle;
|
|
|
246
255
|
exports.ToastProvider = lib_components_useToast_ToastContext_cjs.ToastProvider;
|
|
247
256
|
exports.useToast = lib_components_useToast_ToastContext_cjs.useToast;
|
|
248
257
|
exports.TooltipRenderer = lib_components_TooltipRenderer_TooltipRenderer_cjs.TooltipRenderer;
|
|
258
|
+
exports.IconAI = lib_components_icons_IconAI_IconAI_cjs.IconAI;
|
|
249
259
|
exports.IconAdd = lib_components_icons_IconAdd_IconAdd_cjs.IconAdd;
|
|
250
260
|
exports.IconArrow = lib_components_icons_IconArrow_IconArrow_cjs.IconArrow;
|
|
251
261
|
exports.IconBookmark = lib_components_icons_IconBookmark_IconBookmark_cjs.IconBookmark;
|
|
262
|
+
exports.IconCareer = lib_components_icons_IconCareer_IconCareer_cjs.IconCareer;
|
|
263
|
+
exports.IconCategory = lib_components_icons_IconCategory_IconCategory_cjs.IconCategory;
|
|
252
264
|
exports.IconCaution = lib_components_icons_IconCaution_IconCaution_cjs.IconCaution;
|
|
253
265
|
exports.IconChevron = lib_components_icons_IconChevron_IconChevron_cjs.IconChevron;
|
|
254
266
|
exports.IconClear = lib_components_icons_IconClear_IconClear_cjs.IconClear;
|
|
@@ -266,8 +278,11 @@ exports.IconDownload = lib_components_icons_IconDownload_IconDownload_cjs.IconDo
|
|
|
266
278
|
exports.IconEdit = lib_components_icons_IconEdit_IconEdit_cjs.IconEdit;
|
|
267
279
|
exports.IconEducation = lib_components_icons_IconEducation_IconEducation_cjs.IconEducation;
|
|
268
280
|
exports.IconEnlarge = lib_components_icons_IconEnlarge_IconEnlarge_cjs.IconEnlarge;
|
|
281
|
+
exports.IconExperience = lib_components_icons_IconExperience_IconExperience_cjs.IconExperience;
|
|
269
282
|
exports.IconFilter = lib_components_icons_IconFilter_IconFilter_cjs.IconFilter;
|
|
270
283
|
exports.IconFlag = lib_components_icons_IconFlag_IconFlag_cjs.IconFlag;
|
|
284
|
+
exports.IconGift = lib_components_icons_IconGift_IconGift_cjs.IconGift;
|
|
285
|
+
exports.IconGlobe = lib_components_icons_IconGlobe_IconGlobe_cjs.IconGlobe;
|
|
271
286
|
exports.IconGrid = lib_components_icons_IconGrid_IconGrid_cjs.IconGrid;
|
|
272
287
|
exports.IconHeart = lib_components_icons_IconHeart_IconHeart_cjs.IconHeart;
|
|
273
288
|
exports.IconHelp = lib_components_icons_IconHelp_IconHelp_cjs.IconHelp;
|
|
@@ -303,12 +318,15 @@ exports.IconPromote = lib_components_icons_IconPromote_IconPromote_cjs.IconPromo
|
|
|
303
318
|
exports.IconRecommended = lib_components_icons_IconRecommended_IconRecommended_cjs.IconRecommended;
|
|
304
319
|
exports.IconRefresh = lib_components_icons_IconRefresh_IconRefresh_cjs.IconRefresh;
|
|
305
320
|
exports.IconResume = lib_components_icons_IconResume_IconResume_cjs.IconResume;
|
|
321
|
+
exports.IconRocket = lib_components_icons_IconRocket_IconRocket_cjs.IconRocket;
|
|
306
322
|
exports.IconSearch = lib_components_icons_IconSearch_IconSearch_cjs.IconSearch;
|
|
307
323
|
exports.IconSecurity = lib_components_icons_IconSecurity_IconSecurity_cjs.IconSecurity;
|
|
308
324
|
exports.IconSend = lib_components_icons_IconSend_IconSend_cjs.IconSend;
|
|
309
325
|
exports.IconSent = lib_components_icons_IconSent_IconSent_cjs.IconSent;
|
|
326
|
+
exports.IconSentiment = lib_components_icons_IconSentiment_IconSentiment_cjs.IconSentiment;
|
|
310
327
|
exports.IconSettings = lib_components_icons_IconSettings_IconSettings_cjs.IconSettings;
|
|
311
328
|
exports.IconShare = lib_components_icons_IconShare_IconShare_cjs.IconShare;
|
|
329
|
+
exports.IconSkills = lib_components_icons_IconSkills_IconSkills_cjs.IconSkills;
|
|
312
330
|
exports.IconSocialFacebook = lib_components_icons_IconSocialFacebook_IconSocialFacebook_cjs.IconSocialFacebook;
|
|
313
331
|
exports.IconSocialGitHub = lib_components_icons_IconSocialGitHub_IconSocialGitHub_cjs.IconSocialGitHub;
|
|
314
332
|
exports.IconSocialInstagram = lib_components_icons_IconSocialInstagram_IconSocialInstagram_cjs.IconSocialInstagram;
|
package/dist/index.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Accordion, AccordionItem, Actions, Alert, Autosuggest, Badge, Bleed, PublicBox as Box, BoxRenderer, BraidPortal, BraidProvider, Button, ButtonIcon, ButtonLink, Card, Checkbox, CheckboxStandalone, Column, Columns, ContentBlock, Dialog, Disclosure, Divider, Drawer, Dropdown, FieldLabel, FieldMessage, Heading, Hidden, HiddenVisually, IconAdd, IconArrow, IconBookmark, IconCaution, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconFilter, IconFlag, IconGrid, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconLanguage, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconRecommended, IconRefresh, IconRenderer, IconResume, IconSearch, IconSecurity, IconSend, IconSent, IconSettings, IconShare, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialTwitter, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline, Link, LinkComponent, List, Loader, MenuItem, MenuItemCheckbox, MenuItemDivider, MenuItemLink, MenuRenderer, MonthPicker, Notice, OverflowMenu, Page, PageBlock, Pagination, PasswordField, Radio, RadioGroup, RadioItem, Rating, Secondary, Stack, Step, Stepper, Strong, Tab, TabPanel, TabPanels, Tabs, TabsProvider, Tag, Text, TextDropdown, TextField, TextLink, TextLinkButton, Textarea, ThemeNameConsumer, Tiles, ToastProvider, Toggle, TooltipRenderer, filterSuggestions, makeLinkComponent, useBreakpoint, useColor, useResponsiveValue, useSpace, useThemeName, useToast } from './wireframe.chunk.js';
|
|
1
|
+
export { Accordion, AccordionItem, Actions, Alert, Autosuggest, Badge, Bleed, PublicBox as Box, BoxRenderer, BraidPortal, BraidProvider, Button, ButtonIcon, ButtonLink, Card, Checkbox, CheckboxStandalone, Column, Columns, ContentBlock, Dialog, Disclosure, Divider, Drawer, Dropdown, FieldLabel, FieldMessage, Heading, Hidden, HiddenVisually, IconAI, IconAdd, IconArrow, IconBookmark, IconCareer, IconCategory, IconCaution, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconExperience, IconFilter, IconFlag, IconGift, IconGlobe, IconGrid, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconLanguage, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconRecommended, IconRefresh, IconRenderer, IconResume, IconRocket, IconSearch, IconSecurity, IconSend, IconSent, IconSentiment, IconSettings, IconShare, IconSkills, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialTwitter, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline, Link, LinkComponent, List, Loader, MenuItem, MenuItemCheckbox, MenuItemDivider, MenuItemLink, MenuRenderer, MonthPicker, Notice, OverflowMenu, Page, PageBlock, Pagination, PasswordField, Radio, RadioGroup, RadioItem, Rating, Secondary, Stack, Step, Stepper, Strong, Tab, TabPanel, TabPanels, Tabs, TabsProvider, Tag, Text, TextDropdown, TextField, TextLink, TextLinkButton, Textarea, ThemeNameConsumer, Tiles, ToastProvider, Toggle, TooltipRenderer, filterSuggestions, makeLinkComponent, useBreakpoint, useColor, useResponsiveValue, useSpace, useThemeName, useToast } from './wireframe.chunk.js';
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { Accordion, AccordionItem, Actions, Alert, Autosuggest, Badge, Bleed, PublicBox as Box, BoxRenderer, BraidPortal, BraidProvider, Button, ButtonIcon, ButtonLink, Card, Checkbox, CheckboxStandalone, Column, Columns, ContentBlock, Dialog, Disclosure, Divider, Drawer, Dropdown, FieldLabel, FieldMessage, Heading, Hidden, HiddenVisually, IconAdd, IconArrow, IconBookmark, IconCaution, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconFilter, IconFlag, IconGrid, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconLanguage, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconRecommended, IconRefresh, IconRenderer, IconResume, IconSearch, IconSecurity, IconSend, IconSent, IconSettings, IconShare, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialTwitter, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline, Link, LinkComponent, List, Loader, MenuItem, MenuItemCheckbox, MenuItemDivider, MenuItemLink, MenuRenderer, MonthPicker, Notice, OverflowMenu, Page, PageBlock, Pagination, PasswordField, Radio, RadioGroup, RadioItem, Rating, Secondary, Stack, Step, Stepper, Strong, Tab, TabPanel, TabPanels, Tabs, TabsProvider, Tag, Text, TextDropdown, TextField, TextLink, TextLinkButton, Textarea, ThemeNameConsumer, Tiles, ToastProvider, Toggle, TooltipRenderer, filterSuggestions, makeLinkComponent, useBreakpoint, useColor, useResponsiveValue, useSpace, useThemeName, useToast } from './wireframe.chunk.js';
|
|
1
|
+
export { Accordion, AccordionItem, Actions, Alert, Autosuggest, Badge, Bleed, PublicBox as Box, BoxRenderer, BraidPortal, BraidProvider, Button, ButtonIcon, ButtonLink, Card, Checkbox, CheckboxStandalone, Column, Columns, ContentBlock, Dialog, Disclosure, Divider, Drawer, Dropdown, FieldLabel, FieldMessage, Heading, Hidden, HiddenVisually, IconAI, IconAdd, IconArrow, IconBookmark, IconCareer, IconCategory, IconCaution, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconExperience, IconFilter, IconFlag, IconGift, IconGlobe, IconGrid, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconLanguage, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconRecommended, IconRefresh, IconRenderer, IconResume, IconRocket, IconSearch, IconSecurity, IconSend, IconSent, IconSentiment, IconSettings, IconShare, IconSkills, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialTwitter, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline, Link, LinkComponent, List, Loader, MenuItem, MenuItemCheckbox, MenuItemDivider, MenuItemLink, MenuRenderer, MonthPicker, Notice, OverflowMenu, Page, PageBlock, Pagination, PasswordField, Radio, RadioGroup, RadioItem, Rating, Secondary, Stack, Step, Stepper, Strong, Tab, TabPanel, TabPanels, Tabs, TabsProvider, Tag, Text, TextDropdown, TextField, TextLink, TextLinkButton, Textarea, ThemeNameConsumer, Tiles, ToastProvider, Toggle, TooltipRenderer, filterSuggestions, makeLinkComponent, useBreakpoint, useColor, useResponsiveValue, useSpace, useThemeName, useToast } from './wireframe.chunk.js';
|
package/dist/index.mjs
CHANGED
|
@@ -77,9 +77,12 @@ import { Tiles } from "./lib/components/Tiles/Tiles.mjs";
|
|
|
77
77
|
import { Toggle } from "./lib/components/Toggle/Toggle.mjs";
|
|
78
78
|
import { ToastProvider, useToast } from "./lib/components/useToast/ToastContext.mjs";
|
|
79
79
|
import { TooltipRenderer } from "./lib/components/TooltipRenderer/TooltipRenderer.mjs";
|
|
80
|
+
import { IconAI } from "./lib/components/icons/IconAI/IconAI.mjs";
|
|
80
81
|
import { IconAdd } from "./lib/components/icons/IconAdd/IconAdd.mjs";
|
|
81
82
|
import { IconArrow } from "./lib/components/icons/IconArrow/IconArrow.mjs";
|
|
82
83
|
import { IconBookmark } from "./lib/components/icons/IconBookmark/IconBookmark.mjs";
|
|
84
|
+
import { IconCareer } from "./lib/components/icons/IconCareer/IconCareer.mjs";
|
|
85
|
+
import { IconCategory } from "./lib/components/icons/IconCategory/IconCategory.mjs";
|
|
83
86
|
import { IconCaution } from "./lib/components/icons/IconCaution/IconCaution.mjs";
|
|
84
87
|
import { IconChevron } from "./lib/components/icons/IconChevron/IconChevron.mjs";
|
|
85
88
|
import { IconClear } from "./lib/components/icons/IconClear/IconClear.mjs";
|
|
@@ -97,8 +100,11 @@ import { IconDownload } from "./lib/components/icons/IconDownload/IconDownload.m
|
|
|
97
100
|
import { IconEdit } from "./lib/components/icons/IconEdit/IconEdit.mjs";
|
|
98
101
|
import { IconEducation } from "./lib/components/icons/IconEducation/IconEducation.mjs";
|
|
99
102
|
import { IconEnlarge } from "./lib/components/icons/IconEnlarge/IconEnlarge.mjs";
|
|
103
|
+
import { IconExperience } from "./lib/components/icons/IconExperience/IconExperience.mjs";
|
|
100
104
|
import { IconFilter } from "./lib/components/icons/IconFilter/IconFilter.mjs";
|
|
101
105
|
import { IconFlag } from "./lib/components/icons/IconFlag/IconFlag.mjs";
|
|
106
|
+
import { IconGift } from "./lib/components/icons/IconGift/IconGift.mjs";
|
|
107
|
+
import { IconGlobe } from "./lib/components/icons/IconGlobe/IconGlobe.mjs";
|
|
102
108
|
import { IconGrid } from "./lib/components/icons/IconGrid/IconGrid.mjs";
|
|
103
109
|
import { IconHeart } from "./lib/components/icons/IconHeart/IconHeart.mjs";
|
|
104
110
|
import { IconHelp } from "./lib/components/icons/IconHelp/IconHelp.mjs";
|
|
@@ -134,12 +140,15 @@ import { IconPromote } from "./lib/components/icons/IconPromote/IconPromote.mjs"
|
|
|
134
140
|
import { IconRecommended } from "./lib/components/icons/IconRecommended/IconRecommended.mjs";
|
|
135
141
|
import { IconRefresh } from "./lib/components/icons/IconRefresh/IconRefresh.mjs";
|
|
136
142
|
import { IconResume } from "./lib/components/icons/IconResume/IconResume.mjs";
|
|
143
|
+
import { IconRocket } from "./lib/components/icons/IconRocket/IconRocket.mjs";
|
|
137
144
|
import { IconSearch } from "./lib/components/icons/IconSearch/IconSearch.mjs";
|
|
138
145
|
import { IconSecurity } from "./lib/components/icons/IconSecurity/IconSecurity.mjs";
|
|
139
146
|
import { IconSend } from "./lib/components/icons/IconSend/IconSend.mjs";
|
|
140
147
|
import { IconSent } from "./lib/components/icons/IconSent/IconSent.mjs";
|
|
148
|
+
import { IconSentiment } from "./lib/components/icons/IconSentiment/IconSentiment.mjs";
|
|
141
149
|
import { IconSettings } from "./lib/components/icons/IconSettings/IconSettings.mjs";
|
|
142
150
|
import { IconShare } from "./lib/components/icons/IconShare/IconShare.mjs";
|
|
151
|
+
import { IconSkills } from "./lib/components/icons/IconSkills/IconSkills.mjs";
|
|
143
152
|
import { IconSocialFacebook } from "./lib/components/icons/IconSocialFacebook/IconSocialFacebook.mjs";
|
|
144
153
|
import { IconSocialGitHub } from "./lib/components/icons/IconSocialGitHub/IconSocialGitHub.mjs";
|
|
145
154
|
import { IconSocialInstagram } from "./lib/components/icons/IconSocialInstagram/IconSocialInstagram.mjs";
|
|
@@ -194,9 +203,12 @@ export {
|
|
|
194
203
|
Heading,
|
|
195
204
|
Hidden,
|
|
196
205
|
HiddenVisually,
|
|
206
|
+
IconAI,
|
|
197
207
|
IconAdd,
|
|
198
208
|
IconArrow,
|
|
199
209
|
IconBookmark,
|
|
210
|
+
IconCareer,
|
|
211
|
+
IconCategory,
|
|
200
212
|
IconCaution,
|
|
201
213
|
IconChevron,
|
|
202
214
|
IconClear,
|
|
@@ -214,8 +226,11 @@ export {
|
|
|
214
226
|
IconEdit,
|
|
215
227
|
IconEducation,
|
|
216
228
|
IconEnlarge,
|
|
229
|
+
IconExperience,
|
|
217
230
|
IconFilter,
|
|
218
231
|
IconFlag,
|
|
232
|
+
IconGift,
|
|
233
|
+
IconGlobe,
|
|
219
234
|
IconGrid,
|
|
220
235
|
IconHeart,
|
|
221
236
|
IconHelp,
|
|
@@ -252,12 +267,15 @@ export {
|
|
|
252
267
|
IconRefresh,
|
|
253
268
|
IconRenderer,
|
|
254
269
|
IconResume,
|
|
270
|
+
IconRocket,
|
|
255
271
|
IconSearch,
|
|
256
272
|
IconSecurity,
|
|
257
273
|
IconSend,
|
|
258
274
|
IconSent,
|
|
275
|
+
IconSentiment,
|
|
259
276
|
IconSettings,
|
|
260
277
|
IconShare,
|
|
278
|
+
IconSkills,
|
|
261
279
|
IconSocialFacebook,
|
|
262
280
|
IconSocialGitHub,
|
|
263
281
|
IconSocialInstagram,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const 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 lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
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(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
|
+
fileScope.endFileScope();
|
|
20
20
|
exports.button = button;
|
|
21
21
|
exports.focusRing = focusRing;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
21
21
|
exports.closeButton = closeButton;
|
|
22
22
|
exports.closeButtonFocus = closeButtonFocus;
|
|
23
23
|
exports.closeButtonHover = closeButtonHover;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const 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 lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
6
6
|
const lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
7
|
-
|
|
7
|
+
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(lib_css_responsiveStyle_cjs.responsiveStyle({
|
|
|
26
26
|
const groupHeading = css.style({
|
|
27
27
|
textTransform: "uppercase"
|
|
28
28
|
}, "groupHeading");
|
|
29
|
-
|
|
29
|
+
fileScope.endFileScope();
|
|
30
30
|
exports.backdrop = backdrop;
|
|
31
31
|
exports.backdropVisible = backdropVisible;
|
|
32
32
|
exports.groupHeading = groupHeading;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const 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 lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
7
7
|
const lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
8
8
|
const lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
9
|
-
|
|
9
|
+
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
|
+
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 fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
16
16
|
exports.button = button;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const resolveCheckedGroup = (values) =>
|
|
2
|
+
const resolveCheckedGroup = (values) => {
|
|
3
|
+
const checkedCount = values.filter(Boolean).length;
|
|
4
|
+
const someChecked = checkedCount > 0;
|
|
5
|
+
const totalCount = values.length;
|
|
6
|
+
if (someChecked && checkedCount !== totalCount) {
|
|
7
|
+
return "mixed";
|
|
8
|
+
}
|
|
9
|
+
return someChecked;
|
|
10
|
+
};
|
|
3
11
|
exports.resolveCheckedGroup = resolveCheckedGroup;
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
const resolveCheckedGroup = (values) =>
|
|
1
|
+
const resolveCheckedGroup = (values) => {
|
|
2
|
+
const checkedCount = values.filter(Boolean).length;
|
|
3
|
+
const someChecked = checkedCount > 0;
|
|
4
|
+
const totalCount = values.length;
|
|
5
|
+
if (someChecked && checkedCount !== totalCount) {
|
|
6
|
+
return "mixed";
|
|
7
|
+
}
|
|
8
|
+
return someChecked;
|
|
9
|
+
};
|
|
2
10
|
export {
|
|
3
11
|
resolveCheckedGroup
|
|
4
12
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
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 fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
9
9
|
exports.marginAuto = marginAuto;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const lib_css_colorModeStyle_cjs = require("../../css/colorModeStyle.cjs");
|
|
5
5
|
const lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
fileScope.setFileScope("src/lib/components/Divider/Divider.css.ts", "braid-design-system");
|
|
7
7
|
const base = css.style({
|
|
8
8
|
height: 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
|
+
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 fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
5
|
-
|
|
5
|
+
fileScope.setFileScope("src/lib/components/Dropdown/Dropdown.css.ts", "braid-design-system");
|
|
6
6
|
const field = css.style({
|
|
7
7
|
paddingRight: lib_themes_vars_css_cjs.vars.touchableSize
|
|
8
8
|
}, "field");
|
|
9
|
-
|
|
9
|
+
fileScope.endFileScope();
|
|
10
10
|
exports.field = field;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
13
13
|
exports.hiddenOnPrint = hiddenOnPrint;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
12
12
|
exports.root = root;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
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 fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
4
|
const lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
5
5
|
const lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
fileScope.setFileScope("src/lib/components/Loader/Loader.css.ts", "braid-design-system");
|
|
7
7
|
const rootSize = css.styleVariants(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
|
+
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 fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
13
13
|
exports.menuItem = menuItem;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const 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 lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
|
|
6
6
|
const lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
7
|
-
|
|
7
|
+
fileScope.setFileScope("src/lib/components/MenuItemCheckbox/MenuItemCheckbox.css.ts", "braid-design-system");
|
|
8
8
|
const checkboxFieldSize = 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([lib_css_responsiveStyle_cjs.responsiveStyle({
|
|
|
26
26
|
marginTop: crop,
|
|
27
27
|
marginBottom: crop
|
|
28
28
|
}], "checkboxSize");
|
|
29
|
-
|
|
29
|
+
fileScope.endFileScope();
|
|
30
30
|
exports.checkboxSize = checkboxSize;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const 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 lib_themes_vars_css_cjs = require("../../themes/vars.css.cjs");
|
|
6
|
-
|
|
6
|
+
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
|
+
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 fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
14
14
|
exports.nativeInput = nativeInput;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
const
|
|
2
|
+
const fileScope = require("@vanilla-extract/css/fileScope");
|
|
3
3
|
const css = require("@vanilla-extract/css");
|
|
4
|
-
|
|
4
|
+
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
|
+
fileScope.endFileScope();
|
|
9
9
|
exports.triggerOffset = triggerOffset;
|