@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
@@ -108,6 +108,9 @@
108
108
  <symbol fill="none" viewBox="0 0 24 24" id="shuffle">
109
109
  <path fill="currentColor" fill-rule="evenodd" d="M18.844 4.625a.9.9 0 0 1 1.273 0l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.057l-1.98 1.98a.9.9 0 1 1-1.273-1.272l2.244-2.244a.9.9 0 0 1 .636-.263h3.43l-.7-.7a.9.9 0 0 1 0-1.272ZM1.47 7.502a.9.9 0 0 1 .9-.9h4.77a.9.9 0 0 1 .637.264L12.2 11.29a.892.892 0 0 1 .12.12l4.167 4.167h3.056l-.699-.7a.9.9 0 1 1 1.273-1.272l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.43a.9.9 0 0 1-.636-.263l-3.854-3.854-3.848 3.849a.9.9 0 0 1-.636.263H2.37a.9.9 0 0 1 0-1.8h4.397l3.584-3.584-3.584-3.585H2.369a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"></path>
110
110
  </symbol>
111
+ <symbol fill="none" viewBox="0 0 24 24" id="sync">
112
+ <path fill="currentColor" fill-rule="evenodd" d="M12.015 4.786a7.218 7.218 0 0 0-7.219 7.219.9.9 0 1 1-1.8 0 9.018 9.018 0 0 1 15.189-6.577v-1.48a.9.9 0 1 1 1.8 0V8.92h-4.973a.9.9 0 0 1 0-1.8h2.318a7.199 7.199 0 0 0-5.315-2.334Zm8.118 6.319a.9.9 0 0 1 .9.9A9.018 9.018 0 0 1 5.83 18.568v1.469a.9.9 0 1 1-1.8 0v-4.973h4.973a.9.9 0 1 1 0 1.8H6.677a7.218 7.218 0 0 0 12.556-4.86.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"></path>
113
+ </symbol>
111
114
  <symbol fill="none" viewBox="0 0 24 24" id="skip-back-10sec">
112
115
  <path fill="currentColor" fill-rule="evenodd" d="M8.636 1.864a.9.9 0 0 0-1.272 0l-2.5 2.5a.9.9 0 0 0 0 1.272l2.5 2.5a.9.9 0 0 0 1.272-1.272L7.673 5.9H12A7.1 7.1 0 1 1 4.9 13a.9.9 0 1 0-1.8 0A8.9 8.9 0 1 0 12 4.1H7.673l.963-.964a.9.9 0 0 0 0-1.272Z" clip-rule="evenodd"></path>
113
116
  <path fill="currentColor" d="M10.838 16v-5.6h-.736l-1.656.984v.928l1.36-.752V16h1.032Zm3.542.096c1.24 0 2.152-1 2.152-2.896s-.912-2.896-2.152-2.896c-1.248 0-2.16 1-2.16 2.896s.912 2.896 2.16 2.896Zm0-.872c-.688 0-1.104-.696-1.104-2.024s.416-2.024 1.104-2.024c.68 0 1.104.688 1.104 2.024s-.424 2.024-1.104 2.024Z"></path>
@@ -138,9 +141,6 @@
138
141
  <symbol fill="none" viewBox="0 0 24 24" id="switch-arrows">
139
142
  <path fill="currentColor" fill-rule="evenodd" d="M16.864 2.364a.9.9 0 0 1 1.272 0l4 4a.9.9 0 0 1 0 1.272l-4 4a.9.9 0 0 1-1.272-1.272L19.327 7.9H9a.9.9 0 0 1 0-1.8h10.327l-2.463-2.464a.9.9 0 0 1 0-1.272Zm-9.728 10a.9.9 0 0 1 0 1.272L4.673 16.1H15a.9.9 0 1 1 0 1.8H4.673l2.463 2.464a.9.9 0 0 1-1.272 1.272l-4-4a.9.9 0 0 1 0-1.272l4-4a.9.9 0 0 1 1.272 0Z" clip-rule="evenodd"></path>
140
143
  </symbol>
141
- <symbol fill="none" viewBox="0 0 24 24" id="sync">
142
- <path fill="currentColor" fill-rule="evenodd" d="M12.015 4.786a7.218 7.218 0 0 0-7.219 7.219.9.9 0 1 1-1.8 0 9.018 9.018 0 0 1 15.189-6.577v-1.48a.9.9 0 1 1 1.8 0V8.92h-4.973a.9.9 0 0 1 0-1.8h2.318a7.199 7.199 0 0 0-5.315-2.334Zm8.118 6.319a.9.9 0 0 1 .9.9A9.018 9.018 0 0 1 5.83 18.568v1.469a.9.9 0 1 1-1.8 0v-4.973h4.973a.9.9 0 1 1 0 1.8H6.677a7.218 7.218 0 0 0 12.556-4.86.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"></path>
143
- </symbol>
144
144
  <symbol fill="none" viewBox="0 0 24 24" id="tv-next">
145
145
  <path fill="currentColor" d="M21 21h-1V3h1v18Zm-3-9L4.5 19.794V4.206L18 12Z"></path>
146
146
  <path fill="currentColor" fill-rule="evenodd" d="M19.364 2.364A.9.9 0 0 1 20 2.1h1a.9.9 0 0 1 .9.9v18a.9.9 0 0 1-.9.9h-1a.9.9 0 0 1-.9-.9V3a.9.9 0 0 1 .264-.636ZM4.05 3.426a.9.9 0 0 1 .9 0l13.5 7.795a.9.9 0 0 1 0 1.558l-13.5 7.795a.9.9 0 0 1-1.35-.78V4.206a.9.9 0 0 1 .45-.78ZM5.4 5.765v12.47L16.2 12 5.4 5.765Z" clip-rule="evenodd"></path>
@@ -288,6 +288,16 @@
288
288
  <symbol fill="none" viewBox="0 0 24 24" id="smiley-sad">
