@telia/teddy 0.7.53 → 0.7.55

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 (177) hide show
  1. package/dist/components/accordion/accordion-root.d.ts +1 -1
  2. package/dist/components/accordion/accordion-trigger.d.ts +1 -1
  3. package/dist/components/accordion/index.d.ts +1 -1
  4. package/dist/components/avatar/avatar-root.d.ts +4 -4
  5. package/dist/components/avatar/index.d.ts +4 -4
  6. package/dist/components/badge/badge.d.ts +2 -2
  7. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +5 -5
  8. package/dist/components/breadcrumbs/breadcrumbs-root.d.ts +1 -1
  9. package/dist/components/breadcrumbs/index.d.ts +6 -6
  10. package/dist/components/button/button.cjs +27 -27
  11. package/dist/components/button/button.js +27 -27
  12. package/dist/components/card/card-availability.d.ts +1 -1
  13. package/dist/components/card/card-illustration.d.ts +2 -2
  14. package/dist/components/card/card-link.d.ts +4 -4
  15. package/dist/components/card/card.cjs +52 -52
  16. package/dist/components/card/card.d.ts +2 -2
  17. package/dist/components/card/card.js +52 -52
  18. package/dist/components/card/index.d.ts +2 -2
  19. package/dist/components/carousel/carousel-root.cjs +4 -4
  20. package/dist/components/carousel/carousel-root.js +4 -4
  21. package/dist/components/channel-button/channel-button-root.d.ts +18 -18
  22. package/dist/components/channel-button/index.d.ts +2 -28
  23. package/dist/components/checkbox/checkbox-group-item.d.ts +1 -1
  24. package/dist/components/checkbox/checkbox-group-label.d.ts +2 -2
  25. package/dist/components/checkbox/checkbox-group-list.d.ts +15 -15
  26. package/dist/components/checkbox/checkbox-group.d.ts +20 -20
  27. package/dist/components/checkbox/checkbox-root.d.ts +1 -1
  28. package/dist/components/checkbox/index.d.ts +40 -40
  29. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +32 -32
  30. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +3 -3
  31. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +32 -32
  32. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +4 -4
  33. package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +5 -5
  34. package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +20 -20
  35. package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +7 -7
  36. package/dist/components/checkbox-card-group/index.d.ts +39 -39
  37. package/dist/components/chip/chip-indicator.d.ts +3 -3
  38. package/dist/components/chip/chip.cjs +3 -3
  39. package/dist/components/chip/chip.js +3 -3
  40. package/dist/components/chip/index.d.ts +4 -4
  41. package/dist/components/collapsible/index.d.ts +2 -2
  42. package/dist/components/color-dot/color-dot-root.d.ts +3 -3
  43. package/dist/components/color-dot/index.d.ts +4 -4
  44. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +4 -4
  45. package/dist/components/dashboard-card/dashboard-card-root.cjs +15 -15
  46. package/dist/components/dashboard-card/dashboard-card-root.d.ts +5 -5
  47. package/dist/components/dashboard-card/dashboard-card-root.js +15 -15
  48. package/dist/components/dashboard-card/index.d.ts +2 -7
  49. package/dist/components/dashed-button/dashed-button-root.d.ts +38 -38
  50. package/dist/components/date-picker/css.cjs +38 -38
  51. package/dist/components/date-picker/css.js +38 -38
  52. package/dist/components/drawer/drawer-close.cjs +1 -1
  53. package/dist/components/drawer/drawer-close.js +1 -1
  54. package/dist/components/drawer/drawer-content.cjs +1 -1
  55. package/dist/components/drawer/drawer-content.js +1 -1
  56. package/dist/components/drawer/drawer-description.cjs +1 -1
  57. package/dist/components/drawer/drawer-description.js +1 -1
  58. package/dist/components/drawer/drawer-footer.cjs +1 -1
  59. package/dist/components/drawer/drawer-footer.js +1 -1
  60. package/dist/components/drawer/drawer-overlay.cjs +1 -1
  61. package/dist/components/drawer/drawer-overlay.d.ts +1 -1
  62. package/dist/components/drawer/drawer-overlay.js +1 -1
  63. package/dist/components/drawer/drawer-title.cjs +1 -1
  64. package/dist/components/drawer/drawer-title.js +1 -1
  65. package/dist/components/expandable-card/expandable-card-button.d.ts +18 -18
  66. package/dist/components/expandable-card/index.d.ts +20 -18
  67. package/dist/components/flip-card/flip-card-root.d.ts +4 -4
  68. package/dist/components/flip-card/flip-card-trigger.d.ts +17 -17
  69. package/dist/components/flip-card/index.d.ts +2 -7
  70. package/dist/components/icon/utils.d.ts +3 -1
  71. package/dist/components/input/index.d.ts +7 -7
  72. package/dist/components/input/input-group.d.ts +2 -2
  73. package/dist/components/input/input-indicator.d.ts +2 -2
  74. package/dist/components/input/input.d.ts +3 -3
  75. package/dist/components/label/label.d.ts +2 -2
  76. package/dist/components/link/link.d.ts +4 -4
  77. package/dist/components/list/index.d.ts +19 -19
  78. package/dist/components/list/list-illustration.d.ts +1 -1
  79. package/dist/components/list/list.d.ts +18 -18
  80. package/dist/components/meter-bar/index.d.ts +2 -2
  81. package/dist/components/meter-bar/meter-bar-indicator.d.ts +2 -2
  82. package/dist/components/modal/index.d.ts +2 -2
  83. package/dist/components/modal/modal-content.d.ts +1 -1
  84. package/dist/components/modal/modal-image.d.ts +1 -1
  85. package/dist/components/modal/modal-overlay.d.ts +1 -1
  86. package/dist/components/modal/modal-title.d.ts +8 -8
  87. package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.d.ts +1 -1
  88. package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.d.ts +1 -1
  89. package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.d.ts +3 -3
  90. package/dist/components/navigation-menu/navigation-menu.d.ts +11 -11
  91. package/dist/components/notabene/index.d.ts +2 -2
  92. package/dist/components/notabene/notabene-icon.d.ts +3 -3
  93. package/dist/components/notification/index.d.ts +2 -81
  94. package/dist/components/notification/notification-icon.d.ts +3 -3
  95. package/dist/components/notification/notification-root.d.ts +41 -41
  96. package/dist/components/pagination/index.d.ts +2 -4
  97. package/dist/components/pagination/pagination-button.d.ts +5 -5
  98. package/dist/components/pagination/pagination-root.d.ts +1 -1
  99. package/dist/components/progress-bar/progress-bar.d.ts +1 -1
  100. package/dist/components/radio-card-group/index.d.ts +32 -32
  101. package/dist/components/radio-card-group/radio-card-group-item-title.d.ts +1 -1
  102. package/dist/components/radio-card-group/radio-card-group-item.d.ts +2 -2
  103. package/dist/components/radio-card-group/radio-card-group-label.d.ts +20 -20
  104. package/dist/components/radio-card-group/radio-card-group-root.d.ts +9 -9
  105. package/dist/components/radio-group/index.d.ts +33 -33
  106. package/dist/components/radio-group/radio-group-item-label.d.ts +3 -3
  107. package/dist/components/radio-group/radio-group-item.d.ts +1 -1
  108. package/dist/components/radio-group/radio-group-label.d.ts +20 -20
  109. package/dist/components/radio-group/radio-group-root.d.ts +9 -9
  110. package/dist/components/radio-group/radio-group-trigger.d.ts +1 -1
  111. package/dist/components/ribbon/ribbon-root.d.ts +2 -2
  112. package/dist/components/scroll-area/index.d.ts +25 -25
  113. package/dist/components/scroll-area/scroll-area-button.d.ts +18 -18
  114. package/dist/components/scroll-area/scroll-area-item.d.ts +4 -4
  115. package/dist/components/scroll-area/scroll-area-root.d.ts +3 -3
  116. package/dist/components/select/index.d.ts +16 -16
  117. package/dist/components/select/select-group.d.ts +2 -2
  118. package/dist/components/select/select-root.d.ts +11 -11
  119. package/dist/components/select/select-trigger.d.ts +2 -2
  120. package/dist/components/select/select-value.d.ts +1 -1
  121. package/dist/components/shopping-cart/shopping-cart-context.d.ts +0 -1
  122. package/dist/components/shopping-cart/shopping-cart-continue.d.ts +0 -1
  123. package/dist/components/spinner/spinner.d.ts +2 -2
  124. package/dist/components/step-by-step/index.d.ts +7 -7
  125. package/dist/components/step-by-step/step-by-step-root.d.ts +6 -6
  126. package/dist/components/step-by-step/step-by-step-step.d.ts +1 -1
  127. package/dist/components/step-indicator/index.d.ts +9 -9
  128. package/dist/components/step-indicator/step-indicator-root.d.ts +8 -8
  129. package/dist/components/step-indicator/step-indicator-step-element.d.ts +0 -1
  130. package/dist/components/table/index.d.ts +2 -5
  131. package/dist/components/table/table-cell.d.ts +5 -5
  132. package/dist/components/table/table-head.d.ts +6 -6
  133. package/dist/components/table/table-root.cjs +20 -20
  134. package/dist/components/table/table-root.d.ts +2 -2
  135. package/dist/components/table/table-root.js +20 -20
  136. package/dist/components/tabs/index.d.ts +2 -9
  137. package/dist/components/tabs/tabs-content.d.ts +1 -1
  138. package/dist/components/tabs/tabs-list.d.ts +1 -1
  139. package/dist/components/tabs/tabs-root.cjs +5 -5
  140. package/dist/components/tabs/tabs-root.d.ts +6 -6
  141. package/dist/components/tabs/tabs-root.js +5 -5
  142. package/dist/components/tabs/tabs-scroll-button.d.ts +18 -18
  143. package/dist/components/tabs/tabs-scroll.d.ts +3 -3
  144. package/dist/components/tabs/tabs-trigger.d.ts +2 -2
  145. package/dist/components/text-field/index.d.ts +25 -25
  146. package/dist/components/text-field/text-field-button.d.ts +17 -17
  147. package/dist/components/text-field/text-field-error-list.d.ts +1 -1
  148. package/dist/components/text-field/text-field-input-group.d.ts +2 -2
  149. package/dist/components/text-field/text-field-label.d.ts +2 -2
  150. package/dist/components/text-field/text-field.d.ts +3 -3
  151. package/dist/components/text-spacing/text-spacing.d.ts +1 -1
  152. package/dist/components/textarea/index.d.ts +9 -9
  153. package/dist/components/textarea/textarea-group.d.ts +2 -2
  154. package/dist/components/textarea/textarea-indicator.d.ts +2 -2
  155. package/dist/components/textarea/textarea.d.ts +5 -5
  156. package/dist/components/toast/index.d.ts +1 -1
  157. package/dist/components/toast/toast-root.cjs +75 -75
  158. package/dist/components/toast/toast-root.js +75 -75
  159. package/dist/components/toggle/toggle.cjs +4 -4
  160. package/dist/components/toggle/toggle.d.ts +4 -4
  161. package/dist/components/toggle/toggle.js +4 -4
  162. package/dist/components/toggletip/index.d.ts +1 -1
  163. package/dist/components/toggletip/toggletip-root.d.ts +3 -3
  164. package/dist/components/tooltip/index.d.ts +15 -17
  165. package/dist/components/tooltip/tooltip-content.d.ts +15 -15
  166. package/dist/components/tooltip/tooltip-root.d.ts +1 -1
  167. package/dist/components/top-row-buttons/top-row-buttons.d.ts +5 -5
  168. package/dist/components/visually-hidden/visually-hidden.d.ts +2 -2
  169. package/dist/drawer.module-CRbvc--J.js +16 -0
  170. package/dist/drawer.module-CdrdXo5o.cjs +15 -0
  171. package/dist/style.css +841 -800
  172. package/dist/utils/action.d.ts +0 -1
  173. package/dist/utils/component-props-as.d.ts +0 -1
  174. package/dist/utils/generate-styling/gap.d.ts +0 -24
  175. package/package.json +56 -57
  176. package/dist/drawer.module-C4NZoZUc.cjs +0 -15
  177. package/dist/drawer.module-jxIDBwQn.js +0 -16
