@telia/teddy 0.0.24 → 0.0.26

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 (205) 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-close.d.ts +0 -3
  26. package/dist/components/drawer/drawer-close.js +1 -1
  27. package/dist/components/drawer/drawer-content.cjs +42 -0
  28. package/dist/components/drawer/drawer-content.d.ts +0 -3
  29. package/dist/components/drawer/drawer-content.js +1 -1
  30. package/dist/components/drawer/drawer-description.cjs +36 -0
  31. package/dist/components/drawer/drawer-description.d.ts +0 -3
  32. package/dist/components/drawer/drawer-description.js +1 -1
  33. package/dist/components/drawer/drawer-footer.cjs +16 -0
  34. package/dist/components/drawer/drawer-footer.d.ts +0 -3
  35. package/dist/components/drawer/drawer-footer.js +1 -1
  36. package/dist/components/drawer/drawer-overlay.cjs +43 -0
  37. package/dist/components/drawer/drawer-overlay.d.ts +0 -3
  38. package/dist/components/drawer/drawer-overlay.js +1 -1
  39. package/dist/components/drawer/drawer-root.cjs +28 -0
  40. package/dist/components/drawer/drawer-root.d.ts +1 -1
  41. package/dist/components/drawer/drawer-title.cjs +34 -0
  42. package/dist/components/drawer/drawer-title.d.ts +4 -3
  43. package/dist/components/drawer/drawer-title.js +1 -1
  44. package/dist/components/drawer/drawer-trigger.cjs +27 -0
  45. package/dist/components/drawer/drawer-trigger.d.ts +5 -3
  46. package/dist/components/drawer/index.cjs +28 -0
  47. package/dist/components/drawer/index.d.ts +28 -0
  48. package/dist/components/drawer/index.js +8 -0
  49. package/dist/components/field-error-text/field-error-text.cjs +30 -0
  50. package/dist/components/field-error-text/index.cjs +4 -0
  51. package/dist/components/flex/flex.cjs +19 -0
  52. package/dist/components/flex/index.cjs +4 -0
  53. package/dist/components/grid/grid.cjs +19 -0
  54. package/dist/components/grid/index.cjs +4 -0
  55. package/dist/components/heading/heading.cjs +55 -0
  56. package/dist/components/heading/index.cjs +4 -0
  57. package/dist/components/helper-text/helper-text.cjs +21 -0
  58. package/dist/components/helper-text/helper-text.d.ts +2 -4
  59. package/dist/components/helper-text/index.cjs +4 -0
  60. package/dist/components/icon/AllIcons.cjs +1091 -0
  61. package/dist/components/icon/AllIcons.d.ts +2 -0
  62. package/dist/components/icon/AllIcons.js +1092 -0
  63. package/dist/components/icon/icon.cjs +29 -0
  64. package/dist/components/icon/index.cjs +8 -0
  65. package/dist/components/icon/index.d.ts +1 -0
  66. package/dist/components/icon/index.js +2 -0
  67. package/dist/components/image/image.cjs +17 -0
  68. package/dist/components/image/index.cjs +4 -0
  69. package/dist/components/index.cjs +66 -0
  70. package/dist/components/index.js +6 -3
  71. package/dist/components/input/index.cjs +14 -0
  72. package/dist/components/input/index.d.ts +27 -2
  73. package/dist/components/input/index.js +10 -1
  74. package/dist/components/input/input-clear-button.cjs +43 -0
  75. package/dist/components/input/input-clear-button.d.ts +6 -0
  76. package/dist/components/input/input-clear-button.js +43 -0
  77. package/dist/components/input/input-group.cjs +132 -0
  78. package/dist/components/input/input-group.d.ts +16 -0
  79. package/dist/components/input/input-group.js +132 -0
  80. package/dist/components/input/input-indicator.cjs +10 -0
  81. package/dist/components/input/input-indicator.d.ts +23 -0
  82. package/dist/components/input/input-indicator.js +10 -0
  83. package/dist/components/input/input.cjs +9 -0
  84. package/dist/components/input/input.d.ts +4 -28
  85. package/dist/components/input/input.js +7 -114
  86. package/dist/components/label/index.cjs +4 -0
  87. package/dist/components/label/label.cjs +44 -0
  88. package/dist/components/link/index.cjs +4 -0
  89. package/dist/components/link/link.cjs +37 -0
  90. package/dist/components/link/link.js +10 -10
  91. package/dist/components/modal/index.cjs +4 -0
  92. package/dist/components/modal/modal.cjs +210 -0
  93. package/dist/components/modal/modal.js +17 -16
  94. package/dist/components/navigation-menu/index.cjs +4 -0
  95. package/dist/components/navigation-menu/navigation-menu.cjs +412 -0
  96. package/dist/components/navigation-menu/navigation-menu.d.ts +2 -0
  97. package/dist/components/navigation-menu/navigation-menu.js +24 -22
  98. package/dist/components/notification/index.cjs +4 -0
  99. package/dist/components/notification/notification.cjs +116 -0
  100. package/dist/components/notification/notification.js +8 -8
  101. package/dist/components/radio-group/index.cjs +4 -0
  102. package/dist/components/radio-group/radio-group.cjs +110 -0
  103. package/dist/components/scroll-area/index.cjs +9 -0
  104. package/dist/components/scroll-area/scroll-area-bar.cjs +175 -0
  105. package/dist/components/scroll-area/scroll-area-bar.js +8 -8
  106. package/dist/components/scroll-area/scroll-area-button.cjs +11 -0
  107. package/dist/components/scroll-area/scroll-area-corner.cjs +8 -0
  108. package/dist/components/scroll-area/scroll-area-item.cjs +42 -0
  109. package/dist/components/scroll-area/scroll-area-item.js +2 -1
  110. package/dist/components/scroll-area/scroll-area-root.cjs +11 -0
  111. package/dist/components/scroll-area/scroll-area-thumb.cjs +8 -0
  112. package/dist/components/spinner/index.cjs +4 -0
  113. package/dist/components/spinner/spinner.cjs +57 -0
  114. package/dist/components/tabs/index.cjs +16 -0
  115. package/dist/components/tabs/tabs-content.cjs +32 -0
  116. package/dist/components/tabs/tabs-list.cjs +39 -0
  117. package/dist/components/tabs/tabs-list.js +6 -4
  118. package/dist/components/tabs/tabs-root.cjs +75 -0
  119. package/dist/components/tabs/tabs-root.d.ts +4 -7
  120. package/dist/components/tabs/tabs-root.js +25 -8
  121. package/dist/components/tabs/tabs-scroll-button.cjs +15 -0
  122. package/dist/components/tabs/tabs-scroll.cjs +22 -0
  123. package/dist/components/tabs/tabs-trigger.cjs +55 -0
  124. package/dist/components/tabs/tabs-trigger.js +19 -9
  125. package/dist/components/text/index.cjs +4 -0
  126. package/dist/components/text/text.cjs +49 -0
  127. package/dist/components/text-field/index.cjs +31 -0
  128. package/dist/components/text-field/index.d.ts +63 -2
  129. package/dist/components/text-field/index.js +28 -1
  130. package/dist/components/text-field/text-field-button.cjs +31 -0
  131. package/dist/components/text-field/text-field-button.d.ts +27 -0
  132. package/dist/components/text-field/text-field-button.js +31 -0
  133. package/dist/components/text-field/text-field-clear-button.cjs +12 -0
  134. package/dist/components/text-field/text-field-clear-button.d.ts +6 -0
  135. package/dist/components/text-field/text-field-clear-button.js +12 -0
  136. package/dist/components/text-field/text-field-error-list.cjs +28 -0
  137. package/dist/components/text-field/text-field-error-list.d.ts +9 -0
  138. package/dist/components/text-field/text-field-error-list.js +28 -0
  139. package/dist/components/text-field/text-field-helper-text.cjs +19 -0
  140. package/dist/components/text-field/text-field-helper-text.d.ts +5 -0
  141. package/dist/components/text-field/text-field-helper-text.js +19 -0
  142. package/dist/components/text-field/text-field-indicator.cjs +14 -0
  143. package/dist/components/text-field/text-field-indicator.d.ts +6 -0
  144. package/dist/components/text-field/text-field-indicator.js +14 -0
  145. package/dist/components/text-field/text-field-input-group.cjs +11 -0
  146. package/dist/components/text-field/text-field-input-group.d.ts +7 -0
  147. package/dist/components/text-field/text-field-input-group.js +11 -0
  148. package/dist/components/text-field/text-field-input.cjs +27 -0
  149. package/dist/components/text-field/text-field-input.d.ts +5 -0
  150. package/dist/components/text-field/text-field-input.js +27 -0
  151. package/dist/components/text-field/text-field-label.cjs +27 -0
  152. package/dist/components/text-field/text-field-label.d.ts +8 -0
  153. package/dist/components/text-field/text-field-label.js +27 -0
  154. package/dist/components/text-field/text-field.cjs +54 -0
  155. package/dist/components/text-field/text-field.d.ts +12 -58
  156. package/dist/components/text-field/text-field.js +17 -101
  157. package/dist/components/text-field/util.cjs +4 -0
  158. package/dist/components/text-field/util.d.ts +1 -0
  159. package/dist/components/text-field/util.js +4 -0
  160. package/dist/components/text-spacing/index.cjs +4 -0
  161. package/dist/components/text-spacing/text-spacing.cjs +19 -0
  162. package/dist/components/toggle/index.cjs +4 -0
  163. package/dist/components/toggle/toggle.cjs +104 -0
  164. package/dist/components/visually-hidden/index.cjs +4 -0
  165. package/dist/components/visually-hidden/visually-hidden.cjs +26 -0
  166. package/dist/drawer.module-BxsrDZFu.js +14 -0
  167. package/dist/drawer.module-CWDhohQm.cjs +13 -0
  168. package/dist/icons/category.cjs +335 -0
  169. package/dist/icons/name.cjs +335 -0
  170. package/dist/icons/name.d.cjs +1 -0
  171. package/dist/main.cjs +374 -0
  172. package/dist/main.js +6 -3
  173. package/dist/style.css +573 -492
  174. package/dist/tokens/border/variables.cjs +20 -0
  175. package/dist/tokens/breakpoint/variables.cjs +10 -0
  176. package/dist/tokens/color/variables.cjs +454 -0
  177. package/dist/tokens/index.cjs +310 -0
  178. package/dist/tokens/motion/variables.cjs +24 -0
  179. package/dist/tokens/shadow/variables.cjs +10 -0
  180. package/dist/tokens/spacing/variables.cjs +48 -0
  181. package/dist/tokens/typography/variables.cjs +50 -0
  182. package/dist/utils/action.cjs +21 -0
  183. package/dist/utils/component-props-as.cjs +1 -0
  184. package/dist/utils/composeEventHandlers.cjs +11 -0
  185. package/dist/utils/composeRefs.cjs +18 -0
  186. package/dist/utils/generate-styling/align.cjs +32 -0
  187. package/dist/utils/generate-styling/color.cjs +12 -0
  188. package/dist/utils/generate-styling/flex.cjs +67 -0
  189. package/dist/utils/generate-styling/gap.cjs +22 -0
  190. package/dist/utils/generate-styling/grid.cjs +123 -0
  191. package/dist/utils/generate-styling/height.cjs +51 -0
  192. package/dist/utils/generate-styling/index.cjs +97 -0
  193. package/dist/utils/generate-styling/inset.cjs +33 -0
  194. package/dist/utils/generate-styling/justify.cjs +18 -0
  195. package/dist/utils/generate-styling/margin.cjs +33 -0
  196. package/dist/utils/generate-styling/object-fit.cjs +18 -0
  197. package/dist/utils/generate-styling/padding.cjs +33 -0
  198. package/dist/utils/generate-styling/position.cjs +21 -0
  199. package/dist/utils/generate-styling/util.cjs +33 -0
  200. package/dist/utils/generate-styling/width.cjs +26 -0
  201. package/dist/vite-env.d.cjs +1 -0
  202. package/package.json +6 -4
  203. package/dist/components/text-field/tex-field-label.d.ts +0 -0
  204. package/dist/components/text-field/tex-field-label.js +0 -1
  205. package/dist/drawer.module-B3QhrxH1.js +0 -14
