braid-design-system 33.12.0-grad-connection-20250729214441 → 33.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/CHANGELOG.md +57 -7
  2. package/dist/index.cjs +4 -0
  3. package/dist/index.d.mts +14 -112
  4. package/dist/index.d.ts +14 -112
  5. package/dist/index.mjs +4 -0
  6. package/dist/lib/components/Accordion/AccordionItem.cjs +3 -3
  7. package/dist/lib/components/Accordion/AccordionItem.mjs +3 -3
  8. package/dist/lib/components/Actions/Actions.cjs +14 -2
  9. package/dist/lib/components/Actions/Actions.css.cjs +21 -0
  10. package/dist/lib/components/Actions/Actions.css.mjs +22 -0
  11. package/dist/lib/components/Actions/Actions.mjs +14 -2
  12. package/dist/lib/components/Autosuggest/Autosuggest.cjs +1 -1
  13. package/dist/lib/components/Autosuggest/Autosuggest.mjs +1 -1
  14. package/dist/lib/components/Autosuggest/Autosuggest.playroom.cjs +1 -1
  15. package/dist/lib/components/Autosuggest/Autosuggest.playroom.mjs +1 -1
  16. package/dist/lib/components/BraidTestProvider/BraidTestProvider.cjs +11 -19
  17. package/dist/lib/components/BraidTestProvider/BraidTestProvider.mjs +11 -19
  18. package/dist/lib/components/Button/Button.cjs +3 -3
  19. package/dist/lib/components/Button/Button.css.cjs +10 -1
  20. package/dist/lib/components/Button/Button.css.mjs +11 -2
  21. package/dist/lib/components/Button/Button.mjs +4 -4
  22. package/dist/lib/components/ButtonIcon/ButtonIcon.cjs +3 -2
  23. package/dist/lib/components/ButtonIcon/ButtonIcon.mjs +3 -2
  24. package/dist/lib/components/Disclosure/Disclosure.cjs +1 -1
  25. package/dist/lib/components/Disclosure/Disclosure.mjs +1 -1
  26. package/dist/lib/components/Inline/Inline.css.cjs +1 -0
  27. package/dist/lib/components/Inline/Inline.css.mjs +1 -0
  28. package/dist/lib/components/Link/Link.playroom.cjs +1 -1
  29. package/dist/lib/components/Link/Link.playroom.mjs +1 -1
  30. package/dist/lib/components/MenuItem/useMenuItem.cjs +2 -4
  31. package/dist/lib/components/MenuItem/useMenuItem.mjs +2 -4
  32. package/dist/lib/components/TextLink/TextLink.cjs +1 -1
  33. package/dist/lib/components/TextLink/TextLink.mjs +1 -1
  34. package/dist/lib/components/TextLinkButton/TextLinkButton.cjs +1 -2
  35. package/dist/lib/components/TextLinkButton/TextLinkButton.mjs +1 -2
  36. package/dist/lib/components/icons/IconAttachment/IconAttachmentSvg.cjs +5 -13
  37. package/dist/lib/components/icons/IconAttachment/IconAttachmentSvg.mjs +5 -13
  38. package/dist/lib/components/icons/IconInfo/IconInfoSvg.cjs +2 -3
  39. package/dist/lib/components/icons/IconInfo/IconInfoSvg.mjs +2 -3
  40. package/dist/lib/components/icons/IconLocation/IconLocationSvg.cjs +2 -3
  41. package/dist/lib/components/icons/IconLocation/IconLocationSvg.mjs +2 -3
  42. package/dist/lib/components/icons/IconMicrophone/IconMicrophone.cjs +7 -0
  43. package/dist/lib/components/icons/IconMicrophone/IconMicrophone.mjs +8 -0
  44. package/dist/lib/components/icons/IconMicrophone/IconMicrophoneSvg.cjs +21 -0
  45. package/dist/lib/components/icons/IconMicrophone/IconMicrophoneSvg.mjs +22 -0
  46. package/dist/lib/components/icons/IconSocialTiktok/IconSocialTiktok.cjs +7 -0
  47. package/dist/lib/components/icons/IconSocialTiktok/IconSocialTiktok.mjs +8 -0
  48. package/dist/lib/components/icons/IconSocialTiktok/IconSocialTiktokSvg.cjs +20 -0
  49. package/dist/lib/components/icons/IconSocialTiktok/IconSocialTiktokSvg.mjs +21 -0
  50. package/dist/lib/components/private/Popover/Popover.cjs +6 -10
  51. package/dist/lib/components/private/Popover/Popover.mjs +6 -10
  52. package/dist/lib/hooks/useIcon/index.cjs +2 -2
  53. package/dist/lib/hooks/useIcon/index.mjs +2 -2
  54. package/dist/lib/hooks/useIsomorphicLayoutEffect.cjs +1 -2
  55. package/dist/lib/hooks/useIsomorphicLayoutEffect.mjs +1 -2
  56. package/dist/lib/playroom/snippets.cjs +1 -3
  57. package/dist/lib/playroom/snippets.mjs +1 -3
  58. package/dist/lib/themes/index.cjs +0 -2
  59. package/dist/lib/themes/index.mjs +0 -2
  60. package/dist/playroom/components.cjs +4 -0
  61. package/dist/playroom/components.d.mts +1 -1
  62. package/dist/playroom/components.d.ts +1 -1
  63. package/dist/playroom/components.mjs +4 -0
  64. package/dist/themes/seekBusiness.d.mts +1 -1
  65. package/dist/themes/seekBusiness.d.ts +1 -1
  66. package/dist/themes/seekJobs.d.mts +1 -1
  67. package/dist/themes/seekJobs.d.ts +1 -1
  68. package/dist/themes/wireframe.d.mts +1 -1
  69. package/dist/themes/wireframe.d.ts +1 -1
  70. package/package.json +3 -12
  71. package/dist/lib/playroom/snippets/gradConnHome.cjs +0 -7
  72. package/dist/lib/playroom/snippets/gradConnHome.mjs +0 -8
  73. package/dist/lib/themes/gradConnection/gradConnection.css.cjs +0 -8
  74. package/dist/lib/themes/gradConnection/gradConnection.css.mjs +0 -9
  75. package/dist/lib/themes/gradConnection/index.cjs +0 -2
  76. package/dist/lib/themes/gradConnection/index.mjs +0 -1
  77. package/dist/lib/themes/gradConnection/palette.cjs +0 -42
  78. package/dist/lib/themes/gradConnection/palette.mjs +0 -43
  79. package/dist/lib/themes/gradConnection/tokens.cjs +0 -262
  80. package/dist/lib/themes/gradConnection/tokens.mjs +0 -261
  81. package/dist/themes/gradConnection.cjs +0 -3
  82. package/dist/themes/gradConnection.d.mts +0 -1
  83. package/dist/themes/gradConnection.d.ts +0 -1
  84. package/dist/themes/gradConnection.mjs +0 -4
  85. package/themes/gradConnection/index.d.ts +0 -2
  86. package/themes/gradConnection/package.json +0 -5
package/CHANGELOG.md CHANGED
@@ -1,22 +1,72 @@
1
1
  # braid-design-system
2
2
 
