@telia/teddy 0.0.61 → 0.0.63

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 (93) hide show
  1. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  2. package/dist/components/breadcrumbs/index.d.ts +1 -1
  3. package/dist/components/card/card-illustration.d.ts +1 -1
  4. package/dist/components/card/card-link.d.ts +1 -1
  5. package/dist/components/card/index.d.ts +2 -2
  6. package/dist/components/checkbox/checkbox-group-item.cjs +58 -0
  7. package/dist/components/checkbox/checkbox-group-item.d.ts +13 -0
  8. package/dist/components/checkbox/checkbox-group-item.js +58 -0
  9. package/dist/components/checkbox/checkbox-group-label.cjs +33 -0
  10. package/dist/components/checkbox/checkbox-group-label.d.ts +8 -0
  11. package/dist/components/checkbox/checkbox-group-label.js +33 -0
  12. package/dist/components/checkbox/checkbox-group-list.cjs +37 -0
  13. package/dist/components/checkbox/checkbox-group-list.d.ts +38 -0
  14. package/dist/components/checkbox/checkbox-group-list.js +37 -0
  15. package/dist/components/checkbox/checkbox-group.cjs +125 -0
  16. package/dist/components/checkbox/checkbox-group.d.ts +67 -0
  17. package/dist/components/checkbox/checkbox-group.js +125 -0
  18. package/dist/components/checkbox/checkbox-indicator.cjs +37 -0
  19. package/dist/components/checkbox/checkbox-indicator.d.ts +6 -0
  20. package/dist/components/checkbox/checkbox-indicator.js +20 -0
  21. package/dist/components/checkbox/checkbox-label.cjs +27 -0
  22. package/dist/components/checkbox/checkbox-label.d.ts +10 -0
  23. package/dist/components/checkbox/checkbox-label.js +27 -0
  24. package/dist/components/checkbox/checkbox-trigger.cjs +33 -0
  25. package/dist/components/checkbox/checkbox-trigger.d.ts +6 -0
  26. package/dist/components/checkbox/checkbox-trigger.js +16 -0
  27. package/dist/components/checkbox/index.cjs +26 -0
  28. package/dist/components/checkbox/index.d.ts +96 -0
  29. package/dist/components/checkbox/index.js +26 -0
  30. package/dist/components/chip/chip-indicator.d.ts +1 -1
  31. package/dist/components/chip/index.d.ts +1 -1
  32. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  33. package/dist/components/expandable-card/index.d.ts +3 -3
  34. package/dist/components/field-error-text/field-error-text.cjs +1 -0
  35. package/dist/components/field-error-text/field-error-text.js +1 -0
  36. package/dist/components/flex/flex.d.ts +1 -1
  37. package/dist/components/index.cjs +5 -4
  38. package/dist/components/index.d.ts +1 -0
  39. package/dist/components/index.js +5 -4
  40. package/dist/components/list/index.d.ts +4 -4
  41. package/dist/components/list/list.d.ts +4 -4
  42. package/dist/components/modal/modal.cjs +1 -2
  43. package/dist/components/modal/modal.js +1 -2
  44. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -3
  45. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -3
  46. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -3
  47. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -2
  48. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -3
  49. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -3
  50. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +2 -3
  51. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -3
  52. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +12 -682
  53. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +12 -682
  54. package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -5
  55. package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -5
  56. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
  57. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
  58. package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -3
  59. package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -3
  60. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -3
  61. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -3
  62. package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
  63. package/dist/components/navigation-menu/global-navigation/index.js +1 -1
  64. package/dist/components/navigation-menu/index.cjs +3 -4
  65. package/dist/components/navigation-menu/index.js +2 -3
  66. package/dist/components/navigation-menu/navigation-menu.cjs +56 -436
  67. package/dist/components/navigation-menu/navigation-menu.d.ts +9 -1
  68. package/dist/components/navigation-menu/navigation-menu.js +56 -419
  69. package/dist/components/notabene/notabene-icon.d.ts +1 -1
  70. package/dist/components/notification/notification.d.ts +1 -1
  71. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -2
  72. package/dist/components/radio-card-group/radio-card-group-content.js +1 -2
  73. package/dist/components/radio-card-group/radio-card-group-item-body.cjs +1 -2
  74. package/dist/components/radio-card-group/radio-card-group-item-body.js +1 -2
  75. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1135 -51
  76. package/dist/components/radio-card-group/radio-card-group-item-title.js +1146 -63
  77. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -2
  78. package/dist/components/radio-card-group/radio-card-group-item.js +1 -2
  79. package/dist/components/scroll-area/index.d.ts +2 -2
  80. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  81. package/dist/components/tabs/index.d.ts +2 -2
  82. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  83. package/dist/components/text-field/index.d.ts +2 -2
  84. package/dist/components/text-field/text-field-button.d.ts +2 -2
  85. package/dist/components/toggle/toggle.d.ts +1 -1
  86. package/dist/components/tooltip/index.d.ts +1 -1
  87. package/dist/main.cjs +5 -4
  88. package/dist/main.js +5 -4
  89. package/dist/style.css +1364 -1253
  90. package/dist/utils/generate-styling/grid.d.ts +24 -24
  91. package/dist/utils/generate-styling/index.d.ts +16 -16
  92. package/dist/utils/generate-styling/util.d.ts +2 -2
  93. package/package.json +2 -1
