@telia/teddy 0.6.13 → 0.6.15

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 (112) hide show
  1. package/dist/assets/{sprite.c3af21af-teddy.svg → sprite.c7653d19-teddy.svg} +23 -9
  2. package/dist/components/accordion/accordion-indicator.cjs +1 -1
  3. package/dist/components/accordion/accordion-indicator.js +1 -1
  4. package/dist/components/avatar/avatar-root.cjs +1 -1
  5. package/dist/components/avatar/avatar-root.d.ts +1 -1
  6. package/dist/components/avatar/avatar-root.js +1 -1
  7. package/dist/components/avatar/index.d.ts +1 -1
  8. package/dist/components/badge/badge.cjs +1 -1
  9. package/dist/components/badge/badge.js +1 -1
  10. package/dist/components/breadcrumbs/breadcrumbs-link.cjs +1 -1
  11. package/dist/components/breadcrumbs/breadcrumbs-link.js +1 -1
  12. package/dist/components/card/card-button.cjs +7 -0
  13. package/dist/components/card/card-button.js +7 -0
  14. package/dist/components/card/card.cjs +72 -52
  15. package/dist/components/card/card.js +72 -52
  16. package/dist/components/carousel/carousel-root.cjs +1 -1
  17. package/dist/components/carousel/carousel-root.js +1 -1
  18. package/dist/components/checkbox/checkbox-indicator.cjs +1 -1
  19. package/dist/components/checkbox/checkbox-indicator.js +1 -1
  20. package/dist/components/chip/chip-indicator.cjs +1 -1
  21. package/dist/components/chip/chip-indicator.d.ts +1 -1
  22. package/dist/components/chip/chip-indicator.js +1 -1
  23. package/dist/components/chip/index.d.ts +1 -1
  24. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  25. package/dist/components/dashboard-card/dashboard-card-root.cjs +1 -1
  26. package/dist/components/dashboard-card/dashboard-card-root.js +1 -1
  27. package/dist/components/date-picker/date-picker-input.cjs +1 -1
  28. package/dist/components/date-picker/date-picker-input.js +1 -1
  29. package/dist/components/date-picker/date-picker.cjs +1 -1
  30. package/dist/components/date-picker/date-picker.js +1 -1
  31. package/dist/components/drawer/drawer-close.cjs +1 -1
  32. package/dist/components/drawer/drawer-close.js +1 -1
  33. package/dist/components/expandable-card/expandable-card-indicator.cjs +1 -1
  34. package/dist/components/expandable-card/expandable-card-indicator.js +1 -1
  35. package/dist/components/field-error-text/field-error-text.cjs +1 -1
  36. package/dist/components/field-error-text/field-error-text.js +1 -1
  37. package/dist/components/icon/AllIcons.cjs +23 -9
  38. package/dist/components/icon/AllIcons.js +23 -9
  39. package/dist/components/icon/icon.cjs +1 -1
  40. package/dist/components/icon/icon.js +1 -1
  41. package/dist/components/icon/index.cjs +1 -1
  42. package/dist/components/icon/index.js +1 -1
  43. package/dist/components/icon/utils.d.ts +1 -1
  44. package/dist/components/index.cjs +1 -1
  45. package/dist/components/index.js +1 -1
  46. package/dist/components/input/input-clear-button.cjs +1 -1
  47. package/dist/components/input/input-clear-button.js +1 -1
  48. package/dist/components/input/input-group.cjs +1 -1
  49. package/dist/components/input/input-group.js +1 -1
  50. package/dist/components/input/input-indicator.cjs +1 -1
  51. package/dist/components/input/input-indicator.js +1 -1
  52. package/dist/components/modal/modal-close.cjs +1 -1
  53. package/dist/components/modal/modal-close.js +1 -1
  54. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +1 -1
  55. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
  56. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +1 -1
  57. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +1 -1
  58. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +1 -1
  59. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +1 -1
  60. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +1 -1
  61. package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +1 -1
  62. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +1 -1
  63. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +1 -1
  64. package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +1 -1
  65. package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +1 -1
  66. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +1 -1
  67. package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +1 -1
  68. package/dist/components/navigation-menu/navigation-menu.cjs +1 -1
  69. package/dist/components/navigation-menu/navigation-menu.js +1 -1
  70. package/dist/components/notabene/notabene-icon.cjs +1 -1
  71. package/dist/components/notabene/notabene-icon.d.ts +1 -1
  72. package/dist/components/notabene/notabene-icon.js +1 -1
  73. package/dist/components/notification/index.d.ts +24 -0
  74. package/dist/components/notification/notification-dismiss.cjs +1 -1
  75. package/dist/components/notification/notification-dismiss.js +1 -1
  76. package/dist/components/notification/notification-icon.cjs +1 -1
  77. package/dist/components/notification/notification-icon.d.ts +1 -1
  78. package/dist/components/notification/notification-icon.js +1 -1
  79. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -1
  80. package/dist/components/radio-card-group/radio-card-group-content.js +1 -1
  81. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -1
  82. package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -1
  83. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -1
  84. package/dist/components/radio-card-group/radio-card-group-item.js +1 -1
  85. package/dist/components/scroll-area/scroll-area-button.cjs +1 -1
  86. package/dist/components/scroll-area/scroll-area-button.js +1 -1
  87. package/dist/components/scroll-area/scroll-area-thumb.cjs +1 -1
  88. package/dist/components/scroll-area/scroll-area-thumb.js +1 -1
  89. package/dist/components/select/select-indicator.cjs +1 -1
  90. package/dist/components/select/select-indicator.js +1 -1
  91. package/dist/components/toast/toast-root.cjs +1 -1
  92. package/dist/components/toast/toast-root.js +1 -1
  93. package/dist/components/toggle/toggle.cjs +1 -1
  94. package/dist/components/toggle/toggle.d.ts +1 -1
  95. package/dist/components/toggle/toggle.js +1 -1
  96. package/dist/components/toggletip/toggletip-close.cjs +1 -1
  97. package/dist/components/toggletip/toggletip-close.js +1 -1
  98. package/dist/components/tooltip/tooltip-trigger.cjs +1 -1
  99. package/dist/components/tooltip/tooltip-trigger.js +1 -1
  100. package/dist/icons/category.cjs +6 -3
  101. package/dist/icons/category.d.ts +17 -8
  102. package/dist/icons/category.js +6 -3
  103. package/dist/icons/name.cjs +6 -3
  104. package/dist/icons/name.d.ts +1 -1
  105. package/dist/icons/name.js +6 -3
  106. package/dist/main.cjs +1 -1
  107. package/dist/main.js +1 -1
  108. package/dist/style.css +280 -118
  109. package/dist/tokens/color/variables.cjs +237 -0
  110. package/dist/tokens/color/variables.d.ts +79 -0
  111. package/dist/tokens/color/variables.js +237 -0
  112. package/package.json +1 -1
