@telia/teddy 0.7.17 → 0.7.27

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 (136) hide show
  1. package/README.md +1 -1
  2. package/dist/components/avatar/avatar-root.d.ts +1 -1
  3. package/dist/components/avatar/index.d.ts +1 -1
  4. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  5. package/dist/components/breadcrumbs/index.d.ts +1 -1
  6. package/dist/components/card/card-illustration.d.ts +1 -1
  7. package/dist/components/card/card-link.d.ts +1 -1
  8. package/dist/components/channel-button/channel-button-root.d.ts +3 -3
  9. package/dist/components/channel-button/index.d.ts +3 -3
  10. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  11. package/dist/components/checkbox/index.d.ts +1 -1
  12. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +65 -0
  13. package/dist/components/checkbox-card-group/checkbox-card-group-content.d.ts +5 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +65 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1466 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +12 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1447 -0
  18. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.cjs +15 -0
  19. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.d.ts +5 -0
  20. package/dist/components/checkbox-card-group/checkbox-card-group-item-body.js +15 -0
  21. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +66 -0
  22. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +14 -0
  23. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +66 -0
  24. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +67 -0
  25. package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +22 -0
  26. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +67 -0
  27. package/dist/components/checkbox-card-group/checkbox-card-group-label.cjs +29 -0
  28. package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +65 -0
  29. package/dist/components/checkbox-card-group/checkbox-card-group-label.js +29 -0
  30. package/dist/components/checkbox-card-group/checkbox-card-group-root.cjs +42 -0
  31. package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +39 -0
  32. package/dist/components/checkbox-card-group/checkbox-card-group-root.js +42 -0
  33. package/dist/components/checkbox-card-group/index.cjs +7 -0
  34. package/dist/components/checkbox-card-group/index.d.ts +76 -0
  35. package/dist/components/checkbox-card-group/index.js +7 -0
  36. package/dist/components/chip/chip-indicator.d.ts +3 -2
  37. package/dist/components/chip/index.d.ts +3 -2
  38. package/dist/components/color-dot/index.d.ts +1 -1
  39. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  40. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  41. package/dist/components/expandable-card/index.d.ts +3 -3
  42. package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
  43. package/dist/components/icon/icon.cjs +4 -1
  44. package/dist/components/icon/icon.d.ts +1 -0
  45. package/dist/components/icon/icon.js +4 -1
  46. package/dist/components/icon/utils.d.ts +1 -1
  47. package/dist/components/index.cjs +8 -5
  48. package/dist/components/index.d.ts +2 -0
  49. package/dist/components/index.js +4 -1
  50. package/dist/components/modal/index.cjs +2 -2
  51. package/dist/components/modal/index.js +1 -1
  52. package/dist/components/modal/modal-close.cjs +3 -2
  53. package/dist/components/modal/modal-close.js +3 -2
  54. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -2
  55. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
  56. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
  57. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
  58. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -2
  59. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
  60. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +3 -3
  61. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
  62. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +2 -2
  63. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
  64. package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -4
  65. package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
  66. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
  67. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
  68. package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -2
  69. package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
  70. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -2
  71. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
  72. package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
  73. package/dist/components/navigation-menu/global-navigation/index.js +1 -1
  74. package/dist/components/navigation-menu/index.cjs +3 -3
  75. package/dist/components/navigation-menu/index.js +1 -1
  76. package/dist/components/navigation-menu/navigation-menu.cjs +5 -4
  77. package/dist/components/navigation-menu/navigation-menu.js +2 -1
  78. package/dist/components/notabene/notabene-icon.d.ts +3 -2
  79. package/dist/components/notification/index.d.ts +1 -1
  80. package/dist/components/notification/notification-icon.d.ts +3 -2
  81. package/dist/components/notification/notification-root.d.ts +1 -1
  82. package/dist/components/pagination/pagination-button.d.ts +1 -1
  83. package/dist/components/radio-card-group/index.cjs +2 -2
  84. package/dist/components/radio-card-group/index.js +1 -1
  85. package/dist/components/radio-card-group/radio-card-group-content.cjs +3 -2
  86. package/dist/components/radio-card-group/radio-card-group-content.js +3 -2
  87. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +22 -1328
  88. package/dist/components/radio-card-group/radio-card-group-item-title.js +22 -1309
  89. package/dist/components/radio-card-group/radio-card-group-item.cjs +4 -3
  90. package/dist/components/radio-card-group/radio-card-group-item.js +4 -3
  91. package/dist/components/scroll-area/index.d.ts +3 -3
  92. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  93. package/dist/components/select/index.cjs +4 -1
  94. package/dist/components/select/index.d.ts +5 -1
  95. package/dist/components/select/index.js +4 -1
  96. package/dist/components/select/select-group.cjs +6 -2
  97. package/dist/components/select/select-group.d.ts +4 -2
  98. package/dist/components/select/select-group.js +7 -3
  99. package/dist/components/select/select-root.cjs +12 -10
  100. package/dist/components/select/select-root.js +12 -10
  101. package/dist/components/select/select-separator.cjs +30 -0
  102. package/dist/components/select/select-separator.d.ts +5 -0
  103. package/dist/components/select/select-separator.js +13 -0
  104. package/dist/components/step-indicator/index.cjs +14 -0
  105. package/dist/components/step-indicator/index.d.ts +38 -0
  106. package/dist/components/step-indicator/index.js +14 -0
  107. package/dist/components/step-indicator/step-indicator-root.cjs +8 -0
  108. package/dist/components/step-indicator/step-indicator-root.d.ts +55 -0
  109. package/dist/components/step-indicator/step-indicator-root.js +8 -0
  110. package/dist/components/step-indicator/step-indicator-step-element.cjs +157 -0
  111. package/dist/components/step-indicator/step-indicator-step-element.d.ts +14 -0
  112. package/dist/components/step-indicator/step-indicator-step-element.js +157 -0
  113. package/dist/components/step-indicator/step-indicator-step-line.cjs +6 -0
  114. package/dist/components/step-indicator/step-indicator-step-line.d.ts +9 -0
  115. package/dist/components/step-indicator/step-indicator-step-line.js +6 -0
  116. package/dist/components/step-indicator/step-indicator-step.cjs +8 -0
  117. package/dist/components/step-indicator/step-indicator-step.d.ts +24 -0
  118. package/dist/components/step-indicator/step-indicator-step.js +8 -0
  119. package/dist/components/tabs/index.d.ts +1 -1
  120. package/dist/components/tabs/tabs-root.d.ts +1 -1
  121. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  122. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  123. package/dist/components/text-field/index.d.ts +2 -2
  124. package/dist/components/text-field/text-field-button.d.ts +2 -2
  125. package/dist/components/toggle/toggle.d.ts +3 -2
  126. package/dist/components/tooltip/index.d.ts +1 -1
  127. package/dist/main.cjs +8 -5
  128. package/dist/main.js +4 -1
  129. package/dist/style.css +529 -113
  130. package/dist/tokens/color/variables.cjs +32 -32
  131. package/dist/tokens/color/variables.d.ts +32 -32
  132. package/dist/tokens/color/variables.js +32 -32
  133. package/dist/utils/generate-styling/grid.d.ts +24 -24
  134. package/dist/utils/generate-styling/index.d.ts +16 -16
  135. package/dist/utils/generate-styling/util.d.ts +2 -2
  136. package/package.json +5 -5