@@ -6,83 +6,83 @@ const sonner = require("sonner");
6
6
  require("../../assets/sprite.44b293a1-teddy.svg");
7
7
  const components_icon_icon = require("../icon/icon.cjs");
8
8
  const components_spinner_spinner = require("../spinner/spinner.cjs");
9
- const fadeInAnimation = "_fadeInAnimation_5xbh5_1";
10
- const scaleInAnimation = "_scaleInAnimation_5xbh5_1";
9
+ const fadeInAnimation = "_fadeInAnimation_1l5l7_1";
10
+ const scaleInAnimation = "_scaleInAnimation_1l5l7_1";
11
11
  const styles = {
12
- "teddy-button": "_teddy-button_5xbh5_18",
13
- "teddy-button--sm": "_teddy-button--sm_5xbh5_53",
14
- "teddy-button--icon-only": "_teddy-button--icon-only_5xbh5_56",
15
- "teddy-button--md": "_teddy-button--md_5xbh5_59",
16
- "teddy-button--lg": "_teddy-button--lg_5xbh5_65",
17
- "teddy-button--full-width": "_teddy-button--full-width_5xbh5_71",
18
- "teddy-button--primary": "_teddy-button--primary_5xbh5_74",
19
- "teddy-button--disabled": "_teddy-button--disabled_5xbh5_78",
20
- "teddy-button--primary-negative": "_teddy-button--primary-negative_5xbh5_84",
21
- "teddy-button--secondary": "_teddy-button--secondary_5xbh5_96",
22
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_5xbh5_107",
23
- "teddy-button--expressive": "_teddy-button--expressive_5xbh5_118",
24
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_5xbh5_128",
25
- "teddy-button--negative": "_teddy-button--negative_5xbh5_140",
26
- "teddy-button--destructive": "_teddy-button--destructive_5xbh5_147",
27
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_5xbh5_157",
28
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_5xbh5_167",
29
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_5xbh5_180",
30
- "teddy-button--list-item": "_teddy-button--list-item_5xbh5_195",
31
- "teddy-button--text-negative": "_teddy-button--text-negative_5xbh5_214",
32
- "teddy-button--text": "_teddy-button--text_5xbh5_214",
33
- "teddy-button--text-underline": "_teddy-button--text-underline_5xbh5_255",
34
- "teddy-button--dashed-border": "_teddy-button--dashed-border_5xbh5_283",
35
- "teddy-button__loading": "_teddy-button__loading_5xbh5_287",
12
+ "teddy-button": "_teddy-button_1l5l7_18",
13
+ "teddy-button--sm": "_teddy-button--sm_1l5l7_53",
14
+ "teddy-button--icon-only": "_teddy-button--icon-only_1l5l7_56",
15
+ "teddy-button--md": "_teddy-button--md_1l5l7_59",
16
+ "teddy-button--lg": "_teddy-button--lg_1l5l7_65",
17
+ "teddy-button--full-width": "_teddy-button--full-width_1l5l7_71",
18
+ "teddy-button--primary": "_teddy-button--primary_1l5l7_74",
19
+ "teddy-button--disabled": "_teddy-button--disabled_1l5l7_78",
20
+ "teddy-button--primary-negative": "_teddy-button--primary-negative_1l5l7_84",
21
+ "teddy-button--secondary": "_teddy-button--secondary_1l5l7_96",
22
+ "teddy-button--secondary-negative": "_teddy-button--secondary-negative_1l5l7_107",
23
+ "teddy-button--expressive": "_teddy-button--expressive_1l5l7_118",
24
+ "teddy-button--expressive-negative": "_teddy-button--expressive-negative_1l5l7_128",
25
+ "teddy-button--negative": "_teddy-button--negative_1l5l7_140",
26
+ "teddy-button--destructive": "_teddy-button--destructive_1l5l7_147",
27
+ "teddy-button--destructive-negative": "_teddy-button--destructive-negative_1l5l7_157",
28
+ "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_1l5l7_167",
29
+ "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_1l5l7_180",
30
+ "teddy-button--list-item": "_teddy-button--list-item_1l5l7_195",
31
+ "teddy-button--text-negative": "_teddy-button--text-negative_1l5l7_214",
32
+ "teddy-button--text": "_teddy-button--text_1l5l7_214",
33
+ "teddy-button--text-underline": "_teddy-button--text-underline_1l5l7_259",
34
+ "teddy-button--dashed-border": "_teddy-button--dashed-border_1l5l7_289",
35
+ "teddy-button__loading": "_teddy-button__loading_1l5l7_293",
36
36
  fadeInAnimation,
37
- "teddy-button__spinner": "_teddy-button__spinner_5xbh5_298",
38
- "teddy-toast": "_teddy-toast_5xbh5_305",
39
- "teddy-toast__title": "_teddy-toast__title_5xbh5_317",
40
- "teddy-toast__description": "_teddy-toast__description_5xbh5_321",
41
- "teddy-toast__icon": "_teddy-toast__icon_5xbh5_326",
42
- "teddy-toast__close-button": "_teddy-toast__close-button_5xbh5_335",
43
- "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_5xbh5_382",
44
- "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_5xbh5_385",
45
- "teddy-toast__close-button--md": "_teddy-toast__close-button--md_5xbh5_388",
46
- "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_5xbh5_394",
47
- "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_5xbh5_400",
48
- "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_5xbh5_403",
49
- "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_5xbh5_407",
50
- "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_5xbh5_413",
51
- "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_5xbh5_425",
52
- "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_5xbh5_436",
53
- "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_5xbh5_447",
54
- "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_5xbh5_457",
55
- "teddy-toast--disabled": "_teddy-toast--disabled_5xbh5_469",
56
- "teddy-toast__content": "_teddy-toast__content_5xbh5_482",
57
- "teddy-toast__loading": "_teddy-toast__loading_5xbh5_485",
58
- "teddy-toast--success": "_teddy-toast--success_5xbh5_489",
59
- "teddy-toast--info": "_teddy-toast--info_5xbh5_501",
60
- "teddy-toast--warning": "_teddy-toast--warning_5xbh5_513",
61
- "teddy-toast--error": "_teddy-toast--error_5xbh5_525",
62
- "teddy-toast__action-button": "_teddy-toast__action-button_5xbh5_537",
63
- "teddy-toast__cancel-button": "_teddy-toast__cancel-button_5xbh5_538",
64
- "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_5xbh5_585",
65
- "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_5xbh5_586",
66
- "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_5xbh5_589",
67
- "teddy-toast__action-button--md": "_teddy-toast__action-button--md_5xbh5_594",
68
- "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_5xbh5_595",
69
- "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_5xbh5_603",
70
- "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_5xbh5_604",
71
- "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_5xbh5_612",
72
- "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_5xbh5_613",
73
- "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_5xbh5_616",
74
- "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_5xbh5_617",
75
- "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_5xbh5_621",
76
- "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_5xbh5_629",
77
- "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_5xbh5_630",
78
- "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_5xbh5_644",
79
- "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_5xbh5_645",
80
- "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_5xbh5_658",
81
- "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_5xbh5_659",
82
- "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_5xbh5_672",
83
- "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_5xbh5_673",
84
- "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_5xbh5_685",
85
- "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_5xbh5_686",
37
+ "teddy-button__spinner": "_teddy-button__spinner_1l5l7_304",
38
+ "teddy-toast": "_teddy-toast_1l5l7_311",
39
+ "teddy-toast__title": "_teddy-toast__title_1l5l7_323",
40
+ "teddy-toast__description": "_teddy-toast__description_1l5l7_327",
41
+ "teddy-toast__icon": "_teddy-toast__icon_1l5l7_332",
42
+ "teddy-toast__close-button": "_teddy-toast__close-button_1l5l7_341",
43
+ "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_1l5l7_376",
44
+ "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_1l5l7_379",
45
+ "teddy-toast__close-button--md": "_teddy-toast__close-button--md_1l5l7_382",
46
+ "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_1l5l7_388",
47
+ "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_1l5l7_394",
48
+ "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_1l5l7_397",
49
+ "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_1l5l7_401",
50
+ "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_1l5l7_407",
51
+ "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_1l5l7_419",
52
+ "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_1l5l7_430",
53
+ "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_1l5l7_441",
54
+ "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_1l5l7_451",
55
+ "teddy-toast--disabled": "_teddy-toast--disabled_1l5l7_467",
56
+ "teddy-toast__content": "_teddy-toast__content_1l5l7_492",
57
+ "teddy-toast__loading": "_teddy-toast__loading_1l5l7_495",
58
+ "teddy-toast--success": "_teddy-toast--success_1l5l7_499",
59
+ "teddy-toast--info": "_teddy-toast--info_1l5l7_511",
60
+ "teddy-toast--warning": "_teddy-toast--warning_1l5l7_523",
61
+ "teddy-toast--error": "_teddy-toast--error_1l5l7_535",
62
+ "teddy-toast__action-button": "_teddy-toast__action-button_1l5l7_547",
63
+ "teddy-toast__cancel-button": "_teddy-toast__cancel-button_1l5l7_548",
64
+ "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_1l5l7_586",
65
+ "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_1l5l7_587",
66
+ "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_1l5l7_590",
67
+ "teddy-toast__action-button--md": "_teddy-toast__action-button--md_1l5l7_595",
68
+ "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_1l5l7_596",
69
+ "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_1l5l7_604",
70
+ "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_1l5l7_605",
71
+ "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_1l5l7_613",
72
+ "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_1l5l7_614",
73
+ "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_1l5l7_617",
74
+ "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_1l5l7_618",
75
+ "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_1l5l7_622",
76
+ "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_1l5l7_630",
77
+ "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_1l5l7_631",
78
+ "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_1l5l7_645",
79
+ "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_1l5l7_646",
80
+ "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_1l5l7_659",
81
+ "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_1l5l7_660",
82
+ "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_1l5l7_673",
83
+ "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_1l5l7_674",
84
+ "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_1l5l7_686",
85
+ "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_1l5l7_687",
86
86
  scaleInAnimation
87
87
  };
