@telia/teddy 0.3.1 → 0.3.3

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 (125) hide show
  1. package/dist/components/card/card-illustration.d.ts +1 -1
  2. package/dist/components/card/index.d.ts +1 -1
  3. package/dist/components/channel-button/channel-button-illustration.cjs +33 -0
  4. package/dist/components/channel-button/channel-button-illustration.d.ts +8 -0
  5. package/dist/components/channel-button/channel-button-illustration.js +33 -0
  6. package/dist/components/channel-button/channel-button-image.cjs +19 -0
  7. package/dist/components/channel-button/channel-button-image.d.ts +5 -0
  8. package/dist/components/channel-button/channel-button-image.js +19 -0
  9. package/dist/components/channel-button/channel-button-root.cjs +41 -0
  10. package/dist/components/channel-button/channel-button-root.d.ts +34 -0
  11. package/dist/components/channel-button/channel-button-root.js +41 -0
  12. package/dist/components/channel-button/channel-button-text.cjs +23 -0
  13. package/dist/components/channel-button/channel-button-text.d.ts +5 -0
  14. package/dist/components/channel-button/channel-button-text.js +23 -0
  15. package/dist/components/channel-button/index.cjs +15 -0
  16. package/dist/components/channel-button/index.d.ts +91 -0
  17. package/dist/components/channel-button/index.js +15 -0
  18. package/dist/components/checkbox/checkbox-group-list.d.ts +1 -1
  19. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  20. package/dist/components/checkbox/index.d.ts +2 -2
  21. package/dist/components/chip/chip-indicator.d.ts +2 -2
  22. package/dist/components/chip/index.d.ts +2 -2
  23. package/dist/components/color-dot/index.d.ts +1 -1
  24. package/dist/components/drawer/drawer-close.cjs +1 -1
  25. package/dist/components/drawer/drawer-close.js +1 -1
  26. package/dist/components/drawer/drawer-content.cjs +1 -1
  27. package/dist/components/drawer/drawer-content.js +1 -1
  28. package/dist/components/drawer/drawer-description.cjs +1 -1
  29. package/dist/components/drawer/drawer-description.js +1 -1
  30. package/dist/components/drawer/drawer-footer.cjs +1 -1
  31. package/dist/components/drawer/drawer-footer.js +1 -1
  32. package/dist/components/drawer/drawer-overlay.cjs +1 -1
  33. package/dist/components/drawer/drawer-overlay.js +1 -1
  34. package/dist/components/drawer/drawer-title.cjs +1 -1
  35. package/dist/components/drawer/drawer-title.js +1 -1
  36. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  37. package/dist/components/expandable-card/index.d.ts +3 -3
  38. package/dist/components/icon/utils.d.ts +1 -1
  39. package/dist/components/index.cjs +2 -0
  40. package/dist/components/index.d.ts +1 -0
  41. package/dist/components/index.js +2 -0
  42. package/dist/components/link/link.cjs +10 -10
  43. package/dist/components/link/link.js +10 -10
  44. package/dist/components/modal/index.cjs +8 -0
  45. package/dist/components/modal/index.d.ts +185 -2
  46. package/dist/components/modal/index.js +8 -0
  47. package/dist/components/modal/{modal.cjs → modal-close.cjs} +4 -3
  48. package/dist/components/modal/modal-close.d.ts +19 -0
  49. package/dist/components/modal/{modal.js → modal-close.js} +5 -4
  50. package/dist/components/modal/modal-content.cjs +65 -0
  51. package/dist/components/modal/modal-content.d.ts +7 -0
  52. package/dist/components/modal/modal-content.js +48 -0
  53. package/dist/components/modal/modal-description.cjs +26 -0
  54. package/dist/components/modal/modal-description.d.ts +8 -0
  55. package/dist/components/modal/modal-description.js +9 -0
  56. package/dist/components/modal/modal-group.cjs +47 -0
  57. package/dist/components/modal/modal-group.d.ts +10 -0
  58. package/dist/components/modal/modal-group.js +47 -0
  59. package/dist/components/modal/modal-image.cjs +17 -0
  60. package/dist/components/modal/modal-image.d.ts +10 -0
  61. package/dist/components/modal/modal-image.js +17 -0
  62. package/dist/components/modal/modal-overlay.cjs +35 -0
  63. package/dist/components/modal/modal-overlay.d.ts +12 -0
  64. package/dist/components/modal/modal-overlay.js +18 -0
  65. package/dist/components/modal/modal-root.cjs +38 -0
  66. package/dist/components/modal/modal-root.d.ts +16 -0
  67. package/dist/components/modal/modal-root.js +21 -0
  68. package/dist/components/modal/modal-title.cjs +45 -0
  69. package/dist/components/modal/modal-title.d.ts +18 -0
  70. package/dist/components/modal/modal-title.js +28 -0
  71. package/dist/components/modal/modal-trigger.cjs +27 -0
  72. package/dist/components/modal/modal-trigger.d.ts +21 -0
  73. package/dist/components/modal/modal-trigger.js +10 -0
  74. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
  75. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
  76. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
  77. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
  78. package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
  79. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
  80. package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
  81. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
  82. package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
  83. package/dist/components/navigation-menu/navigation-menu.js +1 -0
  84. package/dist/components/notabene/index.cjs +6 -2
  85. package/dist/components/notabene/index.d.ts +1 -1
  86. package/dist/components/notabene/index.js +5 -1
  87. package/dist/components/notabene/notabene-icon.d.ts +2 -2
  88. package/dist/components/notification/index.cjs +6 -0
  89. package/dist/components/notification/index.d.ts +1 -1
  90. package/dist/components/notification/index.js +6 -0
  91. package/dist/components/notification/notification-footer.cjs +1 -1
  92. package/dist/components/notification/notification-footer.js +1 -1
  93. package/dist/components/notification/notification-icon.d.ts +2 -2
  94. package/dist/components/notification/notification-root.d.ts +1 -1
  95. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
  96. package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
  97. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +51 -152
  98. package/dist/components/radio-card-group/radio-card-group-item-title.js +69 -170
  99. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
  100. package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
  101. package/dist/components/scroll-area/index.d.ts +2 -2
  102. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  103. package/dist/components/tabs/index.d.ts +2 -2
  104. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  105. package/dist/components/text-field/index.d.ts +2 -2
  106. package/dist/components/text-field/text-field-button.d.ts +2 -2
  107. package/dist/components/toggle/toggle.d.ts +2 -2
  108. package/dist/components/tooltip/index.d.ts +2 -2
  109. package/dist/drawer.module-Bh77Byg_.js +16 -0
  110. package/dist/drawer.module-khivHSFm.cjs +15 -0
  111. package/dist/main.cjs +2 -0
  112. package/dist/main.js +2 -0
  113. package/dist/modal.module-BfeNqXoN.cjs +19 -0
  114. package/dist/modal.module-DuP4in7f.js +20 -0
  115. package/dist/style.css +1210 -1147
  116. package/dist/utils/generate-styling/grid.d.ts +24 -24
  117. package/dist/utils/generate-styling/index.d.ts +16 -16
  118. package/dist/utils/generate-styling/util.d.ts +2 -2
  119. package/package.json +1 -1
  120. package/dist/components/modal/modal.d.ts +0 -76
  121. package/dist/drawer.module-Am9xxZYU.js +0 -16
  122. package/dist/drawer.module-CoqKvqzl.cjs +0 -15
  123. /package/dist/components/notabene/{notabene-content.cjs → notabene.content.cjs} +0 -0
  124. /package/dist/components/notabene/{notabene-content.d.ts → notabene.content.d.ts} +0 -0
  125. /package/dist/components/notabene/{notabene-content.js → notabene.content.js} +0 -0