package/README.md CHANGED
@@ -38,7 +38,7 @@ To contribute to or utilize Teddy:
38
38
  2. **Setup**
39
39
 
40
40
  - Node.js (v20) `nvm install 20 --lts`/`nvm use 20`
41
- - PNPM (v9) `npm install -g pnpm@9`
41
+ - PNPM (v10) `npm install -g pnpm@10`
42
42
 
43
43
  3. **Install dependencies**:
44
44
 
@@ -12,6 +12,6 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<React.DetailedHT
12
12
  variant?: Variant | undefined;
13
13
  firstName?: string | undefined;
14
14
  lastName?: string | undefined;
15
- icon?: "key" | "search" | "split" | "link" | "add" | "reverse" | "infinite" | "radio" | "visible" | "copy" | "help" | "zoom-out" | "filter" | "x" | "zoom" | "menu" | "map" | "summary" | "time" | "video" | "image" | "stop" | "alert" | "email" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "download" | "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-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-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" | "AI-star" | "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" | "present" | "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" | undefined;
15
+ icon?: "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" | "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" | "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-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-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" | "AI-star" | "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" | "smart-connect" | "snowflake" | "speedometer" | "split" | "spyware" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "youtube" | "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" | undefined;
16
16
  } & React.RefAttributes<HTMLDivElement>>;
17
17
  export {};