@@ -5,6 +5,7 @@ require("clsx");
5
5
  require("react");
6
6
  require("./radio-card-group-root.cjs");
7
7
  require("@radix-ui/react-radio-group");
8
+ require("../checkbox/index.cjs");
8
9
  require("../toast/toast-root.cjs");
9
10
  require("sonner");
10
11
  require("../toggletip/index.cjs");
@@ -29,8 +30,6 @@ require("../box/box.cjs");
29
30
  require("../flex/flex.cjs");
30
31
  require("../card/index.cjs");
31
32
  require("../grid/grid.cjs");
32
- require("../navigation-menu/navigation-menu.cjs");
33
- require("../navigation-menu/global-navigation/global-navigation-my-pages.cjs");
34
33
  require("../toggle/toggle.cjs");
35
34
  require("../accordion/index.cjs");
36
35
  require("../link/link.cjs");
@@ -3,6 +3,7 @@ import "clsx";
3
3
  import "react";
4
4
  import "./radio-card-group-root.js";
5
5
  import "@radix-ui/react-radio-group";
6
+ import "../checkbox/index.js";
6
7
  import "../toast/toast-root.js";
7
8
  import "sonner";
8
9
  import "../toggletip/index.js";
@@ -27,8 +28,6 @@ import "../box/box.js";
27
28
  import "../flex/flex.js";
28
29
  import "../card/index.js";
29
30
  import "../grid/grid.js";
30
- import "../navigation-menu/navigation-menu.js";
31
- import "../navigation-menu/global-navigation/global-navigation-my-pages.js";
32
31
  import "../toggle/toggle.js";
33
32
  import "../accordion/index.js";
34
33
  import "../link/link.js";
@@ -15,7 +15,7 @@ export declare const ScrollArea: import('react').ForwardRefExoticComponent<Omit<
15
15
  loading?: boolean | undefined;
16
16
  fullWidth?: boolean | undefined;
17
17
  size?: "sm" | "md" | "lg" | undefined;