@@ -0,0 +1,104 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const React = require("react");
5
+ const clsx = require("clsx");
6
+ const SwitchPrimitive = require("@radix-ui/react-switch");
7
+ require("../../assets/sprite.5636ec8e-teddy.svg");
8
+ const components_icon_icon = require("../icon/icon.cjs");
9
+ const components_label_label = require("../label/label.cjs");
10
+ function _interopNamespaceDefault(e) {
11
+ const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
12
+ if (e) {
13
+ for (const k in e) {
14
+ if (k !== "default") {
15
+ const d = Object.getOwnPropertyDescriptor(e, k);
16
+ Object.defineProperty(n, k, d.get ? d : {
17
+ enumerable: true,
18
+ get: () => e[k]
19
+ });
20
+ }
21
+ }
22
+ }
23
+ n.default = e;
24
+ return Object.freeze(n);
25
+ }
26
+ const SwitchPrimitive__namespace = /* @__PURE__ */ _interopNamespaceDefault(SwitchPrimitive);
27
+ const styles = {
28
+ "teddy-toggle": "_teddy-toggle_1rp8d_3",
29
+ "teddy-toggle__input": "_teddy-toggle__input_1rp8d_10",
30
+ "teddy-toggle__thumb": "_teddy-toggle__thumb_1rp8d_78",
31
+ "teddy-toggle__indicator": "_teddy-toggle__indicator_1rp8d_104"
32
+ };
33
+ const rootClassName = "teddy-toggle";
34
+ const ToggleContext = React.createContext(void 0);
35
+ const ToggleRoot = React.forwardRef(
36
+ ({ className, id, children, ...props }, forwardRef) => {
37
+ const classes = clsx([styles[`${rootClassName}`]], className);
38
+ const fallbackId = React.useId();
39
+ const [isDisabled, setIsDisabled] = React.useState(false);
40
+ const [isRequired, setIsRequired] = React.useState(false);
41
+ return /* @__PURE__ */ jsxRuntime.jsx("div", { ...props, ref: forwardRef, className: classes, children: /* @__PURE__ */ jsxRuntime.jsx(ToggleContext.Provider, { value: { id: id ?? fallbackId, isDisabled, setIsDisabled, isRequired, setIsRequired }, children }) });
42
+ }
43
+ );
44
+ ToggleRoot.displayName = "Toggle";
45
+ const ToggleLabel = React.forwardRef(
46
+ ({ className, ...props }, forwardRef) => {
47
+ const classes = clsx([styles[`${rootClassName}__label`]], className);
48
+ const context = React.useContext(ToggleContext);
49
+ return /* @__PURE__ */ jsxRuntime.jsx(
50
+ components_label_label.Label,
51
+ {
52
+ ...props,
53
+ htmlFor: context == null ? void 0 : context.id,
54
+ isRequired: context == null ? void 0 : context.isRequired,
55
+ disabled: context == null ? void 0 : context.isDisabled,
56
+ ref: forwardRef,
57
+ className: classes
58
+ }
59
+ );
60
+ }
61
+ );
62
+ ToggleLabel.displayName = "Toggle.Label";
63
+ const ToggleInput = React.forwardRef(
64
+ ({ className, children, ...props }, forwardRef) => {
65
+ const classes = clsx([styles[`${rootClassName}__input`]], className);
66
+ const context = React.useContext(ToggleContext);
67
+ React.useEffect(() => {
68
+ if (!context)
69
+ return;
70
+ context.setIsDisabled(props.disabled === true);
71
+ }, [context, props.disabled]);
72
+ React.useEffect(() => {
73
+ if (!context)
74
+ return;
75
+ context.setIsRequired(props.required === true);
76
+ }, [context, props.required]);
77
+ return /* @__PURE__ */ jsxRuntime.jsx(SwitchPrimitive__namespace.Root, { ...props, id: context == null ? void 0 : context.id, ref: forwardRef, className: classes, children: children || /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
78
+ /* @__PURE__ */ jsxRuntime.jsx(ToggleThumb, {}),
79
+ /* @__PURE__ */ jsxRuntime.jsx(ToggleIndicator, {})
80
+ ] }) });
81
+ }
82
+ );
83
+ ToggleInput.displayName = "Toggle.Input";
84
+ const ToggleThumb = React.forwardRef(
85
+ ({ className, ...props }, forwardRef) => {
86
+ const classes = clsx([styles[`${rootClassName}__thumb`]], className);
87
+ return /* @__PURE__ */ jsxRuntime.jsx(SwitchPrimitive__namespace.Thumb, { ...props, ref: forwardRef, className: classes });
88
+ }
89
+ );
90
+ ToggleThumb.displayName = "Toggle.Thumb";
91
+ const ToggleIndicator = React.forwardRef(
92
+ ({ className, ...props }, forwardRef) => {
93
+ const classes = clsx([styles[`${rootClassName}__indicator`]], className);
94
+ return /* @__PURE__ */ jsxRuntime.jsx(components_icon_icon.Icon, { name: "checkmark-bold", size: "xxs", ...props, ref: forwardRef, className: classes });
95
+ }
96
+ );
97
+ ToggleThumb.displayName = "Toggle.Indicator";
98
+ const Toggle = Object.assign(ToggleRoot, {
99
+ Label: ToggleLabel,
100
+ Input: ToggleInput,
101
+ Thumb: ToggleThumb,
102
+ Indicator: ToggleIndicator
103
+ });
104
+ exports.Toggle = Toggle;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const components_visuallyHidden_visuallyHidden = require("./visually-hidden.cjs");
4
+ exports.VisuallyHidden = components_visuallyHidden_visuallyHidden.VisuallyHidden;
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const clsx = require("clsx");
5
+ const React = require("react");
6
+ const reactSlot = require("@radix-ui/react-slot");
7
+ const styles = {
8
+ "teddy-visually-hidden": "_teddy-visually-hidden_15nus_1",
9
+ "teddy-visually-hidden--focusable": "_teddy-visually-hidden--focusable_15nus_15"
10
+ };
11
+ const rootClassName = "teddy-visually-hidden";
12
+ const VisuallyHidden = React.forwardRef(
13
+ ({ className, visibleOnFocus, asChild, ...props }, forwardRef) => {
14
+ const Comp = asChild ? reactSlot.Slot : "span";
15
+ const classes = clsx(
16
+ {
17
+ [styles[`${rootClassName}`]]: !visibleOnFocus,
18
+ [styles[`${rootClassName}--focusable`]]: visibleOnFocus
19
+ },
20
+ className
21
+ );
22
+ return /* @__PURE__ */ jsxRuntime.jsx(Comp, { ...props, ref: forwardRef, className: classes });
23
+ }
24
+ );
25
+ VisuallyHidden.displayName = "VisuallyHidden";
26
+ exports.VisuallyHidden = VisuallyHidden;
@@ -0,0 +1,14 @@
1
+ const styles = {
2
+ "teddy-drawer__overlay": "_teddy-drawer__overlay_jzq1o_25",
3
+ "teddy-overlay-no-op": "_teddy-overlay-no-op_jzq1o_1",
4
+ "teddy-fade-in": "_teddy-fade-in_jzq1o_1",
5
+ "teddy-fade-out": "_teddy-fade-out_jzq1o_1",
6
+ "teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_jzq1o_49",
7
+ "teddy-drawer__content": "_teddy-drawer__content_jzq1o_55",
8
+ "drawer-content-show": "_drawer-content-show_jzq1o_1",
9
+ "drawer-content-hide": "_drawer-content-hide_jzq1o_1",
10
+ "teddy-drawer__close--floating": "_teddy-drawer__close--floating_jzq1o_80"
11
+ };
12
+ export {
13
+ styles as s
14
+ };
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ const styles = {
3
+ "teddy-drawer__overlay": "_teddy-drawer__overlay_jzq1o_25",
4
+ "teddy-overlay-no-op": "_teddy-overlay-no-op_jzq1o_1",
5
+ "teddy-fade-in": "_teddy-fade-in_jzq1o_1",
6
+ "teddy-fade-out": "_teddy-fade-out_jzq1o_1",
7
+ "teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_jzq1o_49",
8
+ "teddy-drawer__content": "_teddy-drawer__content_jzq1o_55",
9
+ "drawer-content-show": "_drawer-content-show_jzq1o_1",
10
+ "drawer-content-hide": "_drawer-content-hide_jzq1o_1",
11
+ "teddy-drawer__close--floating": "_teddy-drawer__close--floating_jzq1o_80"
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;