@@ -1,11 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { h } from "../../radio-card-group/radio-card-group-item-title.js";
3
+ import { i } from "../../radio-card-group/radio-card-group-item-title.js";
4
4
  import "clsx";
5
5
  import "../../flex/flex.js";
6
6
  import "../../box/box.js";
7
7
  import "../../../assets/sprite.1321fab0-teddy.svg";
8
8
  import "../../icon/icon.js";
9
9
  export {
10
- h as MobileSimplified
10
+ i as MobileSimplified
11
11
  };
@@ -1,6 +1,6 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
- import { H, f } from "../../radio-card-group/radio-card-group-item-title.js";
3
+ import { H, g } from "../../radio-card-group/radio-card-group-item-title.js";
4
4
  import "clsx";
5
5
  import "../../flex/flex.js";
6
6
  import "../../box/box.js";
@@ -14,5 +14,5 @@ import "../../list/index.js";
14
14
  import "../../heading/heading.js";
15
15
  export {
16
16
  H as HighlightedLinks,
17
- f as Mobile
17
+ g as Mobile
18
18
  };
@@ -1,7 +1,7 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../drawer/index.js";
4
- import { b } from "../../radio-card-group/radio-card-group-item-title.js";
4
+ import { c } from "../../radio-card-group/radio-card-group-item-title.js";
5
5
  import "../../../assets/sprite.1321fab0-teddy.svg";