88
88
  const rootClassName = "teddy-toast";
@@ -4,83 +4,83 @@ import { Toaster } from "sonner";
4
4
  import "../../assets/sprite.44b293a1-teddy.svg";
5
5
  import { Icon } from "../icon/icon.js";
6
6
  import { Spinner } from "../spinner/spinner.js";
7
- const fadeInAnimation = "_fadeInAnimation_5xbh5_1";
8
- const scaleInAnimation = "_scaleInAnimation_5xbh5_1";
7
+ const fadeInAnimation = "_fadeInAnimation_1l5l7_1";
8
+ const scaleInAnimation = "_scaleInAnimation_1l5l7_1";
9
9
  const styles = {
10
- "teddy-button": "_teddy-button_5xbh5_18",
11
- "teddy-button--sm": "_teddy-button--sm_5xbh5_53",
12
- "teddy-button--icon-only": "_teddy-button--icon-only_5xbh5_56",
13
- "teddy-button--md": "_teddy-button--md_5xbh5_59",
14
- "teddy-button--lg": "_teddy-button--lg_5xbh5_65",
15
- "teddy-button--full-width": "_teddy-button--full-width_5xbh5_71",
16
- "teddy-button--primary": "_teddy-button--primary_5xbh5_74",
17
- "teddy-button--disabled": "_teddy-button--disabled_5xbh5_78",
18
- "teddy-button--primary-negative": "_teddy-button--primary-negative_5xbh5_84",
19
- "teddy-button--secondary": "_teddy-button--secondary_5xbh5_96",
20
- "teddy-button--secondary-negative": "_teddy-button--secondary-negative_5xbh5_107",
21
- "teddy-button--expressive": "_teddy-button--expressive_5xbh5_118",
22
- "teddy-button--expressive-negative": "_teddy-button--expressive-negative_5xbh5_128",
23
- "teddy-button--negative": "_teddy-button--negative_5xbh5_140",
24
- "teddy-button--destructive": "_teddy-button--destructive_5xbh5_147",
25
- "teddy-button--destructive-negative": "_teddy-button--destructive-negative_5xbh5_157",
26
- "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_5xbh5_167",
27
- "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_5xbh5_180",
28
- "teddy-button--list-item": "_teddy-button--list-item_5xbh5_195",
29
- "teddy-button--text-negative": "_teddy-button--text-negative_5xbh5_214",
30
- "teddy-button--text": "_teddy-button--text_5xbh5_214",
31
- "teddy-button--text-underline": "_teddy-button--text-underline_5xbh5_255",
32
- "teddy-button--dashed-border": "_teddy-button--dashed-border_5xbh5_283",
33
- "teddy-button__loading": "_teddy-button__loading_5xbh5_287",
10
+ "teddy-button": "_teddy-button_1l5l7_18",
11
+ "teddy-button--sm": "_teddy-button--sm_1l5l7_53",
12
+ "teddy-button--icon-only": "_teddy-button--icon-only_1l5l7_56",
13
+ "teddy-button--md": "_teddy-button--md_1l5l7_59",
14
+ "teddy-button--lg": "_teddy-button--lg_1l5l7_65",
15
+ "teddy-button--full-width": "_teddy-button--full-width_1l5l7_71",
16
+ "teddy-button--primary": "_teddy-button--primary_1l5l7_74",
17
+ "teddy-button--disabled": "_teddy-button--disabled_1l5l7_78",
18
+ "teddy-button--primary-negative": "_teddy-button--primary-negative_1l5l7_84",
19
+ "teddy-button--secondary": "_teddy-button--secondary_1l5l7_96",
20
+ "teddy-button--secondary-negative": "_teddy-button--secondary-negative_1l5l7_107",
21
+ "teddy-button--expressive": "_teddy-button--expressive_1l5l7_118",
22
+ "teddy-button--expressive-negative": "_teddy-button--expressive-negative_1l5l7_128",
23
+ "teddy-button--negative": "_teddy-button--negative_1l5l7_140",
24
+ "teddy-button--destructive": "_teddy-button--destructive_1l5l7_147",
25
+ "teddy-button--destructive-negative": "_teddy-button--destructive-negative_1l5l7_157",
26
+ "teddy-button--tertiary-purple": "_teddy-button--tertiary-purple_1l5l7_167",
27
+ "teddy-button--tertiary-purple-negative": "_teddy-button--tertiary-purple-negative_1l5l7_180",
28
+ "teddy-button--list-item": "_teddy-button--list-item_1l5l7_195",
29
+ "teddy-button--text-negative": "_teddy-button--text-negative_1l5l7_214",
30
+ "teddy-button--text": "_teddy-button--text_1l5l7_214",
31
+ "teddy-button--text-underline": "_teddy-button--text-underline_1l5l7_259",
32
+ "teddy-button--dashed-border": "_teddy-button--dashed-border_1l5l7_289",
33
+ "teddy-button__loading": "_teddy-button__loading_1l5l7_293",
34
34
  fadeInAnimation,
35
- "teddy-button__spinner": "_teddy-button__spinner_5xbh5_298",
36
- "teddy-toast": "_teddy-toast_5xbh5_305",
37
- "teddy-toast__title": "_teddy-toast__title_5xbh5_317",
38
- "teddy-toast__description": "_teddy-toast__description_5xbh5_321",
39
- "teddy-toast__icon": "_teddy-toast__icon_5xbh5_326",
40
- "teddy-toast__close-button": "_teddy-toast__close-button_5xbh5_335",
41
- "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_5xbh5_382",
42
- "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_5xbh5_385",
43
- "teddy-toast__close-button--md": "_teddy-toast__close-button--md_5xbh5_388",
44
- "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_5xbh5_394",
45
- "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_5xbh5_400",
46
- "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_5xbh5_403",
47
- "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_5xbh5_407",
48
- "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_5xbh5_413",
49
- "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_5xbh5_425",
50
- "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_5xbh5_436",
51
- "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_5xbh5_447",
52
- "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_5xbh5_457",
53
- "teddy-toast--disabled": "_teddy-toast--disabled_5xbh5_469",
54
- "teddy-toast__content": "_teddy-toast__content_5xbh5_482",
55
- "teddy-toast__loading": "_teddy-toast__loading_5xbh5_485",
56
- "teddy-toast--success": "_teddy-toast--success_5xbh5_489",
57
- "teddy-toast--info": "_teddy-toast--info_5xbh5_501",
58
- "teddy-toast--warning": "_teddy-toast--warning_5xbh5_513",
59
- "teddy-toast--error": "_teddy-toast--error_5xbh5_525",
60
- "teddy-toast__action-button": "_teddy-toast__action-button_5xbh5_537",
61
- "teddy-toast__cancel-button": "_teddy-toast__cancel-button_5xbh5_538",
62
- "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_5xbh5_585",
63
- "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_5xbh5_586",
64
- "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_5xbh5_589",
65
- "teddy-toast__action-button--md": "_teddy-toast__action-button--md_5xbh5_594",
66
- "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_5xbh5_595",
67
- "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_5xbh5_603",
68
- "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_5xbh5_604",
69
- "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_5xbh5_612",
70
- "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_5xbh5_613",
71
- "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_5xbh5_616",
72
- "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_5xbh5_617",
73
- "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_5xbh5_621",
74
- "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_5xbh5_629",
75
- "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_5xbh5_630",
76
- "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_5xbh5_644",
77
- "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_5xbh5_645",
78
- "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_5xbh5_658",
79
- "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_5xbh5_659",
80
- "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_5xbh5_672",
81
- "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_5xbh5_673",
82
- "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_5xbh5_685",
83
- "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_5xbh5_686",
35
+ "teddy-button__spinner": "_teddy-button__spinner_1l5l7_304",
36
+ "teddy-toast": "_teddy-toast_1l5l7_311",
37
+ "teddy-toast__title": "_teddy-toast__title_1l5l7_323",
38
+ "teddy-toast__description": "_teddy-toast__description_1l5l7_327",
39
+ "teddy-toast__icon": "_teddy-toast__icon_1l5l7_332",
40
+ "teddy-toast__close-button": "_teddy-toast__close-button_1l5l7_341",
41
+ "teddy-toast__close-button--sm": "_teddy-toast__close-button--sm_1l5l7_376",
42
+ "teddy-toast__close-button--icon-only": "_teddy-toast__close-button--icon-only_1l5l7_379",
43
+ "teddy-toast__close-button--md": "_teddy-toast__close-button--md_1l5l7_382",
44
+ "teddy-toast__close-button--lg": "_teddy-toast__close-button--lg_1l5l7_388",
45
+ "teddy-toast__close-button--full-width": "_teddy-toast__close-button--full-width_1l5l7_394",
46
+ "teddy-toast__close-button--primary": "_teddy-toast__close-button--primary_1l5l7_397",
47
+ "teddy-toast__close-button--disabled": "_teddy-toast__close-button--disabled_1l5l7_401",
48
+ "teddy-toast__close-button--primary-negative": "_teddy-toast__close-button--primary-negative_1l5l7_407",
49
+ "teddy-toast__close-button--secondary": "_teddy-toast__close-button--secondary_1l5l7_419",
50
+ "teddy-toast__close-button--secondary-negative": "_teddy-toast__close-button--secondary-negative_1l5l7_430",
51
+ "teddy-toast__close-button--expressive": "_teddy-toast__close-button--expressive_1l5l7_441",
52
+ "teddy-toast__close-button--expressive-negative": "_teddy-toast__close-button--expressive-negative_1l5l7_451",
53
+ "teddy-toast--disabled": "_teddy-toast--disabled_1l5l7_467",
54
+ "teddy-toast__content": "_teddy-toast__content_1l5l7_492",
55
+ "teddy-toast__loading": "_teddy-toast__loading_1l5l7_495",
56
+ "teddy-toast--success": "_teddy-toast--success_1l5l7_499",
57
+ "teddy-toast--info": "_teddy-toast--info_1l5l7_511",
58
+ "teddy-toast--warning": "_teddy-toast--warning_1l5l7_523",
59
+ "teddy-toast--error": "_teddy-toast--error_1l5l7_535",
60
+ "teddy-toast__action-button": "_teddy-toast__action-button_1l5l7_547",
61
+ "teddy-toast__cancel-button": "_teddy-toast__cancel-button_1l5l7_548",
62
+ "teddy-toast__action-button--sm": "_teddy-toast__action-button--sm_1l5l7_586",
63
+ "teddy-toast__cancel-button--sm": "_teddy-toast__cancel-button--sm_1l5l7_587",
64
+ "teddy-toast__cancel-button--icon-only": "_teddy-toast__cancel-button--icon-only_1l5l7_590",
65
+ "teddy-toast__action-button--md": "_teddy-toast__action-button--md_1l5l7_595",
66
+ "teddy-toast__cancel-button--md": "_teddy-toast__cancel-button--md_1l5l7_596",
67
+ "teddy-toast__action-button--lg": "_teddy-toast__action-button--lg_1l5l7_604",
68
+ "teddy-toast__cancel-button--lg": "_teddy-toast__cancel-button--lg_1l5l7_605",
69
+ "teddy-toast__action-button--full-width": "_teddy-toast__action-button--full-width_1l5l7_613",
70
+ "teddy-toast__cancel-button--full-width": "_teddy-toast__cancel-button--full-width_1l5l7_614",
71
+ "teddy-toast__action-button--primary": "_teddy-toast__action-button--primary_1l5l7_617",
72
+ "teddy-toast__cancel-button--primary": "_teddy-toast__cancel-button--primary_1l5l7_618",
73
+ "teddy-toast__cancel-button--disabled": "_teddy-toast__cancel-button--disabled_1l5l7_622",
74
+ "teddy-toast__action-button--primary-negative": "_teddy-toast__action-button--primary-negative_1l5l7_630",
75
+ "teddy-toast__cancel-button--primary-negative": "_teddy-toast__cancel-button--primary-negative_1l5l7_631",
76
+ "teddy-toast__action-button--secondary": "_teddy-toast__action-button--secondary_1l5l7_645",
77
+ "teddy-toast__cancel-button--secondary": "_teddy-toast__cancel-button--secondary_1l5l7_646",
78
+ "teddy-toast__action-button--secondary-negative": "_teddy-toast__action-button--secondary-negative_1l5l7_659",
79
+ "teddy-toast__cancel-button--secondary-negative": "_teddy-toast__cancel-button--secondary-negative_1l5l7_660",
80
+ "teddy-toast__action-button--expressive": "_teddy-toast__action-button--expressive_1l5l7_673",
81
+ "teddy-toast__cancel-button--expressive": "_teddy-toast__cancel-button--expressive_1l5l7_674",
82
+ "teddy-toast__action-button--expressive-negative": "_teddy-toast__action-button--expressive-negative_1l5l7_686",
83
+ "teddy-toast__cancel-button--expressive-negative": "_teddy-toast__cancel-button--expressive-negative_1l5l7_687",
84
84
  scaleInAnimation
85
85
  };