3
- ## 33.12.0-grad-connection-20250729214441
3
+ ## 33.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - **IconInfo:** Update illustration ([#1891](https://github.com/seek-oss/braid-design-system/pull/1891))
8
+
9
+ ## 33.12.0
4
10
 
5
11
  ### Minor Changes
6
12
 
7
- - Add `Grad Connection` theme (ea7b71938c059baefe257a91862adc953a95c1e1)
13
+ - **IconSocialTiktok:** Add component ([#1889](https://github.com/seek-oss/braid-design-system/pull/1889))
8
14
 
9
15
  **EXAMPLE USAGE:**
10
16
 
11
17
  ```jsx
12
- import { BraidProvider } from 'braid-design-system';
13
- import gradConnection from 'braid-design-system/themes/gradConnection';
18
+ <IconSocialTiktok />
19
+ ```
14
20
 
15
- export const App = () => (
16
- <BraidProvider theme={gradConnection}>...</BraidProvider>
17
- );
21
+ - **IconMicrophone:** Add component ([#1887](https://github.com/seek-oss/braid-design-system/pull/1887))
22
+
23
+ **EXAMPLE USAGE:**
24
+
25
+ ```jsx
26
+ <IconMicrophone />
18
27
  ```
19
28
 
29
+ ### Patch Changes
30
+
31
+ - **IconAttachment, IconLocation:** Update artworks to be more rounded and spacious, consistent with the latest design language ([#1887](https://github.com/seek-oss/braid-design-system/pull/1887))
32
+
33
+ ## 33.11.5
34
+
35
+ ### Patch Changes
36
+
37
+ - **Button, ButtonIcon, ButtonLink:** Remove use of deprecated `outline` atoms value, in favour of CSS property ([#1871](https://github.com/seek-oss/braid-design-system/pull/1871))
38
+
39
+ ## 33.11.4
40
+
41
+ ### Patch Changes
42
+
43
+ - **Button, ButtonIcon, ButtonLink:** Ensure active transition is correctly applied ([#1868](https://github.com/seek-oss/braid-design-system/pull/1868))
44
+
45
+ ## 33.11.3
46
+
47
+ ### Patch Changes
48
+
49
+ - **Button, ButtonLink:** Ensure focus ring supports `bleed` layout ([#1866](https://github.com/seek-oss/braid-design-system/pull/1866))
50
+
51
+ Fixes the focus ring layout when combined with the `bleed` prop to ensure the outline wraps the visual boundary of the button.
52
+
53
+ ## 33.11.2
54
+
55
+ ### Patch Changes
56
+
57
+ - **ButtonIcon:** Better match `Tooltip` text size with `size` prop ([#1864](https://github.com/seek-oss/braid-design-system/pull/1864))
58
+
59
+ When using a `small` `ButtonIcon`, the `Tooltip` text size is now set to `small`.
60
+ For other sizes, the text remains at the default `standard` size.
61
+
62
+ ## 33.11.1
63
+
64
+ ### Patch Changes
65
+
66
+ - **Actions:** Ensure full width on mobile ([#1858](https://github.com/seek-oss/braid-design-system/pull/1858))
67
+
68
+ Ensure that the children of an `Action` component are always full width on mobile, including within a centred flex container.
69
+
20
70
  ## 33.11.0
21
71
 
22
72
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -137,6 +137,7 @@ const lib_components_icons_IconList_IconList_cjs = require("./lib/components/ico
137
137
  const lib_components_icons_IconLocation_IconLocation_cjs = require("./lib/components/icons/IconLocation/IconLocation.cjs");
138
138
  const lib_components_icons_IconMail_IconMail_cjs = require("./lib/components/icons/IconMail/IconMail.cjs");
139
139
  const lib_components_icons_IconMessage_IconMessage_cjs = require("./lib/components/icons/IconMessage/IconMessage.cjs");
140
+ const lib_components_icons_IconMicrophone_IconMicrophone_cjs = require("./lib/components/icons/IconMicrophone/IconMicrophone.cjs");
140
141
  const lib_components_icons_IconMinus_IconMinus_cjs = require("./lib/components/icons/IconMinus/IconMinus.cjs");
141
142
  const lib_components_icons_IconMobile_IconMobile_cjs = require("./lib/components/icons/IconMobile/IconMobile.cjs");
142
143
  const lib_components_icons_IconMoney_IconMoney_cjs = require("./lib/components/icons/IconMoney/IconMoney.cjs");
@@ -174,6 +175,7 @@ const lib_components_icons_IconSocialGitHub_IconSocialGitHub_cjs = require("./li
174
175
  const lib_components_icons_IconSocialInstagram_IconSocialInstagram_cjs = require("./lib/components/icons/IconSocialInstagram/IconSocialInstagram.cjs");
175
176
  const lib_components_icons_IconSocialLinkedIn_IconSocialLinkedIn_cjs = require("./lib/components/icons/IconSocialLinkedIn/IconSocialLinkedIn.cjs");
176
177
  const lib_components_icons_IconSocialMedium_IconSocialMedium_cjs = require("./lib/components/icons/IconSocialMedium/IconSocialMedium.cjs");
178
+ const lib_components_icons_IconSocialTiktok_IconSocialTiktok_cjs = require("./lib/components/icons/IconSocialTiktok/IconSocialTiktok.cjs");
177
179
  const lib_components_icons_IconSocialX_IconSocialX_cjs = require("./lib/components/icons/IconSocialX/IconSocialX.cjs");
178
180
  const lib_components_icons_IconSocialYouTube_IconSocialYouTube_cjs = require("./lib/components/icons/IconSocialYouTube/IconSocialYouTube.cjs");
179
181
  const lib_components_icons_IconSort_IconSort_cjs = require("./lib/components/icons/IconSort/IconSort.cjs");
@@ -333,6 +335,7 @@ exports.IconList = lib_components_icons_IconList_IconList_cjs.IconList;
333
335
  exports.IconLocation = lib_components_icons_IconLocation_IconLocation_cjs.IconLocation;
334
336
  exports.IconMail = lib_components_icons_IconMail_IconMail_cjs.IconMail;
335
337
  exports.IconMessage = lib_components_icons_IconMessage_IconMessage_cjs.IconMessage;
338
+ exports.IconMicrophone = lib_components_icons_IconMicrophone_IconMicrophone_cjs.IconMicrophone;
336
339
  exports.IconMinus = lib_components_icons_IconMinus_IconMinus_cjs.IconMinus;
337
340
  exports.IconMobile = lib_components_icons_IconMobile_IconMobile_cjs.IconMobile;
338
341
  exports.IconMoney = lib_components_icons_IconMoney_IconMoney_cjs.IconMoney;
@@ -370,6 +373,7 @@ exports.IconSocialGitHub = lib_components_icons_IconSocialGitHub_IconSocialGitHu
370
373
  exports.IconSocialInstagram = lib_components_icons_IconSocialInstagram_IconSocialInstagram_cjs.IconSocialInstagram;
371
374
  exports.IconSocialLinkedIn = lib_components_icons_IconSocialLinkedIn_IconSocialLinkedIn_cjs.IconSocialLinkedIn;
372
375
  exports.IconSocialMedium = lib_components_icons_IconSocialMedium_IconSocialMedium_cjs.IconSocialMedium;
376
+ exports.IconSocialTiktok = lib_components_icons_IconSocialTiktok_IconSocialTiktok_cjs.IconSocialTiktok;
373
377
  exports.IconSocialX = lib_components_icons_IconSocialX_IconSocialX_cjs.IconSocialX;
374
378
  exports.IconSocialYouTube = lib_components_icons_IconSocialYouTube_IconSocialYouTube_cjs.IconSocialYouTube;
375
379
  exports.IconSort = lib_components_icons_IconSort_IconSort_cjs.IconSort;
package/dist/index.d.mts CHANGED
@@ -4191,6 +4191,9 @@ declare const IconMail: (props: IconMailProps) => react.JSX.Element;
4191
4191
  type IconMessageProps = IconContainerProps;
4192
4192
  declare const IconMessage: (props: IconMessageProps) => react.JSX.Element;
4193
4193
 
4194
+ type IconMicrophoneProps = IconContainerProps;
4195
+ declare const IconMicrophone: (props: IconMicrophoneProps) => react.JSX.Element;
4196
+
4194
4197
  type IconMinusProps = IconContainerProps;
4195
4198
  declare const IconMinus: (props: IconMinusProps) => react.JSX.Element;
4196
4199
 
@@ -4305,6 +4308,9 @@ declare const IconSocialLinkedIn: (props: IconSocialLinkedInProps) => react.JSX.
4305
4308
  type IconSocialMediumProps = IconContainerProps;
4306
4309
  declare const IconSocialMedium: (props: IconSocialMediumProps) => react.JSX.Element;
4307
4310
 
4311
+ type IconSocialTiktokProps = IconContainerProps;
4312
+ declare const IconSocialTiktok: (props: IconSocialTiktokProps) => react.JSX.Element;
4313
+
4308
4314
  type IconSocialXProps = IconContainerProps;
4309
4315
  declare const IconSocialX: (props: IconSocialXProps) => react.JSX.Element;
4310
4316
 
@@ -4541,105 +4547,6 @@ declare function atoms(props: Omit<Atoms, 'background'>): string;
4541
4547
  *
4542
4548
  * Use the `seekJobs` theme instead.
4543
4549
  */
4544
- declare const _default$7: {
4545
- vanillaTheme: string;
4546
- name: string;
4547
- displayName: string;
4548
- legacy: boolean;
4549
- background: {
4550
- lightMode: string;
4551
- darkMode: string;
4552
- };
4553
- webFonts: {
4554
- linkTag: string;
4555
- href: string;
4556
- }[];
4557
- space: {
4558
- grid: number;
4559
- space: {
4560
- gutter: number;
4561
- xxsmall: number;
4562
- xsmall: number;
4563
- small: number;
4564
- medium: number;
4565
- large: number;
4566
- xlarge: number;
4567
- xxlarge: number;
4568
- xxxlarge: number;
4569
- };
4570
- };
4571
- color: {
4572
- foreground: {
4573
- brandAccentLight: string;
4574
- brandAccent: string;
4575
- cautionLight: string;
4576
- caution: string;
4577
- criticalLight: string;
4578
- critical: string;
4579
- formAccentLight: string;
4580
- formAccent: string;
4581
- infoLight: string;
4582
- info: string;
4583
- linkLight: string;
4584
- link: string;
4585
- linkHover: string;
4586
- linkVisited: string;
4587
- linkLightVisited: string;
4588
- neutral: string;
4589
- neutralInverted: string;
4590
- positiveLight: string;
4591
- positive: string;
4592
- promoteLight: string;
4593
- promote: string;
4594
- rating: string;
4595
- secondary: string;
4596
- secondaryInverted: string;
4597
- };
4598
- background: {
4599
- body: string;
4600
- bodyDark: string;
4601
- brand: string;
4602
- brandAccent: string;
4603
- brandAccentActive: string;
4604
- brandAccentHover: string;
4605
- brandAccentSoft: string;
4606
- brandAccentSoftActive: string;
4607
- brandAccentSoftHover: string;
4608
- caution: string;
4609
- cautionLight: string;
4610
- critical: string;
4611
- criticalActive: string;
4612
- criticalHover: string;
4613
- criticalLight: string;
4614
- criticalSoft: string;
4615
- criticalSoftActive: string;
4616
- criticalSoftHover: string;
4617
- formAccent: string;
4618
- formAccentActive: string;
4619
- formAccentHover: string;
4620
- formAccentSoft: string;
4621
- formAccentSoftActive: string;
4622
- formAccentSoftHover: string;
4623
- info: string;
4624
- infoLight: string;
4625
- neutral: string;
4626
- neutralActive: string;
4627
- neutralHover: string;
4628
- neutralLight: string;
4629
- neutralSoft: string;
4630
- neutralSoftActive: string;
4631
- neutralSoftHover: string;
4632
- positive: string;
4633
- positiveLight: string;
4634
- promote: string;
4635
- promoteLight: string;
4636
- surface: string;
4637
- surfaceDark: string;
4638
- };
4639
- };
4640
- backgroundLightness: Record<"body" | "bodyDark" | "brand" | "brandAccent" | "brandAccentActive" | "brandAccentHover" | "brandAccentSoft" | "brandAccentSoftActive" | "brandAccentSoftHover" | "caution" | "cautionLight" | "critical" | "criticalActive" | "criticalHover" | "criticalLight" | "criticalSoft" | "criticalSoftActive" | "criticalSoftHover" | "formAccent" | "formAccentActive" | "formAccentHover" | "formAccentSoft" | "formAccentSoftActive" | "formAccentSoftHover" | "info" | "infoLight" | "neutral" | "neutralActive" | "neutralHover" | "neutralLight" | "neutralSoft" | "neutralSoftActive" | "neutralSoftHover" | "positive" | "positiveLight" | "promote" | "promoteLight" | "surface" | "surfaceDark", "light" | "dark">;
4641
- };
4642
-
4643
4550
  declare const _default$6: {
4644
4551
  vanillaTheme: string;
4645
4552
  name: string;
@@ -5137,12 +5044,11 @@ declare const _default$2: {
5137
5044
 
5138
5045
  declare namespace themes {
5139
5046
  export {
5140
- _default$7 as apac,
5141
- _default$3 as docs,
5142
- _default$2 as gradConnection,
5143
- _default$5 as seekBusiness,
5144
- _default$6 as seekJobs,
5145
- _default$4 as wireframe,
5047
+ _default$6 as apac,
5048
+ _default$2 as docs,
5049
+ _default$4 as seekBusiness,
5050
+ _default$5 as seekJobs,
5051
+ _default$3 as wireframe,
5146
5052
  };
5147
5053
  }
5148
5054
 
@@ -5448,15 +5354,11 @@ declare function useScope(): {
5448
5354
  colorModeValue: (value: Record<"lightMode" | "darkMode", any>) => any;
5449
5355
  };
5450
5356
 
5451
- declare const _default: ({
5452
- group: string;
5453
- name: string;
5454
- code: string;
5455
- } | {
5357
+ declare const _default: {
5456
5358
  group: string;
5457
5359
  name: string;
5458
5360
  code: string;
5459
- })[];
5361
+ }[];
5460
5362
 
5461
- export { Accordion$1 as Accordion, Accordion as Accordion$1, AccordionItem$1 as AccordionItem, AccordionItem as AccordionItem$1, Actions, Alert$1 as Alert, Alert as Alert$1, Autosuggest$1 as Autosuggest, Autosuggest as Autosuggest$1, Badge$1 as Badge, Badge as Badge$1, Bleed$1 as Bleed, Bleed as Bleed$1, PublicBox as Box, Box as Box$1, BoxRenderer, BraidPortal, BraidProvider, BraidTestProvider, Button$1 as Button, Button as Button$1, ButtonIcon$1 as ButtonIcon, ButtonIcon as ButtonIcon$1, ButtonLink$1 as ButtonLink, ButtonLink as ButtonLink$1, Card$1 as Card, Card as Card$1, Checkbox$1 as Checkbox, Checkbox as Checkbox$1, CheckboxStandalone$1 as CheckboxStandalone, CheckboxStandalone as CheckboxStandalone$1, Column, Columns$1 as Columns, Columns as Columns$1, ContentBlock, Dialog$1 as Dialog, Dialog as Dialog$1, Disclosure$1 as Disclosure, Disclosure as Disclosure$1, Divider, Drawer$1 as Drawer, Drawer as Drawer$1, Dropdown$1 as Dropdown, Dropdown as Dropdown$1, FieldLabel$1 as FieldLabel, FieldLabel as FieldLabel$1, FieldMessage$1 as FieldMessage, FieldMessage as FieldMessage$1, Heading$1 as Heading, Heading as Heading$1, Hidden, HiddenVisually, IconAI, IconAdd, IconArrow, IconAttachment, IconBluetooth, IconBold, IconBookmark, IconBulletList, IconCareer, IconCategory, IconCaution, IconChecklist, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCoverLetter, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDisallow, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconExperience, IconFilter, IconFlag, IconGift, IconGlobe, IconGrid, IconHash, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconItalic, IconLanguage, IconLicence, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconNumberedList, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconQR, IconRecommended, IconRedo, IconRefresh, IconRenderer, IconResume, IconRocket, IconSearch, IconSecurity, IconSend, IconSent, IconSentiment, IconSettings, IconShare, IconSkills, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconTitle, IconUndo, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline$1 as Inline, Inline as Inline$1, Link$1 as Link, Link as Link$1, List$1 as List, List as List$1, Loader, MenuItem$1 as MenuItem, MenuItem as MenuItem$1, MenuItemCheckbox$1 as MenuItemCheckbox, MenuItemCheckbox as MenuItemCheckbox$1, MenuItemDivider, MenuItemLink$1 as MenuItemLink, MenuItemLink as MenuItemLink$1, MenuRenderer, MonthPicker$1 as MonthPicker, MonthPicker as MonthPicker$1, Notice$1 as Notice, Notice as Notice$1, OverflowMenu, Page, PageBlock, Pagination$1 as Pagination, Pagination as Pagination$1, PasswordField$1 as PasswordField, PasswordField as PasswordField$1, Placeholder, RadioGroup$1 as RadioGroup, RadioGroup as RadioGroup$1, RadioItem, Rating$1 as Rating, Rating as Rating$1, Secondary, Spread$1 as Spread, Spread as Spread$1, Stack$1 as Stack, Stack as Stack$1, Step$1 as Step, Stepper, Strong, Tab$1 as Tab, Tab as Tab$1, TabPanel, TabPanels, Table, TableBody, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, Tabs$1 as Tabs, Tabs as Tabs$1, TabsProvider, Tag$1 as Tag, Tag as Tag$1, Text, TextDropdown$1 as TextDropdown, TextDropdown as TextDropdown$1, TextField$1 as TextField, TextField as TextField$1, TextLink, TextLinkButton, Textarea$1 as Textarea, Textarea as Textarea$1, ThemeNameConsumer, Tiles$1 as Tiles, Tiles as Tiles$1, ToastProvider, Toggle$1 as Toggle, Toggle as Toggle$1, TooltipRenderer, _default$1 as _default, _default as _default$1, _default$7 as _default$2, _default$3, _default$2 as _default$4, _default$5, _default$6, _default$4 as _default$7, atoms, breakpoints, colorModeStyle, filterSuggestions, globalHeadingStyle, globalTextStyle, makeLinkComponent, outlineStyle, responsiveStyle, useColor, useResponsiveValue, useScope, useSpace, useThemeName, useToast, vars };
5363
+ export { Accordion$1 as Accordion, Accordion as Accordion$1, AccordionItem$1 as AccordionItem, AccordionItem as AccordionItem$1, Actions, Alert$1 as Alert, Alert as Alert$1, Autosuggest$1 as Autosuggest, Autosuggest as Autosuggest$1, Badge$1 as Badge, Badge as Badge$1, Bleed$1 as Bleed, Bleed as Bleed$1, PublicBox as Box, Box as Box$1, BoxRenderer, BraidPortal, BraidProvider, BraidTestProvider, Button$1 as Button, Button as Button$1, ButtonIcon$1 as ButtonIcon, ButtonIcon as ButtonIcon$1, ButtonLink$1 as ButtonLink, ButtonLink as ButtonLink$1, Card$1 as Card, Card as Card$1, Checkbox$1 as Checkbox, Checkbox as Checkbox$1, CheckboxStandalone$1 as CheckboxStandalone, CheckboxStandalone as CheckboxStandalone$1, Column, Columns$1 as Columns, Columns as Columns$1, ContentBlock, Dialog$1 as Dialog, Dialog as Dialog$1, Disclosure$1 as Disclosure, Disclosure as Disclosure$1, Divider, Drawer$1 as Drawer, Drawer as Drawer$1, Dropdown$1 as Dropdown, Dropdown as Dropdown$1, FieldLabel$1 as FieldLabel, FieldLabel as FieldLabel$1, FieldMessage$1 as FieldMessage, FieldMessage as FieldMessage$1, Heading$1 as Heading, Heading as Heading$1, Hidden, HiddenVisually, IconAI, IconAdd, IconArrow, IconAttachment, IconBluetooth, IconBold, IconBookmark, IconBulletList, IconCareer, IconCategory, IconCaution, IconChecklist, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCoverLetter, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDisallow, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconExperience, IconFilter, IconFlag, IconGift, IconGlobe, IconGrid, IconHash, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconItalic, IconLanguage, IconLicence, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMicrophone, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconNumberedList, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconQR, IconRecommended, IconRedo, IconRefresh, IconRenderer, IconResume, IconRocket, IconSearch, IconSecurity, IconSend, IconSent, IconSentiment, IconSettings, IconShare, IconSkills, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialTiktok, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconTitle, IconUndo, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline$1 as Inline, Inline as Inline$1, Link$1 as Link, Link as Link$1, List$1 as List, List as List$1, Loader, MenuItem$1 as MenuItem, MenuItem as MenuItem$1, MenuItemCheckbox$1 as MenuItemCheckbox, MenuItemCheckbox as MenuItemCheckbox$1, MenuItemDivider, MenuItemLink$1 as MenuItemLink, MenuItemLink as MenuItemLink$1, MenuRenderer, MonthPicker$1 as MonthPicker, MonthPicker as MonthPicker$1, Notice$1 as Notice, Notice as Notice$1, OverflowMenu, Page, PageBlock, Pagination$1 as Pagination, Pagination as Pagination$1, PasswordField$1 as PasswordField, PasswordField as PasswordField$1, Placeholder, RadioGroup$1 as RadioGroup, RadioGroup as RadioGroup$1, RadioItem, Rating$1 as Rating, Rating as Rating$1, Secondary, Spread$1 as Spread, Spread as Spread$1, Stack$1 as Stack, Stack as Stack$1, Step$1 as Step, Stepper, Strong, Tab$1 as Tab, Tab as Tab$1, TabPanel, TabPanels, Table, TableBody, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, Tabs$1 as Tabs, Tabs as Tabs$1, TabsProvider, Tag$1 as Tag, Tag as Tag$1, Text, TextDropdown$1 as TextDropdown, TextDropdown as TextDropdown$1, TextField$1 as TextField, TextField as TextField$1, TextLink, TextLinkButton, Textarea$1 as Textarea, Textarea as Textarea$1, ThemeNameConsumer, Tiles$1 as Tiles, Tiles as Tiles$1, ToastProvider, Toggle$1 as Toggle, Toggle as Toggle$1, TooltipRenderer, _default$1 as _default, _default as _default$1, _default$6 as _default$2, _default$2 as _default$3, _default$4, _default$5, _default$3 as _default$6, atoms, breakpoints, colorModeStyle, filterSuggestions, globalHeadingStyle, globalTextStyle, makeLinkComponent, outlineStyle, responsiveStyle, useColor, useResponsiveValue, useScope, useSpace, useThemeName, useToast, vars };
5462
5364
  export type { Breakpoint, LinkComponent };
package/dist/index.d.ts CHANGED
@@ -4191,6 +4191,9 @@ declare const IconMail: (props: IconMailProps) => react.JSX.Element;
4191
4191
  type IconMessageProps = IconContainerProps;
4192
4192
  declare const IconMessage: (props: IconMessageProps) => react.JSX.Element;
4193
4193
 
4194
+ type IconMicrophoneProps = IconContainerProps;
4195
+ declare const IconMicrophone: (props: IconMicrophoneProps) => react.JSX.Element;
4196
+
4194
4197
  type IconMinusProps = IconContainerProps;
4195
4198
  declare const IconMinus: (props: IconMinusProps) => react.JSX.Element;
4196
4199
 
@@ -4305,6 +4308,9 @@ declare const IconSocialLinkedIn: (props: IconSocialLinkedInProps) => react.JSX.
4305
4308
  type IconSocialMediumProps = IconContainerProps;
4306
4309
  declare const IconSocialMedium: (props: IconSocialMediumProps) => react.JSX.Element;
4307
4310
 
4311
+ type IconSocialTiktokProps = IconContainerProps;
4312
+ declare const IconSocialTiktok: (props: IconSocialTiktokProps) => react.JSX.Element;
4313
+
4308
4314
  type IconSocialXProps = IconContainerProps;
4309
4315
  declare const IconSocialX: (props: IconSocialXProps) => react.JSX.Element;
4310
4316
 
@@ -4541,105 +4547,6 @@ declare function atoms(props: Omit<Atoms, 'background'>): string;
4541
4547
  *
4542
4548
  * Use the `seekJobs` theme instead.
4543
4549
  */
4544
- declare const _default$7: {
4545
- vanillaTheme: string;
4546
- name: string;
4547
- displayName: string;
4548
- legacy: boolean;
4549
- background: {
4550
- lightMode: string;
4551
- darkMode: string;
4552
- };
4553
- webFonts: {
4554
- linkTag: string;
4555
- href: string;
4556
- }[];
4557
- space: {
4558
- grid: number;
4559
- space: {
4560
- gutter: number;
4561
- xxsmall: number;
4562
- xsmall: number;
4563
- small: number;
4564
- medium: number;
4565
- large: number;
4566
- xlarge: number;
4567
- xxlarge: number;
4568
- xxxlarge: number;
4569
- };
4570
- };
4571
- color: {
4572
- foreground: {
4573
- brandAccentLight: string;
4574
- brandAccent: string;
4575
- cautionLight: string;
4576
- caution: string;
4577
- criticalLight: string;
4578
- critical: string;
4579
- formAccentLight: string;
4580
- formAccent: string;
4581
- infoLight: string;
4582
- info: string;
4583
- linkLight: string;
4584
- link: string;
4585
- linkHover: string;
4586
- linkVisited: string;
4587
- linkLightVisited: string;
4588
- neutral: string;
4589
- neutralInverted: string;
4590
- positiveLight: string;
4591
- positive: string;
4592
- promoteLight: string;
4593
- promote: string;
4594
- rating: string;
4595
- secondary: string;
4596
- secondaryInverted: string;
4597
- };
4598
- background: {
4599
- body: string;
4600
- bodyDark: string;
4601
- brand: string;
4602
- brandAccent: string;
4603
- brandAccentActive: string;
4604
- brandAccentHover: string;
4605
- brandAccentSoft: string;
4606
- brandAccentSoftActive: string;
4607
- brandAccentSoftHover: string;
4608
- caution: string;
4609
- cautionLight: string;
4610
- critical: string;
4611
- criticalActive: string;
4612
- criticalHover: string;
4613
- criticalLight: string;
4614
- criticalSoft: string;
4615
- criticalSoftActive: string;
4616
- criticalSoftHover: string;
4617
- formAccent: string;
4618
- formAccentActive: string;
4619
- formAccentHover: string;
4620
- formAccentSoft: string;
4621
- formAccentSoftActive: string;
4622
- formAccentSoftHover: string;
4623
- info: string;
4624
- infoLight: string;
4625
- neutral: string;
4626
- neutralActive: string;
4627
- neutralHover: string;
4628
- neutralLight: string;
4629
- neutralSoft: string;
4630
- neutralSoftActive: string;
4631
- neutralSoftHover: string;
4632
- positive: string;
4633
- positiveLight: string;
4634
- promote: string;
4635
- promoteLight: string;
4636
- surface: string;
4637
- surfaceDark: string;
4638
- };
4639
- };
4640
- backgroundLightness: Record<"body" | "bodyDark" | "brand" | "brandAccent" | "brandAccentActive" | "brandAccentHover" | "brandAccentSoft" | "brandAccentSoftActive" | "brandAccentSoftHover" | "caution" | "cautionLight" | "critical" | "criticalActive" | "criticalHover" | "criticalLight" | "criticalSoft" | "criticalSoftActive" | "criticalSoftHover" | "formAccent" | "formAccentActive" | "formAccentHover" | "formAccentSoft" | "formAccentSoftActive" | "formAccentSoftHover" | "info" | "infoLight" | "neutral" | "neutralActive" | "neutralHover" | "neutralLight" | "neutralSoft" | "neutralSoftActive" | "neutralSoftHover" | "positive" | "positiveLight" | "promote" | "promoteLight" | "surface" | "surfaceDark", "light" | "dark">;
4641
- };
4642
-
4643
4550
  declare const _default$6: {
4644
4551
  vanillaTheme: string;
4645
4552
  name: string;
@@ -5137,12 +5044,11 @@ declare const _default$2: {
5137
5044
 
5138
5045
  declare namespace themes {
5139
5046
  export {
5140
- _default$7 as apac,
5141
- _default$3 as docs,
5142
- _default$2 as gradConnection,
5143
- _default$5 as seekBusiness,
5144
- _default$6 as seekJobs,
5145
- _default$4 as wireframe,
5047
+ _default$6 as apac,
5048
+ _default$2 as docs,
5049
+ _default$4 as seekBusiness,
5050
+ _default$5 as seekJobs,
5051
+ _default$3 as wireframe,
5146
5052
  };
5147
5053
  }
5148
5054
 
@@ -5448,15 +5354,11 @@ declare function useScope(): {
5448
5354
  colorModeValue: (value: Record<"lightMode" | "darkMode", any>) => any;
5449
5355
  };
5450
5356
 
5451
- declare const _default: ({
5452
- group: string;
5453
- name: string;
5454
- code: string;
5455
- } | {
5357
+ declare const _default: {
5456
5358
  group: string;
5457
5359
  name: string;
5458
5360
  code: string;
5459
- })[];
5361
+ }[];
5460
5362
 
5461
- export { Accordion$1 as Accordion, Accordion as Accordion$1, AccordionItem$1 as AccordionItem, AccordionItem as AccordionItem$1, Actions, Alert$1 as Alert, Alert as Alert$1, Autosuggest$1 as Autosuggest, Autosuggest as Autosuggest$1, Badge$1 as Badge, Badge as Badge$1, Bleed$1 as Bleed, Bleed as Bleed$1, PublicBox as Box, Box as Box$1, BoxRenderer, BraidPortal, BraidProvider, BraidTestProvider, Button$1 as Button, Button as Button$1, ButtonIcon$1 as ButtonIcon, ButtonIcon as ButtonIcon$1, ButtonLink$1 as ButtonLink, ButtonLink as ButtonLink$1, Card$1 as Card, Card as Card$1, Checkbox$1 as Checkbox, Checkbox as Checkbox$1, CheckboxStandalone$1 as CheckboxStandalone, CheckboxStandalone as CheckboxStandalone$1, Column, Columns$1 as Columns, Columns as Columns$1, ContentBlock, Dialog$1 as Dialog, Dialog as Dialog$1, Disclosure$1 as Disclosure, Disclosure as Disclosure$1, Divider, Drawer$1 as Drawer, Drawer as Drawer$1, Dropdown$1 as Dropdown, Dropdown as Dropdown$1, FieldLabel$1 as FieldLabel, FieldLabel as FieldLabel$1, FieldMessage$1 as FieldMessage, FieldMessage as FieldMessage$1, Heading$1 as Heading, Heading as Heading$1, Hidden, HiddenVisually, IconAI, IconAdd, IconArrow, IconAttachment, IconBluetooth, IconBold, IconBookmark, IconBulletList, IconCareer, IconCategory, IconCaution, IconChecklist, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCoverLetter, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDisallow, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconExperience, IconFilter, IconFlag, IconGift, IconGlobe, IconGrid, IconHash, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconItalic, IconLanguage, IconLicence, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconNumberedList, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconQR, IconRecommended, IconRedo, IconRefresh, IconRenderer, IconResume, IconRocket, IconSearch, IconSecurity, IconSend, IconSent, IconSentiment, IconSettings, IconShare, IconSkills, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconTitle, IconUndo, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline$1 as Inline, Inline as Inline$1, Link$1 as Link, Link as Link$1, List$1 as List, List as List$1, Loader, MenuItem$1 as MenuItem, MenuItem as MenuItem$1, MenuItemCheckbox$1 as MenuItemCheckbox, MenuItemCheckbox as MenuItemCheckbox$1, MenuItemDivider, MenuItemLink$1 as MenuItemLink, MenuItemLink as MenuItemLink$1, MenuRenderer, MonthPicker$1 as MonthPicker, MonthPicker as MonthPicker$1, Notice$1 as Notice, Notice as Notice$1, OverflowMenu, Page, PageBlock, Pagination$1 as Pagination, Pagination as Pagination$1, PasswordField$1 as PasswordField, PasswordField as PasswordField$1, Placeholder, RadioGroup$1 as RadioGroup, RadioGroup as RadioGroup$1, RadioItem, Rating$1 as Rating, Rating as Rating$1, Secondary, Spread$1 as Spread, Spread as Spread$1, Stack$1 as Stack, Stack as Stack$1, Step$1 as Step, Stepper, Strong, Tab$1 as Tab, Tab as Tab$1, TabPanel, TabPanels, Table, TableBody, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, Tabs$1 as Tabs, Tabs as Tabs$1, TabsProvider, Tag$1 as Tag, Tag as Tag$1, Text, TextDropdown$1 as TextDropdown, TextDropdown as TextDropdown$1, TextField$1 as TextField, TextField as TextField$1, TextLink, TextLinkButton, Textarea$1 as Textarea, Textarea as Textarea$1, ThemeNameConsumer, Tiles$1 as Tiles, Tiles as Tiles$1, ToastProvider, Toggle$1 as Toggle, Toggle as Toggle$1, TooltipRenderer, _default$1 as _default, _default as _default$1, _default$7 as _default$2, _default$3, _default$2 as _default$4, _default$5, _default$6, _default$4 as _default$7, atoms, breakpoints, colorModeStyle, filterSuggestions, globalHeadingStyle, globalTextStyle, makeLinkComponent, outlineStyle, responsiveStyle, useColor, useResponsiveValue, useScope, useSpace, useThemeName, useToast, vars };
5363
+ export { Accordion$1 as Accordion, Accordion as Accordion$1, AccordionItem$1 as AccordionItem, AccordionItem as AccordionItem$1, Actions, Alert$1 as Alert, Alert as Alert$1, Autosuggest$1 as Autosuggest, Autosuggest as Autosuggest$1, Badge$1 as Badge, Badge as Badge$1, Bleed$1 as Bleed, Bleed as Bleed$1, PublicBox as Box, Box as Box$1, BoxRenderer, BraidPortal, BraidProvider, BraidTestProvider, Button$1 as Button, Button as Button$1, ButtonIcon$1 as ButtonIcon, ButtonIcon as ButtonIcon$1, ButtonLink$1 as ButtonLink, ButtonLink as ButtonLink$1, Card$1 as Card, Card as Card$1, Checkbox$1 as Checkbox, Checkbox as Checkbox$1, CheckboxStandalone$1 as CheckboxStandalone, CheckboxStandalone as CheckboxStandalone$1, Column, Columns$1 as Columns, Columns as Columns$1, ContentBlock, Dialog$1 as Dialog, Dialog as Dialog$1, Disclosure$1 as Disclosure, Disclosure as Disclosure$1, Divider, Drawer$1 as Drawer, Drawer as Drawer$1, Dropdown$1 as Dropdown, Dropdown as Dropdown$1, FieldLabel$1 as FieldLabel, FieldLabel as FieldLabel$1, FieldMessage$1 as FieldMessage, FieldMessage as FieldMessage$1, Heading$1 as Heading, Heading as Heading$1, Hidden, HiddenVisually, IconAI, IconAdd, IconArrow, IconAttachment, IconBluetooth, IconBold, IconBookmark, IconBulletList, IconCareer, IconCategory, IconCaution, IconChecklist, IconChevron, IconClear, IconCompany, IconCompose, IconCopy, IconCoverLetter, IconCreditCard, IconCritical, IconDate, IconDelete, IconDesktop, IconDisallow, IconDocument, IconDocumentBroken, IconDownload, IconEdit, IconEducation, IconEnlarge, IconExperience, IconFilter, IconFlag, IconGift, IconGlobe, IconGrid, IconHash, IconHeart, IconHelp, IconHistory, IconHome, IconImage, IconInfo, IconInvoice, IconItalic, IconLanguage, IconLicence, IconLink, IconLinkBroken, IconList, IconLocation, IconMail, IconMessage, IconMicrophone, IconMinus, IconMobile, IconMoney, IconNewWindow, IconNote, IconNotification, IconNumberedList, IconOverflow, IconPeople, IconPersonAdd, IconPersonVerified, IconPhone, IconPlatformAndroid, IconPlatformApple, IconPositive, IconPrint, IconProfile, IconPromote, IconQR, IconRecommended, IconRedo, IconRefresh, IconRenderer, IconResume, IconRocket, IconSearch, IconSecurity, IconSend, IconSent, IconSentiment, IconSettings, IconShare, IconSkills, IconSocialFacebook, IconSocialGitHub, IconSocialInstagram, IconSocialLinkedIn, IconSocialMedium, IconSocialTiktok, IconSocialX, IconSocialYouTube, IconSort, IconStar, IconStatistics, IconSubCategory, IconTag, IconThumb, IconTick, IconTime, IconTip, IconTitle, IconUndo, IconUpload, IconVideo, IconVisibility, IconWorkExperience, IconZoomIn, IconZoomOut, Inline$1 as Inline, Inline as Inline$1, Link$1 as Link, Link as Link$1, List$1 as List, List as List$1, Loader, MenuItem$1 as MenuItem, MenuItem as MenuItem$1, MenuItemCheckbox$1 as MenuItemCheckbox, MenuItemCheckbox as MenuItemCheckbox$1, MenuItemDivider, MenuItemLink$1 as MenuItemLink, MenuItemLink as MenuItemLink$1, MenuRenderer, MonthPicker$1 as MonthPicker, MonthPicker as MonthPicker$1, Notice$1 as Notice, Notice as Notice$1, OverflowMenu, Page, PageBlock, Pagination$1 as Pagination, Pagination as Pagination$1, PasswordField$1 as PasswordField, PasswordField as PasswordField$1, Placeholder, RadioGroup$1 as RadioGroup, RadioGroup as RadioGroup$1, RadioItem, Rating$1 as Rating, Rating as Rating$1, Secondary, Spread$1 as Spread, Spread as Spread$1, Stack$1 as Stack, Stack as Stack$1, Step$1 as Step, Stepper, Strong, Tab$1 as Tab, Tab as Tab$1, TabPanel, TabPanels, Table, TableBody, TableCell, TableFooter, TableHeader, TableHeaderCell, TableRow, Tabs$1 as Tabs, Tabs as Tabs$1, TabsProvider, Tag$1 as Tag, Tag as Tag$1, Text, TextDropdown$1 as TextDropdown, TextDropdown as TextDropdown$1, TextField$1 as TextField, TextField as TextField$1, TextLink, TextLinkButton, Textarea$1 as Textarea, Textarea as Textarea$1, ThemeNameConsumer, Tiles$1 as Tiles, Tiles as Tiles$1, ToastProvider, Toggle$1 as Toggle, Toggle as Toggle$1, TooltipRenderer, _default$1 as _default, _default as _default$1, _default$6 as _default$2, _default$2 as _default$3, _default$4, _default$5, _default$3 as _default$6, atoms, breakpoints, colorModeStyle, filterSuggestions, globalHeadingStyle, globalTextStyle, makeLinkComponent, outlineStyle, responsiveStyle, useColor, useResponsiveValue, useScope, useSpace, useThemeName, useToast, vars };
5462
5364
  export type { Breakpoint, LinkComponent };
package/dist/index.mjs CHANGED
@@ -135,6 +135,7 @@ import { IconList } from "./lib/components/icons/IconList/IconList.mjs";
135
135
  import { IconLocation } from "./lib/components/icons/IconLocation/IconLocation.mjs";
136
136
  import { IconMail } from "./lib/components/icons/IconMail/IconMail.mjs";
137
137
  import { IconMessage } from "./lib/components/icons/IconMessage/IconMessage.mjs";
138
+ import { IconMicrophone } from "./lib/components/icons/IconMicrophone/IconMicrophone.mjs";
138
139
  import { IconMinus } from "./lib/components/icons/IconMinus/IconMinus.mjs";
139
140
  import { IconMobile } from "./lib/components/icons/IconMobile/IconMobile.mjs";
140
141
  import { IconMoney } from "./lib/components/icons/IconMoney/IconMoney.mjs";
@@ -172,6 +173,7 @@ import { IconSocialGitHub } from "./lib/components/icons/IconSocialGitHub/IconSo
172
173
  import { IconSocialInstagram } from "./lib/components/icons/IconSocialInstagram/IconSocialInstagram.mjs";
173
174
  import { IconSocialLinkedIn } from "./lib/components/icons/IconSocialLinkedIn/IconSocialLinkedIn.mjs";
174
175
  import { IconSocialMedium } from "./lib/components/icons/IconSocialMedium/IconSocialMedium.mjs";
176
+ import { IconSocialTiktok } from "./lib/components/icons/IconSocialTiktok/IconSocialTiktok.mjs";
175
177
  import { IconSocialX } from "./lib/components/icons/IconSocialX/IconSocialX.mjs";
176
178
  import { IconSocialYouTube } from "./lib/components/icons/IconSocialYouTube/IconSocialYouTube.mjs";
177
179
  import { IconSort } from "./lib/components/icons/IconSort/IconSort.mjs";
@@ -275,6 +277,7 @@ export {
275
277
  IconLocation,
276
278
  IconMail,
277
279
  IconMessage,
280
+ IconMicrophone,
278
281
  IconMinus,
279
282
  IconMobile,
280
283
  IconMoney,
@@ -313,6 +316,7 @@ export {
313
316
  IconSocialInstagram,
314
317
  IconSocialLinkedIn,
315
318
  IconSocialMedium,
319
+ IconSocialTiktok,
316
320
  IconSocialX,
317
321
  IconSocialYouTube,
318
322
  IconSort,
@@ -63,9 +63,9 @@ const AccordionItem = ({
63
63
  !icon || icon.props.size === void 0 && icon.props.tone === void 0,
64
64
  "Icons cannot set the 'size' or 'tone' prop when passed to an AccordionItem component"
65
65
  );
66
- const size = (accordionContext == null ? void 0 : accordionContext.size) ?? sizeProp ?? lib_components_Accordion_Accordion_cjs.defaultSize;
67
- const tone = (accordionContext == null ? void 0 : accordionContext.tone) ?? toneProp ?? "neutral";
68
- const weight = (accordionContext == null ? void 0 : accordionContext.weight) ?? weightProp ?? "medium";
66
+ const size = accordionContext?.size ?? sizeProp ?? lib_components_Accordion_Accordion_cjs.defaultSize;
67
+ const tone = accordionContext?.tone ?? toneProp ?? "neutral";
68
+ const weight = accordionContext?.weight ?? weightProp ?? "medium";
69
69
  const itemSpace = itemSpaceForSize[size] ?? "none";
70
70
  assert__default.default(
71
71
  typeof label === "undefined" || typeof label === "string",
@@ -60,9 +60,9 @@ const AccordionItem = ({
60
60
  !icon || icon.props.size === void 0 && icon.props.tone === void 0,
61
61
  "Icons cannot set the 'size' or 'tone' prop when passed to an AccordionItem component"
62
62
  );
63
- const size = (accordionContext == null ? void 0 : accordionContext.size) ?? sizeProp ?? defaultSize;
64
- const tone = (accordionContext == null ? void 0 : accordionContext.tone) ?? toneProp ?? "neutral";
65
- const weight = (accordionContext == null ? void 0 : accordionContext.weight) ?? weightProp ?? "medium";
63
+ const size = accordionContext?.size ?? sizeProp ?? defaultSize;
64
+ const tone = accordionContext?.tone ?? toneProp ?? "neutral";
65
+ const weight = accordionContext?.weight ?? weightProp ?? "medium";
66
66
  const itemSpace = itemSpaceForSize[size] ?? "none";
67
67
  assert(
68
68
  typeof label === "undefined" || typeof label === "string",
@@ -1,11 +1,23 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
3
  const react = require("react");
4
- const lib_components_Inline_Inline_cjs = require("../Inline/Inline.cjs");
4
+ const lib_components_Box_Box_cjs = require("../Box/Box.cjs");
5
5
  const lib_components_Actions_ActionsContext_cjs = require("./ActionsContext.cjs");
6
+ const lib_components_Actions_Actions_css_cjs = require("./Actions.css.cjs");
6
7
  const actionsSpace = "xsmall";
7
8
  const Actions = ({ size, data, children }) => {
8
9
  const contextValue = react.useMemo(() => ({ size }), [size]);
9
- return /* @__PURE__ */ jsxRuntime.jsx(lib_components_Actions_ActionsContext_cjs.ActionsContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxRuntime.jsx(lib_components_Inline_Inline_cjs.Inline, { collapseBelow: "tablet", space: actionsSpace, data, children }) });
10
+ return /* @__PURE__ */ jsxRuntime.jsx(lib_components_Actions_ActionsContext_cjs.ActionsContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsxRuntime.jsx(
11
+ lib_components_Box_Box_cjs.Box,
12
+ {
13
+ display: "flex",
14
+ flexDirection: { mobile: "column", [lib_components_Actions_Actions_css_cjs.actionsBreakpoint]: "row" },
15
+ flexWrap: "wrap",
16
+ gap: actionsSpace,
17
+ className: lib_components_Actions_Actions_css_cjs.root,
18
+ data,
19
+ children
20
+ }
21
+ ) });
10
22
  };
11
23
  exports.Actions = Actions;
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ const fileScope = require("@vanilla-extract/css/fileScope");
3
+ const css = require("@vanilla-extract/css");
4
+ const lib_css_responsiveStyle_cjs = require("../../css/responsiveStyle.cjs");
5
+ const lib_components_Inline_Inline_css_cjs = require("../Inline/Inline.css.cjs");
6
+ fileScope.setFileScope("src/lib/components/Actions/Actions.css.ts", "braid-design-system");
7
+ const actionsBreakpoint = "tablet";
8
+ const root = css.style(lib_css_responsiveStyle_cjs.responsiveStyle({
9
+ mobile: {
10
+ alignSelf: "stretch"
11
+ },
12
+ [actionsBreakpoint]: {
13
+ alignSelf: "auto"
14
+ }
15
+ }), "root");
16
+ css.globalStyle(`${root} > *`, lib_css_responsiveStyle_cjs.responsiveStyle({
17
+ [actionsBreakpoint]: lib_components_Inline_Inline_css_cjs.fitContentStyleRule
18
+ }));
19
+ fileScope.endFileScope();
20
+ exports.actionsBreakpoint = actionsBreakpoint;
21
+ exports.root = root;
@@ -0,0 +1,22 @@
1
+ import { setFileScope, endFileScope } from "@vanilla-extract/css/fileScope";
2
+ import { style, globalStyle } from "@vanilla-extract/css";
3
+ import { responsiveStyle } from "../../css/responsiveStyle.mjs";
4
+ import { fitContentStyleRule } from "../Inline/Inline.css.mjs";
5
+ setFileScope("src/lib/components/Actions/Actions.css.ts", "braid-design-system");
6
+ const actionsBreakpoint = "tablet";
7
+ const root = style(responsiveStyle({
8
+ mobile: {
9
+ alignSelf: "stretch"
10
+ },
11
+ [actionsBreakpoint]: {
12
+ alignSelf: "auto"
13
+ }
14
+ }), "root");
15
+ globalStyle(`${root} > *`, responsiveStyle({
16
+ [actionsBreakpoint]: fitContentStyleRule
17
+ }));
18
+ endFileScope();
19
+ export {
20
+ actionsBreakpoint,
21
+ root
22
+ };
@@ -1,11 +1,23 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { useMemo } from "react";
3
- import { Inline } from "../Inline/Inline.mjs";
3
+ import { Box } from "../Box/Box.mjs";
4
4
  import { ActionsContext } from "./ActionsContext.mjs";
5
+ import { root, actionsBreakpoint } from "./Actions.css.mjs";
5
6
  const actionsSpace = "xsmall";
6
7
  const Actions = ({ size, data, children }) => {
7
8
  const contextValue = useMemo(() => ({ size }), [size]);
8
- return /* @__PURE__ */ jsx(ActionsContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx(Inline, { collapseBelow: "tablet", space: actionsSpace, data, children }) });
9
+ return /* @__PURE__ */ jsx(ActionsContext.Provider, { value: contextValue, children: /* @__PURE__ */ jsx(
10
+ Box,
11
+ {
12
+ display: "flex",
13
+ flexDirection: { mobile: "column", [actionsBreakpoint]: "row" },
14
+ flexWrap: "wrap",
15
+ gap: actionsSpace,
16
+ className: root,
17
+ data,
18
+ children
19
+ }
20
+ ) });
9
21
  };
10
22
  export {
11
23
  Actions
@@ -351,7 +351,7 @@ const Autosuggest = react.forwardRef(function({
351
351
  });
352
352
  const isOpen = showSuggestionsIfAvailable && hasItems;
353
353
  const highlightedItem = typeof highlightedIndex === "number" ? document.getElementById(lib_components_Autosuggest_createAccessibilityProps_cjs.getItemId(resolvedId, highlightedIndex)) : null;
354
- highlightedItem == null ? void 0 : highlightedItem.scrollIntoView({ block: "nearest" });
354
+ highlightedItem?.scrollIntoView({ block: "nearest" });
355
355
  react.useEffect(() => {
356
356
  dispatch({
357
357
  type: HAS_SUGGESTIONS_CHANGED
@@ -346,7 +346,7 @@ const Autosuggest = forwardRef(function({
346
346
  });
347
347
  const isOpen = showSuggestionsIfAvailable && hasItems;
348
348
  const highlightedItem = typeof highlightedIndex === "number" ? document.getElementById(getItemId(resolvedId, highlightedIndex)) : null;
349
- highlightedItem == null ? void 0 : highlightedItem.scrollIntoView({ block: "nearest" });
349
+ highlightedItem?.scrollIntoView({ block: "nearest" });
350
350
  useEffect(() => {
351
351
  dispatch({
352
352
  type: HAS_SUGGESTIONS_CHANGED