289
289
  <path fill="currentColor" fill-rule="evenodd" d="M12 3.772a8.228 8.228 0 1 0 0 16.456 8.228 8.228 0 0 0 0-16.456ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm7.468-4.43c.49 0 .886.396.886.886v1.012a.886.886 0 1 1-1.772 0V8.456c0-.49.397-.886.886-.886Zm5.064 0c.489 0 .886.396.886.886v1.012a.886.886 0 0 1-1.772 0V8.456c0-.49.396-.886.886-.886ZM12 15.418c-1.85 0-3.198.623-3.56.864a.886.886 0 0 1-.982-1.475c.652-.434 2.341-1.161 4.542-1.161 2.2 0 3.89.727 4.542 1.161a.886.886 0 0 1-.983 1.475c-.36-.241-1.709-.864-3.559-.864Z" clip-rule="evenodd"></path>
290
290
  </symbol>
291
+ <symbol viewBox="0 0 24 24" fill="none" id="smiley-very-happy">
292
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.96886 13.875C8.13546 14.6425 8.51925 15.3529 9.08319 15.9168C9.85677 16.6904 10.906 17.125 12 17.125C13.094 17.125 14.1432 16.6904 14.9168 15.9168C15.4808 15.3529 15.8645 14.6425 16.0311 13.875L7.96886 13.875ZM7 12.125L17 12.125C17.2321 12.125 17.4546 12.2172 17.6187 12.3813C17.7828 12.5454 17.875 12.7679 17.875 13C17.875 14.5581 17.256 16.0525 16.1543 17.1543C15.0525 18.256 13.5581 18.875 12 18.875C10.4419 18.875 8.94752 18.256 7.84575 17.1543C6.74397 16.0525 6.125 14.5581 6.125 13C6.125 12.7679 6.21719 12.5454 6.38128 12.3813C6.54538 12.2172 6.76794 12.125 7 12.125Z" fill="currentColor" fill-opacity="0.8"></path>
293
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.81818C7.48131 3.81818 3.81818 7.48131 3.81818 12C3.81818 16.5187 7.48131 20.1818 12 20.1818C16.5187 20.1818 20.1818 16.5187 20.1818 12C20.1818 7.48131 16.5187 3.81818 12 3.81818ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM9.47475 7.55556C9.97683 7.55556 10.3838 7.96257 10.3838 8.46465V9.47475C10.3838 9.97683 9.97683 10.3838 9.47475 10.3838C8.97267 10.3838 8.56566 9.97683 8.56566 9.47475V8.46465C8.56566 7.96257 8.97267 7.55556 9.47475 7.55556ZM14.5253 7.55556C15.0273 7.55556 15.4343 7.96257 15.4343 8.46465V9.47475C15.4343 9.97683 15.0273 10.3838 14.5253 10.3838C14.0232 10.3838 13.6162 9.97683 13.6162 9.47475V8.46465C13.6162 7.96257 14.0232 7.55556 14.5253 7.55556Z" fill="currentColor" fill-opacity="0.8"></path>
294
+ </symbol>
295
+ <symbol viewBox="0 0 24 24" fill="none" id="smiley-very-sad">
296
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 3.77215C7.45588 3.77215 3.77215 7.45588 3.77215 12C3.77215 16.5441 7.45588 20.2278 12 20.2278C16.5441 20.2278 20.2278 16.5441 20.2278 12C20.2278 7.45588 16.5441 3.77215 12 3.77215ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z" fill="currentColor" fill-opacity="0.8"></path>
297
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.5891 9.65685C13.5891 9.1736 13.9808 8.78185 14.4641 8.78185C15.3928 8.78185 16.3022 9.04714 17.0853 9.5465C17.4927 9.80634 17.6124 10.3473 17.3526 10.7547C17.0927 11.1622 16.5518 11.2818 16.1443 11.022C15.6424 10.7019 15.0594 10.5319 14.4641 10.5319C13.9808 10.5319 13.5891 10.1401 13.5891 9.65685Z" fill="currentColor" fill-opacity="0.8"></path>
298
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.3391 9.65685C10.3391 9.1736 9.94736 8.78185 9.46411 8.78185C8.53538 8.78185 7.62598 9.04714 6.84292 9.5465C6.43547 9.80634 6.3158 10.3473 6.57563 10.7547C6.83547 11.1622 7.37641 11.2818 7.78386 11.022C8.28582 10.7019 8.86877 10.5319 9.46411 10.5319C9.94736 10.5319 10.3391 10.1401 10.3391 9.65685Z" fill="currentColor" fill-opacity="0.8"></path>
299
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.11801 16.8065C7.51721 17.0788 8.0616 16.976 8.33395 16.5768C8.66282 16.0948 9.16275 15.6685 9.80195 15.3609C10.4409 15.0533 11.1824 14.8826 11.9484 14.8752C12.7144 14.8679 13.4617 15.0244 14.1113 15.3202C14.7611 15.6163 15.2757 16.0342 15.6206 16.5121C15.9034 16.9039 16.4503 16.9923 16.8422 16.7095C17.234 16.4267 17.3225 15.8798 17.0396 15.4879C16.4967 14.7355 15.73 14.1346 14.8367 13.7277C13.9432 13.3207 12.9412 13.1156 11.9316 13.1253C10.9221 13.135 9.92561 13.3592 9.04303 13.784C8.16064 14.2087 7.41016 14.8257 6.88833 15.5906C6.61599 15.9898 6.71882 16.5341 7.11801 16.8065Z" fill="currentColor" fill-opacity="0.8"></path>
300
+ </symbol>
291
301
  <symbol fill="none" viewBox="0 0 24 24" id="sms">