86
86
  const rootClassName = "teddy-toast";
@@ -25,10 +25,10 @@ function _interopNamespaceDefault(e) {
25
25
  }
26
26
  const SwitchPrimitive__namespace = /* @__PURE__ */ _interopNamespaceDefault(SwitchPrimitive);
27
27
  const styles = {
28
- "teddy-toggle__input": "_teddy-toggle__input_m5h3g_2",
29
- "teddy-toggle": "_teddy-toggle_m5h3g_2",
30
- "teddy-toggle__thumb": "_teddy-toggle__thumb_m5h3g_81",
31
- "teddy-toggle__indicator": "_teddy-toggle__indicator_m5h3g_107"
28
+ "teddy-toggle__input": "_teddy-toggle__input_1vhz7_2",
29
+ "teddy-toggle": "_teddy-toggle_1vhz7_2",
30
+ "teddy-toggle__thumb": "_teddy-toggle__thumb_1vhz7_81",
31
+ "teddy-toggle__indicator": "_teddy-toggle__indicator_1vhz7_109"
32
32
  };
33
33
  const rootClassName = "teddy-toggle";
34
34
  const ToggleContext = React.createContext(void 0);
@@ -23,15 +23,15 @@ type ToggleInputProps = Omit<React.ComponentPropsWithoutRef<typeof SwitchPrimiti
23
23
  type ToggleThumbProps = React.ComponentPropsWithoutRef<typeof SwitchPrimitive.Thumb>;