@@ -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" | "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" | "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-neutral" | "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" | "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" | "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";
6
+ 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-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" | "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" | "smart-connect" | "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";
7
7
  size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
8
8
  children?: React.ReactNode;
9
9
  }, "ref">> & React.RefAttributes<SVGSVGElement>>;
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import React__default from "react";
3
- import "../../assets/sprite.c3af21af-teddy.svg";
3
+ import "../../assets/sprite.c7653d19-teddy.svg";
4
4
  import { Icon as Icon$1 } from "../icon/icon.js";
5
5
  import { s as styles, rootClassName, NotificationContext } from "./notification-root.js";
6
6
  import clsx from "clsx";
@@ -31,7 +31,7 @@ require("../tabs/index.cjs");
31
31
  require("../drawer/index.cjs");
32
32
  require("../image/image.cjs");
33
33
  require("../chip/index.cjs");
34
- require("../../assets/sprite.c3af21af-teddy.svg");
34
+ require("../../assets/sprite.c7653d19-teddy.svg");
35
35
  require("../notification/index.cjs");
36
36
  require("../radio-group/index.cjs");
37
37
  require("../box/box.cjs");
@@ -29,7 +29,7 @@ import "../tabs/index.js";
29
29
  import "../drawer/index.js";
30
30
  import "../image/image.js";
31
31
  import "../chip/index.js";