292
302
  <path fill="currentColor" fill-rule="evenodd" d="M9.5 4.4a1.1 1.1 0 0 0-1.1 1.1v5a1.1 1.1 0 0 0 1.1 1.1h1a.9.9 0 1 1 0 1.8h-1a2.9 2.9 0 0 1-2.9-2.9v-5a2.9 2.9 0 0 1 2.9-2.9h10a2.9 2.9 0 0 1 2.9 2.9v5a2.9 2.9 0 0 1-2.9 2.9h-4.627l-2.237 2.236a.9.9 0 0 1-1.272-1.272l2.5-2.5a.9.9 0 0 1 .636-.264h5a1.1 1.1 0 0 0 1.1-1.1v-5a1.1 1.1 0 0 0-1.1-1.1h-10ZM11 6.6a.9.9 0 0 1 .9.9V8a.9.9 0 1 1-1.8 0v-.5a.9.9 0 0 1 .9-.9Zm3.5 0a.9.9 0 0 1 .9.9V8a.9.9 0 1 1-1.8 0v-.5a.9.9 0 0 1 .9-.9Zm3.5 0a.9.9 0 0 1 .9.9V8a.9.9 0 1 1-1.8 0v-.5a.9.9 0 0 1 .9-.9ZM1.6 11.5a2.9 2.9 0 0 1 2.9-2.9.9.9 0 0 1 0 1.8 1.1 1.1 0 0 0-1.1 1.1v5a1.1 1.1 0 0 0 1.1 1.1h3a.9.9 0 0 1 .636.264l2.5 2.5a.9.9 0 1 1-1.272 1.272L7.127 19.4H4.5a2.9 2.9 0 0 1-2.9-2.9v-5Zm15.9 3.1a.9.9 0 0 1 .9.9v1a2.9 2.9 0 0 1-2.9 2.9h-4a.9.9 0 0 1 0-1.8h4a1.1 1.1 0 0 0 1.1-1.1v-1a.9.9 0 0 1 .9-.9Z" clip-rule="evenodd"></path>
293
303
  </symbol>
@@ -633,6 +643,10 @@
633
643
  <symbol fill="none" viewBox="0 0 24 24" id="wallet">
634
644
  <path fill="currentColor" fill-rule="evenodd" d="M4.5 4.9A1.1 1.1 0 0 0 3.4 6v.1h14.2V5a.1.1 0 0 0-.1-.1h-13Zm14.9 1.2V5a1.9 1.9 0 0 0-1.9-1.9h-13A2.9 2.9 0 0 0 1.6 6v12.5a2.9 2.9 0 0 0 2.9 2.9h16a1.9 1.9 0 0 0 1.9-1.9V8a1.9 1.9 0 0 0-1.9-1.9h-1.1Zm-16 1.8v10.6a1.1 1.1 0 0 0 1.1 1.1h16a.1.1 0 0 0 .1-.1v-2.6h-3.1a3.4 3.4 0 0 1 0-6.8h3.1V8a.1.1 0 0 0-.1-.1H3.4Zm17.2 4h-3.1a1.6 1.6 0 1 0 0 3.2h3.1v-3.2Z" clip-rule="evenodd"></path>
635
645
  </symbol>
646
+ <symbol viewBox="0 0 24 24" fill="none" id="AI-star">
647
+ <path d="M10.4609 5.55055C10.5968 4.98581 11.6951 4.98581 11.831 5.55055C12.2994 7.49708 13.0081 9.70453 13.958 10.6629C14.9169 11.6302 17.0333 12.3496 18.874 12.822C19.4303 12.9648 19.4303 14.0347 18.874 14.1775C17.0334 14.6499 14.9169 15.3694 13.958 16.3367C13.008 17.295 12.2995 19.5033 11.831 21.45L11.7949 21.5486C11.5775 21.9814 10.7146 21.9813 10.497 21.5486L10.4609 21.45C9.99246 19.5033 9.28295 17.295 8.33297 16.3367C7.37387 15.3695 5.25746 14.6498 3.41696 14.1775C2.86105 14.0344 2.86098 12.965 3.41696 12.822C5.14269 12.3792 7.11123 11.7194 8.14059 10.8416L8.33297 10.6629C9.28293 9.70457 9.99246 7.49718 10.4609 5.55055ZM11.1455 9.90895C10.7969 10.6827 10.3464 11.4733 9.75387 12.0711C9.15332 12.6769 8.36616 13.1402 7.5986 13.4998C8.36622 13.8593 9.15328 14.3236 9.75387 14.9295C10.346 15.5269 10.797 16.3164 11.1455 17.0896C11.494 16.3162 11.9458 15.5269 12.538 14.9295C13.1383 14.3239 13.9241 13.8592 14.6914 13.4998C13.9243 13.1404 13.1383 12.6765 12.538 12.0711C11.9455 11.4733 11.494 10.6828 11.1455 9.90895Z" fill="currentColor" fill-opacity="0.8"></path>
648
+ <path d="M17.463 3.50188C17.7296 2.91595 18.5617 2.91597 18.8283 3.50188L19.2795 4.49409C19.3545 4.65901 19.4866 4.79113 19.6515 4.86617L20.6437 5.31735C21.2298 5.58385 21.2297 6.41609 20.6437 6.68262L19.8605 7.03809L19.6515 7.1338C19.4866 7.20882 19.3545 7.34098 19.2795 7.50588L18.8283 8.49809L18.7726 8.60063C18.4816 9.04996 17.811 9.04969 17.5197 8.60063L17.463 8.49809L17.0119 7.50588C16.9556 7.38217 16.8673 7.27676 16.757 7.20021L16.6398 7.1338L15.6476 6.68262C15.0617 6.41607 15.0617 5.58387 15.6476 5.31735L16.4298 4.9609L16.6398 4.86617C16.7635 4.80989 16.8689 4.72158 16.9455 4.61128L17.0119 4.49409L17.463 3.50188Z" fill="currentColor" fill-opacity="0.8"></path>
649
+ </symbol>
636
650
  <symbol fill="none" viewBox="0 0 24 25" id="airplay">