24
24
  declare const Toggle: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref">, "id"> & {
25
25
  /** The id you want to use to connect the label to the toggle. If not provided, it will be generated */
26
- id?: string | undefined;
26
+ id?: string;
27
27
  } & React.RefAttributes<HTMLDivElement>> & {
28
28
  Label: React.ForwardRefExoticComponent<ToggleLabelProps & React.RefAttributes<HTMLLabelElement>>;
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" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "download" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sidepanel-hide" | "sidepanel-show" | "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" | "x" | "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
- size?: ("xs" | "sm" | "md" | "lg" | "font" | "xxs" | "xl") | undefined;
34
- title?: string | undefined;
32
+ name: import('..').IconName;
33
+ size?: "xs" | "sm" | "md" | "lg" | "font" | "xxs" | "xl";
34
+ title?: string;
35
35
  children?: React.ReactNode;
36
36
  }, "ref">> & React.RefAttributes<SVGSVGElement>>;
37
37
  };
@@ -6,10 +6,10 @@ import "../../assets/sprite.44b293a1-teddy.svg";
6
6
  import { Icon } from "../icon/icon.js";
7
7
  import { Label } from "../label/label.js";
8
8
  const styles = {
9
- "teddy-toggle__input": "_teddy-toggle__input_m5h3g_2",
10
- "teddy-toggle": "_teddy-toggle_m5h3g_2",
11
- "teddy-toggle__thumb": "_teddy-toggle__thumb_m5h3g_81",
12
- "teddy-toggle__indicator": "_teddy-toggle__indicator_m5h3g_107"
9
+ "teddy-toggle__input": "_teddy-toggle__input_1vhz7_2",
10
+ "teddy-toggle": "_teddy-toggle_1vhz7_2",
11
+ "teddy-toggle__thumb": "_teddy-toggle__thumb_1vhz7_81",
12
+ "teddy-toggle__indicator": "_teddy-toggle__indicator_1vhz7_109"
13
13
  };
