@telia/teddy 0.6.14 → 0.6.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +16 -16
- package/dist/components/dashboard-card/dashboard-card-root.js +16 -16
- 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 +160 -154
- 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,24 +4,24 @@ 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
|
-
"teddy-dashboard-card": "_teddy-dashboard-
|
|
11
|
-
"teddy-dashboard-card__content": "_teddy-dashboard-
|
|
12
|
-
"teddy-dashboard-card__footer": "_teddy-dashboard-
|
|
13
|
-
"teddy-dashboard-card--white": "_teddy-dashboard-card--
|
|
14
|
-
"teddy-dashboard-card--disabled": "_teddy-dashboard-card--
|
|
15
|
-
"teddy-dashboard-card--border": "_teddy-dashboard-card--
|
|
16
|
-
"teddy-dashboard-card--grey": "_teddy-dashboard-card--
|
|
17
|
-
"teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-
|
|
18
|
-
"teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-
|
|
19
|
-
"teddy-dashboard-card__layout": "_teddy-dashboard-
|
|
20
|
-
"teddy-dashboard-card__avatar": "_teddy-dashboard-
|
|
21
|
-
"teddy-dashboard-card__illustration": "_teddy-dashboard-
|
|
22
|
-
"teddy-dashboard-card__heading": "_teddy-dashboard-
|
|
23
|
-
"teddy-dashboard-card__subtitle": "_teddy-dashboard-
|
|
24
|
-
"teddy-dashboard-card__chevron": "_teddy-dashboard-
|
|
10
|
+
"teddy-dashboard-card": "_teddy-dashboard-card_5b7hf_3",
|
|
11
|
+
"teddy-dashboard-card__content": "_teddy-dashboard-card__content_5b7hf_20",
|
|
12
|
+
"teddy-dashboard-card__footer": "_teddy-dashboard-card__footer_5b7hf_21",
|
|
13
|
+
"teddy-dashboard-card--white": "_teddy-dashboard-card--white_5b7hf_24",
|
|
14
|
+
"teddy-dashboard-card--disabled": "_teddy-dashboard-card--disabled_5b7hf_28",
|
|
15
|
+
"teddy-dashboard-card--border": "_teddy-dashboard-card--border_5b7hf_37",
|
|
16
|
+
"teddy-dashboard-card--grey": "_teddy-dashboard-card--grey_5b7hf_49",
|
|
17
|
+
"teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-light_5b7hf_62",
|
|
18
|
+
"teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-light_5b7hf_75",
|
|
19
|
+
"teddy-dashboard-card__layout": "_teddy-dashboard-card__layout_5b7hf_88",
|
|
20
|
+
"teddy-dashboard-card__avatar": "_teddy-dashboard-card__avatar_5b7hf_98",
|
|
21
|
+
"teddy-dashboard-card__illustration": "_teddy-dashboard-card__illustration_5b7hf_101",
|
|
22
|
+
"teddy-dashboard-card__heading": "_teddy-dashboard-card__heading_5b7hf_104",
|
|
23
|
+
"teddy-dashboard-card__subtitle": "_teddy-dashboard-card__subtitle_5b7hf_108",
|
|
24
|
+
"teddy-dashboard-card__chevron": "_teddy-dashboard-card__chevron_5b7hf_112"
|
|
25
25
|
};
|
|
26
26
|
const rootClassName = "teddy-dashboard-card";
|
|
27
27
|
const RootContext = React.createContext(void 0);
|
|
@@ -2,24 +2,24 @@ 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
|
-
"teddy-dashboard-card": "_teddy-dashboard-
|
|
9
|
-
"teddy-dashboard-card__content": "_teddy-dashboard-
|
|
10
|
-
"teddy-dashboard-card__footer": "_teddy-dashboard-
|
|
11
|
-
"teddy-dashboard-card--white": "_teddy-dashboard-card--
|
|
12
|
-
"teddy-dashboard-card--disabled": "_teddy-dashboard-card--
|
|
13
|
-
"teddy-dashboard-card--border": "_teddy-dashboard-card--
|
|
14
|
-
"teddy-dashboard-card--grey": "_teddy-dashboard-card--
|
|
15
|
-
"teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-
|
|
16
|
-
"teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-
|
|
17
|
-
"teddy-dashboard-card__layout": "_teddy-dashboard-
|
|
18
|
-
"teddy-dashboard-card__avatar": "_teddy-dashboard-
|
|
19
|
-
"teddy-dashboard-card__illustration": "_teddy-dashboard-
|
|
20
|
-
"teddy-dashboard-card__heading": "_teddy-dashboard-
|
|
21
|
-
"teddy-dashboard-card__subtitle": "_teddy-dashboard-
|
|
22
|
-
"teddy-dashboard-card__chevron": "_teddy-dashboard-
|
|
8
|
+
"teddy-dashboard-card": "_teddy-dashboard-card_5b7hf_3",
|
|
9
|
+
"teddy-dashboard-card__content": "_teddy-dashboard-card__content_5b7hf_20",
|
|
10
|
+
"teddy-dashboard-card__footer": "_teddy-dashboard-card__footer_5b7hf_21",
|
|
11
|
+
"teddy-dashboard-card--white": "_teddy-dashboard-card--white_5b7hf_24",
|
|
12
|
+
"teddy-dashboard-card--disabled": "_teddy-dashboard-card--disabled_5b7hf_28",
|
|
13
|
+
"teddy-dashboard-card--border": "_teddy-dashboard-card--border_5b7hf_37",
|
|
14
|
+
"teddy-dashboard-card--grey": "_teddy-dashboard-card--grey_5b7hf_49",
|
|
15
|
+
"teddy-dashboard-card--purple-light": "_teddy-dashboard-card--purple-light_5b7hf_62",
|
|
16
|
+
"teddy-dashboard-card--beige-light": "_teddy-dashboard-card--beige-light_5b7hf_75",
|
|
17
|
+
"teddy-dashboard-card__layout": "_teddy-dashboard-card__layout_5b7hf_88",
|
|
18
|
+
"teddy-dashboard-card__avatar": "_teddy-dashboard-card__avatar_5b7hf_98",
|
|
19
|
+
"teddy-dashboard-card__illustration": "_teddy-dashboard-card__illustration_5b7hf_101",
|
|
20
|
+
"teddy-dashboard-card__heading": "_teddy-dashboard-card__heading_5b7hf_104",
|
|
21
|
+
"teddy-dashboard-card__subtitle": "_teddy-dashboard-card__subtitle_5b7hf_108",
|
|
22
|
+
"teddy-dashboard-card__chevron": "_teddy-dashboard-card__chevron_5b7hf_112"
|
|
23
23
|
};
|
|
24
24
|
const rootClassName = "teddy-dashboard-card";
|
|
25
25
|
const RootContext = React__default.createContext(void 0);
|
|
@@ -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 = {
|