@telia/teddy 0.6.14 → 0.6.16

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 (109) 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 +16 -16
  26. package/dist/components/dashboard-card/dashboard-card-root.js +16 -16
  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 +160 -154
  109. package/package.json +1 -1
@@ -5,58 +5,58 @@ import { composeEventHandlers } from "../../utils/composeEventHandlers.js";
5
5
  import { Grid } from "../grid/grid.js";
6
6
  import { teddyColorTransparentWhite850, teddyColorTransparentWhite800, teddyColorTransparentWhite100, teddyColorTransparentBlack600, teddyColorTransparentBlack200 } from "../../tokens/color/variables.js";
7
7
  const styles = {
8
- "teddy-card": "_teddy-card_6pylp_3",
9
- "teddy-card__slot": "_teddy-card__slot_6pylp_13",
10
- "teddy-card__slot--bottom": "_teddy-card__slot--bottom_6pylp_16",
11
- "teddy-card__slot--center": "_teddy-card__slot--center_6pylp_19",
12
- "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_6pylp_25",
13
- "teddy-card--shadow": "_teddy-card--shadow_6pylp_44",
14
- "teddy-card__action": "_teddy-card__action_6pylp_47",
15
- "teddy-card__action--disabled": "_teddy-card__action--disabled_6pylp_47",
16
- "teddy-card--border": "_teddy-card--border_6pylp_54",
17
- "teddy-card--layout": "_teddy-card--layout_6pylp_57",
18
- "teddy-card__illustration": "_teddy-card__illustration_6pylp_57",
19
- "teddy-card__carousel": "_teddy-card__carousel_6pylp_60",
20
- "teddy-card__content": "_teddy-card__content_6pylp_63",
21
- "teddy-card__heading": "_teddy-card__heading_6pylp_66",
22
- "teddy-card__action-wrapper": "_teddy-card__action-wrapper_6pylp_69",
23
- "teddy-card__footer": "_teddy-card__footer_6pylp_72",
24
- "teddy-card__overline": "_teddy-card__overline_6pylp_75",
25
- "teddy-card__description": "_teddy-card__description_6pylp_78",
26
- "teddy-card__color-dots": "_teddy-card__color-dots_6pylp_81",
27
- "teddy-card__availability": "_teddy-card__availability_6pylp_84",
28
- "teddy-card__price": "_teddy-card__price_6pylp_87",
29
- "teddy-card--default": "_teddy-card--default_6pylp_90",
30
- "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_6pylp_95",
31
- "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_6pylp_115",
32
- "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_6pylp_127",
33
- "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_6pylp_149",
34
- "teddy-card--rich-card": "_teddy-card--rich-card_6pylp_161",
35
- "teddy-card--rich-card-large": "_teddy-card--rich-card-large_6pylp_180",
36
- "teddy-card__line": "_teddy-card__line_6pylp_212",
37
- "teddy-card--purple-light": "_teddy-card--purple-light_6pylp_216",
38
- "teddy-card--purple-dark": "_teddy-card--purple-dark_6pylp_230",
39
- "teddy-card--white": "_teddy-card--white_6pylp_249",
40
- "teddy-card--gray": "_teddy-card--gray_6pylp_263",
41
- "teddy-card--beige": "_teddy-card--beige_6pylp_277",
42
- "teddy-card--beige-light": "_teddy-card--beige-light_6pylp_291",
43
- "teddy-card--product": "_teddy-card--product_6pylp_305",
44
- "teddy-card__price--big": "_teddy-card__price--big_6pylp_379",
45
- "teddy-card__image--as-background": "_teddy-card__image--as-background_6pylp_382",
46
- "teddy-card--background-image": "_teddy-card--background-image_6pylp_388",
47
- "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_6pylp_393",
48
- "teddy-card__inset": "_teddy-card__inset_6pylp_397",
49
- "teddy-card__inset--top": "_teddy-card__inset--top_6pylp_400",
50
- "teddy-card__inset--left": "_teddy-card__inset--left_6pylp_403",
51
- "teddy-card__inset--right": "_teddy-card__inset--right_6pylp_406",
52
- "teddy-card__inset--bottom": "_teddy-card__inset--bottom_6pylp_409",
53
- "teddy-card__availability--badge": "_teddy-card__availability--badge_6pylp_424",
54
- "teddy-card__availability--success": "_teddy-card__availability--success_6pylp_427",
55
- "teddy-card__availability--warning": "_teddy-card__availability--warning_6pylp_430",
56
- "teddy-card__availability--error": "_teddy-card__availability--error_6pylp_433",
57
- "teddy-card__availability--special": "_teddy-card__availability--special_6pylp_436",
58
- "teddy-card__availability--neutral": "_teddy-card__availability--neutral_6pylp_439",
59
- "teddy-card__availability--information": "_teddy-card__availability--information_6pylp_442"
8
+ "teddy-card": "_teddy-card_1p563_3",
9
+ "teddy-card__slot": "_teddy-card__slot_1p563_17",
10
+ "teddy-card__slot--bottom": "_teddy-card__slot--bottom_1p563_20",
11
+ "teddy-card__slot--center": "_teddy-card__slot--center_1p563_23",
12
+ "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_1p563_29",
13
+ "teddy-card--shadow": "_teddy-card--shadow_1p563_48",
14
+ "teddy-card__action": "_teddy-card__action_1p563_51",
15
+ "teddy-card__action--disabled": "_teddy-card__action--disabled_1p563_51",
16
+ "teddy-card--border": "_teddy-card--border_1p563_58",
17
+ "teddy-card--layout": "_teddy-card--layout_1p563_61",
18
+ "teddy-card__illustration": "_teddy-card__illustration_1p563_61",
19
+ "teddy-card__carousel": "_teddy-card__carousel_1p563_64",
20
+ "teddy-card__content": "_teddy-card__content_1p563_67",
21
+ "teddy-card__heading": "_teddy-card__heading_1p563_70",
22
+ "teddy-card__action-wrapper": "_teddy-card__action-wrapper_1p563_73",
23
+ "teddy-card__footer": "_teddy-card__footer_1p563_76",
24
+ "teddy-card__overline": "_teddy-card__overline_1p563_79",
25
+ "teddy-card__description": "_teddy-card__description_1p563_82",
26
+ "teddy-card__color-dots": "_teddy-card__color-dots_1p563_85",
27
+ "teddy-card__availability": "_teddy-card__availability_1p563_88",
28
+ "teddy-card__price": "_teddy-card__price_1p563_91",
29
+ "teddy-card--default": "_teddy-card--default_1p563_94",
30
+ "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_1p563_99",
31
+ "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_1p563_119",
32
+ "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_1p563_131",
33
+ "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_1p563_153",
34
+ "teddy-card--rich-card": "_teddy-card--rich-card_1p563_165",
35
+ "teddy-card--rich-card-large": "_teddy-card--rich-card-large_1p563_184",
36
+ "teddy-card__line": "_teddy-card__line_1p563_216",
37
+ "teddy-card--purple-light": "_teddy-card--purple-light_1p563_220",
38
+ "teddy-card--purple-dark": "_teddy-card--purple-dark_1p563_234",
39
+ "teddy-card--white": "_teddy-card--white_1p563_253",
40
+ "teddy-card--gray": "_teddy-card--gray_1p563_267",
41
+ "teddy-card--beige": "_teddy-card--beige_1p563_281",
42
+ "teddy-card--beige-light": "_teddy-card--beige-light_1p563_295",
43
+ "teddy-card--product": "_teddy-card--product_1p563_309",
44
+ "teddy-card__price--big": "_teddy-card__price--big_1p563_383",
45
+ "teddy-card__image--as-background": "_teddy-card__image--as-background_1p563_386",
46
+ "teddy-card--background-image": "_teddy-card--background-image_1p563_392",
47
+ "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_1p563_397",
48
+ "teddy-card__inset": "_teddy-card__inset_1p563_401",
49
+ "teddy-card__inset--top": "_teddy-card__inset--top_1p563_404",
50
+ "teddy-card__inset--left": "_teddy-card__inset--left_1p563_407",
51
+ "teddy-card__inset--right": "_teddy-card__inset--right_1p563_410",
52
+ "teddy-card__inset--bottom": "_teddy-card__inset--bottom_1p563_413",
53
+ "teddy-card__availability--badge": "_teddy-card__availability--badge_1p563_428",
54
+ "teddy-card__availability--success": "_teddy-card__availability--success_1p563_431",
55
+ "teddy-card__availability--warning": "_teddy-card__availability--warning_1p563_434",
56
+ "teddy-card__availability--error": "_teddy-card__availability--error_1p563_437",
57
+ "teddy-card__availability--special": "_teddy-card__availability--special_1p563_440",
58
+ "teddy-card__availability--neutral": "_teddy-card__availability--neutral_1p563_443",
59
+ "teddy-card__availability--information": "_teddy-card__availability--information_1p563_446"
60
60
  };