637
651
  <path fill="currentColor" fill-rule="evenodd" d="M1.6 5.5a.9.9 0 0 1 .9-.9h19a.9.9 0 0 1 .9.9v14a.9.9 0 0 1-.9.9H18a.9.9 0 1 1 0-1.8h2.6V6.4H3.4v12.2H6a.9.9 0 1 1 0 1.8H2.5a.9.9 0 0 1-.9-.9v-14ZM12 14.6a.9.9 0 0 1 .76.417l3.5 5.5a.9.9 0 0 1-.76 1.383h-7a.9.9 0 0 1-.76-1.383l3.5-5.5A.9.9 0 0 1 12 14.6Zm-1.86 5.5h3.72L12 17.176 10.14 20.1Z" clip-rule="evenodd"></path>
638
652
  </symbol>
@@ -880,14 +894,14 @@
880
894
  <symbol fill="none" viewBox="0 0 24 24" id="speedometer">
881
895
  <path fill="currentColor" fill-rule="evenodd" d="M1.62 11.81a.903.903 0 0 0-.014.294 10.304 10.304 0 0 0 2.884 7.52.9.9 0 0 0 1.182.101l1.36-1a.9.9 0 0 0-1.065-1.45l-.697.512A8.49 8.49 0 0 1 3.411 12.9H4.5a.9.9 0 1 0 0-1.8h-.992a8.511 8.511 0 0 1 2.03-4.29l.74.74A.9.9 0 0 0 7.55 6.279l-.686-.686A8.577 8.577 0 0 1 11.1 3.946V5a.9.9 0 1 0 1.8 0V3.946a8.576 8.576 0 0 1 2.187.522.9.9 0 0 0 .644-1.681A10.415 10.415 0 0 0 12 2.1c-2.63 0-5.033.973-6.865 2.577a.898.898 0 0 0-.428.396A10.306 10.306 0 0 0 1.62 11.81Zm17.516-6.946a.9.9 0 0 1 0 1.272l-7 7a.9.9 0 1 1-1.272-1.272l7-7a.9.9 0 0 1 1.272 0Zm.894 2.458a.9.9 0 0 1 1.213.384 10.285 10.285 0 0 1 1.157 4.752c0 2.78-1.101 5.307-2.89 7.166a.9.9 0 0 1-1.182.101l-1.36-1a.9.9 0 0 1 1.065-1.45l.697.512a8.49 8.49 0 0 0 1.859-4.887H19a.9.9 0 1 1 0-1.8h1.492a8.462 8.462 0 0 0-.846-2.564.9.9 0 0 1 .384-1.214Z" clip-rule="evenodd"></path>
882
896
  </symbol>
883
- <symbol fill="none" viewBox="0 0 24 24" id="split">
884
- <path fill="currentColor" fill-rule="evenodd" d="M18.864 4.864a.9.9 0 0 1 1.272 0l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464h-5.454l-4.237 4.236A.9.9 0 0 1 9 12.9H2.5a.9.9 0 0 1 0-1.8h6.127l4.237-4.236A.9.9 0 0 1 13.5 6.6h5.827l-.463-.464a.9.9 0 0 1 0-1.272Zm-8.5 8.5a.9.9 0 0 1 1.272 0l2.237 2.236h5.454l-.463-.464a.9.9 0 1 1 1.272-1.272l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464H13.5a.9.9 0 0 1-.636-.264l-2.5-2.5a.9.9 0 0 1 0-1.272Z" clip-rule="evenodd"></path>
885
- </symbol>
886
897
  <symbol fill="none" viewBox="0 0 24 24" id="spyware">
887
898
  <path fill="currentColor" fill-rule="evenodd" d="M11.598 1.695a.9.9 0 0 1 .804 0c2.952 1.476 5.356 2.433 8.725 2.914a.9.9 0 0 1 .773.89c0 4.728-.237 8.312-1.595 11.029-1.403 2.805-3.915 4.543-8.037 5.831a.9.9 0 0 1-.537 0c-4.12-1.288-6.633-3.026-8.036-5.832C2.337 13.811 2.1 10.227 2.1 5.5a.9.9 0 0 1 .788-.893c3.843-.48 5.731-1.423 8.71-2.912Zm-7.695 4.59c.03 4.338.324 7.281 1.402 9.438 1.072 2.143 2.992 3.635 6.695 4.833 3.703-1.198 5.623-2.69 6.695-4.834 1.08-2.158 1.374-5.105 1.402-9.452-3.08-.525-5.437-1.457-8.096-2.765C9.38 4.813 7.374 5.76 3.903 6.285Z" clip-rule="evenodd"></path>
888
899
  <path fill="currentColor" d="m12.523 14.422.416-6.75a.94.94 0 1 0-1.876.001l.425 6.749h1.035ZM12 17.02c.44 0 .826-.387.826-.815 0-.418-.387-.816-.826-.816-.428 0-.825.397-.825.816 0 .428.397.815.825.815Z"></path>
889
900
  <path fill="currentColor" fill-rule="evenodd" d="M12.691 14.596h-1.37l-.436-7.034a1 1 0 0 1 .998-1.062h.236a1 1 0 0 1 .998 1.06l-.426 7.036Zm.248-6.924a.94.94 0 1 0-1.876.001l.425 6.749h1.035l.416-6.75ZM13 16.206c0 .526-.466.99-1 .99-.522 0-1-.463-1-.99 0-.264.125-.51.304-.689.18-.178.429-.3.696-.3.536 0 1 .474 1 .989Zm-.174 0c0 .428-.387.815-.826.815-.428 0-.825-.387-.825-.815 0-.418.397-.816.825-.816.44 0 .826.397.826.816Z" clip-rule="evenodd"></path>
890
901
  </symbol>