18
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
18
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
19
19
  } & {
20
20
  iconOnly: true;
21
21
  "aria-label": string;
@@ -26,7 +26,7 @@ export declare const ScrollArea: import('react').ForwardRefExoticComponent<Omit<
26
26
  loading?: boolean | undefined;
27
27
  fullWidth?: boolean | undefined;
28
28
  size?: "sm" | "md" | "lg" | undefined;
29
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
29
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
30
30
  } & {
31
31
  iconOnly?: false | undefined;
32
32
  "aria-label"?: string | undefined;
@@ -17,7 +17,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
17
17
  loading?: boolean | undefined;
18
18
  fullWidth?: boolean | undefined;
19
19
  size?: "sm" | "md" | "lg" | undefined;
20
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
20
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
21
21
  } & {
22
22
  iconOnly: true;
23
23
  "aria-label": string;
@@ -28,7 +28,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
28
28
  loading?: boolean | undefined;
29
29
  fullWidth?: boolean | undefined;
30
30
  size?: "sm" | "md" | "lg" | undefined;
31
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
31
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
32
32
  } & {
33
33
  iconOnly?: false | undefined;
34
34
  "aria-label"?: string | undefined;
@@ -33,7 +33,7 @@ export declare const Tabs: import('react').ForwardRefExoticComponent<Omit<Omit<i
33
33
  loading?: boolean | undefined;
34
34
  fullWidth?: boolean | undefined;
35
35
  size?: "sm" | "md" | "lg" | undefined;
36
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
36
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
37
37
  } & {
38
38
  iconOnly: true;
39
39
  "aria-label": string;
@@ -44,7 +44,7 @@ export declare const Tabs: import('react').ForwardRefExoticComponent<Omit<Omit<i
44
44
  loading?: boolean | undefined;
45
45
  fullWidth?: boolean | undefined;
46
46
  size?: "sm" | "md" | "lg" | undefined;
47
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
47
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
48
48
  } & {
49
49
  iconOnly?: false | undefined;
50
50
  "aria-label"?: string | undefined;
@@ -10,7 +10,7 @@ export declare const ScrollButton: React.ForwardRefExoticComponent<Omit<Omit<Omi
10
10
  loading?: boolean | undefined;
11
11
  fullWidth?: boolean | undefined;
12
12
  size?: "sm" | "md" | "lg" | undefined;
13
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
13
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
14
14
  } & {
15
15
  iconOnly: true;
16
16
  "aria-label": string;
@@ -21,7 +21,7 @@ export declare const ScrollButton: React.ForwardRefExoticComponent<Omit<Omit<Omi
21
21
  loading?: boolean | undefined;
22
22
  fullWidth?: boolean | undefined;
23
23
  size?: "sm" | "md" | "lg" | undefined;
24
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
24
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
25
25
  } & {
26
26
  iconOnly?: false | undefined;
27
27
  "aria-label"?: string | undefined;
@@ -34,7 +34,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<i
34
34
  loading?: boolean | undefined;
35
35
  fullWidth?: boolean | undefined;
36
36
  size?: "sm" | "md" | "lg" | undefined;
37
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
37
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
38
38
  } & {
39
39
  iconOnly: true;
40
40
  "aria-label": string;
@@ -45,7 +45,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<i
45
45
  loading?: boolean | undefined;
46
46
  fullWidth?: boolean | undefined;
47
47
  size?: "sm" | "md" | "lg" | undefined;
48
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
48
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
49
49
  } & {
50
50
  iconOnly?: false | undefined;
51
51
  "aria-label"?: string | undefined;
@@ -11,7 +11,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
11
11
  loading?: boolean | undefined;
12
12
  fullWidth?: boolean | undefined;
13
13
  size?: "sm" | "md" | "lg" | undefined;
14
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
14
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
15
15
  } & {
16
16
  iconOnly: true;
17
17
  "aria-label": string;
@@ -22,7 +22,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
22
22
  loading?: boolean | undefined;
23
23
  fullWidth?: boolean | undefined;
24
24
  size?: "sm" | "md" | "lg" | undefined;
25
- variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
25
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
26
26
  } & {
27
27
  iconOnly?: false | undefined;
28
28
  "aria-label"?: string | undefined;
@@ -29,7 +29,7 @@ declare const Toggle: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHT
29
29
  Input: React.ForwardRefExoticComponent<ToggleInputProps & React.RefAttributes<HTMLButtonElement>>;
30
30
  Thumb: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchThumbProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
31
31
  Indicator: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
32
- name: "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "dislike" | "download" | "edit" | "filter" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "email" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "summary" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "image" | "link" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "video" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "key" | "layers" | "map" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "radio" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "snowflake" | "speedometer" | "spyware" | "split" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "alert-filled" | "alert" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "menu" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "search" | "services" | "sorter" | "table-view";
32
+ name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
33
33
  size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
34
34
  children?: React.ReactNode;
35
35
  }, "ref">> & React.RefAttributes<SVGSVGElement>>;
@@ -17,7 +17,7 @@ export declare const Tooltip: typeof Root & {
17
17
  }>) => void) | undefined;
18
18
  side?: "top" | "bottom" | "left" | "right" | undefined;
19
19
  sideOffset?: number | undefined;
20
- align?: "end" | "center" | "start" | undefined;
20
+ align?: "center" | "end" | "start" | undefined;
21
21
  alignOffset?: number | undefined;
22
22
  arrowPadding?: number | undefined;
23
23
  avoidCollisions?: boolean | undefined;
package/dist/main.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const components_checkbox_index = require("./components/checkbox/index.cjs");
3
4
  const components_toast_index = require("./components/toast/index.cjs");
4
5
  const components_toggletip_index = require("./components/toggletip/index.cjs");
5
6
  const components_breadcrumbs_index = require("./components/breadcrumbs/index.cjs");
@@ -23,8 +24,6 @@ const components_box_box = require("./components/box/box.cjs");
23
24
  const components_flex_flex = require("./components/flex/flex.cjs");
24
25
  const components_card_index = require("./components/card/index.cjs");
25
26
  const components_grid_grid = require("./components/grid/grid.cjs");