61
61
  const rootClassName = "teddy-card";
62
62
  const actionElementIdentifier = `${rootClassName}__action`;
@@ -78,6 +78,12 @@ const Root = React__default.forwardRef(
78
78
  },
79
79
  className
80
80
  );
81
+ const isNavigationCard = [
82
+ "navigation-vertical",
83
+ "navigation-horizontal-small",
84
+ "navigation-horizontal-small-centered",
85
+ "navigation-horizontal-large"
86
+ ].includes(layout ?? "");
81
87
  const customStyle = backgroundImageSrc ? imageGradient === "light" ? {
82
88
  backgroundImage: `
83
89
  linear-gradient(${teddyColorTransparentWhite850} 0%,
@@ -92,12 +98,26 @@ const Root = React__default.forwardRef(
92
98
  url(${backgroundImageSrc})`,
93
99
  ...props.style
94
100
  } : props.style;
101
+ const additionalProps = isNavigationCard && {
102
+ tabIndex: 0,
103
+ role: "button",
104
+ onKeyDown: (e) => {
105
+ if (e.key === "Enter" || e.key === " ") {
106
+ e.preventDefault();
107
+ if (linkRef.current)
108
+ return linkRef.current.click();
109
+ if (buttonRef.current)
110
+ return buttonRef.current.click();
111
+ }
112
+ }
113
+ };
95
114
  return /* @__PURE__ */ jsx(RootContext.Provider, { value: { buttonRef, linkRef, variant, layout }, children: /* @__PURE__ */ jsx(
96
115
  Grid,
97
116
  {
98
117
  ...props,
99
118
  className: classes,
100
119
  style: customStyle,
120
+ ...additionalProps,
101
121
  onClick: composeEventHandlers(props.onClick, (e) => {
102
122
  const isClickInsideCard = e.currentTarget.contains(e.target);
103
123
  if (!isClickInsideCard)
@@ -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 Slider = require("react-slick");
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 styles = {
10
10
  "teddy-carousel": "_teddy-carousel_xzfbe_2",
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
2
2
  import React__default, { useRef } from "react";
3
3
  import clsx from "clsx";
4
4
  import Slider from "react-slick";
5
- import "../../assets/sprite.c3af21af-teddy.svg";
5
+ import "../../assets/sprite.c7653d19-teddy.svg";
6
6
  import { Icon } from "../icon/icon.js";
7
7
  const styles = {
8
8
  "teddy-carousel": "_teddy-carousel_xzfbe_2",
@@ -5,7 +5,7 @@ const React = require("react");
5
5
  const clsx = require("clsx");
6
6
  const components_checkbox_checkboxRoot = require("./checkbox-root.cjs");
7
7
  const CheckboxPrimitive = require("@radix-ui/react-checkbox");
8
- require("../../assets/sprite.c3af21af-teddy.svg");
8
+ require("../../assets/sprite.c7653d19-teddy.svg");
9
9
  const components_icon_icon = require("../icon/icon.cjs");
10
10
  function _interopNamespaceDefault(e) {
11
11
  const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
@@ -3,7 +3,7 @@ import React__default from "react";
3
3
  import clsx from "clsx";
4
4
  import { s as styles, rootClassName } from "./checkbox-root.js";
5
5
  import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
6
- import "../../assets/sprite.c3af21af-teddy.svg";
6
+ import "../../assets/sprite.c7653d19-teddy.svg";
7
7
  import { Icon } from "../icon/icon.js";
8
8
  const Indicator = React__default.forwardRef(
9
9
  ({ className, ...props }, forwardRef) => {
@@ -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 components_chip_chip = require("./chip.cjs");
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 Indicator = React.forwardRef(
10
10
  ({ className, ...props }, forwardRef) => {
@@ -3,7 +3,7 @@ import { Icon } from '../icon';
3
3
 
4
4
  export type IndicatorProps = Partial<React.ComponentPropsWithoutRef<typeof Icon>>;
5
5
  export declare const Indicator: 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>>;
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
2
2
  import React__default from "react";
3
3
  import clsx from "clsx";
4
4
  import { s as styles, rootClassName } from "./chip.js";
5
- import "../../assets/sprite.c3af21af-teddy.svg";
5
+ import "../../assets/sprite.c7653d19-teddy.svg";
6
6
  import { Icon } from "../icon/icon.js";
7
7
  const Indicator = React__default.forwardRef(
8
8
  ({ className, ...props }, forwardRef) => {
@@ -5,7 +5,7 @@ import { ItemProps } from './chip-item';
5
5
  export declare const Chip: import('react').ForwardRefExoticComponent<RootProps & import('react').RefAttributes<HTMLDivElement>> & {
6
6
  Item: import('react').ForwardRefExoticComponent<ItemProps & import('react').RefAttributes<HTMLButtonElement>>;
7
7
  Indicator: import('react').ForwardRefExoticComponent<Partial<Omit<import('react').SVGProps<SVGSVGElement> & {
8
- 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";
8
+ 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";
9
9
  size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
10
10
  children?: import('react').ReactNode;
11
11
  }, "ref">> & import('react').RefAttributes<SVGSVGElement>>;
@@ -6,5 +6,5 @@ export declare const Avatar: React.ForwardRefExoticComponent<Omit<Omit<React.Det
6
6
  variant?: ("beige" | "blue" | "green" | "grey" | "orange" | "white" | "purple-light") | undefined;
7
7
  firstName?: string | undefined;
8
8
  lastName?: string | undefined;
9
- icon?: "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" | undefined;
9
+ icon?: "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" | undefined;
10
10
  } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -4,24 +4,24 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const clsx = require("clsx");
6
6
  const reactSlot = require("@radix-ui/react-slot");
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 styles = {
10
- "teddy-dashboard-card": "_teddy-dashboard-card_mczi8_3",
11
- "teddy-dashboard-card__content": "_teddy-dashboard-card__content_mczi8_19",
12
- "teddy-dashboard-card__footer": "_teddy-dashboard-card__footer_mczi8_20",
13
- "teddy-dashboard-card--white": "_teddy-dashboard-card--white_mczi8_23",
14
- "teddy-dashboard-card--disabled": "_teddy-dashboard-card--disabled_mczi8_27",
15
- "teddy-dashboard-card--border": "_teddy-dashboard-card--border_mczi8_36",
16
- "teddy-dashboard-card--grey": "_teddy-dashboard-card--grey_mczi8_48",
17
- "teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-light_mczi8_61",
18
- "teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-light_mczi8_74",
19
- "teddy-dashboard-card__layout": "_teddy-dashboard-card__layout_mczi8_87",
20
- "teddy-dashboard-card__avatar": "_teddy-dashboard-card__avatar_mczi8_97",
21
- "teddy-dashboard-card__illustration": "_teddy-dashboard-card__illustration_mczi8_100",
22
- "teddy-dashboard-card__heading": "_teddy-dashboard-card__heading_mczi8_103",
23
- "teddy-dashboard-card__subtitle": "_teddy-dashboard-card__subtitle_mczi8_107",
24
- "teddy-dashboard-card__chevron": "_teddy-dashboard-card__chevron_mczi8_111"
10
+ "teddy-dashboard-card": "_teddy-dashboard-card_5b7hf_3",
11
+ "teddy-dashboard-card__content": "_teddy-dashboard-card__content_5b7hf_20",
12
+ "teddy-dashboard-card__footer": "_teddy-dashboard-card__footer_5b7hf_21",
13
+ "teddy-dashboard-card--white": "_teddy-dashboard-card--white_5b7hf_24",
14
+ "teddy-dashboard-card--disabled": "_teddy-dashboard-card--disabled_5b7hf_28",
15
+ "teddy-dashboard-card--border": "_teddy-dashboard-card--border_5b7hf_37",
16
+ "teddy-dashboard-card--grey": "_teddy-dashboard-card--grey_5b7hf_49",
17
+ "teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-light_5b7hf_62",
18
+ "teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-light_5b7hf_75",
19
+ "teddy-dashboard-card__layout": "_teddy-dashboard-card__layout_5b7hf_88",
20
+ "teddy-dashboard-card__avatar": "_teddy-dashboard-card__avatar_5b7hf_98",
21
+ "teddy-dashboard-card__illustration": "_teddy-dashboard-card__illustration_5b7hf_101",
22
+ "teddy-dashboard-card__heading": "_teddy-dashboard-card__heading_5b7hf_104",
23
+ "teddy-dashboard-card__subtitle": "_teddy-dashboard-card__subtitle_5b7hf_108",
24
+ "teddy-dashboard-card__chevron": "_teddy-dashboard-card__chevron_5b7hf_112"
25
25
  };
26
26
  const rootClassName = "teddy-dashboard-card";
27
27
  const RootContext = React.createContext(void 0);
@@ -2,24 +2,24 @@ import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import React__default from "react";
3
3
  import clsx from "clsx";
4
4
  import { Slottable, Slot } from "@radix-ui/react-slot";
5
- import "../../assets/sprite.c3af21af-teddy.svg";
5
+ import "../../assets/sprite.c7653d19-teddy.svg";
6
6
  import { Icon } from "../icon/icon.js";
7
7
  const styles = {
8
- "teddy-dashboard-card": "_teddy-dashboard-card_mczi8_3",
9
- "teddy-dashboard-card__content": "_teddy-dashboard-card__content_mczi8_19",
10
- "teddy-dashboard-card__footer": "_teddy-dashboard-card__footer_mczi8_20",
11
- "teddy-dashboard-card--white": "_teddy-dashboard-card--white_mczi8_23",
12
- "teddy-dashboard-card--disabled": "_teddy-dashboard-card--disabled_mczi8_27",
13
- "teddy-dashboard-card--border": "_teddy-dashboard-card--border_mczi8_36",
14
- "teddy-dashboard-card--grey": "_teddy-dashboard-card--grey_mczi8_48",
15
- "teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-light_mczi8_61",
16
- "teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-light_mczi8_74",
17
- "teddy-dashboard-card__layout": "_teddy-dashboard-card__layout_mczi8_87",
18
- "teddy-dashboard-card__avatar": "_teddy-dashboard-card__avatar_mczi8_97",
19
- "teddy-dashboard-card__illustration": "_teddy-dashboard-card__illustration_mczi8_100",
20
- "teddy-dashboard-card__heading": "_teddy-dashboard-card__heading_mczi8_103",
21
- "teddy-dashboard-card__subtitle": "_teddy-dashboard-card__subtitle_mczi8_107",
22
- "teddy-dashboard-card__chevron": "_teddy-dashboard-card__chevron_mczi8_111"
8
+ "teddy-dashboard-card": "_teddy-dashboard-card_5b7hf_3",
9
+ "teddy-dashboard-card__content": "_teddy-dashboard-card__content_5b7hf_20",
10
+ "teddy-dashboard-card__footer": "_teddy-dashboard-card__footer_5b7hf_21",
11
+ "teddy-dashboard-card--white": "_teddy-dashboard-card--white_5b7hf_24",
12
+ "teddy-dashboard-card--disabled": "_teddy-dashboard-card--disabled_5b7hf_28",
13
+ "teddy-dashboard-card--border": "_teddy-dashboard-card--border_5b7hf_37",
14
+ "teddy-dashboard-card--grey": "_teddy-dashboard-card--grey_5b7hf_49",
15
+ "teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-light_5b7hf_62",
16
+ "teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-light_5b7hf_75",
17
+ "teddy-dashboard-card__layout": "_teddy-dashboard-card__layout_5b7hf_88",
18
+ "teddy-dashboard-card__avatar": "_teddy-dashboard-card__avatar_5b7hf_98",
19
+ "teddy-dashboard-card__illustration": "_teddy-dashboard-card__illustration_5b7hf_101",
20
+ "teddy-dashboard-card__heading": "_teddy-dashboard-card__heading_5b7hf_104",
21
+ "teddy-dashboard-card__subtitle": "_teddy-dashboard-card__subtitle_5b7hf_108",
22
+ "teddy-dashboard-card__chevron": "_teddy-dashboard-card__chevron_5b7hf_112"
23
23
  };
24
24
  const rootClassName = "teddy-dashboard-card";
25
25
  const RootContext = React__default.createContext(void 0);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  const jsxRuntime = require("react/jsx-runtime");
3
- require("../../assets/sprite.c3af21af-teddy.svg");
3
+ require("../../assets/sprite.c7653d19-teddy.svg");
4
4
  const components_icon_icon = require("../icon/icon.cjs");
5
5
  const components_datePicker_css = require("./css.cjs");
6
6
  const DatePickerInput = ({
@@ -1,5 +1,5 @@
1
1
  import { jsxs, Fragment, jsx } from "react/jsx-runtime";
2
- import "../../assets/sprite.c3af21af-teddy.svg";
2
+ import "../../assets/sprite.c7653d19-teddy.svg";
3
3
  import { Icon } from "../icon/icon.js";
4
4
  import { css } from "./css.js";
5
5
  const DatePickerInput = ({
@@ -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 components_datePicker_datePickerUniqueId = require("./date-picker-unique-id.cjs");
8
8
  const components_datePicker_dialogUtils = require("./dialog-utils.cjs");
@@ -1,6 +1,6 @@
1
1
  import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
2
  import { useState, useRef, useEffect } 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
  import { uniqueId } from "./date-picker-unique-id.js";
6
6
  import { cleanValue } from "./dialog-utils.js";
@@ -6,7 +6,7 @@ const clsx = require("clsx");
6
6
  const DrawerPrimitive = require("@radix-ui/react-dialog");
7
7
  const drawer_module = require("../../drawer.module-C4NZoZUc.cjs");
8
8
  const components_drawer_drawerRoot = require("./drawer-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 * as DrawerPrimitive from "@radix-ui/react-dialog";
5
5
  import { s as styles } from "../../drawer.module-jxIDBwQn.js";
6
6
  import { rootClassName } from "./drawer-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 Close = React__default.forwardRef(
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
4
4
  const clsx = require("clsx");
5
5
  const React = require("react");
6
6
  const components_expandableCard_expandableCardRoot = require("./expandable-card-root.cjs");
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 Indicator = React.forwardRef(
10
10
  ({ className, children, name = "chevron-down", ...props }, forwardRef) => {
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import React__default from "react";
4
4
  import { s as styles, rootClassName } from "./expandable-card-root.js";
5
- import "../../assets/sprite.c3af21af-teddy.svg";
5
+ import "../../assets/sprite.c7653d19-teddy.svg";
6
6
  import { Icon } from "../icon/icon.js";
7
7
  const Indicator = React__default.forwardRef(
8
8
  ({ className, children, name = "chevron-down", ...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 React = require("react");
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_text_text = require("../text/text.cjs");
9
9
  const styles = {
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import React__default from "react";
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 { Text } from "../text/text.js";
7
7
  const styles = {