902
+ <symbol fill="none" viewBox="0 0 24 24" id="split">
903
+ <path fill="currentColor" fill-rule="evenodd" d="M18.864 4.864a.9.9 0 0 1 1.272 0l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464h-5.454l-4.237 4.236A.9.9 0 0 1 9 12.9H2.5a.9.9 0 0 1 0-1.8h6.127l4.237-4.236A.9.9 0 0 1 13.5 6.6h5.827l-.463-.464a.9.9 0 0 1 0-1.272Zm-8.5 8.5a.9.9 0 0 1 1.272 0l2.237 2.236h5.454l-.463-.464a.9.9 0 1 1 1.272-1.272l2 2a.9.9 0 0 1 0 1.272l-2 2a.9.9 0 0 1-1.272-1.272l.463-.464H13.5a.9.9 0 0 1-.636-.264l-2.5-2.5a.9.9 0 0 1 0-1.272Z" clip-rule="evenodd"></path>
904
+ </symbol>
891
905
  <symbol fill="none" viewBox="0 0 24 24" id="stop">
892
906
  <path fill="currentColor" fill-rule="evenodd" d="M12 3.818a8.182 8.182 0 1 0 0 16.364 8.182 8.182 0 0 0 0-16.364ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm5.05 0a.91.91 0 0 1 .91-.91h8.08a.91.91 0 1 1 0 1.82H7.96a.91.91 0 0 1-.91-.91Z" clip-rule="evenodd"></path>
893
907
  </symbol>
@@ -951,6 +965,9 @@
951
965
  <path fill="currentColor" d="M18.865 6.395a1.26 1.26 0 1 1-2.52 0 1.26 1.26 0 0 1 2.52 0Z"></path>
952
966
  <path fill="currentColor" fill-rule="evenodd" d="M12 1.5c-2.852 0-3.21.012-4.33.063-1.118.051-1.88.229-2.55.488-.7.264-1.335.677-1.86 1.211a5.147 5.147 0 0 0-1.21 1.86c-.259.668-.436 1.431-.487 2.549C1.513 8.789 1.5 9.148 1.5 12c0 2.851.012 3.21.063 4.329.051 1.119.229 1.88.488 2.55.264.7.677 1.335 1.211 1.86.525.534 1.16.947 1.86 1.211.668.26 1.432.437 2.55.488 1.12.051 1.476.062 4.328.062 2.851 0 3.21-.012 4.329-.063 1.119-.052 1.88-.229 2.55-.489a5.37 5.37 0 0 0 3.07-3.07c.26-.668.437-1.432.488-2.55.05-1.119.063-1.477.063-4.328 0-2.852-.012-3.21-.063-4.33-.052-1.118-.229-1.88-.489-2.55a5.147 5.147 0 0 0-1.21-1.86 5.147 5.147 0 0 0-1.86-1.21c-.668-.259-1.431-.436-2.55-.487C15.212 1.513 14.852 1.5 12 1.5Zm0 1.892c2.803 0 3.135.01 4.243.06 1.023.046 1.58.217 1.95.361.49.19.84.418 1.207.786.367.367.595.717.785 1.207.144.37.315.926.362 1.95.05 1.107.06 1.44.06 4.243 0 2.803-.011 3.135-.06 4.243-.047 1.023-.218 1.58-.362 1.95-.19.49-.418.84-.785 1.207a3.258 3.258 0 0 1-1.207.785c-.37.144-.926.315-1.95.362-1.107.05-1.44.06-4.243.06-2.803 0-3.136-.011-4.243-.06-1.024-.047-1.58-.218-1.95-.362A3.25 3.25 0 0 1 4.6 19.4a3.252 3.252 0 0 1-.786-1.207c-.143-.37-.314-.926-.361-1.95-.05-1.107-.06-1.44-.06-4.242 0-2.803.01-3.136.06-4.243.047-1.024.218-1.58.361-1.95.19-.49.418-.84.786-1.208a3.258 3.258 0 0 1 1.207-.785c.37-.144.926-.315 1.95-.361 1.107-.05 1.44-.06 4.243-.06v-.001Z" clip-rule="evenodd"></path>
953
967
  </symbol>
968
+ <symbol fill="none" viewBox="0 0 24 24" id="youtube">
969
+ <path fill="currentColor" fill-rule="evenodd" d="M22.178 7.76s-.241-1.467-.804-2.119c-.805-.815-1.69-.815-2.092-.896C16.385 4.5 11.96 4.5 11.96 4.5s-4.426 0-7.322.245c-.402.081-1.287.081-2.092.896-.644.652-.805 2.12-.805 2.12S1.5 9.473 1.5 11.185v1.63c0 1.712.241 3.424.241 3.424s.242 1.467.805 2.12c.805.815 1.85.815 2.333.896 1.69.164 7.161.245 7.161.245s4.425 0 7.322-.245c.402-.081 1.287-.081 2.092-.896.644-.653.805-2.12.805-2.12s.241-1.712.241-3.424v-1.63a42.404 42.404 0 0 0-.322-3.424Zm-12.39 7.012V8.82l5.631 3.016-5.632 2.935Z" clip-rule="evenodd"></path>
970
+ </symbol>
954
971
  <symbol fill="none" viewBox="0 0 24 24" id="linkedin">
955
972
  <path fill="currentColor" d="M4.024 1.5A2.526 2.526 0 0 0 1.5 4.027a2.526 2.526 0 0 0 2.524 2.528 2.527 2.527 0 0 0 2.522-2.528A2.526 2.526 0 0 0 4.024 1.5ZM17.28 8.124c-2.118 0-3.537 1.163-4.118 2.265h-.058V8.473H8.929V22.5h4.349v-6.94c0-1.829.346-3.601 2.611-3.601 2.232 0 2.263 2.092 2.263 3.72v6.82h4.347v-7.693c0-3.777-.813-6.682-5.22-6.682ZM6.2 22.5H1.848V8.473H6.2V22.5Z"></path>
956
973
  </symbol>
@@ -969,9 +986,6 @@
969
986
  <symbol fill="none" viewBox="0 0 24 24" id="x">