14
14
  const rootClassName = "teddy-toggle";
15
15
  const ToggleContext = React__default.createContext(void 0);
@@ -10,7 +10,7 @@ import { FooterProps } from './toggletip-footer';
10
10
 
11
11
  export declare const Toggletip: typeof Root & {
12
12
  Trigger: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-popover').PopoverTriggerProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
13
- children: import('react').ReactNode;
13
+ children: React.ReactNode;
14
14
  } & import('react').RefAttributes<HTMLButtonElement>>;
15
15
  Anchor: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-popover').PopoverAnchorProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
16
16
  Arrow: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-popover').PopoverArrowProps & import('react').RefAttributes<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
@@ -3,9 +3,9 @@ import { default as React } from 'react';
3
3
  import * as PopoverPrimitive from '@radix-ui/react-popover';
4
4
  export declare const rootClassName = "teddy-toggletip";
5
5
  export declare const RootContext: React.Context<{
6
- negative?: boolean | undefined;
7
- hideClose?: boolean | undefined;
8
- hideArrow?: boolean | undefined;
6
+ negative?: boolean;
7
+ hideClose?: boolean;
8
+ hideArrow?: boolean;
9
9
  }>;
10
10
  export type RootProps = Omit<React.ComponentPropsWithoutRef<typeof PopoverPrimitive.Root>, 'open' | 'onOpenChange' | 'modal' | 'defaultOpen'> & {
11
11
  open?: PopoverPrimitive.PopoverProps['open'];
@@ -9,23 +9,21 @@ export declare const Tooltip: typeof Root & {
9
9
  Trigger: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-tooltip').TooltipTriggerProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & import('react').RefAttributes<HTMLButtonElement>>;
10
10
  Arrow: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-tooltip').TooltipArrowProps & import('react').RefAttributes<SVGSVGElement>, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
11
11
  Content: import('react').ForwardRefExoticComponent<Omit<import('@radix-ui/react-tooltip').TooltipContentProps & import('react').RefAttributes<HTMLDivElement>, "ref"> & {
12
- hideArrow?: boolean | undefined;
13
- 'aria-label'?: string | undefined;
14
- onEscapeKeyDown?: ((event: KeyboardEvent) => void) | undefined;
15
- onPointerDownOutside?: ((event: CustomEvent<{
16
- originalEvent: PointerEvent;
17
- }>) => void) | undefined;
18
- side?: "top" | "bottom" | "left" | "right" | undefined;
19
- sideOffset?: number | undefined;
20
- align?: "center" | "end" | "start" | undefined;
21
- alignOffset?: number | undefined;
22
- arrowPadding?: number | undefined;
23
- avoidCollisions?: boolean | undefined;
24
- collisionBoundary?: (Element | null) | (Element | null)[] | undefined;
25
- collisionPadding?: number | Partial<Record<"top" | "bottom" | "left" | "right", number>> | undefined;
26
- sticky?: "always" | "partial" | undefined;
27
- hideWhenDetached?: boolean | undefined;
28
- updatePositionStrategy?: "always" | "optimized" | undefined;
12
+ hideArrow?: boolean;
13
+ 'aria-label'?: string;
14
+ onEscapeKeyDown?: import('@radix-ui/react-tooltip').TooltipContentProps["onEscapeKeyDown"];
15
+ onPointerDownOutside?: import('@radix-ui/react-tooltip').TooltipContentProps["onPointerDownOutside"];
16
+ side?: import('@radix-ui/react-tooltip').TooltipContentProps["side"];
17
+ sideOffset?: import('@radix-ui/react-tooltip').TooltipContentProps["sideOffset"];
18
+ align?: import('@radix-ui/react-tooltip').TooltipContentProps["align"];
19
+ alignOffset?: import('@radix-ui/react-tooltip').TooltipContentProps["alignOffset"];
20
+ arrowPadding?: import('@radix-ui/react-tooltip').TooltipContentProps["arrowPadding"];
21
+ avoidCollisions?: import('@radix-ui/react-tooltip').TooltipContentProps["avoidCollisions"];
22
+ collisionBoundary?: import('@radix-ui/react-tooltip').TooltipContentProps["collisionBoundary"];
23
+ collisionPadding?: import('@radix-ui/react-tooltip').TooltipContentProps["collisionPadding"];
24
+ sticky?: import('@radix-ui/react-tooltip').TooltipContentProps["sticky"];
25
+ hideWhenDetached?: import('@radix-ui/react-tooltip').TooltipContentProps["hideWhenDetached"];
26
+ updatePositionStrategy?: import('@radix-ui/react-tooltip').TooltipContentProps["updatePositionStrategy"];
29
27
  } & import('react').RefAttributes<HTMLDivElement>>;
30
28
  Portal: typeof Portal;
31
29
  Provider: typeof Provider;
@@ -41,40 +41,40 @@ export type ContentProps = React.ComponentPropsWithoutRef<typeof TooltipPrimitiv
41
41
  };
42
42
  /** The component that pops out when the tooltip is open. */
43
43
  export declare const Content: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
44
- hideArrow?: boolean | undefined;
44
+ hideArrow?: boolean;
45
45
  /**
46
46
  * A more descriptive label for accessibility purpose
47
47
  */
48
- 'aria-label'?: string | undefined;
48
+ 'aria-label'?: string;
49
49
  /**
50
50
  * Event handler called when the escape key is down.
51
51
  * Can be prevented.
52
52
  */
53
- onEscapeKeyDown?: TooltipPrimitive.TooltipContentProps['onEscapeKeyDown'];
53
+ onEscapeKeyDown?: TooltipPrimitive.TooltipContentProps["onEscapeKeyDown"];
54
54
  /**
55
55
  * Event handler called when the a `pointerdown` event happens outside of the `Tooltip`.
56
56
  * Can be prevented.
57
57
  */
58
- onPointerDownOutside?: TooltipPrimitive.TooltipContentProps['onPointerDownOutside'];
58
+ onPointerDownOutside?: TooltipPrimitive.TooltipContentProps["onPointerDownOutside"];
59
59
  /** The preferred side of the trigger to render against when open. Will be reversed when collisions occur and avoidCollisions is enabled. */
60
- side?: TooltipPrimitive.TooltipContentProps['side'];
60
+ side?: TooltipPrimitive.TooltipContentProps["side"];
61
61
  /** The distance in pixels from the trigger. */
62
- sideOffset?: TooltipPrimitive.TooltipContentProps['sideOffset'];
62
+ sideOffset?: TooltipPrimitive.TooltipContentProps["sideOffset"];
63
63
  /** The preferred alignment against the trigger. May change when collisions occur. */
64
- align?: TooltipPrimitive.TooltipContentProps['align'];
64
+ align?: TooltipPrimitive.TooltipContentProps["align"];
65
65
  /** An offset in pixels from the `"start"` or `"end"` alignment options. */
66
- alignOffset?: TooltipPrimitive.TooltipContentProps['alignOffset'];
66
+ alignOffset?: TooltipPrimitive.TooltipContentProps["alignOffset"];
67
67
  /** The padding between the arrow and the edges of the content. If your content has border-radius, this will prevent it from overflowing the corners. */
68
- arrowPadding?: TooltipPrimitive.TooltipContentProps['arrowPadding'];
68
+ arrowPadding?: TooltipPrimitive.TooltipContentProps["arrowPadding"];
69
69
  /** When `true`, overrides the side andalign preferences to prevent collisions with boundary edges. */
70
- avoidCollisions?: TooltipPrimitive.TooltipContentProps['avoidCollisions'];
70
+ avoidCollisions?: TooltipPrimitive.TooltipContentProps["avoidCollisions"];
71
71
  /** The element used as the collision boundary. By default this is the viewport, though you can provide additional element(s) to be included in this check. */
72
- collisionBoundary?: TooltipPrimitive.TooltipContentProps['collisionBoundary'];
72
+ collisionBoundary?: TooltipPrimitive.TooltipContentProps["collisionBoundary"];
73
73
  /** The distance in pixels from the boundary edges where collision detection should occur. Accepts a number (same for all sides), or a partial padding object, for example: `{ top: 20, left: 20 }`. */
74
- collisionPadding?: TooltipPrimitive.TooltipContentProps['collisionPadding'];
74
+ collisionPadding?: TooltipPrimitive.TooltipContentProps["collisionPadding"];
75
75
  /** The sticky behavior on the align axis. `"partial"` will keep the content in the boundary as long as the trigger is at least partially in the boundary whilst `"always"` will keep the content in the boundary regardless. */
76
- sticky?: TooltipPrimitive.TooltipContentProps['sticky'];
76
+ sticky?: TooltipPrimitive.TooltipContentProps["sticky"];
77
77
  /** Whether to hide the content when the trigger becomes fully occluded. */
78
- hideWhenDetached?: TooltipPrimitive.TooltipContentProps['hideWhenDetached'];
79
- updatePositionStrategy?: TooltipPrimitive.TooltipContentProps['updatePositionStrategy'];
78
+ hideWhenDetached?: TooltipPrimitive.TooltipContentProps["hideWhenDetached"];
79
+ updatePositionStrategy?: TooltipPrimitive.TooltipContentProps["updatePositionStrategy"];
80
80
  } & React.RefAttributes<HTMLDivElement>>;