@@ -4,6 +4,6 @@ export declare const Avatar: import('react').ForwardRefExoticComponent<Omit<impo
4
4
  variant?: ("beige" | "blue" | "green" | "grey" | "orange" | "white" | "purple-light") | undefined;
5
5
  firstName?: string | undefined;
6
6
  lastName?: string | undefined;
7
- icon?: "key" | "search" | "split" | "link" | "add" | "reverse" | "infinite" | "radio" | "visible" | "copy" | "help" | "zoom-out" | "filter" | "x" | "zoom" | "menu" | "map" | "summary" | "time" | "video" | "image" | "stop" | "alert" | "email" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "download" | "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-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-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" | "AI-star" | "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" | "present" | "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" | undefined;
7
+ icon?: "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" | "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" | "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-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-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" | "AI-star" | "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" | "smart-connect" | "snowflake" | "speedometer" | "split" | "spyware" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "youtube" | "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" | undefined;
8
8
  } & import('react').RefAttributes<HTMLDivElement>>;
9
9
  export type AvatarProps = RootProps;
@@ -9,7 +9,7 @@ export declare const Link: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
9
9
  disableVisited?: boolean | undefined;
10
10
  ensureTargetArea?: boolean | undefined;
11
11
  silent?: boolean | undefined;
12
- variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
12
+ variant: "navigation" | "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
13
13
  } & React.RefAttributes<HTMLAnchorElement>, "ref">, "variant"> & {
14
14
  home?: boolean | undefined;
15
15
  } & React.RefAttributes<HTMLAnchorElement>>;
@@ -15,7 +15,7 @@ export declare const Breadcrumbs: import('react').ForwardRefExoticComponent<Omit
15
15
  disableVisited?: boolean | undefined;
16
16
  ensureTargetArea?: boolean | undefined;
17
17
  silent?: boolean | undefined;
18
- variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
18
+ variant: "navigation" | "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
19
19
  } & import('react').RefAttributes<HTMLAnchorElement>, "ref">, "variant"> & {
20
20
  home?: boolean | undefined;
21
21
  } & import('react').RefAttributes<HTMLAnchorElement>>;
@@ -9,7 +9,7 @@ export type IllustrationProps = React.ComponentPropsWithoutRef<'div'> & {
9
9
  /** The illustration for the card */
10
10
  export declare const Illustration: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
11
11
  /** The inset allows make the image bleed out to the edges */
12
- inset?: "top" | "bottom" | "left" | "right" | "all" | "top-right-left" | "bottom-left-right" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-bottom" | "left-right" | undefined;
12
+ inset?: "all" | "top" | "bottom" | "left" | "right" | "top-right-left" | "bottom-left-right" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-bottom" | "left-right" | undefined;
13
13
  rounded?: boolean | undefined;
14
14
  } & React.RefAttributes<HTMLDivElement>>;
15
15
  export {};
@@ -7,5 +7,5 @@ export declare const Link: React.ForwardRefExoticComponent<Omit<Omit<React.Detai
7
7
  disableVisited?: boolean | undefined;
8
8
  ensureTargetArea?: boolean | undefined;
9
9
  silent?: boolean | undefined;
10
- variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
10
+ variant: "navigation" | "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
11
11
  } & React.RefAttributes<HTMLAnchorElement>, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
@@ -12,7 +12,7 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
12
12
  loading?: boolean | undefined;
13
13
  fullWidth?: boolean | undefined;
14
14
  size?: "sm" | "md" | "lg" | undefined;
15
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
15
+ variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
16
16
  borderStyle?: ("dashed" | "default") | undefined;
17
17
  } & {
18
18
  iconOnly: true;
@@ -24,11 +24,11 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
24
24
  loading?: boolean | undefined;
25
25
  fullWidth?: boolean | undefined;
26
26
  size?: "sm" | "md" | "lg" | undefined;
27
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
27
+ variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
28
28
  borderStyle?: ("dashed" | "default") | undefined;
29
29
  } & {
30
30
  iconOnly?: false | undefined;
31
31
  "aria-label"?: string | undefined;
32
- } & React.RefAttributes<HTMLButtonElement>, "ref">, "size" | "borderStyle" | "aria-label" | "variant" | "loading" | "fullWidth" | "iconOnly"> & {
32
+ } & React.RefAttributes<HTMLButtonElement>, "ref">, "size" | "aria-label" | "borderStyle" | "variant" | "loading" | "fullWidth" | "iconOnly"> & {
33
33
  as?: "span" | "div" | undefined;
34
34
  } & React.RefAttributes<HTMLButtonElement>>;