970
987
  <path fill="currentColor" d="m3.044 3 6.95 9.928L3 21h1.574l6.123-7.067L15.644 21H21l-7.34-10.486L20.168 3h-1.574l-5.639 6.509L8.4 3H3.044Zm2.315 1.239h2.46L18.685 19.76h-2.46L5.357 4.24Z"></path>
971
988
  </symbol>
972
- <symbol fill="none" viewBox="0 0 24 24" id="youtube">
973
- <path fill="currentColor" fill-rule="evenodd" d="M22.178 7.76s-.241-1.467-.804-2.119c-.805-.815-1.69-.815-2.092-.896C16.385 4.5 11.96 4.5 11.96 4.5s-4.426 0-7.322.245c-.402.081-1.287.081-2.092.896-.644.652-.805 2.12-.805 2.12S1.5 9.473 1.5 11.185v1.63c0 1.712.241 3.424.241 3.424s.242 1.467.805 2.12c.805.815 1.85.815 2.333.896 1.69.164 7.161.245 7.161.245s4.425 0 7.322-.245c.402-.081 1.287-.081 2.092-.896.644-.653.805-2.12.805-2.12s.241-1.712.241-3.424v-1.63a42.404 42.404 0 0 0-.322-3.424Zm-12.39 7.012V8.82l5.631 3.016-5.632 2.935Z" clip-rule="evenodd"></path>
974
- </symbol>
975
989
  <symbol fill="none" viewBox="0 0 24 24" id="alert-filled">
976
990
  <path fill="currentColor" fill-rule="evenodd" d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm1.038-14.81-.247 6.875h-1.566l-.247-6.876a1.03 1.03 0 1 1 2.06 0Zm.212 8.916c0 .649-.585 1.234-1.25 1.234-.649 0-1.25-.585-1.25-1.234 0-.633.601-1.234 1.25-1.234.665 0 1.25.601 1.25 1.234Z" clip-rule="evenodd"></path>
977
991
  </symbol>
@@ -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_accordion_accordionRoot = require("./accordion-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 components_accordion_accordionItem = require("./accordion-item.cjs");
10
10
  const Indicator = React.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 { RootContext, s as styles, rootClassName } from "./accordion-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
  import { ItemContext } from "./accordion-item.js";
8
8
  const Indicator = React__default.forwardRef(
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const jsxRuntime = require("react/jsx-runtime");
4
4
  const React = require("react");
5
5
  const clsx = require("clsx");
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 components_avatar_utils = require("./utils.cjs");
@@ -12,6 +12,6 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<React.DetailedHT
12
12
  variant?: Variant | undefined;
13
13
  firstName?: string | undefined;
14
14
  lastName?: string | undefined;
15
- icon?: "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;
15
+ 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;
16
16
  } & React.RefAttributes<HTMLDivElement>>;
17
17
  export {};
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import React__default from "react";
3
3
  import clsx from "clsx";
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
  import { getInitials } from "./utils.js";
@@ -4,6 +4,6 @@ export declare const Avatar: import('react').ForwardRefExoticComponent<Omit<impo
4
4
  variant?: ("beige" | "blue" | "green" | "grey" | "orange" | "white" | "purple-light") | undefined;
5
5
  firstName?: string | undefined;
6
6
  lastName?: string | undefined;
7
- icon?: "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;
7
+ 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;
8
8
  } & import('react').RefAttributes<HTMLDivElement>>;
9
9
  export type AvatarProps = RootProps;
@@ -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 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
10
  "teddy-badge": "_teddy-badge_wlyo5_1",
@@ -2,7 +2,7 @@ import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import clsx from "clsx";
3
3
  import React__default from "react";
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
8
  "teddy-badge": "_teddy-badge_wlyo5_1",
@@ -6,7 +6,7 @@ const clsx = require("clsx");
6
6
  const reactSlot = require("@radix-ui/react-slot");
7
7
  const components_breadcrumbs_breadcrumbsRoot = require("./breadcrumbs-root.cjs");
