@telia/teddy 0.6.13 → 0.6.15
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.
- package/dist/assets/{sprite.c3af21af-teddy.svg → sprite.c7653d19-teddy.svg} +23 -9
- package/dist/components/accordion/accordion-indicator.cjs +1 -1
- package/dist/components/accordion/accordion-indicator.js +1 -1
- package/dist/components/avatar/avatar-root.cjs +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/avatar-root.js +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- package/dist/components/badge/badge.cjs +1 -1
- package/dist/components/badge/badge.js +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.cjs +1 -1
- package/dist/components/breadcrumbs/breadcrumbs-link.js +1 -1
- package/dist/components/card/card-button.cjs +7 -0
- package/dist/components/card/card-button.js +7 -0
- package/dist/components/card/card.cjs +72 -52
- package/dist/components/card/card.js +72 -52
- package/dist/components/carousel/carousel-root.cjs +1 -1
- package/dist/components/carousel/carousel-root.js +1 -1
- package/dist/components/checkbox/checkbox-indicator.cjs +1 -1
- package/dist/components/checkbox/checkbox-indicator.js +1 -1
- package/dist/components/chip/chip-indicator.cjs +1 -1
- package/dist/components/chip/chip-indicator.d.ts +1 -1
- package/dist/components/chip/chip-indicator.js +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.cjs +1 -1
- package/dist/components/dashboard-card/dashboard-card-root.js +1 -1
- package/dist/components/date-picker/date-picker-input.cjs +1 -1
- package/dist/components/date-picker/date-picker-input.js +1 -1
- package/dist/components/date-picker/date-picker.cjs +1 -1
- package/dist/components/date-picker/date-picker.js +1 -1
- package/dist/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.cjs +1 -1
- package/dist/components/expandable-card/expandable-card-indicator.js +1 -1
- package/dist/components/field-error-text/field-error-text.cjs +1 -1
- package/dist/components/field-error-text/field-error-text.js +1 -1
- package/dist/components/icon/AllIcons.cjs +23 -9
- package/dist/components/icon/AllIcons.js +23 -9
- package/dist/components/icon/icon.cjs +1 -1
- package/dist/components/icon/icon.js +1 -1
- package/dist/components/icon/index.cjs +1 -1
- package/dist/components/icon/index.js +1 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/input/input-clear-button.cjs +1 -1
- package/dist/components/input/input-clear-button.js +1 -1
- package/dist/components/input/input-group.cjs +1 -1
- package/dist/components/input/input-group.js +1 -1
- package/dist/components/input/input-indicator.cjs +1 -1
- package/dist/components/input/input-indicator.js +1 -1
- package/dist/components/modal/modal-close.cjs +1 -1
- package/dist/components/modal/modal-close.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -1
- package/dist/components/notabene/notabene-icon.cjs +1 -1
- package/dist/components/notabene/notabene-icon.d.ts +1 -1
- package/dist/components/notabene/notabene-icon.js +1 -1
- package/dist/components/notification/index.d.ts +24 -0
- package/dist/components/notification/notification-dismiss.cjs +1 -1
- package/dist/components/notification/notification-dismiss.js +1 -1
- package/dist/components/notification/notification-icon.cjs +1 -1
- package/dist/components/notification/notification-icon.d.ts +1 -1
- package/dist/components/notification/notification-icon.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -1
- package/dist/components/scroll-area/scroll-area-button.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-button.js +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.cjs +1 -1
- package/dist/components/scroll-area/scroll-area-thumb.js +1 -1
- package/dist/components/select/select-indicator.cjs +1 -1
- package/dist/components/select/select-indicator.js +1 -1
- package/dist/components/toast/toast-root.cjs +1 -1
- package/dist/components/toast/toast-root.js +1 -1
- package/dist/components/toggle/toggle.cjs +1 -1
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/toggle/toggle.js +1 -1
- package/dist/components/toggletip/toggletip-close.cjs +1 -1
- package/dist/components/toggletip/toggletip-close.js +1 -1
- package/dist/components/tooltip/tooltip-trigger.cjs +1 -1
- package/dist/components/tooltip/tooltip-trigger.js +1 -1
- package/dist/icons/category.cjs +6 -3
- package/dist/icons/category.d.ts +17 -8
- package/dist/icons/category.js +6 -3
- package/dist/icons/name.cjs +6 -3
- package/dist/icons/name.d.ts +1 -1
- package/dist/icons/name.js +6 -3
- package/dist/main.cjs +1 -1
- package/dist/main.js +1 -1
- package/dist/style.css +280 -118
- package/dist/tokens/color/variables.cjs +237 -0
- package/dist/tokens/color/variables.d.ts +79 -0
- package/dist/tokens/color/variables.js +237 -0
- package/package.json +1 -1
|
@@ -5,58 +5,58 @@ import { composeEventHandlers } from "../../utils/composeEventHandlers.js";
|
|
|
5
5
|
import { Grid } from "../grid/grid.js";
|
|
6
6
|
import { teddyColorTransparentWhite850, teddyColorTransparentWhite800, teddyColorTransparentWhite100, teddyColorTransparentBlack600, teddyColorTransparentBlack200 } from "../../tokens/color/variables.js";
|
|
7
7
|
const styles = {
|
|
8
|
-
"teddy-card": "_teddy-
|
|
9
|
-
"teddy-card__slot": "_teddy-
|
|
10
|
-
"teddy-card__slot--bottom": "_teddy-card__slot--
|
|
11
|
-
"teddy-card__slot--center": "_teddy-card__slot--
|
|
12
|
-
"teddy-card__slot--no-translate": "_teddy-card__slot--no-
|
|
13
|
-
"teddy-card--shadow": "_teddy-card--
|
|
14
|
-
"teddy-card__action": "_teddy-
|
|
15
|
-
"teddy-card__action--disabled": "_teddy-card__action--
|
|
16
|
-
"teddy-card--border": "_teddy-card--
|
|
17
|
-
"teddy-card--layout": "_teddy-card--
|
|
18
|
-
"teddy-card__illustration": "_teddy-
|
|
19
|
-
"teddy-card__carousel": "_teddy-
|
|
20
|
-
"teddy-card__content": "_teddy-
|
|
21
|
-
"teddy-card__heading": "_teddy-
|
|
22
|
-
"teddy-card__action-wrapper": "_teddy-card__action-
|
|
23
|
-
"teddy-card__footer": "_teddy-
|
|
24
|
-
"teddy-card__overline": "_teddy-
|
|
25
|
-
"teddy-card__description": "_teddy-
|
|
26
|
-
"teddy-card__color-dots": "_teddy-card__color-
|
|
27
|
-
"teddy-card__availability": "_teddy-
|
|
28
|
-
"teddy-card__price": "_teddy-
|
|
29
|
-
"teddy-card--default": "_teddy-card--
|
|
30
|
-
"teddy-card--navigation-vertical": "_teddy-card--navigation-
|
|
31
|
-
"teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-
|
|
32
|
-
"teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-
|
|
33
|
-
"teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-
|
|
34
|
-
"teddy-card--rich-card": "_teddy-card--rich-
|
|
35
|
-
"teddy-card--rich-card-large": "_teddy-card--rich-card-
|
|
36
|
-
"teddy-card__line": "_teddy-
|
|
37
|
-
"teddy-card--purple-light": "_teddy-card--purple-
|
|
38
|
-
"teddy-card--purple-dark": "_teddy-card--purple-
|
|
39
|
-
"teddy-card--white": "_teddy-card--
|
|
40
|
-
"teddy-card--gray": "_teddy-card--
|
|
41
|
-
"teddy-card--beige": "_teddy-card--
|
|
42
|
-
"teddy-card--beige-light": "_teddy-card--beige-
|
|
43
|
-
"teddy-card--product": "_teddy-card--
|
|
44
|
-
"teddy-card__price--big": "_teddy-card__price--
|
|
45
|
-
"teddy-card__image--as-background": "_teddy-card__image--as-
|
|
46
|
-
"teddy-card--background-image": "_teddy-card--background-
|
|
47
|
-
"teddy-card__illustration--rounded": "_teddy-card__illustration--
|
|
48
|
-
"teddy-card__inset": "_teddy-
|
|
49
|
-
"teddy-card__inset--top": "_teddy-card__inset--
|
|
50
|
-
"teddy-card__inset--left": "_teddy-card__inset--
|
|
51
|
-
"teddy-card__inset--right": "_teddy-card__inset--
|
|
52
|
-
"teddy-card__inset--bottom": "_teddy-card__inset--
|
|
53
|
-
"teddy-card__availability--badge": "_teddy-card__availability--
|
|
54
|
-
"teddy-card__availability--success": "_teddy-card__availability--
|
|
55
|
-
"teddy-card__availability--warning": "_teddy-card__availability--
|
|
56
|
-
"teddy-card__availability--error": "_teddy-card__availability--
|
|
57
|
-
"teddy-card__availability--special": "_teddy-card__availability--
|
|
58
|
-
"teddy-card__availability--neutral": "_teddy-card__availability--
|
|
59
|
-
"teddy-card__availability--information": "_teddy-card__availability--
|
|
8
|
+
"teddy-card": "_teddy-card_1p563_3",
|
|
9
|
+
"teddy-card__slot": "_teddy-card__slot_1p563_17",
|
|
10
|
+
"teddy-card__slot--bottom": "_teddy-card__slot--bottom_1p563_20",
|
|
11
|
+
"teddy-card__slot--center": "_teddy-card__slot--center_1p563_23",
|
|
12
|
+
"teddy-card__slot--no-translate": "_teddy-card__slot--no-translate_1p563_29",
|
|
13
|
+
"teddy-card--shadow": "_teddy-card--shadow_1p563_48",
|
|
14
|
+
"teddy-card__action": "_teddy-card__action_1p563_51",
|
|
15
|
+
"teddy-card__action--disabled": "_teddy-card__action--disabled_1p563_51",
|
|
16
|
+
"teddy-card--border": "_teddy-card--border_1p563_58",
|
|
17
|
+
"teddy-card--layout": "_teddy-card--layout_1p563_61",
|
|
18
|
+
"teddy-card__illustration": "_teddy-card__illustration_1p563_61",
|
|
19
|
+
"teddy-card__carousel": "_teddy-card__carousel_1p563_64",
|
|
20
|
+
"teddy-card__content": "_teddy-card__content_1p563_67",
|
|
21
|
+
"teddy-card__heading": "_teddy-card__heading_1p563_70",
|
|
22
|
+
"teddy-card__action-wrapper": "_teddy-card__action-wrapper_1p563_73",
|
|
23
|
+
"teddy-card__footer": "_teddy-card__footer_1p563_76",
|
|
24
|
+
"teddy-card__overline": "_teddy-card__overline_1p563_79",
|
|
25
|
+
"teddy-card__description": "_teddy-card__description_1p563_82",
|
|
26
|
+
"teddy-card__color-dots": "_teddy-card__color-dots_1p563_85",
|
|
27
|
+
"teddy-card__availability": "_teddy-card__availability_1p563_88",
|
|
28
|
+
"teddy-card__price": "_teddy-card__price_1p563_91",
|
|
29
|
+
"teddy-card--default": "_teddy-card--default_1p563_94",
|
|
30
|
+
"teddy-card--navigation-vertical": "_teddy-card--navigation-vertical_1p563_99",
|
|
31
|
+
"teddy-card--navigation-horizontal-small": "_teddy-card--navigation-horizontal-small_1p563_119",
|
|
32
|
+
"teddy-card--navigation-horizontal-small-centered": "_teddy-card--navigation-horizontal-small-centered_1p563_131",
|
|
33
|
+
"teddy-card--navigation-horizontal-large": "_teddy-card--navigation-horizontal-large_1p563_153",
|
|
34
|
+
"teddy-card--rich-card": "_teddy-card--rich-card_1p563_165",
|
|
35
|
+
"teddy-card--rich-card-large": "_teddy-card--rich-card-large_1p563_184",
|
|
36
|
+
"teddy-card__line": "_teddy-card__line_1p563_216",
|
|
37
|
+
"teddy-card--purple-light": "_teddy-card--purple-light_1p563_220",
|
|
38
|
+
"teddy-card--purple-dark": "_teddy-card--purple-dark_1p563_234",
|
|
39
|
+
"teddy-card--white": "_teddy-card--white_1p563_253",
|
|
40
|
+
"teddy-card--gray": "_teddy-card--gray_1p563_267",
|
|
41
|
+
"teddy-card--beige": "_teddy-card--beige_1p563_281",
|
|
42
|
+
"teddy-card--beige-light": "_teddy-card--beige-light_1p563_295",
|
|
43
|
+
"teddy-card--product": "_teddy-card--product_1p563_309",
|
|
44
|
+
"teddy-card__price--big": "_teddy-card__price--big_1p563_383",
|
|
45
|
+
"teddy-card__image--as-background": "_teddy-card__image--as-background_1p563_386",
|
|
46
|
+
"teddy-card--background-image": "_teddy-card--background-image_1p563_392",
|
|
47
|
+
"teddy-card__illustration--rounded": "_teddy-card__illustration--rounded_1p563_397",
|
|
48
|
+
"teddy-card__inset": "_teddy-card__inset_1p563_401",
|
|
49
|
+
"teddy-card__inset--top": "_teddy-card__inset--top_1p563_404",
|
|
50
|
+
"teddy-card__inset--left": "_teddy-card__inset--left_1p563_407",
|
|
51
|
+
"teddy-card__inset--right": "_teddy-card__inset--right_1p563_410",
|
|
52
|
+
"teddy-card__inset--bottom": "_teddy-card__inset--bottom_1p563_413",
|
|
53
|
+
"teddy-card__availability--badge": "_teddy-card__availability--badge_1p563_428",
|
|
54
|
+
"teddy-card__availability--success": "_teddy-card__availability--success_1p563_431",
|
|
55
|
+
"teddy-card__availability--warning": "_teddy-card__availability--warning_1p563_434",
|
|
56
|
+
"teddy-card__availability--error": "_teddy-card__availability--error_1p563_437",
|
|
57
|
+
"teddy-card__availability--special": "_teddy-card__availability--special_1p563_440",
|
|
58
|
+
"teddy-card__availability--neutral": "_teddy-card__availability--neutral_1p563_443",
|
|
59
|
+
"teddy-card__availability--information": "_teddy-card__availability--information_1p563_446"
|
|
60
60
|
};
|
|
61
61
|
const rootClassName = "teddy-card";
|
|
62
62
|
const actionElementIdentifier = `${rootClassName}__action`;
|
|
@@ -78,6 +78,12 @@ const Root = React__default.forwardRef(
|
|
|
78
78
|
},
|
|
79
79
|
className
|
|
80
80
|
);
|
|
81
|
+
const isNavigationCard = [
|
|
82
|
+
"navigation-vertical",
|
|
83
|
+
"navigation-horizontal-small",
|
|
84
|
+
"navigation-horizontal-small-centered",
|
|
85
|
+
"navigation-horizontal-large"
|
|
86
|
+
].includes(layout ?? "");
|
|
81
87
|
const customStyle = backgroundImageSrc ? imageGradient === "light" ? {
|
|
82
88
|
backgroundImage: `
|
|
83
89
|
linear-gradient(${teddyColorTransparentWhite850} 0%,
|
|
@@ -92,12 +98,26 @@ const Root = React__default.forwardRef(
|
|
|
92
98
|
url(${backgroundImageSrc})`,
|
|
93
99
|
...props.style
|
|
94
100
|
} : props.style;
|
|
101
|
+
const additionalProps = isNavigationCard && {
|
|
102
|
+
tabIndex: 0,
|
|
103
|
+
role: "button",
|
|
104
|
+
onKeyDown: (e) => {
|
|
105
|
+
if (e.key === "Enter" || e.key === " ") {
|
|
106
|
+
e.preventDefault();
|
|
107
|
+
if (linkRef.current)
|
|
108
|
+
return linkRef.current.click();
|
|
109
|
+
if (buttonRef.current)
|
|
110
|
+
return buttonRef.current.click();
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
};
|
|
95
114
|
return /* @__PURE__ */ jsx(RootContext.Provider, { value: { buttonRef, linkRef, variant, layout }, children: /* @__PURE__ */ jsx(
|
|
96
115
|
Grid,
|
|
97
116
|
{
|
|
98
117
|
...props,
|
|
99
118
|
className: classes,
|
|
100
119
|
style: customStyle,
|
|
120
|
+
...additionalProps,
|
|
101
121
|
onClick: composeEventHandlers(props.onClick, (e) => {
|
|
102
122
|
const isClickInsideCard = e.currentTarget.contains(e.target);
|
|
103
123
|
if (!isClickInsideCard)
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const clsx = require("clsx");
|
|
6
6
|
const Slider = require("react-slick");
|
|
7
|
-
require("../../assets/sprite.
|
|
7
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
8
8
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
9
9
|
const styles = {
|
|
10
10
|
"teddy-carousel": "_teddy-carousel_xzfbe_2",
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import React__default, { useRef } from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import Slider from "react-slick";
|
|
5
|
-
import "../../assets/sprite.
|
|
5
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
6
6
|
import { Icon } from "../icon/icon.js";
|
|
7
7
|
const styles = {
|
|
8
8
|
"teddy-carousel": "_teddy-carousel_xzfbe_2",
|
|
@@ -5,7 +5,7 @@ const React = require("react");
|
|
|
5
5
|
const clsx = require("clsx");
|
|
6
6
|
const components_checkbox_checkboxRoot = require("./checkbox-root.cjs");
|
|
7
7
|
const CheckboxPrimitive = require("@radix-ui/react-checkbox");
|
|
8
|
-
require("../../assets/sprite.
|
|
8
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
9
9
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
10
10
|
function _interopNamespaceDefault(e) {
|
|
11
11
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -3,7 +3,7 @@ import React__default from "react";
|
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { s as styles, rootClassName } from "./checkbox-root.js";
|
|
5
5
|
import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
|
|
6
|
-
import "../../assets/sprite.
|
|
6
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
7
7
|
import { Icon } from "../icon/icon.js";
|
|
8
8
|
const Indicator = React__default.forwardRef(
|
|
9
9
|
({ className, ...props }, forwardRef) => {
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const clsx = require("clsx");
|
|
6
6
|
const components_chip_chip = require("./chip.cjs");
|
|
7
|
-
require("../../assets/sprite.
|
|
7
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
8
8
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
9
9
|
const Indicator = React.forwardRef(
|
|
10
10
|
({ className, ...props }, forwardRef) => {
|
|
@@ -3,7 +3,7 @@ import { Icon } from '../icon';
|
|
|
3
3
|
|
|
4
4
|
export type IndicatorProps = Partial<React.ComponentPropsWithoutRef<typeof Icon>>;
|
|
5
5
|
export declare const Indicator: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
6
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "AI-star" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
7
7
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { s as styles, rootClassName } from "./chip.js";
|
|
5
|
-
import "../../assets/sprite.
|
|
5
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
6
6
|
import { Icon } from "../icon/icon.js";
|
|
7
7
|
const Indicator = React__default.forwardRef(
|
|
8
8
|
({ className, ...props }, forwardRef) => {
|
|
@@ -5,7 +5,7 @@ import { ItemProps } from './chip-item';
|
|
|
5
5
|
export declare const Chip: import('react').ForwardRefExoticComponent<RootProps & import('react').RefAttributes<HTMLDivElement>> & {
|
|
6
6
|
Item: import('react').ForwardRefExoticComponent<ItemProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
7
7
|
Indicator: import('react').ForwardRefExoticComponent<Partial<Omit<import('react').SVGProps<SVGSVGElement> & {
|
|
8
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "
|
|
8
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "AI-star" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view";
|
|
9
9
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
10
10
|
children?: import('react').ReactNode;
|
|
11
11
|
}, "ref">> & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -6,5 +6,5 @@ export declare const Avatar: React.ForwardRefExoticComponent<Omit<Omit<React.Det
|
|
|
6
6
|
variant?: ("beige" | "blue" | "green" | "grey" | "orange" | "white" | "purple-light") | undefined;
|
|
7
7
|
firstName?: string | undefined;
|
|
8
8
|
lastName?: string | undefined;
|
|
9
|
-
icon?: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "
|
|
9
|
+
icon?: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "credit-card" | "euro" | "invoice" | "kontantkort" | "kr" | "late-payment" | "money-back-euro" | "money-back-kr" | "money-euro" | "money-kr" | "pay-monthly-euro" | "pay-monthly-kr" | "pay-once-euro" | "pay-once-kr" | "payment-success" | "savings" | "wallet" | "AI-star" | "airplay" | "camera" | "entertainment" | "external" | "film" | "games" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "activity-level" | "add" | "ai-robot" | "bag" | "basketball" | "blood-pressure" | "bulb" | "business-continuity" | "business-intelligence" | "calendar" | "cart" | "close-circle" | "cloud" | "coffee" | "compass" | "construction" | "cookie" | "delivery" | "drone" | "education" | "efficiency" | "environment" | "facemask" | "flag" | "focus" | "food" | "fraud" | "getting-started" | "home-care" | "infinite" | "job-search" | "layers" | "measuring-health" | "moisture" | "offering" | "offshore" | "optimization" | "pebble" | "pet-dog" | "pin" | "plane" | "plus-minus" | "police" | "power-grid" | "present" | "press-button" | "price" | "pulse" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "smart-connect" | "snowflake" | "speedometer" | "spyware" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "alert-filled" | "check-circle-filled" | "check-circle" | "error-filled" | "error" | "help" | "info-filled" | "info" | "question-filled" | "question" | "warning" | "arrow-down" | "arrow-left" | "arrow-right" | "arrow-subdirectory" | "arrow-up" | "card-view" | "checkmark-bold" | "checkmark" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "grid-view" | "list-view" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "services" | "sorter" | "table-view" | undefined;
|
|
10
10
|
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const clsx = require("clsx");
|
|
6
6
|
const reactSlot = require("@radix-ui/react-slot");
|
|
7
|
-
require("../../assets/sprite.
|
|
7
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
8
8
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
9
9
|
const styles = {
|
|
10
10
|
"teddy-dashboard-card": "_teddy-dashboard-card_mczi8_3",
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { Slottable, Slot } from "@radix-ui/react-slot";
|
|
5
|
-
import "../../assets/sprite.
|
|
5
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
6
6
|
import { Icon } from "../icon/icon.js";
|
|
7
7
|
const styles = {
|
|
8
8
|
"teddy-dashboard-card": "_teddy-dashboard-card_mczi8_3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
const jsxRuntime = require("react/jsx-runtime");
|
|
3
|
-
require("../../assets/sprite.
|
|
3
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
4
4
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
5
5
|
const components_datePicker_css = require("./css.cjs");
|
|
6
6
|
const DatePickerInput = ({
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const React = require("react");
|
|
5
|
-
require("../../assets/sprite.
|
|
5
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
6
6
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
7
7
|
const components_datePicker_datePickerUniqueId = require("./date-picker-unique-id.cjs");
|
|
8
8
|
const components_datePicker_dialogUtils = require("./dialog-utils.cjs");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
2
2
|
import { useState, useRef, useEffect } from "react";
|
|
3
|
-
import "../../assets/sprite.
|
|
3
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
4
4
|
import { Icon } from "../icon/icon.js";
|
|
5
5
|
import { uniqueId } from "./date-picker-unique-id.js";
|
|
6
6
|
import { cleanValue } from "./dialog-utils.js";
|
|
@@ -6,7 +6,7 @@ const clsx = require("clsx");
|
|
|
6
6
|
const DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
7
7
|
const drawer_module = require("../../drawer.module-C4NZoZUc.cjs");
|
|
8
8
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
9
|
-
require("../../assets/sprite.
|
|
9
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
10
10
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
11
11
|
const components_button_button = require("../button/button.cjs");
|
|
12
12
|
function _interopNamespaceDefault(e) {
|
|
@@ -4,7 +4,7 @@ import clsx from "clsx";
|
|
|
4
4
|
import * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
5
5
|
import { s as styles } from "../../drawer.module-jxIDBwQn.js";
|
|
6
6
|
import { rootClassName } from "./drawer-root.js";
|
|
7
|
-
import "../../assets/sprite.
|
|
7
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
8
8
|
import { Icon } from "../icon/icon.js";
|
|
9
9
|
import { Button } from "../button/button.js";
|
|
10
10
|
const Close = React__default.forwardRef(
|
|
@@ -4,7 +4,7 @@ const jsxRuntime = require("react/jsx-runtime");
|
|
|
4
4
|
const clsx = require("clsx");
|
|
5
5
|
const React = require("react");
|
|
6
6
|
const components_expandableCard_expandableCardRoot = require("./expandable-card-root.cjs");
|
|
7
|
-
require("../../assets/sprite.
|
|
7
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
8
8
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
9
9
|
const Indicator = React.forwardRef(
|
|
10
10
|
({ className, children, name = "chevron-down", ...props }, forwardRef) => {
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import React__default from "react";
|
|
4
4
|
import { s as styles, rootClassName } from "./expandable-card-root.js";
|
|
5
|
-
import "../../assets/sprite.
|
|
5
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
6
6
|
import { Icon } from "../icon/icon.js";
|
|
7
7
|
const Indicator = React__default.forwardRef(
|
|
8
8
|
({ className, children, name = "chevron-down", ...props }, forwardRef) => {
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const clsx = require("clsx");
|
|
5
5
|
const React = require("react");
|
|
6
|
-
require("../../assets/sprite.
|
|
6
|
+
require("../../assets/sprite.c7653d19-teddy.svg");
|
|
7
7
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
8
8
|
const components_text_text = require("../text/text.cjs");
|
|
9
9
|
const styles = {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import React__default from "react";
|
|
4
|
-
import "../../assets/sprite.
|
|
4
|
+
import "../../assets/sprite.c7653d19-teddy.svg";
|
|
5
5
|
import { Icon } from "../icon/icon.js";
|
|
6
6
|
import { Text } from "../text/text.js";
|
|
7
7
|
const styles = {
|
|
@@ -109,6 +109,9 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
109
109
|
</symbol>
|
|
110
110
|
<symbol fill="none" viewBox="0 0 24 24" id="shuffle">
|
|
111
111
|
<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>
|
|
112
|
+
</symbol>
|
|
113
|
+
<symbol fill="none" viewBox="0 0 24 24" id="sync">
|
|
114
|
+
<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>
|
|
112
115
|
</symbol>
|
|
113
116
|
<symbol fill="none" viewBox="0 0 24 24" id="skip-back-10sec">
|
|
114
117
|
<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>
|
|
@@ -139,9 +142,6 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
139
142
|
</symbol>
|
|
140
143
|
<symbol fill="none" viewBox="0 0 24 24" id="switch-arrows">
|
|
141
144
|
<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>
|
|
142
|
-
</symbol>
|
|
143
|
-
<symbol fill="none" viewBox="0 0 24 24" id="sync">
|
|
144
|
-
<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>
|
|
145
145
|
</symbol>
|
|
146
146
|
<symbol fill="none" viewBox="0 0 24 24" id="tv-next">
|
|
147
147
|
<path fill="currentColor" d="M21 21h-1V3h1v18Zm-3-9L4.5 19.794V4.206L18 12Z"></path>
|
|
@@ -289,6 +289,16 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
289
289
|
</symbol>
|
|
290
290
|
<symbol fill="none" viewBox="0 0 24 24" id="smiley-sad">
|
|
291
291
|
<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>
|
|
292
|
+
</symbol>
|
|
293
|
+
<symbol viewBox="0 0 24 24" fill="none" id="smiley-very-happy">
|
|
294
|
+
<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>
|
|
295
|
+
<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>
|
|
296
|
+
</symbol>
|
|
297
|
+
<symbol viewBox="0 0 24 24" fill="none" id="smiley-very-sad">
|
|
298
|
+
<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>
|
|
299
|
+
<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>
|
|
300
|
+
<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>
|
|
301
|
+
<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>
|
|
292
302
|
</symbol>
|
|
293
303
|
<symbol fill="none" viewBox="0 0 24 24" id="sms">
|
|
294
304
|
<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>
|
|
@@ -634,6 +644,10 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
634
644
|
</symbol>
|
|
635
645
|
<symbol fill="none" viewBox="0 0 24 24" id="wallet">
|
|
636
646
|
<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>
|
|
647
|
+
</symbol>
|
|
648
|
+
<symbol viewBox="0 0 24 24" fill="none" id="AI-star">
|
|
649
|
+
<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>
|
|
650
|
+
<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>
|
|
637
651
|
</symbol>
|
|
638
652
|
<symbol fill="none" viewBox="0 0 24 25" id="airplay">
|
|
639
653
|
<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>
|
|
@@ -881,14 +895,14 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
881
895
|
</symbol>
|
|
882
896
|
<symbol fill="none" viewBox="0 0 24 24" id="speedometer">
|
|
883
897
|
<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>
|
|
884
|
-
</symbol>
|
|
885
|
-
<symbol fill="none" viewBox="0 0 24 24" id="split">
|
|
886
|
-
<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>
|
|
887
898
|
</symbol>
|
|
888
899
|
<symbol fill="none" viewBox="0 0 24 24" id="spyware">
|
|
889
900
|
<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>
|
|
890
901
|
<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>
|
|
891
902
|
<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>
|
|
903
|
+
</symbol>
|
|
904
|
+
<symbol fill="none" viewBox="0 0 24 24" id="split">
|
|
905
|
+
<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>
|
|
892
906
|
</symbol>
|
|
893
907
|
<symbol fill="none" viewBox="0 0 24 24" id="stop">
|
|
894
908
|
<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>
|
|
@@ -952,6 +966,9 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
952
966
|
<path fill="currentColor" fill-rule="evenodd" d="M6.608 12a5.392 5.392 0 1 1 10.784 0 5.392 5.392 0 0 1-10.784 0ZM12 15.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Z" clip-rule="evenodd"></path>
|
|
953
967
|
<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>
|
|
954
968
|
<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>
|
|
969
|
+
</symbol>
|
|
970
|
+
<symbol fill="none" viewBox="0 0 24 24" id="youtube">
|
|
971
|
+
<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>
|
|
955
972
|
</symbol>
|
|
956
973
|
<symbol fill="none" viewBox="0 0 24 24" id="linkedin">
|
|
957
974
|
<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>
|
|
@@ -970,9 +987,6 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
970
987
|
</symbol>
|
|
971
988
|
<symbol fill="none" viewBox="0 0 24 24" id="x">
|
|
972
989
|
<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>
|
|
973
|
-
</symbol>
|
|
974
|
-
<symbol fill="none" viewBox="0 0 24 24" id="youtube">
|
|
975
|
-
<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>
|
|
976
990
|
</symbol>
|
|
977
991
|
<symbol fill="none" viewBox="0 0 24 24" id="alert-filled">
|
|
978
992
|
<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>
|