6
6
  import "../../icon/icon.js";
7
7
  import "../../button/button.js";
@@ -11,5 +11,5 @@ import "../../text-spacing/text-spacing.js";
11
11
  import "../../tabs/index.js";
12
12
  import "./utils.js";
13
13
  export {
14
- b as MyPages
14
+ c as MyPages
15
15
  };
@@ -1,11 +1,11 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "clsx";
4
- import { k, j, i } from "../../radio-card-group/radio-card-group-item-title.js";
4
+ import { l, k, j } from "../../radio-card-group/radio-card-group-item-title.js";
5
5
  import "./utils.js";
6
6
  import "../../box/box.js";
7
7
  export {
8
- k as Root,
9
- j as RootContext,
10
- i as rootClassName
8
+ l as Root,
9
+ k as RootContext,
10
+ j as rootClassName
11
11
  };
@@ -4,7 +4,7 @@ import "../../../assets/sprite.1321fab0-teddy.svg";
4
4
  import "../../icon/icon.js";
5
5
  import "../../text-field/index.js";
6
6
  import "../../../utils/composeRefs.js";
7
- import { c } from "../../radio-card-group/radio-card-group-item-title.js";
7
+ import { d } from "../../radio-card-group/radio-card-group-item-title.js";
8
8
  export {
9
- c as SearchField
9
+ d as SearchField
10
10
  };
@@ -1,10 +1,10 @@
1
1
  import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../drawer/index.js";
4
- import { d } from "../../radio-card-group/radio-card-group-item-title.js";
4
+ import { e } from "../../radio-card-group/radio-card-group-item-title.js";
5
5
  import "../../../assets/sprite.1321fab0-teddy.svg";
6
6
  import "../../icon/icon.js";
7
7
  import "../../button/button.js";
8
8
  export {
9
- d as Search
9
+ e as Search
10
10
  };
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "clsx";
3
3
  import "react";
4
4
  import "../../drawer/index.js";
5
- import { e } from "../../radio-card-group/radio-card-group-item-title.js";
5
+ import { f } from "../../radio-card-group/radio-card-group-item-title.js";
6
6
  import "../../../assets/sprite.1321fab0-teddy.svg";
7
7
  import "../../icon/icon.js";
8
8
  import "../../button/button.js";
@@ -10,5 +10,5 @@ import "../../badge/badge.js";
10
10
  import "../../badge/alert-badge.js";
11
11
  import "../../badge/counter-badge.js";
12
12
  export {
13
- e as ShoppingCart
13
+ f as ShoppingCart
14
14
  };
@@ -12,6 +12,7 @@ require("@radix-ui/react-slot");
12
12
  require("@radix-ui/react-use-controllable-state");
13
13
  require("../../utils/generate-styling/index.cjs");
14
14
  require("../../tokens/motion/variables.cjs");
15
+ require("../channel-button/index.cjs");
15
16
  require("../collapsible/index.cjs");
16
17
  require("../meter-bar/index.cjs");
17
18
  require("../skeleton/index.cjs");
@@ -10,6 +10,7 @@ import "@radix-ui/react-slot";
10
10
  import "@radix-ui/react-use-controllable-state";
11
11
  import "../../utils/generate-styling/index.js";
12
12
  import "../../tokens/motion/variables.js";
13
+ import "../channel-button/index.js";
13
14
  import "../collapsible/index.js";
14
15
  import "../meter-bar/index.js";
15
16
  import "../skeleton/index.js";
@@ -1,11 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
- const components_notabene_notabeneContent = require("./notabene-content.cjs");
3
+ const components_notabene_notabene_content = require("./notabene.content.cjs");
4
4
  const components_notabene_notabeneHeading = require("./notabene-heading.cjs");
5
5
  const components_notabene_notabeneIcon = require("./notabene-icon.cjs");
6
6
  const components_notabene_notabeneRoot = require("./notabene-root.cjs");
7
7
  const Notabene = components_notabene_notabeneRoot.Root;