32
- import "../../assets/sprite.c3af21af-teddy.svg";
32
+ import "../../assets/sprite.c7653d19-teddy.svg";
33
33
  import "../notification/index.js";
34
34
  import "../radio-group/index.js";
35
35
  import "../box/box.js";
@@ -40,7 +40,7 @@ const components_tabs_index = require("../tabs/index.cjs");
40
40
  const components_drawer_index = require("../drawer/index.cjs");
41
41
  require("../image/image.cjs");
42
42
  require("../chip/index.cjs");
43
- require("../../assets/sprite.c3af21af-teddy.svg");
43
+ require("../../assets/sprite.c7653d19-teddy.svg");
44
44
  const components_modal_modalRoot = require("../modal/modal-root.cjs");
45
45
  const components_modal_modalTrigger = require("../modal/modal-trigger.cjs");
46
46
  const components_modal_modalContent = require("../modal/modal-content.cjs");
@@ -38,7 +38,7 @@ import { Tabs } from "../tabs/index.js";
38
38
  import { Drawer } from "../drawer/index.js";
39
39
  import "../image/image.js";
40
40
  import "../chip/index.js";
41
- import "../../assets/sprite.c3af21af-teddy.svg";
41
+ import "../../assets/sprite.c7653d19-teddy.svg";
42
42
  import { rootClassName as rootClassName$3, RootContext as RootContext$1, Root as Root$3 } from "../modal/modal-root.js";
43
43
  import { Trigger as Trigger$1 } from "../modal/modal-trigger.js";
44
44
  import { Content as Content$2 } from "../modal/modal-content.js";
@@ -32,7 +32,7 @@ require("../tabs/index.cjs");
32
32
  require("../drawer/index.cjs");
33
33
  require("../image/image.cjs");
34
34
  require("../chip/index.cjs");
35
- require("../../assets/sprite.c3af21af-teddy.svg");
35
+ require("../../assets/sprite.c7653d19-teddy.svg");
36
36
  require("../notification/index.cjs");
37
37
  require("../radio-group/index.cjs");
38
38
  require("../box/box.cjs");
@@ -30,7 +30,7 @@ import "../tabs/index.js";
30
30
  import "../drawer/index.js";
31
31
  import "../image/image.js";
32
32
  import "../chip/index.js";
33
- import "../../assets/sprite.c3af21af-teddy.svg";
33
+ import "../../assets/sprite.c7653d19-teddy.svg";
34
34
  import "../notification/index.js";
35
35
  import "../radio-group/index.js";
36
36
  import "../box/box.js";
@@ -6,6 +6,6 @@ require("clsx");
6
6
  const components_scrollArea_scrollAreaThumb = require("./scroll-area-thumb.cjs");
7
7
  require("../button/button.cjs");
8
8
  require("../../utils/composeEventHandlers.cjs");
9
- require("../../assets/sprite.c3af21af-teddy.svg");
9
+ require("../../assets/sprite.c7653d19-teddy.svg");
10
10
  require("../icon/icon.cjs");
11
11
  exports.Button = components_scrollArea_scrollAreaThumb.Button;
@@ -4,7 +4,7 @@ import "clsx";
4
4
  import { B } from "./scroll-area-thumb.js";
5
5
  import "../button/button.js";
6
6
  import "../../utils/composeEventHandlers.js";
7
- import "../../assets/sprite.c3af21af-teddy.svg";
7
+ import "../../assets/sprite.c7653d19-teddy.svg";
8
8
  import "../icon/icon.js";