26
- const components_navigationMenu_navigationMenu = require("./components/navigation-menu/navigation-menu.cjs");
27
- const components_navigationMenu_globalNavigation_globalNavigationMyPages = require("./components/navigation-menu/global-navigation/global-navigation-my-pages.cjs");
28
27
  const components_toggle_toggle = require("./components/toggle/toggle.cjs");
29
28
  const components_accordion_index = require("./components/accordion/index.cjs");
30
29
  const components_link_link = require("./components/link/link.cjs");
@@ -55,10 +54,14 @@ const tokens_spacing_variables = require("./tokens/spacing/variables.cjs");
55
54
  const tokens_typography_variables = require("./tokens/typography/variables.cjs");
56
55
  const sonner = require("sonner");
57
56
  const components_input_inputGroup = require("./components/input/input-group.cjs");
57
+ exports.Checkbox = components_checkbox_index.Checkbox;
58
+ exports.CheckboxGroup = components_checkbox_index.CheckboxGroup;
58
59
  exports.Toast = components_toast_index.Toast;
59
60
  exports.Toggletip = components_toggletip_index.Toggletip;
60
61
  exports.Breadcrumbs = components_breadcrumbs_index.Breadcrumbs;
62
+ exports.GlobalNavigation = components_radioCardGroup_radioCardGroupItemTitle.GlobalNavigation;
61
63
  exports.Modal = components_radioCardGroup_radioCardGroupItemTitle.Modal;
64
+ exports.NavigationMenu = components_radioCardGroup_radioCardGroupItemTitle.NavigationMenu;
62
65
  exports.RadioCardGroup = components_radioCardGroup_radioCardGroupItemTitle.RadioCardGroup;
63
66
  exports.Ribbon = components_ribbon_index.Ribbon;
64
67
  exports.ExpandableCard = components_expandableCard_index.ExpandableCard;
@@ -79,8 +82,6 @@ exports.Box = components_box_box.Box;
79
82
  exports.Flex = components_flex_flex.Flex;
80
83
  exports.Card = components_card_index.Card;
81
84
  exports.Grid = components_grid_grid.Grid;
82
- exports.NavigationMenu = components_navigationMenu_navigationMenu.NavigationMenu;
83
- exports.GlobalNavigation = components_navigationMenu_globalNavigation_globalNavigationMyPages.GlobalNavigation;
84
85
  exports.Toggle = components_toggle_toggle.Toggle;
85
86
  exports.Accordion = components_accordion_index.Accordion;
86
87
  exports.Link = components_link_link.Link;
package/dist/main.js CHANGED
@@ -1,7 +1,8 @@
1
+ import { Checkbox, CheckboxGroup } from "./components/checkbox/index.js";
1
2
  import { Toast } from "./components/toast/index.js";
2
3
  import { Toggletip } from "./components/toggletip/index.js";
3
4
  import { Breadcrumbs } from "./components/breadcrumbs/index.js";
4
- import { M, R } from "./components/radio-card-group/radio-card-group-item-title.js";
5
+ import { G, M, N, R } from "./components/radio-card-group/radio-card-group-item-title.js";
5
6
  import { Ribbon } from "./components/ribbon/index.js";
6
7
  import { ExpandableCard } from "./components/expandable-card/index.js";
7
8
  import { ColorDot } from "./components/color-dot/index.js";
@@ -21,8 +22,6 @@ import { Box } from "./components/box/box.js";
21
22
  import { Flex } from "./components/flex/flex.js";
22
23
  import { Card } from "./components/card/index.js";
23
24
  import { Grid } from "./components/grid/grid.js";
24
- import { NavigationMenu } from "./components/navigation-menu/navigation-menu.js";
25
- import { G } from "./components/navigation-menu/global-navigation/global-navigation-my-pages.js";
26
25
  import { Toggle } from "./components/toggle/toggle.js";
27
26
  import { Accordion } from "./components/accordion/index.js";
28
27
  import { Link } from "./components/link/link.js";
@@ -62,6 +61,8 @@ export {
62
61
  Breadcrumbs,
63
62
  Button,
64
63
  Card,
64
+ Checkbox,
65
+ CheckboxGroup,
65
66
  Chip,
66
67
  ColorDot,
67
68
  Container,
@@ -83,7 +84,7 @@ export {
83
84
  Link,
84
85
  List,
85
86
  M as Modal,
86
- NavigationMenu,
87
+ N as NavigationMenu,
87
88
  Notabene,
88
89
  Notification,
89
90
  ProgressBar,