8
- Notabene.Content = components_notabene_notabeneContent.Content;
8
+ Notabene.displayName = "Notabene";
9
+ Notabene.Content = components_notabene_notabene_content.Content;
10
+ Notabene.Content.displayName = "Notabene.Content";
9
11
  Notabene.Heading = components_notabene_notabeneHeading.Heading;
12
+ Notabene.Heading.displayName = "Notabene.Heading";
10
13
  Notabene.Icon = components_notabene_notabeneIcon.Icon;
14
+ Notabene.Icon.displayName = "Notabene.Icon";
11
15
  exports.Notabene = Notabene;
@@ -1,4 +1,4 @@
1
- import { Content, ContentProps } from './notabene-content';
1
+ import { Content, ContentProps } from './notabene.content';
2
2
  import { Heading, HeadingProps } from './notabene-heading';
3
3
  import { Icon, IconProps } from './notabene-icon';
4
4
  import { RootProps } from './notabene-root';
@@ -1,11 +1,15 @@
1
- import { Content } from "./notabene-content.js";
1
+ import { Content } from "./notabene.content.js";
2
2
  import { Heading } from "./notabene-heading.js";
3
3
  import { Icon } from "./notabene-icon.js";
4
4
  import { Root } from "./notabene-root.js";
5
5
  const Notabene = Root;
6
+ Notabene.displayName = "Notabene";
6
7
  Notabene.Content = Content;
8
+ Notabene.Content.displayName = "Notabene.Content";
7
9
  Notabene.Heading = Heading;
10
+ Notabene.Heading.displayName = "Notabene.Heading";
8
11
  Notabene.Icon = Icon;
12
+ Notabene.Icon.displayName = "Notabene.Icon";
9
13
  export {
10
14
  Notabene
11
15
  };
@@ -3,7 +3,7 @@ import { Icon as PrimitiveIcon } from '../icon';
3
3
 
4
4
  export type IconProps = Partial<React.ComponentPropsWithoutRef<typeof PrimitiveIcon>>;
5
5
  export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
6
- name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "help" | "zoom-out" | "present" | "add" | "reverse" | "infinite" | "visible" | "zoom" | "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" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "sync" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "volume" | "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" | "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" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "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";
7
- size?: ("sm" | "md" | "lg" | "xl" | "xs" | "font" | "xxs") | undefined;
6
+ name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "x" | "key" | "download" | "split" | "alert" | "radio" | "copy" | "add" | "reverse" | "infinite" | "visible" | "help" | "zoom-out" | "zoom" | "email" | "close" | "error" | "focus" | "play" | "sync" | "present" | "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" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "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" | "volume" | "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" | "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" | "food" | "fraud" | "getting-started" | "home-care" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "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" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
7
+ size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "font") | undefined;
8
8
  children?: React.ReactNode;
9
9
  }, "ref">> & React.RefAttributes<SVGSVGElement>>;