@@ -35,7 +35,7 @@ declare const ChannelButton: import('react').ForwardRefExoticComponent<Omit<Omit
35
35
  loading?: boolean | undefined;
36
36
  fullWidth?: boolean | undefined;
37
37
  size?: "sm" | "md" | "lg" | undefined;
38
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
38
+ variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
39
39
  borderStyle?: ("dashed" | "default") | undefined;
40
40
  } & {
41
41
  iconOnly: true;
@@ -47,12 +47,12 @@ declare const ChannelButton: import('react').ForwardRefExoticComponent<Omit<Omit
47
47
  loading?: boolean | undefined;
48
48
  fullWidth?: boolean | undefined;
49
49
  size?: "sm" | "md" | "lg" | undefined;
50
- variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
50
+ variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
51
51
  borderStyle?: ("dashed" | "default") | undefined;
52
52
  } & {
53
53
  iconOnly?: false | undefined;
54
54
  "aria-label"?: string | undefined;
55
- } & import('react').RefAttributes<HTMLButtonElement>, "ref">, "size" | "borderStyle" | "aria-label" | "variant" | "loading" | "fullWidth" | "iconOnly"> & {
55
+ } & import('react').RefAttributes<HTMLButtonElement>, "ref">, "size" | "aria-label" | "borderStyle" | "variant" | "loading" | "fullWidth" | "iconOnly"> & {
56
56
  as?: "span" | "div" | undefined;
57
57
  } & import('react').RefAttributes<HTMLButtonElement>> & {
58
58
  /**
@@ -34,7 +34,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<Omit<import('..
34
34
  } & import('../../utils/generate-styling/flex').FlexLayout & {
35
35
  as: "div";
36
36
  asChild?: false | undefined;
37
- } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref">, "direction" | "value" | "defaultValue" | "onValueChange"> & {
37
+ } & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref">, "direction" | "defaultValue" | "value" | "onValueChange"> & {
38
38
  name?: string | undefined;
39
39
  required?: boolean | undefined;
40
40
  disabled?: boolean | undefined;
@@ -41,7 +41,7 @@ export declare const CheckboxGroup: import('react').ForwardRefExoticComponent<Om
41
41
  } & import('../../utils/generate-styling/flex.ts').FlexLayout & {
42
42
  as: "div";
43
43
  asChild?: false | undefined;
44
- } & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref">, "direction" | "value" | "defaultValue" | "onValueChange"> & {
44
+ } & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref">, "direction" | "defaultValue" | "value" | "onValueChange"> & {
45
45
  name?: string | undefined;
46
46
  required?: boolean | undefined;
47
47
  disabled?: boolean | undefined;
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ require("react/jsx-runtime");
4
+ require("clsx");
5
+ require("react");
6
+ require("./checkbox-card-group-root.cjs");
7
+ require("../step-indicator/index.cjs");
8
+ require("../metric-meter/metric-meter.cjs");
9
+ require("../footer/index.cjs");
10
+ require("../pagination/index.cjs");
11
+ require("../select/index.cjs");
12
+ require("../avatar/index.cjs");
13
+ require("../dashboard-card/index.cjs");
14
+ require("../table/index.cjs");
15
+ require("../flip-card/index.cjs");
16
+ require("../channel-button/index.cjs");
17
+ require("../collapsible/index.cjs");
18
+ require("../meter-bar/index.cjs");
19
+ require("../skeleton/index.cjs");
20
+ require("../checkbox/index.cjs");
21
+ const components_checkboxCardGroup_checkboxCardGroupIndicator = require("./checkbox-card-group-indicator.cjs");
22
+ require("../toast/toast-root.cjs");
23
+ require("sonner");
24
+ require("../toggletip/index.cjs");
25
+ require("../breadcrumbs/index.cjs");
26
+ require("../ribbon/index.cjs");
27
+ require("../expandable-card/index.cjs");
28
+ require("../color-dot/color-dot-root.cjs");
29
+ require("../progress-bar/progress-bar.cjs");
30
+ require("../notabene/index.cjs");
31
+ require("../tooltip/index.cjs");
32
+ require("../list/index.cjs");
33
+ require("../scroll-area/index.cjs");
34
+ require("../tabs/index.cjs");
35
+ require("../drawer/index.cjs");
36
+ require("../image/image.cjs");
37
+ require("../chip/index.cjs");
38
+ require("../../assets/sprite.6511e521-teddy.svg");
39
+ require("../notification/index.cjs");
40
+ require("../radio-group/index.cjs");
41
+ require("../box/box.cjs");
42
+ require("../flex/flex.cjs");
43
+ require("../card/index.cjs");
44
+ require("../grid/grid.cjs");
45
+ require("../toggle/toggle.cjs");
46
+ require("../accordion/index.cjs");
47
+ require("../link/link.cjs");
48
+ require("../badge/badge.cjs");
49
+ require("../badge/alert-badge.cjs");
50
+ require("../badge/counter-badge.cjs");
51
+ require("../button/button.cjs");
52
+ require("../field-error-text/field-error-text.cjs");
53
+ require("../helper-text/helper-text.cjs");
54
+ require("../input/index.cjs");
55
+ require("../label/label.cjs");
56
+ require("../spinner/spinner.cjs");
57
+ require("../text/text.cjs");
58
+ require("../text-field/index.cjs");
59
+ require("../heading/heading.cjs");
60
+ require("../visually-hidden/visually-hidden.cjs");
61
+ require("../text-spacing/text-spacing.cjs");
62
+ require("../container/container.cjs");
63
+ require("../carousel/carousel-root.cjs");
64
+ require("../slider/slider.cjs");
65
+ exports.Content = components_checkboxCardGroup_checkboxCardGroupIndicator.Content$1;
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+ import { Flex } from '..';
3
+
4
+ export type ContentProps = React.ComponentPropsWithoutRef<typeof Flex>;
5
+ export declare const Content: React.ForwardRefExoticComponent<ContentProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,65 @@
1
+ import "react/jsx-runtime";
2
+ import "clsx";
3
+ import "react";
4
+ import "./checkbox-card-group-root.js";
5
+ import "../step-indicator/index.js";
6
+ import "../metric-meter/metric-meter.js";
7
+ import "../footer/index.js";
8
+ import "../pagination/index.js";
9
+ import "../select/index.js";
10
+ import "../avatar/index.js";
11
+ import "../dashboard-card/index.js";
12
+ import "../table/index.js";
13
+ import "../flip-card/index.js";
14
+ import "../channel-button/index.js";
15
+ import "../collapsible/index.js";
16
+ import "../meter-bar/index.js";
17
+ import "../skeleton/index.js";
18
+ import "../checkbox/index.js";
19
+ import { a } from "./checkbox-card-group-indicator.js";
20
+ import "../toast/toast-root.js";
21
+ import "sonner";
22
+ import "../toggletip/index.js";
23
+ import "../breadcrumbs/index.js";
24
+ import "../ribbon/index.js";
25
+ import "../expandable-card/index.js";
26
+ import "../color-dot/color-dot-root.js";
27
+ import "../progress-bar/progress-bar.js";
28
+ import "../notabene/index.js";
29
+ import "../tooltip/index.js";
30
+ import "../list/index.js";
31
+ import "../scroll-area/index.js";
32
+ import "../tabs/index.js";
33
+ import "../drawer/index.js";
34
+ import "../image/image.js";
35
+ import "../chip/index.js";
36
+ import "../../assets/sprite.6511e521-teddy.svg";
37
+ import "../notification/index.js";
38
+ import "../radio-group/index.js";
39
+ import "../box/box.js";
40
+ import "../flex/flex.js";
41
+ import "../card/index.js";
42
+ import "../grid/grid.js";
43
+ import "../toggle/toggle.js";
44
+ import "../accordion/index.js";
45
+ import "../link/link.js";
46
+ import "../badge/badge.js";
47
+ import "../badge/alert-badge.js";
48
+ import "../badge/counter-badge.js";
49
+ import "../button/button.js";
50
+ import "../field-error-text/field-error-text.js";
51
+ import "../helper-text/helper-text.js";
52
+ import "../input/index.js";
53
+ import "../label/label.js";
54
+ import "../spinner/spinner.js";
55
+ import "../text/text.js";
56
+ import "../text-field/index.js";
57
+ import "../heading/heading.js";
58
+ import "../visually-hidden/visually-hidden.js";
59
+ import "../text-spacing/text-spacing.js";
60
+ import "../container/container.js";
61
+ import "../carousel/carousel-root.js";
62
+ import "../slider/slider.js";
63
+ export {
64
+ a as Content
65
+ };