9
9
  export {
10
10
  B as Button
@@ -6,7 +6,7 @@ const clsx = require("clsx");
6
6
  const ScrollAreaPrimitive = require("@radix-ui/react-scroll-area");
7
7
  const components_button_button = require("../button/button.cjs");
8
8
  const utils_composeEventHandlers = require("../../utils/composeEventHandlers.cjs");
9
- require("../../assets/sprite.c3af21af-teddy.svg");
9
+ require("../../assets/sprite.c7653d19-teddy.svg");
10
10
  const components_icon_icon = require("../icon/icon.cjs");
11
11
  function _interopNamespaceDefault(e) {
12
12
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
@@ -4,7 +4,7 @@ import clsx from "clsx";
4
4
  import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
5
5
  import { Button as Button$1 } from "../button/button.js";
6
6
  import { composeEventHandlers } from "../../utils/composeEventHandlers.js";
7
- import "../../assets/sprite.c3af21af-teddy.svg";
7
+ import "../../assets/sprite.c7653d19-teddy.svg";
8
8
  import { Icon } from "../icon/icon.js";
9
9
  const styles = {
10
10
  "teddy-scroll-area": "_teddy-scroll-area_1r6mf_1",
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
- require("../../assets/sprite.c3af21af-teddy.svg");
5
+ require("../../assets/sprite.c7653d19-teddy.svg");
6
6
  const components_icon_icon = require("../icon/icon.cjs");
7
7
  const Indicator = React.forwardRef(
8
8
  ({ className, children, name, ...props }, forwardRef) => {
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import React__default from "react";
3
- import "../../assets/sprite.c3af21af-teddy.svg";
3
+ import "../../assets/sprite.c7653d19-teddy.svg";
4
4
  import { Icon } from "../icon/icon.js";
5
5
  const Indicator = React__default.forwardRef(
6
6
  ({ className, children, name, ...props }, forwardRef) => {
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const clsx = require("clsx");
5
5
  const sonner = require("sonner");
6
- require("../../assets/sprite.c3af21af-teddy.svg");
6
+ require("../../assets/sprite.c7653d19-teddy.svg");
7
7
  const components_icon_icon = require("../icon/icon.cjs");
8
8
  const components_spinner_spinner = require("../spinner/spinner.cjs");
9
9
  const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import { Toaster } from "sonner";
4
- import "../../assets/sprite.c3af21af-teddy.svg";
4
+ import "../../assets/sprite.c7653d19-teddy.svg";
5
5
  import { Icon } from "../icon/icon.js";
6
6
  import { Spinner } from "../spinner/spinner.js";
7
7
  const fadeInAnimation = "_fadeInAnimation_mi6fm_1";
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const clsx = require("clsx");
6
6
  const SwitchPrimitive = require("@radix-ui/react-switch");
7
- require("../../assets/sprite.c3af21af-teddy.svg");
7
+ require("../../assets/sprite.c7653d19-teddy.svg");
8
8
  const components_icon_icon = require("../icon/icon.cjs");
9
9
  const components_label_label = require("../label/label.cjs");
10
10
  function _interopNamespaceDefault(e) {
@@ -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: "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" | "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" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "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" | "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" | "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";
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-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" | "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" | "smart-connect" | "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>>;
@@ -2,7 +2,7 @@ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import React__default from "react";
3
3
  import clsx from "clsx";
4
4
  import * as SwitchPrimitive from "@radix-ui/react-switch";
5
- import "../../assets/sprite.c3af21af-teddy.svg";
5
+ import "../../assets/sprite.c7653d19-teddy.svg";
6
6
  import { Icon } from "../icon/icon.js";
7
7
  import { Label } from "../label/label.js";
8
8
  const styles = {
@@ -6,7 +6,7 @@ const clsx = require("clsx");
6
6
  const PopoverPrimitive = require("@radix-ui/react-popover");
7
7
  const components_toggletip_toggletipRoot = require("./toggletip-root.cjs");
8
8
  const components_button_button = require("../button/button.cjs");
9
- require("../../assets/sprite.c3af21af-teddy.svg");
9
+ require("../../assets/sprite.c7653d19-teddy.svg");
10
10
  const components_icon_icon = require("../icon/icon.cjs");
11
11
  const toggletip_module = require("../../toggletip.module-A6XIfaD_.cjs");
12
12
  function _interopNamespaceDefault(e) {
@@ -4,7 +4,7 @@ import clsx from "clsx";
4
4
  import * as PopoverPrimitive from "@radix-ui/react-popover";
5
5
  import { RootContext, rootClassName } from "./toggletip-root.js";
6
6
  import { Button } from "../button/button.js";
7
- import "../../assets/sprite.c3af21af-teddy.svg";
7
+ import "../../assets/sprite.c7653d19-teddy.svg";
8
8
  import { Icon } from "../icon/icon.js";
9
9
  import { s as styles } from "../../toggletip.module-BUx6_4pv.js";
10
10
  const Close = React__default.forwardRef(
@@ -6,7 +6,7 @@ const clsx = require("clsx");
6
6
  const tooltip_module = require("../../tooltip.module-D_3DOZOn.cjs");
7
7
  const TooltipPrimitive = require("@radix-ui/react-tooltip");
8
8
  const components_tooltip_tooltipRoot = require("./tooltip-root.cjs");
9
- require("../../assets/sprite.c3af21af-teddy.svg");
9
+ require("../../assets/sprite.c7653d19-teddy.svg");
10
10
  const components_icon_icon = require("../icon/icon.cjs");
11
11
  const components_button_button = require("../button/button.cjs");
12
12
  function _interopNamespaceDefault(e) {
@@ -4,7 +4,7 @@ import clsx from "clsx";
4
4
  import { s as styles } from "../../tooltip.module-DnKU2XS4.js";
5
5
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
6
6
  import { rootClassName, RootContext } from "./tooltip-root.js";
7
- import "../../assets/sprite.c3af21af-teddy.svg";
7
+ import "../../assets/sprite.c7653d19-teddy.svg";
8
8
  import { Icon } from "../icon/icon.js";
9
9
  import { Button } from "../button/button.js";
10
10
  const Trigger = React__default.forwardRef(
@@ -35,6 +35,7 @@ const iconCategories = [
35
35
  { category: "action", name: "share" },
36
36
  { category: "action", name: "shortcut" },
37
37
  { category: "action", name: "shuffle" },
38
+ { category: "action", name: "sync" },
38
39
  { category: "action", name: "skip-back-10sec" },
39
40
  { category: "action", name: "skip-back-30sec" },
40
41
  { category: "action", name: "skip-forward-10sec" },
@@ -42,7 +43,6 @@ const iconCategories = [
42
43
  { category: "action", name: "star-filled" },
43
44
  { category: "action", name: "star" },
44
45
  { category: "action", name: "switch-arrows" },
45
- { category: "action", name: "sync" },
46
46
  { category: "action", name: "tv-next" },
47
47
  { category: "action", name: "tv-pause" },
48
48
  { category: "action", name: "tv-previous" },
@@ -89,6 +89,8 @@ const iconCategories = [
89
89
  { category: "communication", name: "smiley-happy" },
90
90
  { category: "communication", name: "smiley-neutral" },
91
91
  { category: "communication", name: "smiley-sad" },
92
+ { category: "communication", name: "smiley-very-happy" },
93
+ { category: "communication", name: "smiley-very-sad" },
92
94
  { category: "communication", name: "sms" },
93
95
  { category: "communication", name: "support" },
94
96
  { category: "communication", name: "user-admin" },
@@ -188,6 +190,7 @@ const iconCategories = [
188
190
  { category: "finance", name: "payment-success" },
189
191
  { category: "finance", name: "savings" },
190
192
  { category: "finance", name: "wallet" },
193
+ { category: "media", name: "AI-star" },
191
194
  { category: "media", name: "airplay" },
192
195
  { category: "media", name: "camera" },
193
196
  { category: "media", name: "entertainment" },
@@ -269,8 +272,8 @@ const iconCategories = [
269
272
  { category: "other", name: "smart-connect" },
270
273
  { category: "other", name: "snowflake" },
271
274
  { category: "other", name: "speedometer" },
272
- { category: "other", name: "split" },
273
275
  { category: "other", name: "spyware" },
276
+ { category: "other", name: "split" },
274
277
  { category: "other", name: "stop" },
275
278
  { category: "other", name: "suitcase" },
276
279
  { category: "other", name: "sustainability" },
@@ -290,13 +293,13 @@ const iconCategories = [
290
293
  { category: "social", name: "bankid" },
291
294
  { category: "social", name: "facebook" },
292
295
  { category: "social", name: "instagram" },
296
+ { category: "social", name: "youtube" },
293
297
  { category: "social", name: "linkedin" },
294
298
  { category: "social", name: "snapchat" },
295
299
  { category: "social", name: "telia-logo" },
296
300
  { category: "social", name: "whatsapp" },
297
301
  { category: "social", name: "windows" },
298
302
  { category: "social", name: "x" },
299
- { category: "social", name: "youtube" },
300
303
  { category: "status", name: "alert-filled" },
301
304
  { category: "status", name: "alert" },
302
305
  { category: "status", name: "check-circle-filled" },
@@ -100,6 +100,9 @@ export declare const iconCategories: readonly [{
100
100
  }, {
101
101
  readonly category: "action";
102
102
  readonly name: "shuffle";
103
+ }, {
104
+ readonly category: "action";
105
+ readonly name: "sync";
103
106
  }, {
104
107
  readonly category: "action";
105
108
  readonly name: "skip-back-10sec";
@@ -121,9 +124,6 @@ export declare const iconCategories: readonly [{
121
124
  }, {
122
125
  readonly category: "action";
123
126
  readonly name: "switch-arrows";
124
- }, {
125
- readonly category: "action";
126
- readonly name: "sync";
127
127
  }, {
128
128
  readonly category: "action";
129
129
  readonly name: "tv-next";
@@ -262,6 +262,12 @@ export declare const iconCategories: readonly [{
262
262
  }, {
263
263
  readonly category: "communication";
264
264
  readonly name: "smiley-sad";
265
+ }, {
266
+ readonly category: "communication";
267
+ readonly name: "smiley-very-happy";
268
+ }, {
269
+ readonly category: "communication";
270
+ readonly name: "smiley-very-sad";
265
271
  }, {
266
272
  readonly category: "communication";
267
273
  readonly name: "sms";
@@ -559,6 +565,9 @@ export declare const iconCategories: readonly [{
559
565
  }, {
560
566
  readonly category: "finance";
561
567
  readonly name: "wallet";
568
+ }, {
569
+ readonly category: "media";
570
+ readonly name: "AI-star";
562
571
  }, {
563
572
  readonly category: "media";
564
573
  readonly name: "airplay";
@@ -804,10 +813,10 @@ export declare const iconCategories: readonly [{
804
813
  readonly name: "speedometer";
805
814
  }, {
806
815
  readonly category: "other";
807
- readonly name: "split";
816
+ readonly name: "spyware";
808
817
  }, {
809
818
  readonly category: "other";
810
- readonly name: "spyware";
819
+ readonly name: "split";
811
820
  }, {
812
821
  readonly category: "other";
813
822
  readonly name: "stop";
@@ -865,6 +874,9 @@ export declare const iconCategories: readonly [{
865
874
  }, {
866
875
  readonly category: "social";
867
876
  readonly name: "instagram";
877
+ }, {
878
+ readonly category: "social";
879
+ readonly name: "youtube";
868
880
  }, {
869
881
  readonly category: "social";
870
882
  readonly name: "linkedin";
@@ -883,9 +895,6 @@ export declare const iconCategories: readonly [{
883
895
  }, {
884
896
  readonly category: "social";
885
897
  readonly name: "x";
886
- }, {
887
- readonly category: "social";
888
- readonly name: "youtube";
889
898
  }, {
890
899
  readonly category: "status";
891
900
  readonly name: "alert-filled";
@@ -33,6 +33,7 @@ const iconCategories = [
33
33
  { category: "action", name: "share" },
34
34
  { category: "action", name: "shortcut" },
35
35
  { category: "action", name: "shuffle" },
36
+ { category: "action", name: "sync" },
36
37
  { category: "action", name: "skip-back-10sec" },
37
38
  { category: "action", name: "skip-back-30sec" },
38
39
  { category: "action", name: "skip-forward-10sec" },
@@ -40,7 +41,6 @@ const iconCategories = [
40
41
  { category: "action", name: "star-filled" },
41
42
  { category: "action", name: "star" },
42
43
  { category: "action", name: "switch-arrows" },
43
- { category: "action", name: "sync" },
44
44
  { category: "action", name: "tv-next" },
45
45
  { category: "action", name: "tv-pause" },
46
46
  { category: "action", name: "tv-previous" },
@@ -87,6 +87,8 @@ const iconCategories = [
87
87
  { category: "communication", name: "smiley-happy" },
88
88
  { category: "communication", name: "smiley-neutral" },
89
89
  { category: "communication", name: "smiley-sad" },
90
+ { category: "communication", name: "smiley-very-happy" },
91
+ { category: "communication", name: "smiley-very-sad" },
90
92
  { category: "communication", name: "sms" },
91
93
  { category: "communication", name: "support" },
92
94
  { category: "communication", name: "user-admin" },
@@ -186,6 +188,7 @@ const iconCategories = [
186
188
  { category: "finance", name: "payment-success" },
187
189
  { category: "finance", name: "savings" },
188
190
  { category: "finance", name: "wallet" },
191
+ { category: "media", name: "AI-star" },
189
192
  { category: "media", name: "airplay" },
190
193
  { category: "media", name: "camera" },
191
194
  { category: "media", name: "entertainment" },
@@ -267,8 +270,8 @@ const iconCategories = [
267
270
  { category: "other", name: "smart-connect" },
268
271
  { category: "other", name: "snowflake" },
269
272
  { category: "other", name: "speedometer" },
270
- { category: "other", name: "split" },
271
273
  { category: "other", name: "spyware" },
274
+ { category: "other", name: "split" },
272
275
  { category: "other", name: "stop" },
273
276
  { category: "other", name: "suitcase" },
274
277
  { category: "other", name: "sustainability" },
@@ -288,13 +291,13 @@ const iconCategories = [
288
291
  { category: "social", name: "bankid" },
289
292
  { category: "social", name: "facebook" },
290
293
  { category: "social", name: "instagram" },
294
+ { category: "social", name: "youtube" },
291
295
  { category: "social", name: "linkedin" },
292
296
  { category: "social", name: "snapchat" },
293
297
  { category: "social", name: "telia-logo" },
294
298
  { category: "social", name: "whatsapp" },
295
299
  { category: "social", name: "windows" },
296
300
  { category: "social", name: "x" },
297
- { category: "social", name: "youtube" },
298
301
  { category: "status", name: "alert-filled" },
299
302
  { category: "status", name: "alert" },
300
303
  { category: "status", name: "check-circle-filled" },
@@ -35,6 +35,7 @@ const iconNames = [
35
35
  "share",
36
36
  "shortcut",
37
37
  "shuffle",
38
+ "sync",
38
39
  "skip-back-10sec",
39
40
  "skip-back-30sec",
40
41
  "skip-forward-10sec",
@@ -42,7 +43,6 @@ const iconNames = [
42
43
  "star-filled",
43
44
  "star",
44
45
  "switch-arrows",
45
- "sync",
46
46
  "tv-next",
47
47
  "tv-pause",
48
48
  "tv-previous",
@@ -89,6 +89,8 @@ const iconNames = [
89
89
  "smiley-happy",
90
90
  "smiley-neutral",
91
91
  "smiley-sad",
92
+ "smiley-very-happy",
93
+ "smiley-very-sad",
92
94
  "sms",
93
95
  "support",
94
96
  "user-admin",
@@ -188,6 +190,7 @@ const iconNames = [
188
190
  "payment-success",
189
191
  "savings",
190
192
  "wallet",
193
+ "AI-star",
191
194
  "airplay",
192
195
  "camera",
193
196
  "entertainment",
@@ -269,8 +272,8 @@ const iconNames = [
269
272
  "smart-connect",
270
273
  "snowflake",
271
274
  "speedometer",
272
- "split",
273
275
  "spyware",
276
+ "split",
274
277
  "stop",
275
278
  "suitcase",
276
279
  "sustainability",
@@ -290,13 +293,13 @@ const iconNames = [
290
293
  "bankid",
291
294
  "facebook",
292
295
  "instagram",
296
+ "youtube",
293
297
  "linkedin",
294
298
  "snapchat",
295
299
  "telia-logo",
296
300
  "whatsapp",
297
301
  "windows",
298
302
  "x",
299
- "youtube",
300
303
  "alert-filled",
301
304
  "alert",
302
305
  "check-circle-filled",
@@ -1,2 +1,2 @@
1
- export declare const iconNames: readonly ["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", "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", "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"];
1
+ export declare const iconNames: readonly ["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-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", "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"];
2
2
  export type IconName = (typeof iconNames)[number];