8
8
  const components_link_link = require("../link/link.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 Link = React.forwardRef(({ children, home, className, ...props }, ref) => {
12
12
  var _a;
@@ -4,7 +4,7 @@ import clsx from "clsx";
4
4
  import { Slottable } from "@radix-ui/react-slot";
5
5
  import { RootContext, s as styles, rootClassName } from "./breadcrumbs-root.js";
6
6
  import { Link as Link$1 } from "../link/link.js";
7
- import "../../assets/sprite.c3af21af-teddy.svg";
7
+ import "../../assets/sprite.c7653d19-teddy.svg";
8
8
  import { Icon } from "../icon/icon.js";
9
9
  const Link = React__default.forwardRef(({ children, home, className, ...props }, ref) => {
10
10
  var _a;
@@ -39,6 +39,12 @@ const Button = React.forwardRef(
39
39
  },
40
40
  className
41
41
  );
42
+ const isNavigationCard = [
43
+ "navigation-vertical",
44
+ "navigation-horizontal-small",
45
+ "navigation-horizontal-small-centered",
46
+ "navigation-horizontal-large"
47
+ ].includes((context == null ? void 0 : context.layout) ?? "");
42
48
  const ref = utils_composeRefs.useComposedRefs(forwardRef, context == null ? void 0 : context.buttonRef);
43
49
  return /* @__PURE__ */ jsxRuntime.jsxs(components_flex_flex.Flex, { className: wrapperClasses, children: [
44
50
  disclaimer && /* @__PURE__ */ jsxRuntime.jsx(components_text_text.Text, { mr: "100", variant: "additional-100", children: disclaimer }),
@@ -50,6 +56,7 @@ const Button = React.forwardRef(
50
56
  variant: getButtonVariant(context == null ? void 0 : context.variant),
51
57
  size: getButtonSize(context == null ? void 0 : context.layout),
52
58
  ...props,
59
+ tabIndex: isNavigationCard ? -1 : void 0,
53
60
  className: classes
54
61
  }
55
62
  )
@@ -37,6 +37,12 @@ const Button = React__default.forwardRef(
37
37
  },
38
38
  className
39
39
  );
40
+ const isNavigationCard = [
41
+ "navigation-vertical",
42
+ "navigation-horizontal-small",
43
+ "navigation-horizontal-small-centered",
44
+ "navigation-horizontal-large"
45
+ ].includes((context == null ? void 0 : context.layout) ?? "");
40
46
  const ref = useComposedRefs(forwardRef, context == null ? void 0 : context.buttonRef);
41
47
  return /* @__PURE__ */ jsxs(Flex, { className: wrapperClasses, children: [
42
48
  disclaimer && /* @__PURE__ */ jsx(Text, { mr: "100", variant: "additional-100", children: disclaimer }),
@@ -48,6 +54,7 @@ const Button = React__default.forwardRef(
48
54
  variant: getButtonVariant(context == null ? void 0 : context.variant),
49
55
  size: getButtonSize(context == null ? void 0 : context.layout),
50
56
  ...props,
57
+ tabIndex: isNavigationCard ? -1 : void 0,
51
58
  className: classes
52
59
  }
53
60
  )
@@ -7,58 +7,58 @@ const utils_composeEventHandlers = require("../../utils/composeEventHandlers.cjs
7
7
  const components_grid_grid = require("../grid/grid.cjs");
8
8
  const tokens_color_variables = require("../../tokens/color/variables.cjs");
9
9
  const styles = {
10
- "teddy-card": "_teddy-card_6pylp_3",
11
- "teddy-card__slot": "_teddy-card__slot_6pylp_13",
12
- "teddy-card__slot--bottom": "_teddy-card__slot--bottom_6pylp_16",
13
- "teddy-card__slot--center": "_teddy-card__slot--center_6pylp_19",
14
- "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_6pylp_25",
15
- "teddy-card--shadow": "_teddy-card--shadow_6pylp_44",
16
- "teddy-card__action": "_teddy-card__action_6pylp_47",
17
- "teddy-card__action--disabled": "_teddy-card__action--disabled_6pylp_47",
18
- "teddy-card--border": "_teddy-card--border_6pylp_54",
19
- "teddy-card--layout": "_teddy-card--layout_6pylp_57",
20
- "teddy-card__illustration": "_teddy-card__illustration_6pylp_57",
21
- "teddy-card__carousel": "_teddy-card__carousel_6pylp_60",
22
- "teddy-card__content": "_teddy-card__content_6pylp_63",
23
- "teddy-card__heading": "_teddy-card__heading_6pylp_66",
24
- "teddy-card__action-wrapper": "_teddy-card__action-wrapper_6pylp_69",
25
- "teddy-card__footer": "_teddy-card__footer_6pylp_72",
26
- "teddy-card__overline": "_teddy-card__overline_6pylp_75",
27
- "teddy-card__description": "_teddy-card__description_6pylp_78",
28
- "teddy-card__color-dots": "_teddy-card__color-dots_6pylp_81",
29
- "teddy-card__availability": "_teddy-card__availability_6pylp_84",
30
- "teddy-card__price": "_teddy-card__price_6pylp_87",
31
- "teddy-card--default": "_teddy-card--default_6pylp_90",
32
- "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_6pylp_95",
33
- "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_6pylp_115",
34
- "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_6pylp_127",
35
- "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_6pylp_149",
36
- "teddy-card--rich-card": "_teddy-card--rich-card_6pylp_161",
37
- "teddy-card--rich-card-large": "_teddy-card--rich-card-large_6pylp_180",
38
- "teddy-card__line": "_teddy-card__line_6pylp_212",
39
- "teddy-card--purple-light": "_teddy-card--purple-light_6pylp_216",
40
- "teddy-card--purple-dark": "_teddy-card--purple-dark_6pylp_230",
41
- "teddy-card--white": "_teddy-card--white_6pylp_249",
42
- "teddy-card--gray": "_teddy-card--gray_6pylp_263",
43
- "teddy-card--beige": "_teddy-card--beige_6pylp_277",
44
- "teddy-card--beige-light": "_teddy-card--beige-light_6pylp_291",
45
- "teddy-card--product": "_teddy-card--product_6pylp_305",
46
- "teddy-card__price--big": "_teddy-card__price--big_6pylp_379",
47
- "teddy-card__image--as-background": "_teddy-card__image--as-background_6pylp_382",
48
- "teddy-card--background-image": "_teddy-card--background-image_6pylp_388",
49
- "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_6pylp_393",
50
- "teddy-card__inset": "_teddy-card__inset_6pylp_397",
51
- "teddy-card__inset--top": "_teddy-card__inset--top_6pylp_400",
52
- "teddy-card__inset--left": "_teddy-card__inset--left_6pylp_403",
53
- "teddy-card__inset--right": "_teddy-card__inset--right_6pylp_406",
54
- "teddy-card__inset--bottom": "_teddy-card__inset--bottom_6pylp_409",
55
- "teddy-card__availability--badge": "_teddy-card__availability--badge_6pylp_424",
56
- "teddy-card__availability--success": "_teddy-card__availability--success_6pylp_427",
57
- "teddy-card__availability--warning": "_teddy-card__availability--warning_6pylp_430",
58
- "teddy-card__availability--error": "_teddy-card__availability--error_6pylp_433",
59
- "teddy-card__availability--special": "_teddy-card__availability--special_6pylp_436",
60
- "teddy-card__availability--neutral": "_teddy-card__availability--neutral_6pylp_439",
61
- "teddy-card__availability--information": "_teddy-card__availability--information_6pylp_442"
10
+ "teddy-card": "_teddy-card_1p563_3",
11
+ "teddy-card__slot": "_teddy-card__slot_1p563_17",
12
+ "teddy-card__slot--bottom": "_teddy-card__slot--bottom_1p563_20",
13
+ "teddy-card__slot--center": "_teddy-card__slot--center_1p563_23",
14
+ "teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_1p563_29",
15
+ "teddy-card--shadow": "_teddy-card--shadow_1p563_48",
16
+ "teddy-card__action": "_teddy-card__action_1p563_51",
17
+ "teddy-card__action--disabled": "_teddy-card__action--disabled_1p563_51",
18
+ "teddy-card--border": "_teddy-card--border_1p563_58",
19
+ "teddy-card--layout": "_teddy-card--layout_1p563_61",
20
+ "teddy-card__illustration": "_teddy-card__illustration_1p563_61",
21
+ "teddy-card__carousel": "_teddy-card__carousel_1p563_64",
22
+ "teddy-card__content": "_teddy-card__content_1p563_67",
23
+ "teddy-card__heading": "_teddy-card__heading_1p563_70",
24
+ "teddy-card__action-wrapper": "_teddy-card__action-wrapper_1p563_73",
25
+ "teddy-card__footer": "_teddy-card__footer_1p563_76",
26
+ "teddy-card__overline": "_teddy-card__overline_1p563_79",
27
+ "teddy-card__description": "_teddy-card__description_1p563_82",
28
+ "teddy-card__color-dots": "_teddy-card__color-dots_1p563_85",
29
+ "teddy-card__availability": "_teddy-card__availability_1p563_88",
30
+ "teddy-card__price": "_teddy-card__price_1p563_91",
31
+ "teddy-card--default": "_teddy-card--default_1p563_94",
32
+ "teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_1p563_99",
33
+ "teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_1p563_119",
34
+ "teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_1p563_131",
35
+ "teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_1p563_153",
36
+ "teddy-card--rich-card": "_teddy-card--rich-card_1p563_165",
37
+ "teddy-card--rich-card-large": "_teddy-card--rich-card-large_1p563_184",
38
+ "teddy-card__line": "_teddy-card__line_1p563_216",
39
+ "teddy-card--purple-light": "_teddy-card--purple-light_1p563_220",
40
+ "teddy-card--purple-dark": "_teddy-card--purple-dark_1p563_234",
41
+ "teddy-card--white": "_teddy-card--white_1p563_253",
42
+ "teddy-card--gray": "_teddy-card--gray_1p563_267",
43
+ "teddy-card--beige": "_teddy-card--beige_1p563_281",
44
+ "teddy-card--beige-light": "_teddy-card--beige-light_1p563_295",
45
+ "teddy-card--product": "_teddy-card--product_1p563_309",
46
+ "teddy-card__price--big": "_teddy-card__price--big_1p563_383",
47
+ "teddy-card__image--as-background": "_teddy-card__image--as-background_1p563_386",
48
+ "teddy-card--background-image": "_teddy-card--background-image_1p563_392",
49
+ "teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_1p563_397",
50
+ "teddy-card__inset": "_teddy-card__inset_1p563_401",
51
+ "teddy-card__inset--top": "_teddy-card__inset--top_1p563_404",
52
+ "teddy-card__inset--left": "_teddy-card__inset--left_1p563_407",
53
+ "teddy-card__inset--right": "_teddy-card__inset--right_1p563_410",
54
+ "teddy-card__inset--bottom": "_teddy-card__inset--bottom_1p563_413",
55
+ "teddy-card__availability--badge": "_teddy-card__availability--badge_1p563_428",
56
+ "teddy-card__availability--success": "_teddy-card__availability--success_1p563_431",
57
+ "teddy-card__availability--warning": "_teddy-card__availability--warning_1p563_434",
58
+ "teddy-card__availability--error": "_teddy-card__availability--error_1p563_437",
59
+ "teddy-card__availability--special": "_teddy-card__availability--special_1p563_440",
60
+ "teddy-card__availability--neutral": "_teddy-card__availability--neutral_1p563_443",
61
+ "teddy-card__availability--information": "_teddy-card__availability--information_1p563_446"
62
62
  };
63
63
  const rootClassName = "teddy-card";
64
64
  const actionElementIdentifier = `${rootClassName}__action`;
@@ -80,6 +80,12 @@ const Root = React.forwardRef(
80
80
  },
81
81
  className
82
82
  );
83
+ const isNavigationCard = [
84
+ "navigation-vertical",
85
+ "navigation-horizontal-small",
86
+ "navigation-horizontal-small-centered",
87
+ "navigation-horizontal-large"
88
+ ].includes(layout ?? "");
83
89
  const customStyle = backgroundImageSrc ? imageGradient === "light" ? {
84
90
  backgroundImage: `
85
91
  linear-gradient(${tokens_color_variables.teddyColorTransparentWhite850} 0%,
@@ -94,12 +100,26 @@ const Root = React.forwardRef(
94
100
  url(${backgroundImageSrc})`,
95
101
  ...props.style
96
102
  } : props.style;
103
+ const additionalProps = isNavigationCard && {
104
+ tabIndex: 0,
105
+ role: "button",
106
+ onKeyDown: (e) => {
107
+ if (e.key === "Enter" || e.key === " ") {
108
+ e.preventDefault();
109
+ if (linkRef.current)
110
+ return linkRef.current.click();
111
+ if (buttonRef.current)
112
+ return buttonRef.current.click();
113
+ }
114
+ }
115
+ };
97
116
  return /* @__PURE__ */ jsxRuntime.jsx(RootContext.Provider, { value: { buttonRef, linkRef, variant, layout }, children: /* @__PURE__ */ jsxRuntime.jsx(
98
117
  components_grid_grid.Grid,
99
118
  {
100
119
  ...props,
101
120
  className: classes,
102
121
  style: customStyle,
122
+ ...additionalProps,
103
123
  onClick: utils_composeEventHandlers.composeEventHandlers(props.onClick, (e) => {
104
124
  const isClickInsideCard = e.currentTarget.contains(e.target);
105
125
  if (!isClickInsideCard)