@@ -7,9 +7,15 @@ const components_notification_notificationRoot = require("./notification-root.cj
7
7
  const components_notification_notificationText = require("./notification-text.cjs");
8
8
  const components_notification_notificationFooter = require("./notification-footer.cjs");
9
9
  const Notification = components_notification_notificationRoot.Root;
10
+ Notification.displayName = "Notification";
10
11
  Notification.Text = components_notification_notificationText.Text;
12
+ Notification.Text.displayName = "Notification.Text";
11
13
  Notification.Heading = components_notification_notificationHeading.Heading;
14
+ Notification.Heading.displayName = "Notification.Heading";
12
15
  Notification.Footer = components_notification_notificationFooter.Footer;
16
+ Notification.Footer.displayName = "Notification.Footer";
13
17
  Notification.Icon = components_notification_notificationIcon.Icon;
18
+ Notification.Icon.displayName = "Notification.Icon";
14
19
  Notification.Dismiss = components_notification_notificationDismiss.Dismiss;
20
+ Notification.Dismiss.displayName = "Notification.Dismiss";
15
21
  exports.Notification = Notification;
@@ -74,7 +74,7 @@ declare const Notification: import('react').ForwardRefExoticComponent<Omit<Omit<
74
74
  backgroundImageSrc?: string | undefined;
75
75
  imageGradient?: ("default" | "dark" | "light") | undefined;
76
76
  layout?: import('../card/card').Layout | undefined;
77
- } & import('react').RefAttributes<HTMLDivElement>, "ref">, "as" | "layout" | "variant"> & {
77
+ } & import('react').RefAttributes<HTMLDivElement>, "ref">, "as" | "variant" | "layout"> & {
78
78
  variant?: "beige" | "gray" | "teal" | "error" | "warning" | "information" | "success" | undefined;
79
79
  type?: "card" | "tile" | undefined;
80
80
  open?: boolean | undefined;
@@ -5,11 +5,17 @@ import { Root } from "./notification-root.js";
5
5
  import { Text } from "./notification-text.js";
6
6
  import { Footer } from "./notification-footer.js";
7
7
  const Notification = Root;
8
+ Notification.displayName = "Notification";
8
9
  Notification.Text = Text;
10
+ Notification.Text.displayName = "Notification.Text";
9
11
  Notification.Heading = Heading;
12
+ Notification.Heading.displayName = "Notification.Heading";
10
13
  Notification.Footer = Footer;
14
+ Notification.Footer.displayName = "Notification.Footer";
11
15
  Notification.Icon = Icon;
16
+ Notification.Icon.displayName = "Notification.Icon";
12
17
  Notification.Dismiss = Dismiss;
18
+ Notification.Dismiss.displayName = "Notification.Dismiss";
13
19
  export {
14
20
  Notification
15
21
  };
@@ -14,5 +14,5 @@ const Footer = React.forwardRef(
14
14
  return /* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { ...props, ref: forwardRef, className: classes });
15
15
  }
16
16
  );
17
- Footer.displayName = "Notification.Footer";
17
+ Footer.displayName = "Footer";
18
18
  exports.Footer = Footer;
@@ -12,7 +12,7 @@ const Footer = React__default.forwardRef(
12
12
  return /* @__PURE__ */ jsx(Box, { ...props, ref: forwardRef, className: classes });
13
13
  }
14
14
  );
15
- Footer.displayName = "Notification.Footer";
15
+ Footer.displayName = "Footer";
16
16
  export {
17
17
  Footer
18
18
  };
@@ -3,7 +3,7 @@ import { Icon as IconPrimitives } from '../icon';
3
3
 
4
4
  export type IconProps = Partial<React.ComponentPropsWithoutRef<typeof IconPrimitives>>;
5
5
  export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
6
- name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "help" | "zoom-out" | "present" | "add" | "reverse" | "infinite" | "visible" | "zoom" | "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" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "sync" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "volume" | "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" | "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" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "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";
7
- size?: ("sm" | "md" | "lg" | "xl" | "xs" | "font" | "xxs") | undefined;
6
+ name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "x" | "key" | "download" | "split" | "alert" | "radio" | "copy" | "add" | "reverse" | "infinite" | "visible" | "help" | "zoom-out" | "zoom" | "email" | "close" | "error" | "focus" | "play" | "sync" | "present" | "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" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "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" | "volume" | "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" | "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" | "food" | "fraud" | "getting-started" | "home-care" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "youtube" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "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" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
7
+ size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "font") | undefined;
8
8
  children?: React.ReactNode;
9
9
  }, "ref">> & React.RefAttributes<SVGSVGElement>>;
@@ -68,7 +68,7 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<R
68
68
  backgroundImageSrc?: string | undefined;
69
69
  imageGradient?: ("default" | "dark" | "light") | undefined;
70
70
  layout?: import('../card/card').Layout | undefined;
71
- } & React.RefAttributes<HTMLDivElement>, "ref">, "as" | "layout" | "variant"> & {
71
+ } & React.RefAttributes<HTMLDivElement>, "ref">, "as" | "variant" | "layout"> & {
72
72
  /**
73
73
  * The variant of the notification.
74
74
  *
@@ -4,6 +4,7 @@ require("react/jsx-runtime");
4
4
  require("clsx");
5
5
  require("react");
6
6
  require("./radio-card-group-root.cjs");
7
+ require("../channel-button/index.cjs");
7
8
  require("../collapsible/index.cjs");
8
9
  require("../meter-bar/index.cjs");
9
10
  require("../skeleton/index.cjs");
@@ -2,6 +2,7 @@ import "react/jsx-runtime";
2
2
  import "clsx";
3
3
  import "react";
4
4
  import "./radio-card-group-root.js";
5
+ import "../channel-button/index.js";
5
6
  import "../collapsible/index.js";
6
7
  import "../meter-bar/index.js";
7
8
  import "../skeleton/index.js";