@telia/teddy 0.0.23 → 0.0.25

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 (186) hide show
  1. package/dist/components/accordion/accordion-content.cjs +32 -0
  2. package/dist/components/accordion/accordion-header.cjs +33 -0
  3. package/dist/components/accordion/accordion-indicator.cjs +16 -0
  4. package/dist/components/accordion/accordion-item.cjs +32 -0
  5. package/dist/components/accordion/accordion-root.cjs +56 -0
  6. package/dist/components/accordion/accordion-root.js +11 -11
  7. package/dist/components/accordion/accordion-title.cjs +15 -0
  8. package/dist/components/accordion/accordion-trigger.cjs +37 -0
  9. package/dist/components/accordion/index.cjs +25 -0
  10. package/dist/components/accordion/index.js +7 -0
  11. package/dist/components/badge/badge.cjs +43 -0
  12. package/dist/components/badge/index.cjs +4 -0
  13. package/dist/components/box/box.cjs +17 -0
  14. package/dist/components/box/index.cjs +4 -0
  15. package/dist/components/button/button.cjs +130 -0
  16. package/dist/components/button/button.js +24 -24
  17. package/dist/components/button/index.cjs +4 -0
  18. package/dist/components/card/card.cjs +219 -0
  19. package/dist/components/card/index.cjs +4 -0
  20. package/dist/components/chip/chip-indicator.cjs +16 -0
  21. package/dist/components/chip/chip-item.cjs +45 -0
  22. package/dist/components/chip/chip.cjs +48 -0
  23. package/dist/components/chip/index.cjs +10 -0
  24. package/dist/components/drawer/drawer-close.cjs +39 -0
  25. package/dist/components/drawer/drawer-content.cjs +42 -0
  26. package/dist/components/drawer/drawer-description.cjs +36 -0
  27. package/dist/components/drawer/drawer-footer.cjs +16 -0
  28. package/dist/components/drawer/drawer-overlay.cjs +43 -0
  29. package/dist/components/drawer/drawer-root.cjs +28 -0
  30. package/dist/components/drawer/drawer-title.cjs +34 -0
  31. package/dist/components/drawer/drawer-trigger.cjs +27 -0
  32. package/dist/components/drawer/index.cjs +20 -0
  33. package/dist/components/field-error-text/field-error-text.cjs +30 -0
  34. package/dist/components/field-error-text/index.cjs +4 -0
  35. package/dist/components/flex/flex.cjs +19 -0
  36. package/dist/components/flex/index.cjs +4 -0
  37. package/dist/components/grid/grid.cjs +19 -0
  38. package/dist/components/grid/index.cjs +4 -0
  39. package/dist/components/heading/heading.cjs +55 -0
  40. package/dist/components/heading/index.cjs +4 -0
  41. package/dist/components/helper-text/helper-text.cjs +21 -0
  42. package/dist/components/helper-text/helper-text.d.ts +2 -4
  43. package/dist/components/helper-text/index.cjs +4 -0
  44. package/dist/components/icon/AllIcons.cjs +1091 -0
  45. package/dist/components/icon/AllIcons.d.ts +2 -0
  46. package/dist/components/icon/AllIcons.js +1092 -0
  47. package/dist/components/icon/icon.cjs +29 -0
  48. package/dist/components/icon/index.cjs +8 -0
  49. package/dist/components/icon/index.d.ts +1 -0
  50. package/dist/components/icon/index.js +2 -0
  51. package/dist/components/image/image.cjs +17 -0
  52. package/dist/components/image/index.cjs +4 -0
  53. package/dist/components/index.cjs +66 -0
  54. package/dist/components/index.js +6 -3
  55. package/dist/components/input/index.cjs +14 -0
  56. package/dist/components/input/index.d.ts +27 -2
  57. package/dist/components/input/index.js +10 -1
  58. package/dist/components/input/input-clear-button.cjs +43 -0
  59. package/dist/components/input/input-clear-button.d.ts +6 -0
  60. package/dist/components/input/input-clear-button.js +43 -0
  61. package/dist/components/input/input-group.cjs +132 -0
  62. package/dist/components/input/input-group.d.ts +16 -0
  63. package/dist/components/input/input-group.js +132 -0
  64. package/dist/components/input/input-indicator.cjs +10 -0
  65. package/dist/components/input/input-indicator.d.ts +23 -0
  66. package/dist/components/input/input-indicator.js +10 -0
  67. package/dist/components/input/input.cjs +9 -0
  68. package/dist/components/input/input.d.ts +4 -28
  69. package/dist/components/input/input.js +7 -114
  70. package/dist/components/label/index.cjs +4 -0
  71. package/dist/components/label/label.cjs +44 -0
  72. package/dist/components/link/index.cjs +4 -0
  73. package/dist/components/link/link.cjs +37 -0
  74. package/dist/components/link/link.js +10 -10
  75. package/dist/components/modal/index.cjs +4 -0
  76. package/dist/components/modal/modal.cjs +209 -0
  77. package/dist/components/modal/modal.js +2 -2
  78. package/dist/components/navigation-menu/index.cjs +4 -0
  79. package/dist/components/navigation-menu/navigation-menu.cjs +410 -0
  80. package/dist/components/notification/index.cjs +4 -0
  81. package/dist/components/notification/notification.cjs +116 -0
  82. package/dist/components/notification/notification.js +8 -8
  83. package/dist/components/radio-group/index.cjs +4 -0
  84. package/dist/components/radio-group/radio-group.cjs +110 -0
  85. package/dist/components/scroll-area/index.cjs +9 -0
  86. package/dist/components/scroll-area/scroll-area-bar.cjs +175 -0
  87. package/dist/components/scroll-area/scroll-area-bar.js +8 -8
  88. package/dist/components/scroll-area/scroll-area-button.cjs +11 -0
  89. package/dist/components/scroll-area/scroll-area-corner.cjs +8 -0
  90. package/dist/components/scroll-area/scroll-area-item.cjs +42 -0
  91. package/dist/components/scroll-area/scroll-area-item.js +2 -1
  92. package/dist/components/scroll-area/scroll-area-root.cjs +11 -0
  93. package/dist/components/scroll-area/scroll-area-root.d.ts +11 -1
  94. package/dist/components/scroll-area/scroll-area-thumb.cjs +8 -0
  95. package/dist/components/spinner/index.cjs +4 -0
  96. package/dist/components/spinner/spinner.cjs +57 -0
  97. package/dist/components/tabs/index.cjs +16 -0
  98. package/dist/components/tabs/tabs-content.cjs +32 -0
  99. package/dist/components/tabs/tabs-list.cjs +39 -0
  100. package/dist/components/tabs/tabs-list.js +6 -4
  101. package/dist/components/tabs/tabs-root.cjs +75 -0
  102. package/dist/components/tabs/tabs-root.d.ts +4 -7
  103. package/dist/components/tabs/tabs-root.js +25 -8
  104. package/dist/components/tabs/tabs-scroll-button.cjs +15 -0
  105. package/dist/components/tabs/tabs-scroll.cjs +22 -0
  106. package/dist/components/tabs/tabs-trigger.cjs +55 -0
  107. package/dist/components/tabs/tabs-trigger.js +19 -9
  108. package/dist/components/text/index.cjs +4 -0
  109. package/dist/components/text/text.cjs +49 -0
  110. package/dist/components/text-field/index.cjs +31 -0
  111. package/dist/components/text-field/index.d.ts +63 -2
  112. package/dist/components/text-field/index.js +28 -1
  113. package/dist/components/text-field/text-field-button.cjs +31 -0
  114. package/dist/components/text-field/text-field-button.d.ts +27 -0
  115. package/dist/components/text-field/text-field-button.js +31 -0
  116. package/dist/components/text-field/text-field-clear-button.cjs +12 -0
  117. package/dist/components/text-field/text-field-clear-button.d.ts +6 -0
  118. package/dist/components/text-field/text-field-clear-button.js +12 -0
  119. package/dist/components/text-field/text-field-error-list.cjs +28 -0
  120. package/dist/components/text-field/text-field-error-list.d.ts +9 -0
  121. package/dist/components/text-field/text-field-error-list.js +28 -0
  122. package/dist/components/text-field/text-field-helper-text.cjs +19 -0
  123. package/dist/components/text-field/text-field-helper-text.d.ts +5 -0
  124. package/dist/components/text-field/text-field-helper-text.js +19 -0
  125. package/dist/components/text-field/text-field-indicator.cjs +14 -0
  126. package/dist/components/text-field/text-field-indicator.d.ts +6 -0
  127. package/dist/components/text-field/text-field-indicator.js +14 -0
  128. package/dist/components/text-field/text-field-input-group.cjs +11 -0
  129. package/dist/components/text-field/text-field-input-group.d.ts +7 -0
  130. package/dist/components/text-field/text-field-input-group.js +11 -0
  131. package/dist/components/text-field/text-field-input.cjs +27 -0
  132. package/dist/components/text-field/text-field-input.d.ts +5 -0
  133. package/dist/components/text-field/text-field-input.js +27 -0
  134. package/dist/components/text-field/text-field-label.cjs +27 -0
  135. package/dist/components/text-field/text-field-label.d.ts +8 -0
  136. package/dist/components/text-field/text-field-label.js +27 -0
  137. package/dist/components/text-field/text-field.cjs +54 -0
  138. package/dist/components/text-field/text-field.d.ts +12 -58
  139. package/dist/components/text-field/text-field.js +17 -101
  140. package/dist/components/text-field/util.cjs +4 -0
  141. package/dist/components/text-field/util.d.ts +1 -0
  142. package/dist/components/text-field/util.js +4 -0
  143. package/dist/components/text-spacing/index.cjs +4 -0
  144. package/dist/components/text-spacing/text-spacing.cjs +19 -0
  145. package/dist/components/toggle/index.cjs +4 -0
  146. package/dist/components/toggle/toggle.cjs +104 -0
  147. package/dist/components/visually-hidden/index.cjs +4 -0
  148. package/dist/components/visually-hidden/visually-hidden.cjs +26 -0
  149. package/dist/drawer.module-w9nGK9pO.cjs +13 -0
  150. package/dist/icons/category.cjs +335 -0
  151. package/dist/icons/name.cjs +335 -0
  152. package/dist/icons/name.d.cjs +1 -0
  153. package/dist/main.cjs +374 -0
  154. package/dist/main.js +6 -3
  155. package/dist/style.css +385 -323
  156. package/dist/tokens/border/variables.cjs +20 -0
  157. package/dist/tokens/breakpoint/variables.cjs +10 -0
  158. package/dist/tokens/color/variables.cjs +454 -0
  159. package/dist/tokens/index.cjs +310 -0
  160. package/dist/tokens/motion/variables.cjs +24 -0
  161. package/dist/tokens/shadow/variables.cjs +10 -0
  162. package/dist/tokens/spacing/variables.cjs +48 -0
  163. package/dist/tokens/typography/variables.cjs +50 -0
  164. package/dist/utils/action.cjs +21 -0
  165. package/dist/utils/component-props-as.cjs +1 -0
  166. package/dist/utils/composeEventHandlers.cjs +11 -0
  167. package/dist/utils/composeRefs.cjs +18 -0
  168. package/dist/utils/generate-styling/align.cjs +32 -0
  169. package/dist/utils/generate-styling/color.cjs +12 -0
  170. package/dist/utils/generate-styling/flex.cjs +67 -0
  171. package/dist/utils/generate-styling/gap.cjs +22 -0
  172. package/dist/utils/generate-styling/grid.cjs +123 -0
  173. package/dist/utils/generate-styling/height.cjs +51 -0
  174. package/dist/utils/generate-styling/index.cjs +97 -0
  175. package/dist/utils/generate-styling/inset.cjs +33 -0
  176. package/dist/utils/generate-styling/justify.cjs +18 -0
  177. package/dist/utils/generate-styling/margin.cjs +33 -0
  178. package/dist/utils/generate-styling/object-fit.cjs +18 -0
  179. package/dist/utils/generate-styling/padding.cjs +33 -0
  180. package/dist/utils/generate-styling/position.cjs +21 -0
  181. package/dist/utils/generate-styling/util.cjs +33 -0
  182. package/dist/utils/generate-styling/width.cjs +26 -0
  183. package/dist/vite-env.d.cjs +1 -0
  184. package/package.json +6 -4
  185. package/dist/components/text-field/tex-field-label.d.ts +0 -0
  186. package/dist/components/text-field/tex-field-label.js +0 -1
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ const styles = {
3
+ "teddy-drawer__overlay": "_teddy-drawer__overlay_1sy9d_17",
4
+ "teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_1sy9d_29",
5
+ "teddy-drawer__content": "_teddy-drawer__content_1sy9d_35",
6
+ "teddy-drawer__close--floating": "_teddy-drawer__close--floating_1sy9d_50",
7
+ "drawer-overlay-no-op": "_drawer-overlay-no-op_1sy9d_1",
8
+ "teddy-fade-in": "_teddy-fade-in_1sy9d_1",
9
+ "teddy-fade-out": "_teddy-fade-out_1sy9d_1",
10
+ "drawer-content-show": "_drawer-content-show_1sy9d_1",
11
+ "drawer-content-hide": "_drawer-content-hide_1sy9d_1"
12
+ };
13
+ exports.styles = styles;
@@ -0,0 +1,335 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconCategories = [
4
+ { category: "action", name: "alarm-off" },
5
+ { category: "action", name: "alarm-on" },
6
+ { category: "action", name: "attachment" },
7
+ { category: "action", name: "bookmark-filled" },
8
+ { category: "action", name: "bookmark" },
9
+ { category: "action", name: "copy-filled" },
10
+ { category: "action", name: "copy" },
11
+ { category: "action", name: "dislike" },
12
+ { category: "action", name: "download" },
13
+ { category: "action", name: "edit" },
14
+ { category: "action", name: "filter" },
15
+ { category: "action", name: "heart-filled" },
16
+ { category: "action", name: "heart" },
17
+ { category: "action", name: "invisible" },
18
+ { category: "action", name: "like" },
19
+ { category: "action", name: "lock-open" },
20
+ { category: "action", name: "lock" },
21
+ { category: "action", name: "login" },
22
+ { category: "action", name: "logout" },
23
+ { category: "action", name: "maximize" },
24
+ { category: "action", name: "minimize" },
25
+ { category: "action", name: "mute" },
26
+ { category: "action", name: "password-invisible" },
27
+ { category: "action", name: "password-visible" },
28
+ { category: "action", name: "play-filled" },
29
+ { category: "action", name: "play" },
30
+ { category: "action", name: "remove-filled" },
31
+ { category: "action", name: "remove" },
32
+ { category: "action", name: "save" },
33
+ { category: "action", name: "send" },
34
+ { category: "action", name: "settings" },
35
+ { category: "action", name: "share" },
36
+ { category: "action", name: "shuffle" },
37
+ { category: "action", name: "sync" },
38
+ { category: "action", name: "skip-back-10sec" },
39
+ { category: "action", name: "skip-back-30sec" },
40
+ { category: "action", name: "skip-forward-10sec" },
41
+ { category: "action", name: "skip-forward-30sec" },
42
+ { category: "action", name: "star-filled" },
43
+ { category: "action", name: "star" },
44
+ { category: "action", name: "switch-arrows" },
45
+ { category: "action", name: "tv-next" },
46
+ { category: "action", name: "tv-pause" },
47
+ { category: "action", name: "tv-previous" },
48
+ { category: "action", name: "tv-stop" },
49
+ { category: "action", name: "upload" },
50
+ { category: "action", name: "visible" },
51
+ { category: "action", name: "volume" },
52
+ { category: "action", name: "zoom-out" },
53
+ { category: "action", name: "zoom" },
54
+ { category: "buildings", name: "connected-building" },
55
+ { category: "buildings", name: "home" },
56
+ { category: "buildings", name: "hospital" },
57
+ { category: "buildings", name: "industry" },
58
+ { category: "buildings", name: "premises-datacenter" },
59
+ { category: "buildings", name: "premises-large" },
60
+ { category: "buildings", name: "premises-medium" },
61
+ { category: "buildings", name: "premises-small" },
62
+ { category: "buildings", name: "premises" },
63
+ { category: "buildings", name: "store" },
64
+ { category: "communication", name: "address-book" },
65
+ { category: "communication", name: "b2b-customer" },
66
+ { category: "communication", name: "care" },
67
+ { category: "communication", name: "chat-robot" },
68
+ { category: "communication", name: "chat" },
69
+ { category: "communication", name: "child-1" },
70
+ { category: "communication", name: "child-2" },
71
+ { category: "communication", name: "conversation" },
72
+ { category: "communication", name: "customer-dialogue" },
73
+ { category: "communication", name: "dsl-hub" },
74
+ { category: "communication", name: "email" },
75
+ { category: "communication", name: "end-user" },
76
+ { category: "communication", name: "handshake" },
77
+ { category: "communication", name: "headphones" },
78
+ { category: "communication", name: "letter" },
79
+ { category: "communication", name: "mms" },
80
+ { category: "communication", name: "new-contact" },
81
+ { category: "communication", name: "new-group" },
82
+ { category: "communication", name: "news" },
83
+ { category: "communication", name: "parental-guide" },
84
+ { category: "communication", name: "people-hub" },
85
+ { category: "communication", name: "people" },
86
+ { category: "communication", name: "portal" },
87
+ { category: "communication", name: "signature" },
88
+ { category: "communication", name: "smiley-happy" },
89
+ { category: "communication", name: "smiley-sad" },
90
+ { category: "communication", name: "sms" },
91
+ { category: "communication", name: "support" },
92
+ { category: "communication", name: "user-admin" },
93
+ { category: "communication", name: "vcard" },
94
+ { category: "communication", name: "voicemail" },
95
+ { category: "device", name: "battery" },
96
+ { category: "device", name: "bluetooth" },
97
+ { category: "device", name: "broadband" },
98
+ { category: "device", name: "broken-phone" },
99
+ { category: "device", name: "cast" },
100
+ { category: "device", name: "cloud-connect" },
101
+ { category: "device", name: "connected" },
102
+ { category: "device", name: "core-router" },
103
+ { category: "device", name: "daas-device" },
104
+ { category: "device", name: "data-transfer" },
105
+ { category: "device", name: "desktop" },
106
+ { category: "device", name: "devices" },
107
+ { category: "device", name: "esim-simcard" },
108
+ { category: "device", name: "esim" },
109
+ { category: "device", name: "face-id" },
110
+ { category: "device", name: "fiber" },
111
+ { category: "device", name: "fingerprint" },
112
+ { category: "device", name: "fiveg" },
113
+ { category: "device", name: "fourg" },
114
+ { category: "device", name: "home-installation" },
115
+ { category: "device", name: "industrial-iot" },
116
+ { category: "device", name: "internet" },
117
+ { category: "device", name: "it-service" },
118
+ { category: "device", name: "laptop" },
119
+ { category: "device", name: "mobile-broadband" },
120
+ { category: "device", name: "network" },
121
+ { category: "device", name: "phone-recycling" },
122
+ { category: "device", name: "phone-ringing" },
123
+ { category: "device", name: "phone" },
124
+ { category: "device", name: "rack" },
125
+ { category: "device", name: "refill-card" },
126
+ { category: "device", name: "remote-control" },
127
+ { category: "device", name: "repair" },
128
+ { category: "device", name: "roaming" },
129
+ { category: "device", name: "router" },
130
+ { category: "device", name: "secure-device" },
131
+ { category: "device", name: "sense-car" },
132
+ { category: "device", name: "server" },
133
+ { category: "device", name: "service-device" },
134
+ { category: "device", name: "service-supervision" },
135
+ { category: "device", name: "slow-wifi" },
136
+ { category: "device", name: "smart-wifi" },
137
+ { category: "device", name: "smartphone" },
138
+ { category: "device", name: "smartwatch" },
139
+ { category: "device", name: "tablet" },
140
+ { category: "device", name: "trade-phone" },
141
+ { category: "device", name: "tv" },
142
+ { category: "device", name: "usb" },
143
+ { category: "device", name: "voice-switch" },
144
+ { category: "device", name: "wallplug" },
145
+ { category: "device", name: "wireless-off" },
146
+ { category: "device", name: "wireless-weak" },
147
+ { category: "device", name: "wireless" },
148
+ { category: "device", name: "world-alert" },
149
+ { category: "device", name: "world-off" },
150
+ { category: "device", name: "world-question" },
151
+ { category: "file", name: "bar-chart" },
152
+ { category: "file", name: "doc" },
153
+ { category: "file", name: "document-doc" },
154
+ { category: "file", name: "document-edit" },
155
+ { category: "file", name: "document-pdf" },
156
+ { category: "file", name: "document-ppt" },
157
+ { category: "file", name: "excel" },
158
+ { category: "file", name: "folder-copy" },
159
+ { category: "file", name: "folder-new" },
160
+ { category: "file", name: "folder" },
161
+ { category: "file", name: "gif" },
162
+ { category: "file", name: "graph" },
163
+ { category: "file", name: "media-content" },
164
+ { category: "file", name: "org-chart" },
165
+ { category: "file", name: "pie-chart" },
166
+ { category: "file", name: "print" },
167
+ { category: "file", name: "register" },
168
+ { category: "file", name: "report" },
169
+ { category: "file", name: "simcard" },
170
+ { category: "file", name: "spell-check" },
171
+ { category: "file", name: "summary" },
172
+ { category: "finance", name: "credit-card" },
173
+ { category: "finance", name: "euro" },
174
+ { category: "finance", name: "invoice" },
175
+ { category: "finance", name: "kontantkort" },
176
+ { category: "finance", name: "kr" },
177
+ { category: "finance", name: "late-payment" },
178
+ { category: "finance", name: "money-back-euro" },
179
+ { category: "finance", name: "money-back-kr" },
180
+ { category: "finance", name: "money-euro" },
181
+ { category: "finance", name: "money-kr" },
182
+ { category: "finance", name: "pay-monthly-euro" },
183
+ { category: "finance", name: "pay-monthly-kr" },
184
+ { category: "finance", name: "pay-once-euro" },
185
+ { category: "finance", name: "pay-once-kr" },
186
+ { category: "finance", name: "payment-success" },
187
+ { category: "finance", name: "savings" },
188
+ { category: "finance", name: "wallet" },
189
+ { category: "media", name: "airplay" },
190
+ { category: "media", name: "camera" },
191
+ { category: "media", name: "entertainment" },
192
+ { category: "media", name: "external" },
193
+ { category: "media", name: "film" },
194
+ { category: "media", name: "games" },
195
+ { category: "media", name: "image" },
196
+ { category: "media", name: "link" },
197
+ { category: "media", name: "megaphone" },
198
+ { category: "media", name: "microphone" },
199
+ { category: "media", name: "music" },
200
+ { category: "media", name: "player-settings" },
201
+ { category: "media", name: "record" },
202
+ { category: "media", name: "stream" },
203
+ { category: "media", name: "trailer" },
204
+ { category: "media", name: "video-conference" },
205
+ { category: "media", name: "video" },
206
+ { category: "other", name: "activity-level" },
207
+ { category: "other", name: "add" },
208
+ { category: "other", name: "ai-robot" },
209
+ { category: "other", name: "bag" },
210
+ { category: "other", name: "basketball" },
211
+ { category: "other", name: "blood-pressure" },
212
+ { category: "other", name: "bulb" },
213
+ { category: "other", name: "business-continuity" },
214
+ { category: "other", name: "business-intelligence" },
215
+ { category: "other", name: "calendar" },
216
+ { category: "other", name: "cart" },
217
+ { category: "other", name: "close-circle" },
218
+ { category: "other", name: "cloud" },
219
+ { category: "other", name: "coffee" },
220
+ { category: "other", name: "compass" },
221
+ { category: "other", name: "construction" },
222
+ { category: "other", name: "cookie" },
223
+ { category: "other", name: "delivery" },
224
+ { category: "other", name: "drone" },
225
+ { category: "other", name: "education" },
226
+ { category: "other", name: "efficiency" },
227
+ { category: "other", name: "environment" },
228
+ { category: "other", name: "facemask" },
229
+ { category: "other", name: "flag" },
230
+ { category: "other", name: "focus" },
231
+ { category: "other", name: "food" },
232
+ { category: "other", name: "fraud" },
233
+ { category: "other", name: "getting-started" },
234
+ { category: "other", name: "home-care" },
235
+ { category: "other", name: "infinite" },
236
+ { category: "other", name: "job-search" },
237
+ { category: "other", name: "key" },
238
+ { category: "other", name: "layers" },
239
+ { category: "other", name: "map" },
240
+ { category: "other", name: "measuring-health" },
241
+ { category: "other", name: "moisture" },
242
+ { category: "other", name: "offering" },
243
+ { category: "other", name: "offshore" },
244
+ { category: "other", name: "optimization" },
245
+ { category: "other", name: "pebble" },
246
+ { category: "other", name: "pet-dog" },
247
+ { category: "other", name: "pin" },
248
+ { category: "other", name: "plane" },
249
+ { category: "other", name: "plus-minus" },
250
+ { category: "other", name: "police" },
251
+ { category: "other", name: "power-grid" },
252
+ { category: "other", name: "present" },
253
+ { category: "other", name: "press-button" },
254
+ { category: "other", name: "price" },
255
+ { category: "other", name: "pulse" },
256
+ { category: "other", name: "radio" },
257
+ { category: "other", name: "recycle" },
258
+ { category: "other", name: "reservation" },
259
+ { category: "other", name: "reverse" },
260
+ { category: "other", name: "route" },
261
+ { category: "other", name: "ruler" },
262
+ { category: "other", name: "satellite" },
263
+ { category: "other", name: "secured-1" },
264
+ { category: "other", name: "secured-2" },
265
+ { category: "other", name: "security-camera" },
266
+ { category: "other", name: "shopping" },
267
+ { category: "other", name: "snowflake" },
268
+ { category: "other", name: "speedometer" },
269
+ { category: "other", name: "spyware" },
270
+ { category: "other", name: "split" },
271
+ { category: "other", name: "stop" },
272
+ { category: "other", name: "suitcase" },
273
+ { category: "other", name: "sustainability" },
274
+ { category: "other", name: "tag" },
275
+ { category: "other", name: "temperature" },
276
+ { category: "other", name: "thinking" },
277
+ { category: "other", name: "time" },
278
+ { category: "other", name: "train" },
279
+ { category: "other", name: "transfer" },
280
+ { category: "other", name: "undo" },
281
+ { category: "other", name: "wavelength" },
282
+ { category: "other", name: "weather" },
283
+ { category: "other", name: "world" },
284
+ { category: "social", name: "android" },
285
+ { category: "social", name: "apple" },
286
+ { category: "social", name: "bankid-norway" },
287
+ { category: "social", name: "bankid" },
288
+ { category: "social", name: "facebook" },
289
+ { category: "social", name: "instagram" },
290
+ { category: "social", name: "youtube" },
291
+ { category: "social", name: "linkedin" },
292
+ { category: "social", name: "snapchat" },
293
+ { category: "social", name: "telia-logo" },
294
+ { category: "social", name: "whatsapp" },
295
+ { category: "social", name: "windows" },
296
+ { category: "social", name: "x" },
297
+ { category: "status", name: "alert-filled" },
298
+ { category: "status", name: "alert" },
299
+ { category: "status", name: "check-circle-filled" },
300
+ { category: "status", name: "check-circle" },
301
+ { category: "status", name: "error-filled" },
302
+ { category: "status", name: "error" },
303
+ { category: "status", name: "help" },
304
+ { category: "status", name: "info-filled" },
305
+ { category: "status", name: "info" },
306
+ { category: "status", name: "question-filled" },
307
+ { category: "status", name: "question" },
308
+ { category: "status", name: "warning" },
309
+ { category: "utility", name: "arrow-down" },
310
+ { category: "utility", name: "arrow-left" },
311
+ { category: "utility", name: "arrow-right" },
312
+ { category: "utility", name: "arrow-subdirectory" },
313
+ { category: "utility", name: "arrow-up" },
314
+ { category: "utility", name: "card-view" },
315
+ { category: "utility", name: "checkmark-bold" },
316
+ { category: "utility", name: "checkmark" },
317
+ { category: "utility", name: "chevron-down" },
318
+ { category: "utility", name: "chevron-left" },
319
+ { category: "utility", name: "chevron-right" },
320
+ { category: "utility", name: "chevron-up" },
321
+ { category: "utility", name: "close" },
322
+ { category: "utility", name: "grid-view" },
323
+ { category: "utility", name: "list-view" },
324
+ { category: "utility", name: "menu" },
325
+ { category: "utility", name: "minus-bold" },
326
+ { category: "utility", name: "minus" },
327
+ { category: "utility", name: "more-horizontal" },
328
+ { category: "utility", name: "more-vertical" },
329
+ { category: "utility", name: "plus" },
330
+ { category: "utility", name: "search" },
331
+ { category: "utility", name: "services" },
332
+ { category: "utility", name: "sorter" },
333
+ { category: "utility", name: "table-view" }
334
+ ];
335
+ exports.iconCategories = iconCategories;
@@ -0,0 +1,335 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const iconNames = [
4
+ "alarm-off",
5
+ "alarm-on",
6
+ "attachment",
7
+ "bookmark-filled",
8
+ "bookmark",
9
+ "copy-filled",
10
+ "copy",
11
+ "dislike",
12
+ "download",
13
+ "edit",
14
+ "filter",
15
+ "heart-filled",
16
+ "heart",
17
+ "invisible",
18
+ "like",
19
+ "lock-open",
20
+ "lock",
21
+ "login",
22
+ "logout",
23
+ "maximize",
24
+ "minimize",
25
+ "mute",
26
+ "password-invisible",
27
+ "password-visible",
28
+ "play-filled",
29
+ "play",
30
+ "remove-filled",
31
+ "remove",
32
+ "save",
33
+ "send",
34
+ "settings",
35
+ "share",
36
+ "shuffle",
37
+ "sync",
38
+ "skip-back-10sec",
39
+ "skip-back-30sec",
40
+ "skip-forward-10sec",
41
+ "skip-forward-30sec",
42
+ "star-filled",
43
+ "star",
44
+ "switch-arrows",
45
+ "tv-next",
46
+ "tv-pause",
47
+ "tv-previous",
48
+ "tv-stop",
49
+ "upload",
50
+ "visible",
51
+ "volume",
52
+ "zoom-out",
53
+ "zoom",
54
+ "connected-building",
55
+ "home",
56
+ "hospital",
57
+ "industry",
58
+ "premises-datacenter",
59
+ "premises-large",
60
+ "premises-medium",
61
+ "premises-small",
62
+ "premises",
63
+ "store",
64
+ "address-book",
65
+ "b2b-customer",
66
+ "care",
67
+ "chat-robot",
68
+ "chat",
69
+ "child-1",
70
+ "child-2",
71
+ "conversation",
72
+ "customer-dialogue",
73
+ "dsl-hub",
74
+ "email",
75
+ "end-user",
76
+ "handshake",
77
+ "headphones",
78
+ "letter",
79
+ "mms",
80
+ "new-contact",
81
+ "new-group",
82
+ "news",
83
+ "parental-guide",
84
+ "people-hub",
85
+ "people",
86
+ "portal",
87
+ "signature",
88
+ "smiley-happy",
89
+ "smiley-sad",
90
+ "sms",
91
+ "support",
92
+ "user-admin",
93
+ "vcard",
94
+ "voicemail",
95
+ "battery",
96
+ "bluetooth",
97
+ "broadband",
98
+ "broken-phone",
99
+ "cast",
100
+ "cloud-connect",
101
+ "connected",
102
+ "core-router",
103
+ "daas-device",
104
+ "data-transfer",
105
+ "desktop",
106
+ "devices",
107
+ "esim-simcard",
108
+ "esim",
109
+ "face-id",
110
+ "fiber",
111
+ "fingerprint",
112
+ "fiveg",
113
+ "fourg",
114
+ "home-installation",
115
+ "industrial-iot",
116
+ "internet",
117
+ "it-service",
118
+ "laptop",
119
+ "mobile-broadband",
120
+ "network",
121
+ "phone-recycling",
122
+ "phone-ringing",
123
+ "phone",
124
+ "rack",
125
+ "refill-card",
126
+ "remote-control",
127
+ "repair",
128
+ "roaming",
129
+ "router",
130
+ "secure-device",
131
+ "sense-car",
132
+ "server",
133
+ "service-device",
134
+ "service-supervision",
135
+ "slow-wifi",
136
+ "smart-wifi",
137
+ "smartphone",
138
+ "smartwatch",
139
+ "tablet",
140
+ "trade-phone",
141
+ "tv",
142
+ "usb",
143
+ "voice-switch",
144
+ "wallplug",
145
+ "wireless-off",
146
+ "wireless-weak",
147
+ "wireless",
148
+ "world-alert",
149
+ "world-off",
150
+ "world-question",
151
+ "bar-chart",
152
+ "doc",
153
+ "document-doc",
154
+ "document-edit",
155
+ "document-pdf",
156
+ "document-ppt",
157
+ "excel",
158
+ "folder-copy",
159
+ "folder-new",
160
+ "folder",
161
+ "gif",
162
+ "graph",
163
+ "media-content",
164
+ "org-chart",
165
+ "pie-chart",
166
+ "print",
167
+ "register",
168
+ "report",
169
+ "simcard",
170
+ "spell-check",
171
+ "summary",
172
+ "credit-card",
173
+ "euro",
174
+ "invoice",
175
+ "kontantkort",
176
+ "kr",
177
+ "late-payment",
178
+ "money-back-euro",
179
+ "money-back-kr",
180
+ "money-euro",
181
+ "money-kr",
182
+ "pay-monthly-euro",
183
+ "pay-monthly-kr",
184
+ "pay-once-euro",
185
+ "pay-once-kr",
186
+ "payment-success",
187
+ "savings",
188
+ "wallet",
189
+ "airplay",
190
+ "camera",
191
+ "entertainment",
192
+ "external",
193
+ "film",
194
+ "games",
195
+ "image",
196
+ "link",
197
+ "megaphone",
198
+ "microphone",
199
+ "music",
200
+ "player-settings",
201
+ "record",
202
+ "stream",
203
+ "trailer",
204
+ "video-conference",
205
+ "video",
206
+ "activity-level",
207
+ "add",
208
+ "ai-robot",
209
+ "bag",
210
+ "basketball",
211
+ "blood-pressure",
212
+ "bulb",
213
+ "business-continuity",
214
+ "business-intelligence",
215
+ "calendar",
216
+ "cart",
217
+ "close-circle",
218
+ "cloud",
219
+ "coffee",
220
+ "compass",
221
+ "construction",
222
+ "cookie",
223
+ "delivery",
224
+ "drone",
225
+ "education",
226
+ "efficiency",
227
+ "environment",
228
+ "facemask",
229
+ "flag",
230
+ "focus",
231
+ "food",
232
+ "fraud",
233
+ "getting-started",
234
+ "home-care",
235
+ "infinite",
236
+ "job-search",
237
+ "key",
238
+ "layers",
239
+ "map",
240
+ "measuring-health",
241
+ "moisture",
242
+ "offering",
243
+ "offshore",
244
+ "optimization",
245
+ "pebble",
246
+ "pet-dog",
247
+ "pin",
248
+ "plane",
249
+ "plus-minus",
250
+ "police",
251
+ "power-grid",
252
+ "present",
253
+ "press-button",
254
+ "price",
255
+ "pulse",
256
+ "radio",
257
+ "recycle",
258
+ "reservation",
259
+ "reverse",
260
+ "route",
261
+ "ruler",
262
+ "satellite",
263
+ "secured-1",
264
+ "secured-2",
265
+ "security-camera",
266
+ "shopping",
267
+ "snowflake",
268
+ "speedometer",
269
+ "spyware",
270
+ "split",
271
+ "stop",
272
+ "suitcase",
273
+ "sustainability",
274
+ "tag",
275
+ "temperature",
276
+ "thinking",
277
+ "time",
278
+ "train",
279
+ "transfer",
280
+ "undo",
281
+ "wavelength",
282
+ "weather",
283
+ "world",
284
+ "android",
285
+ "apple",
286
+ "bankid-norway",
287
+ "bankid",
288
+ "facebook",
289
+ "instagram",
290
+ "youtube",
291
+ "linkedin",
292
+ "snapchat",
293
+ "telia-logo",
294
+ "whatsapp",
295
+ "windows",
296
+ "x",
297
+ "alert-filled",
298
+ "alert",
299
+ "check-circle-filled",
300
+ "check-circle",
301
+ "error-filled",
302
+ "error",
303
+ "help",
304
+ "info-filled",
305
+ "info",
306
+ "question-filled",
307
+ "question",
308
+ "warning",
309
+ "arrow-down",
310
+ "arrow-left",
311
+ "arrow-right",
312
+ "arrow-subdirectory",
313
+ "arrow-up",
314
+ "card-view",
315
+ "checkmark-bold",
316
+ "checkmark",
317
+ "chevron-down",
318
+ "chevron-left",
319
+ "chevron-right",
320
+ "chevron-up",
321
+ "close",
322
+ "grid-view",
323
+ "list-view",
324
+ "menu",
325
+ "minus-bold",
326
+ "minus",
327
+ "more-horizontal",
328
+ "more-vertical",
329
+ "plus",
330
+ "search",
331
+ "services",
332
+ "sorter",
333
+ "table-view"
334
+ ];
335
+ exports.iconNames = iconNames;
@@ -0,0 +1 @@
1
+ "use strict";