@@ -3,7 +3,7 @@ import { default as React } from 'react';
3
3
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
4
4
  export declare const rootClassName = "teddy-tooltip";
5
5
  export declare const RootContext: React.Context<{
6
- negative?: boolean | undefined;
6
+ negative?: boolean;
7
7
  } | undefined>;
8
8
  export type RootProps = React.ComponentPropsWithoutRef<typeof TooltipPrimitive.Root> & {
9
9
  /** The open state of the tooltip when it is initially rendered. Use when you do not need to control its open state. */
@@ -30,19 +30,19 @@ export type ItemProps = React.ComponentPropsWithoutRef<'a'> & {
30
30
  * -----------------------------------------------------------------------------------------------*/
31
31
  declare const TopRowButtons: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
32
32
  /** Controls the default background color of all child items */
33
- color?: TopRowButtonColor | undefined;
33
+ color?: TopRowButtonColor;
34
34
  /** Whether items should overflow and scroll horizontally when they don't fit */
35
- scrollable?: boolean | undefined;
35
+ scrollable?: boolean;
36
36
  } & React.RefAttributes<HTMLDivElement>> & {
37
37
  Item: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
38
38
  /** Icon name from the Teddy icon set */
39
- icon?: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "download" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sidepanel-hide" | "sidepanel-show" | "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" | "x" | "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;
39
+ icon?: IconName;
40
40
  /** Emoji to display instead of an icon */
41
- emoji?: string | undefined;
41
+ emoji?: string;
42
42
  /** Visible label text */
43
43
  label: string;
44
44
  /** Overrides the color set on the Root */
45
- color?: TopRowButtonColor | undefined;
45
+ color?: TopRowButtonColor;
46
46
  } & React.RefAttributes<HTMLAnchorElement>>;
47
47
  };
48
48
  export { TopRowButtons };
@@ -8,8 +8,8 @@ type VisuallyHiddenProps = React.ComponentPropsWithoutRef<'span'> & {
8
8
  * This component is used to hide content visually, but still accessible to screen readers
9
9
  * */
10
10
  declare const VisuallyHidden: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
11
- visibleOnFocus?: boolean | undefined;
12
- asChild?: boolean | undefined;
11
+ visibleOnFocus?: boolean;
12
+ asChild?: boolean;
13
13
  } & React.RefAttributes<HTMLSpanElement>>;
14
14
  export { VisuallyHidden };
15
15
  export type { VisuallyHiddenProps };