@telia/teddy 0.0.46 → 0.0.48
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/components/drawer/drawer-close.cjs +1 -1
- package/dist/components/drawer/drawer-close.js +1 -1
- package/dist/components/drawer/drawer-content.cjs +1 -1
- package/dist/components/drawer/drawer-content.js +1 -1
- package/dist/components/drawer/drawer-description.cjs +1 -1
- package/dist/components/drawer/drawer-description.js +1 -1
- package/dist/components/drawer/drawer-footer.cjs +1 -1
- package/dist/components/drawer/drawer-footer.js +1 -1
- package/dist/components/drawer/drawer-overlay.cjs +1 -1
- package/dist/components/drawer/drawer-overlay.js +1 -1
- package/dist/components/drawer/drawer-title.cjs +1 -1
- package/dist/components/drawer/drawer-title.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +24 -14
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +24 -14
- package/dist/components/navigation-menu/global-navigation/utils.cjs +14 -23
- package/dist/components/navigation-menu/global-navigation/utils.d.ts +28 -28
- package/dist/components/navigation-menu/global-navigation/utils.js +14 -23
- package/dist/drawer.module-Am9xxZYU.js +16 -0
- package/dist/drawer.module-CoqKvqzl.cjs +15 -0
- package/dist/style.css +46 -46
- package/package.json +1 -1
- package/dist/drawer.module-BC0junNQ.js +0 -16
- package/dist/drawer.module-BymzBnov.cjs +0 -15
|
@@ -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 DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
7
|
-
const drawer_module = require("../../drawer.module-
|
|
7
|
+
const drawer_module = require("../../drawer.module-CoqKvqzl.cjs");
|
|
8
8
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
9
9
|
require("../../assets/sprite.269ba410-teddy.svg");
|
|
10
10
|
const components_icon_icon = require("../icon/icon.cjs");
|
|
@@ -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 * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
5
|
-
import { s as styles } from "../../drawer.module-
|
|
5
|
+
import { s as styles } from "../../drawer.module-Am9xxZYU.js";
|
|
6
6
|
import { rootClassName } from "./drawer-root.js";
|
|
7
7
|
import "../../assets/sprite.269ba410-teddy.svg";
|
|
8
8
|
import { Icon } from "../icon/icon.js";
|
|
@@ -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 DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
7
|
-
const drawer_module = require("../../drawer.module-
|
|
7
|
+
const drawer_module = require("../../drawer.module-CoqKvqzl.cjs");
|
|
8
8
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
9
9
|
const components_drawer_drawerOverlay = require("./drawer-overlay.cjs");
|
|
10
10
|
const components_flex_flex = require("../flex/flex.cjs");
|
|
@@ -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 * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
5
|
-
import { s as styles } from "../../drawer.module-
|
|
5
|
+
import { s as styles } from "../../drawer.module-Am9xxZYU.js";
|
|
6
6
|
import { rootClassName } from "./drawer-root.js";
|
|
7
7
|
import { OverlayContext, Overlay } from "./drawer-overlay.js";
|
|
8
8
|
import { Flex } from "../flex/flex.js";
|
|
@@ -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 DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
7
|
-
const drawer_module = require("../../drawer.module-
|
|
7
|
+
const drawer_module = require("../../drawer.module-CoqKvqzl.cjs");
|
|
8
8
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
9
9
|
const components_text_text = require("../text/text.cjs");
|
|
10
10
|
function _interopNamespaceDefault(e) {
|
|
@@ -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 * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
5
|
-
import { s as styles } from "../../drawer.module-
|
|
5
|
+
import { s as styles } from "../../drawer.module-Am9xxZYU.js";
|
|
6
6
|
import { rootClassName } from "./drawer-root.js";
|
|
7
7
|
import { Text } from "../text/text.js";
|
|
8
8
|
const DescriptionContext = React__default.createContext(false);
|
|
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const clsx = require("clsx");
|
|
6
|
-
const drawer_module = require("../../drawer.module-
|
|
6
|
+
const drawer_module = require("../../drawer.module-CoqKvqzl.cjs");
|
|
7
7
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
8
8
|
const components_flex_flex = require("../flex/flex.cjs");
|
|
9
9
|
const Footer = React.forwardRef(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default from "react";
|
|
3
3
|
import clsx from "clsx";
|
|
4
|
-
import { s as styles } from "../../drawer.module-
|
|
4
|
+
import { s as styles } from "../../drawer.module-Am9xxZYU.js";
|
|
5
5
|
import { rootClassName } from "./drawer-root.js";
|
|
6
6
|
import { Flex } from "../flex/flex.js";
|
|
7
7
|
const Footer = React__default.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 DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
7
|
-
const drawer_module = require("../../drawer.module-
|
|
7
|
+
const drawer_module = require("../../drawer.module-CoqKvqzl.cjs");
|
|
8
8
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
9
9
|
function _interopNamespaceDefault(e) {
|
|
10
10
|
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
@@ -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 * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
5
|
-
import { s as styles } from "../../drawer.module-
|
|
5
|
+
import { s as styles } from "../../drawer.module-Am9xxZYU.js";
|
|
6
6
|
import { rootClassName } from "./drawer-root.js";
|
|
7
7
|
const OverlayContext = React__default.createContext(false);
|
|
8
8
|
const Overlay = React__default.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 DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
7
|
-
const drawer_module = require("../../drawer.module-
|
|
7
|
+
const drawer_module = require("../../drawer.module-CoqKvqzl.cjs");
|
|
8
8
|
const components_drawer_drawerRoot = require("./drawer-root.cjs");
|
|
9
9
|
const components_heading_heading = require("../heading/heading.cjs");
|
|
10
10
|
function _interopNamespaceDefault(e) {
|
|
@@ -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 * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
5
|
-
import { s as styles } from "../../drawer.module-
|
|
5
|
+
import { s as styles } from "../../drawer.module-Am9xxZYU.js";
|
|
6
6
|
import { rootClassName } from "./drawer-root.js";
|
|
7
7
|
import { Heading } from "../heading/heading.js";
|
|
8
8
|
const Title = React__default.forwardRef(
|
|
@@ -29,17 +29,17 @@ const components_visuallyHidden_visuallyHidden = require("../../visually-hidden/
|
|
|
29
29
|
const components_link_link = require("../../link/link.cjs");
|
|
30
30
|
const components_list_index = require("../../list/index.cjs");
|
|
31
31
|
const styles = {
|
|
32
|
-
"teddy-global-navigation": "_teddy-global-
|
|
33
|
-
"teddy-global-navigation__mobile-trigger": "_teddy-global-navigation__mobile-
|
|
34
|
-
"teddy-global-navigation__mobile-header": "_teddy-global-navigation__mobile-
|
|
35
|
-
"teddy-global-navigation__mobile": "_teddy-global-
|
|
36
|
-
"teddy-global-navigation__link": "_teddy-global-
|
|
37
|
-
"teddy-global-navigation__viewport": "_teddy-global-
|
|
38
|
-
"teddy-global-navigation__item-wrapper": "_teddy-global-navigation__item-
|
|
39
|
-
"teddy-global-navigation__item-count": "_teddy-global-navigation__item-
|
|
40
|
-
"teddy-global-navigation__viewport-wrapper": "_teddy-global-navigation__viewport-
|
|
41
|
-
"close-viewport": "_close-
|
|
42
|
-
"teddy-global-navigation__top-menu-wrapper": "_teddy-global-navigation__top-menu-
|
|
32
|
+
"teddy-global-navigation": "_teddy-global-navigation_dagdv_1",
|
|
33
|
+
"teddy-global-navigation__mobile-trigger": "_teddy-global-navigation__mobile-trigger_dagdv_6",
|
|
34
|
+
"teddy-global-navigation__mobile-header": "_teddy-global-navigation__mobile-header_dagdv_9",
|
|
35
|
+
"teddy-global-navigation__mobile": "_teddy-global-navigation__mobile_dagdv_6",
|
|
36
|
+
"teddy-global-navigation__link": "_teddy-global-navigation__link_dagdv_26",
|
|
37
|
+
"teddy-global-navigation__viewport": "_teddy-global-navigation__viewport_dagdv_29",
|
|
38
|
+
"teddy-global-navigation__item-wrapper": "_teddy-global-navigation__item-wrapper_dagdv_32",
|
|
39
|
+
"teddy-global-navigation__item-count": "_teddy-global-navigation__item-count_dagdv_35",
|
|
40
|
+
"teddy-global-navigation__viewport-wrapper": "_teddy-global-navigation__viewport-wrapper_dagdv_43",
|
|
41
|
+
"close-viewport": "_close-viewport_dagdv_1",
|
|
42
|
+
"teddy-global-navigation__top-menu-wrapper": "_teddy-global-navigation__top-menu-wrapper_dagdv_54"
|
|
43
43
|
};
|
|
44
44
|
function MyPages(props) {
|
|
45
45
|
var _a, _b;
|
|
@@ -84,7 +84,7 @@ function LoggedOutContent() {
|
|
|
84
84
|
function LoggedInContent() {
|
|
85
85
|
const rootContext = React.useContext(RootContext);
|
|
86
86
|
return /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
87
|
-
/* @__PURE__ */ jsxRuntime.jsx(components_drawer_index.Drawer.Title, {
|
|
87
|
+
/* @__PURE__ */ jsxRuntime.jsx(components_drawer_index.Drawer.Title, { children: "Dine sider" }),
|
|
88
88
|
/* @__PURE__ */ jsxRuntime.jsxs(components_tabs_index.Tabs, { defaultValue: "private", children: [
|
|
89
89
|
/* @__PURE__ */ jsxRuntime.jsxs(components_tabs_index.Tabs.List, { children: [
|
|
90
90
|
/* @__PURE__ */ jsxRuntime.jsx(components_tabs_index.Tabs.Trigger, { value: "private", children: "Privat" }),
|
|
@@ -294,7 +294,7 @@ const Desktop = React.forwardRef(() => {
|
|
|
294
294
|
draggable: "false",
|
|
295
295
|
alt: "Telia logo"
|
|
296
296
|
}
|
|
297
|
-
) }) }) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
297
|
+
) }) }) : subLink.links.length ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
298
298
|
components_navigationMenu_navigationMenu.NavigationMenu.Trigger,
|
|
299
299
|
{
|
|
300
300
|
asChild: true,
|
|
@@ -304,6 +304,16 @@ const Desktop = React.forwardRef(() => {
|
|
|
304
304
|
},
|
|
305
305
|
children: subLink.appKey === rootContext.appKey || rootContext.appKey === "storybook" ? /* @__PURE__ */ jsxRuntime.jsx(Link, { href: subLink.link, children: subLink.name }) : /* @__PURE__ */ jsxRuntime.jsx("a", { href: subLink.link, children: subLink.name })
|
|
306
306
|
}
|
|
307
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
308
|
+
components_navigationMenu_navigationMenu.NavigationMenu.Link,
|
|
309
|
+
{
|
|
310
|
+
asChild: true,
|
|
311
|
+
active: currentLocation === subLink.link,
|
|
312
|
+
onClick: () => {
|
|
313
|
+
rootContext.setPathname(subLink.link);
|
|
314
|
+
},
|
|
315
|
+
children: subLink.appKey === rootContext.appKey || rootContext.appKey === "storybook" ? /* @__PURE__ */ jsxRuntime.jsx(Link, { href: subLink.link, children: subLink.name }) : /* @__PURE__ */ jsxRuntime.jsx("a", { href: subLink.link, children: subLink.name })
|
|
316
|
+
}
|
|
307
317
|
),
|
|
308
318
|
/* @__PURE__ */ jsxRuntime.jsx(components_navigationMenu_navigationMenu.NavigationMenu.Content, { children: /* @__PURE__ */ jsxRuntime.jsx("ul", { children: subLink.links.map((subSubLink) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
309
319
|
components_navigationMenu_navigationMenu.NavigationMenu.Link,
|
|
@@ -319,8 +329,8 @@ const Desktop = React.forwardRef(() => {
|
|
|
319
329
|
) }, subSubLink.name)) }) })
|
|
320
330
|
] }, subLink.name)),
|
|
321
331
|
/* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { ml: "auto" }),
|
|
322
|
-
/* @__PURE__ */ jsxRuntime.jsx(components_navigationMenu_navigationMenu.NavigationMenu.Item, { children: /* @__PURE__ */ jsxRuntime.jsx(Search, {}) }),
|
|
323
332
|
/* @__PURE__ */ jsxRuntime.jsx(components_navigationMenu_navigationMenu.NavigationMenu.Item, { children: /* @__PURE__ */ jsxRuntime.jsx(ShoppingCart, {}) }),
|
|
333
|
+
/* @__PURE__ */ jsxRuntime.jsx(components_navigationMenu_navigationMenu.NavigationMenu.Item, { children: /* @__PURE__ */ jsxRuntime.jsx(Search, {}) }),
|
|
324
334
|
/* @__PURE__ */ jsxRuntime.jsx(components_navigationMenu_navigationMenu.NavigationMenu.Item, { children: /* @__PURE__ */ jsxRuntime.jsx(MyPages, {}) })
|
|
325
335
|
] }, link.name)),
|
|
326
336
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -27,17 +27,17 @@ import { VisuallyHidden } from "../../visually-hidden/visually-hidden.js";
|
|
|
27
27
|
import { Link } from "../../link/link.js";
|
|
28
28
|
import { List } from "../../list/index.js";
|
|
29
29
|
const styles = {
|
|
30
|
-
"teddy-global-navigation": "_teddy-global-
|
|
31
|
-
"teddy-global-navigation__mobile-trigger": "_teddy-global-navigation__mobile-
|
|
32
|
-
"teddy-global-navigation__mobile-header": "_teddy-global-navigation__mobile-
|
|
33
|
-
"teddy-global-navigation__mobile": "_teddy-global-
|
|
34
|
-
"teddy-global-navigation__link": "_teddy-global-
|
|
35
|
-
"teddy-global-navigation__viewport": "_teddy-global-
|
|
36
|
-
"teddy-global-navigation__item-wrapper": "_teddy-global-navigation__item-
|
|
37
|
-
"teddy-global-navigation__item-count": "_teddy-global-navigation__item-
|
|
38
|
-
"teddy-global-navigation__viewport-wrapper": "_teddy-global-navigation__viewport-
|
|
39
|
-
"close-viewport": "_close-
|
|
40
|
-
"teddy-global-navigation__top-menu-wrapper": "_teddy-global-navigation__top-menu-
|
|
30
|
+
"teddy-global-navigation": "_teddy-global-navigation_dagdv_1",
|
|
31
|
+
"teddy-global-navigation__mobile-trigger": "_teddy-global-navigation__mobile-trigger_dagdv_6",
|
|
32
|
+
"teddy-global-navigation__mobile-header": "_teddy-global-navigation__mobile-header_dagdv_9",
|
|
33
|
+
"teddy-global-navigation__mobile": "_teddy-global-navigation__mobile_dagdv_6",
|
|
34
|
+
"teddy-global-navigation__link": "_teddy-global-navigation__link_dagdv_26",
|
|
35
|
+
"teddy-global-navigation__viewport": "_teddy-global-navigation__viewport_dagdv_29",
|
|
36
|
+
"teddy-global-navigation__item-wrapper": "_teddy-global-navigation__item-wrapper_dagdv_32",
|
|
37
|
+
"teddy-global-navigation__item-count": "_teddy-global-navigation__item-count_dagdv_35",
|
|
38
|
+
"teddy-global-navigation__viewport-wrapper": "_teddy-global-navigation__viewport-wrapper_dagdv_43",
|
|
39
|
+
"close-viewport": "_close-viewport_dagdv_1",
|
|
40
|
+
"teddy-global-navigation__top-menu-wrapper": "_teddy-global-navigation__top-menu-wrapper_dagdv_54"
|
|
41
41
|
};
|
|
42
42
|
function MyPages(props) {
|
|
43
43
|
var _a, _b;
|
|
@@ -82,7 +82,7 @@ function LoggedOutContent() {
|
|
|
82
82
|
function LoggedInContent() {
|
|
83
83
|
const rootContext = React__default.useContext(RootContext);
|
|
84
84
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
85
|
-
/* @__PURE__ */ jsx(Drawer.Title, {
|
|
85
|
+
/* @__PURE__ */ jsx(Drawer.Title, { children: "Dine sider" }),
|
|
86
86
|
/* @__PURE__ */ jsxs(Tabs, { defaultValue: "private", children: [
|
|
87
87
|
/* @__PURE__ */ jsxs(Tabs.List, { children: [
|
|
88
88
|
/* @__PURE__ */ jsx(Tabs.Trigger, { value: "private", children: "Privat" }),
|
|
@@ -292,7 +292,7 @@ const Desktop = React__default.forwardRef(() => {
|
|
|
292
292
|
draggable: "false",
|
|
293
293
|
alt: "Telia logo"
|
|
294
294
|
}
|
|
295
|
-
) }) }) : /* @__PURE__ */ jsx(
|
|
295
|
+
) }) }) : subLink.links.length ? /* @__PURE__ */ jsx(
|
|
296
296
|
NavigationMenu.Trigger,
|
|
297
297
|
{
|
|
298
298
|
asChild: true,
|
|
@@ -302,6 +302,16 @@ const Desktop = React__default.forwardRef(() => {
|
|
|
302
302
|
},
|
|
303
303
|
children: subLink.appKey === rootContext.appKey || rootContext.appKey === "storybook" ? /* @__PURE__ */ jsx(Link2, { href: subLink.link, children: subLink.name }) : /* @__PURE__ */ jsx("a", { href: subLink.link, children: subLink.name })
|
|
304
304
|
}
|
|
305
|
+
) : /* @__PURE__ */ jsx(
|
|
306
|
+
NavigationMenu.Link,
|
|
307
|
+
{
|
|
308
|
+
asChild: true,
|
|
309
|
+
active: currentLocation === subLink.link,
|
|
310
|
+
onClick: () => {
|
|
311
|
+
rootContext.setPathname(subLink.link);
|
|
312
|
+
},
|
|
313
|
+
children: subLink.appKey === rootContext.appKey || rootContext.appKey === "storybook" ? /* @__PURE__ */ jsx(Link2, { href: subLink.link, children: subLink.name }) : /* @__PURE__ */ jsx("a", { href: subLink.link, children: subLink.name })
|
|
314
|
+
}
|
|
305
315
|
),
|
|
306
316
|
/* @__PURE__ */ jsx(NavigationMenu.Content, { children: /* @__PURE__ */ jsx("ul", { children: subLink.links.map((subSubLink) => /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
307
317
|
NavigationMenu.Link,
|
|
@@ -317,8 +327,8 @@ const Desktop = React__default.forwardRef(() => {
|
|
|
317
327
|
) }, subSubLink.name)) }) })
|
|
318
328
|
] }, subLink.name)),
|
|
319
329
|
/* @__PURE__ */ jsx(Box, { ml: "auto" }),
|
|
320
|
-
/* @__PURE__ */ jsx(NavigationMenu.Item, { children: /* @__PURE__ */ jsx(Search, {}) }),
|
|
321
330
|
/* @__PURE__ */ jsx(NavigationMenu.Item, { children: /* @__PURE__ */ jsx(ShoppingCart, {}) }),
|
|
331
|
+
/* @__PURE__ */ jsx(NavigationMenu.Item, { children: /* @__PURE__ */ jsx(Search, {}) }),
|
|
322
332
|
/* @__PURE__ */ jsx(NavigationMenu.Item, { children: /* @__PURE__ */ jsx(MyPages, {}) })
|
|
323
333
|
] }, link.name)),
|
|
324
334
|
/* @__PURE__ */ jsx(
|
|
@@ -110,8 +110,7 @@ const PRIVATE_LINKS = {
|
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
112
|
name: "Hjelp Mobil",
|
|
113
|
-
|
|
114
|
-
link: "/kundeservice/mobil/",
|
|
113
|
+
link: "/mobil/hjelp/",
|
|
115
114
|
appKey: APP_KEYS["open-pages"]
|
|
116
115
|
}
|
|
117
116
|
]
|
|
@@ -158,8 +157,7 @@ const PRIVATE_LINKS = {
|
|
|
158
157
|
},
|
|
159
158
|
{
|
|
160
159
|
name: "Hjelp TV",
|
|
161
|
-
|
|
162
|
-
link: "/kundeservice/tv/",
|
|
160
|
+
link: "/tv/hjelp/",
|
|
163
161
|
appKey: APP_KEYS["open-pages"]
|
|
164
162
|
}
|
|
165
163
|
]
|
|
@@ -171,7 +169,7 @@ const PRIVATE_LINKS = {
|
|
|
171
169
|
links: [
|
|
172
170
|
{
|
|
173
171
|
name: "Fast bredbånd",
|
|
174
|
-
link: "/internett/bredband/",
|
|
172
|
+
link: "/internett/fast-bredband/",
|
|
175
173
|
appKey: APP_KEYS["open-pages"]
|
|
176
174
|
},
|
|
177
175
|
{
|
|
@@ -201,51 +199,44 @@ const PRIVATE_LINKS = {
|
|
|
201
199
|
},
|
|
202
200
|
{
|
|
203
201
|
name: "Hjelp Internett",
|
|
204
|
-
|
|
205
|
-
link: "/kundeservice/internett/",
|
|
202
|
+
link: "/internett/hjelp/",
|
|
206
203
|
appKey: APP_KEYS["open-pages"]
|
|
207
204
|
}
|
|
208
205
|
]
|
|
209
206
|
},
|
|
210
207
|
{
|
|
211
208
|
name: "Hjelp",
|
|
212
|
-
|
|
213
|
-
link: "/kundeservice/",
|
|
209
|
+
link: "/hjelp/",
|
|
214
210
|
appKey: APP_KEYS["open-pages"],
|
|
215
211
|
links: [
|
|
216
212
|
{
|
|
217
213
|
name: "Hjelp Mobil",
|
|
218
|
-
link: "/
|
|
219
|
-
// link: '/mobil/hjelp/',
|
|
214
|
+
link: "/mobil/hjelp/",
|
|
220
215
|
appKey: APP_KEYS["open-pages"]
|
|
221
216
|
},
|
|
222
217
|
{
|
|
223
|
-
name: "Hjelp
|
|
224
|
-
|
|
225
|
-
link: "/kundeservice/internett/",
|
|
218
|
+
name: "Hjelp TV",
|
|
219
|
+
link: "/tv/hjelp/",
|
|
226
220
|
appKey: APP_KEYS["open-pages"]
|
|
227
221
|
},
|
|
228
222
|
{
|
|
229
|
-
name: "Hjelp
|
|
230
|
-
|
|
231
|
-
link: "/kundeservice/tv/",
|
|
223
|
+
name: "Hjelp Internett",
|
|
224
|
+
link: "/internett/hjelp/",
|
|
232
225
|
appKey: APP_KEYS["open-pages"]
|
|
233
226
|
},
|
|
234
227
|
{
|
|
235
228
|
name: "Faktura",
|
|
236
|
-
link: "/
|
|
229
|
+
link: "/hjelp/faktura/",
|
|
237
230
|
appKey: APP_KEYS["open-pages"]
|
|
238
231
|
},
|
|
239
232
|
{
|
|
240
233
|
name: "Flytting",
|
|
241
|
-
|
|
242
|
-
link: "/kundeservice/flytting/",
|
|
234
|
+
link: "/hjelp/flytting/",
|
|
243
235
|
appKey: APP_KEYS["open-pages"]
|
|
244
236
|
},
|
|
245
237
|
{
|
|
246
238
|
name: "Finn butikk",
|
|
247
|
-
|
|
248
|
-
link: "/kundeservice/butikker-og-forhandlere/",
|
|
239
|
+
link: "/hjelp/butikker-og-forhandlere/",
|
|
249
240
|
appKey: APP_KEYS["open-pages"]
|
|
250
241
|
}
|
|
251
242
|
// {
|
|
@@ -269,7 +260,7 @@ const BUSINESS_LINKS = {
|
|
|
269
260
|
},
|
|
270
261
|
{
|
|
271
262
|
name: "Produkter og tjenester",
|
|
272
|
-
link: "/bedrift/
|
|
263
|
+
link: "/bedrift/produkter-og-tjenester/",
|
|
273
264
|
appKey: APP_KEYS["open-pages"],
|
|
274
265
|
links: []
|
|
275
266
|
},
|
|
@@ -156,7 +156,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
156
156
|
readonly appKey: "open-pages";
|
|
157
157
|
}, {
|
|
158
158
|
readonly name: "Hjelp Mobil";
|
|
159
|
-
readonly link: "/
|
|
159
|
+
readonly link: "/mobil/hjelp/";
|
|
160
160
|
readonly appKey: "open-pages";
|
|
161
161
|
}];
|
|
162
162
|
}, {
|
|
@@ -177,7 +177,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
177
177
|
readonly appKey: "open-pages";
|
|
178
178
|
}, {
|
|
179
179
|
readonly name: "Hjelp TV";
|
|
180
|
-
readonly link: "/
|
|
180
|
+
readonly link: "/tv/hjelp/";
|
|
181
181
|
readonly appKey: "open-pages";
|
|
182
182
|
}];
|
|
183
183
|
}, {
|
|
@@ -186,7 +186,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
186
186
|
readonly appKey: "open-pages";
|
|
187
187
|
readonly links: readonly [{
|
|
188
188
|
readonly name: "Fast bredbånd";
|
|
189
|
-
readonly link: "/internett/bredband/";
|
|
189
|
+
readonly link: "/internett/fast-bredband/";
|
|
190
190
|
readonly appKey: "open-pages";
|
|
191
191
|
}, {
|
|
192
192
|
readonly name: "Trådløst bredbånd";
|
|
@@ -210,36 +210,36 @@ export declare const PRIVATE_LINKS: {
|
|
|
210
210
|
readonly appKey: "open-pages";
|
|
211
211
|
}, {
|
|
212
212
|
readonly name: "Hjelp Internett";
|
|
213
|
-
readonly link: "/
|
|
213
|
+
readonly link: "/internett/hjelp/";
|
|
214
214
|
readonly appKey: "open-pages";
|
|
215
215
|
}];
|
|
216
216
|
}, {
|
|
217
217
|
readonly name: "Hjelp";
|
|
218
|
-
readonly link: "/
|
|
218
|
+
readonly link: "/hjelp/";
|
|
219
219
|
readonly appKey: "open-pages";
|
|
220
220
|
readonly links: readonly [{
|
|
221
221
|
readonly name: "Hjelp Mobil";
|
|
222
|
-
readonly link: "/
|
|
222
|
+
readonly link: "/mobil/hjelp/";
|
|
223
223
|
readonly appKey: "open-pages";
|
|
224
224
|
}, {
|
|
225
|
-
readonly name: "Hjelp
|
|
226
|
-
readonly link: "/
|
|
225
|
+
readonly name: "Hjelp TV";
|
|
226
|
+
readonly link: "/tv/hjelp/";
|
|
227
227
|
readonly appKey: "open-pages";
|
|
228
228
|
}, {
|
|
229
|
-
readonly name: "Hjelp
|
|
230
|
-
readonly link: "/
|
|
229
|
+
readonly name: "Hjelp Internett";
|
|
230
|
+
readonly link: "/internett/hjelp/";
|
|
231
231
|
readonly appKey: "open-pages";
|
|
232
232
|
}, {
|
|
233
233
|
readonly name: "Faktura";
|
|
234
|
-
readonly link: "/
|
|
234
|
+
readonly link: "/hjelp/faktura/";
|
|
235
235
|
readonly appKey: "open-pages";
|
|
236
236
|
}, {
|
|
237
237
|
readonly name: "Flytting";
|
|
238
|
-
readonly link: "/
|
|
238
|
+
readonly link: "/hjelp/flytting/";
|
|
239
239
|
readonly appKey: "open-pages";
|
|
240
240
|
}, {
|
|
241
241
|
readonly name: "Finn butikk";
|
|
242
|
-
readonly link: "/
|
|
242
|
+
readonly link: "/hjelp/butikker-og-forhandlere/";
|
|
243
243
|
readonly appKey: "open-pages";
|
|
244
244
|
}];
|
|
245
245
|
}];
|
|
@@ -254,7 +254,7 @@ export declare const BUSINESS_LINKS: {
|
|
|
254
254
|
readonly links: readonly [];
|
|
255
255
|
}, {
|
|
256
256
|
readonly name: "Produkter og tjenester";
|
|
257
|
-
readonly link: "/bedrift/
|
|
257
|
+
readonly link: "/bedrift/produkter-og-tjenester/";
|
|
258
258
|
readonly appKey: "open-pages";
|
|
259
259
|
readonly links: readonly [];
|
|
260
260
|
}, {
|
|
@@ -354,7 +354,7 @@ export declare const LINKS: readonly [{
|
|
|
354
354
|
readonly appKey: "open-pages";
|
|
355
355
|
}, {
|
|
356
356
|
readonly name: "Hjelp Mobil";
|
|
357
|
-
readonly link: "/
|
|
357
|
+
readonly link: "/mobil/hjelp/";
|
|
358
358
|
readonly appKey: "open-pages";
|
|
359
359
|
}];
|
|
360
360
|
}, {
|
|
@@ -375,7 +375,7 @@ export declare const LINKS: readonly [{
|
|
|
375
375
|
readonly appKey: "open-pages";
|
|
376
376
|
}, {
|
|
377
377
|
readonly name: "Hjelp TV";
|
|
378
|
-
readonly link: "/
|
|
378
|
+
readonly link: "/tv/hjelp/";
|
|
379
379
|
readonly appKey: "open-pages";
|
|
380
380
|
}];
|
|
381
381
|
}, {
|
|
@@ -384,7 +384,7 @@ export declare const LINKS: readonly [{
|
|
|
384
384
|
readonly appKey: "open-pages";
|
|
385
385
|
readonly links: readonly [{
|
|
386
386
|
readonly name: "Fast bredbånd";
|
|
387
|
-
readonly link: "/internett/bredband/";
|
|
387
|
+
readonly link: "/internett/fast-bredband/";
|
|
388
388
|
readonly appKey: "open-pages";
|
|
389
389
|
}, {
|
|
390
390
|
readonly name: "Trådløst bredbånd";
|
|
@@ -408,36 +408,36 @@ export declare const LINKS: readonly [{
|
|
|
408
408
|
readonly appKey: "open-pages";
|
|
409
409
|
}, {
|
|
410
410
|
readonly name: "Hjelp Internett";
|
|
411
|
-
readonly link: "/
|
|
411
|
+
readonly link: "/internett/hjelp/";
|
|
412
412
|
readonly appKey: "open-pages";
|
|
413
413
|
}];
|
|
414
414
|
}, {
|
|
415
415
|
readonly name: "Hjelp";
|
|
416
|
-
readonly link: "/
|
|
416
|
+
readonly link: "/hjelp/";
|
|
417
417
|
readonly appKey: "open-pages";
|
|
418
418
|
readonly links: readonly [{
|
|
419
419
|
readonly name: "Hjelp Mobil";
|
|
420
|
-
readonly link: "/
|
|
420
|
+
readonly link: "/mobil/hjelp/";
|
|
421
421
|
readonly appKey: "open-pages";
|
|
422
422
|
}, {
|
|
423
|
-
readonly name: "Hjelp
|
|
424
|
-
readonly link: "/
|
|
423
|
+
readonly name: "Hjelp TV";
|
|
424
|
+
readonly link: "/tv/hjelp/";
|
|
425
425
|
readonly appKey: "open-pages";
|
|
426
426
|
}, {
|
|
427
|
-
readonly name: "Hjelp
|
|
428
|
-
readonly link: "/
|
|
427
|
+
readonly name: "Hjelp Internett";
|
|
428
|
+
readonly link: "/internett/hjelp/";
|
|
429
429
|
readonly appKey: "open-pages";
|
|
430
430
|
}, {
|
|
431
431
|
readonly name: "Faktura";
|
|
432
|
-
readonly link: "/
|
|
432
|
+
readonly link: "/hjelp/faktura/";
|
|
433
433
|
readonly appKey: "open-pages";
|
|
434
434
|
}, {
|
|
435
435
|
readonly name: "Flytting";
|
|
436
|
-
readonly link: "/
|
|
436
|
+
readonly link: "/hjelp/flytting/";
|
|
437
437
|
readonly appKey: "open-pages";
|
|
438
438
|
}, {
|
|
439
439
|
readonly name: "Finn butikk";
|
|
440
|
-
readonly link: "/
|
|
440
|
+
readonly link: "/hjelp/butikker-og-forhandlere/";
|
|
441
441
|
readonly appKey: "open-pages";
|
|
442
442
|
}];
|
|
443
443
|
}];
|
|
@@ -451,7 +451,7 @@ export declare const LINKS: readonly [{
|
|
|
451
451
|
readonly links: readonly [];
|
|
452
452
|
}, {
|
|
453
453
|
readonly name: "Produkter og tjenester";
|
|
454
|
-
readonly link: "/bedrift/
|
|
454
|
+
readonly link: "/bedrift/produkter-og-tjenester/";
|
|
455
455
|
readonly appKey: "open-pages";
|
|
456
456
|
readonly links: readonly [];
|
|
457
457
|
}, {
|
|
@@ -108,8 +108,7 @@ const PRIVATE_LINKS = {
|
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
name: "Hjelp Mobil",
|
|
111
|
-
|
|
112
|
-
link: "/kundeservice/mobil/",
|
|
111
|
+
link: "/mobil/hjelp/",
|
|
113
112
|
appKey: APP_KEYS["open-pages"]
|
|
114
113
|
}
|
|
115
114
|
]
|
|
@@ -156,8 +155,7 @@ const PRIVATE_LINKS = {
|
|
|
156
155
|
},
|
|
157
156
|
{
|
|
158
157
|
name: "Hjelp TV",
|
|
159
|
-
|
|
160
|
-
link: "/kundeservice/tv/",
|
|
158
|
+
link: "/tv/hjelp/",
|
|
161
159
|
appKey: APP_KEYS["open-pages"]
|
|
162
160
|
}
|
|
163
161
|
]
|
|
@@ -169,7 +167,7 @@ const PRIVATE_LINKS = {
|
|
|
169
167
|
links: [
|
|
170
168
|
{
|
|
171
169
|
name: "Fast bredbånd",
|
|
172
|
-
link: "/internett/bredband/",
|
|
170
|
+
link: "/internett/fast-bredband/",
|
|
173
171
|
appKey: APP_KEYS["open-pages"]
|
|
174
172
|
},
|
|
175
173
|
{
|
|
@@ -199,51 +197,44 @@ const PRIVATE_LINKS = {
|
|
|
199
197
|
},
|
|
200
198
|
{
|
|
201
199
|
name: "Hjelp Internett",
|
|
202
|
-
|
|
203
|
-
link: "/kundeservice/internett/",
|
|
200
|
+
link: "/internett/hjelp/",
|
|
204
201
|
appKey: APP_KEYS["open-pages"]
|
|
205
202
|
}
|
|
206
203
|
]
|
|
207
204
|
},
|
|
208
205
|
{
|
|
209
206
|
name: "Hjelp",
|
|
210
|
-
|
|
211
|
-
link: "/kundeservice/",
|
|
207
|
+
link: "/hjelp/",
|
|
212
208
|
appKey: APP_KEYS["open-pages"],
|
|
213
209
|
links: [
|
|
214
210
|
{
|
|
215
211
|
name: "Hjelp Mobil",
|
|
216
|
-
link: "/
|
|
217
|
-
// link: '/mobil/hjelp/',
|
|
212
|
+
link: "/mobil/hjelp/",
|
|
218
213
|
appKey: APP_KEYS["open-pages"]
|
|
219
214
|
},
|
|
220
215
|
{
|
|
221
|
-
name: "Hjelp
|
|
222
|
-
|
|
223
|
-
link: "/kundeservice/internett/",
|
|
216
|
+
name: "Hjelp TV",
|
|
217
|
+
link: "/tv/hjelp/",
|
|
224
218
|
appKey: APP_KEYS["open-pages"]
|
|
225
219
|
},
|
|
226
220
|
{
|
|
227
|
-
name: "Hjelp
|
|
228
|
-
|
|
229
|
-
link: "/kundeservice/tv/",
|
|
221
|
+
name: "Hjelp Internett",
|
|
222
|
+
link: "/internett/hjelp/",
|
|
230
223
|
appKey: APP_KEYS["open-pages"]
|
|
231
224
|
},
|
|
232
225
|
{
|
|
233
226
|
name: "Faktura",
|
|
234
|
-
link: "/
|
|
227
|
+
link: "/hjelp/faktura/",
|
|
235
228
|
appKey: APP_KEYS["open-pages"]
|
|
236
229
|
},
|
|
237
230
|
{
|
|
238
231
|
name: "Flytting",
|
|
239
|
-
|
|
240
|
-
link: "/kundeservice/flytting/",
|
|
232
|
+
link: "/hjelp/flytting/",
|
|
241
233
|
appKey: APP_KEYS["open-pages"]
|
|
242
234
|
},
|
|
243
235
|
{
|
|
244
236
|
name: "Finn butikk",
|
|
245
|
-
|
|
246
|
-
link: "/kundeservice/butikker-og-forhandlere/",
|
|
237
|
+
link: "/hjelp/butikker-og-forhandlere/",
|
|
247
238
|
appKey: APP_KEYS["open-pages"]
|
|
248
239
|
}
|
|
249
240
|
// {
|
|
@@ -267,7 +258,7 @@ const BUSINESS_LINKS = {
|
|
|
267
258
|
},
|
|
268
259
|
{
|
|
269
260
|
name: "Produkter og tjenester",
|
|
270
|
-
link: "/bedrift/
|
|
261
|
+
link: "/bedrift/produkter-og-tjenester/",
|
|
271
262
|
appKey: APP_KEYS["open-pages"],
|
|
272
263
|
links: []
|
|
273
264
|
},
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const styles = {
|
|
2
|
+
"teddy-drawer__overlay": "_teddy-drawer__overlay_jiyrh_26",
|
|
3
|
+
"teddy-overlay-no-op": "_teddy-overlay-no-op_jiyrh_1",
|
|
4
|
+
"teddy-fade-in": "_teddy-fade-in_jiyrh_1",
|
|
5
|
+
"teddy-fade-out": "_teddy-fade-out_jiyrh_1",
|
|
6
|
+
"teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_jiyrh_59",
|
|
7
|
+
"teddy-drawer__content": "_teddy-drawer__content_jiyrh_65",
|
|
8
|
+
"teddy-drawer__title": "_teddy-drawer__title_jiyrh_69",
|
|
9
|
+
"drawer-content-show": "_drawer-content-show_jiyrh_1",
|
|
10
|
+
"drawer-content-hide": "_drawer-content-hide_jiyrh_1",
|
|
11
|
+
"teddy-drawer__content--lg": "_teddy-drawer__content--lg_jiyrh_100",
|
|
12
|
+
"teddy-drawer__close--floating": "_teddy-drawer__close--floating_jiyrh_105"
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
styles as s
|
|
16
|
+
};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
const styles = {
|
|
3
|
+
"teddy-drawer__overlay": "_teddy-drawer__overlay_jiyrh_26",
|
|
4
|
+
"teddy-overlay-no-op": "_teddy-overlay-no-op_jiyrh_1",
|
|
5
|
+
"teddy-fade-in": "_teddy-fade-in_jiyrh_1",
|
|
6
|
+
"teddy-fade-out": "_teddy-fade-out_jiyrh_1",
|
|
7
|
+
"teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_jiyrh_59",
|
|
8
|
+
"teddy-drawer__content": "_teddy-drawer__content_jiyrh_65",
|
|
9
|
+
"teddy-drawer__title": "_teddy-drawer__title_jiyrh_69",
|
|
10
|
+
"drawer-content-show": "_drawer-content-show_jiyrh_1",
|
|
11
|
+
"drawer-content-hide": "_drawer-content-hide_jiyrh_1",
|
|
12
|
+
"teddy-drawer__content--lg": "_teddy-drawer__content--lg_jiyrh_100",
|
|
13
|
+
"teddy-drawer__close--floating": "_teddy-drawer__close--floating_jiyrh_105"
|
|
14
|
+
};
|
|
15
|
+
exports.styles = styles;
|
package/dist/style.css
CHANGED
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
transform: rotate(180deg);
|
|
1021
1021
|
}
|
|
1022
1022
|
}@layer reset, flex, button, link, heading, drawer;
|
|
1023
|
-
@keyframes _teddy-fade-
|
|
1023
|
+
@keyframes _teddy-fade-in_jiyrh_1 {
|
|
1024
1024
|
from {
|
|
1025
1025
|
opacity: 0;
|
|
1026
1026
|
}
|
|
@@ -1028,7 +1028,7 @@
|
|
|
1028
1028
|
opacity: 1;
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|
|
1031
|
-
@keyframes _teddy-fade-
|
|
1031
|
+
@keyframes _teddy-fade-out_jiyrh_1 {
|
|
1032
1032
|
from {
|
|
1033
1033
|
opacity: 1;
|
|
1034
1034
|
}
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
opacity: 0;
|
|
1037
1037
|
}
|
|
1038
1038
|
}
|
|
1039
|
-
@keyframes _teddy-overlay-no-
|
|
1039
|
+
@keyframes _teddy-overlay-no-op_jiyrh_1 {
|
|
1040
1040
|
from {
|
|
1041
1041
|
opacity: 1;
|
|
1042
1042
|
}
|
|
@@ -1044,11 +1044,11 @@
|
|
|
1044
1044
|
opacity: 1;
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
|
-
._teddy-
|
|
1047
|
+
._teddy-drawer__overlay_jiyrh_26 {
|
|
1048
1048
|
box-sizing: border-box;
|
|
1049
1049
|
}
|
|
1050
1050
|
@layer drawer {
|
|
1051
|
-
._teddy-
|
|
1051
|
+
._teddy-drawer__overlay_jiyrh_26 {
|
|
1052
1052
|
box-sizing: border-box;
|
|
1053
1053
|
position: fixed;
|
|
1054
1054
|
inset: 0;
|
|
@@ -1057,44 +1057,44 @@
|
|
|
1057
1057
|
z-index: 40;
|
|
1058
1058
|
}
|
|
1059
1059
|
@media (prefers-reduced-motion: no-preference) {
|
|
1060
|
-
._teddy-
|
|
1060
|
+
._teddy-drawer__overlay_jiyrh_26 {
|
|
1061
1061
|
/* Keep the overlay mounted until the children have animated */
|
|
1062
1062
|
}
|
|
1063
|
-
._teddy-
|
|
1064
|
-
animation: _teddy-overlay-no-
|
|
1063
|
+
._teddy-drawer__overlay_jiyrh_26:where([data-state=closed]) {
|
|
1064
|
+
animation: _teddy-overlay-no-op_jiyrh_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1065
1065
|
}
|
|
1066
|
-
._teddy-
|
|
1067
|
-
animation: _teddy-fade-
|
|
1066
|
+
._teddy-drawer__overlay_jiyrh_26:where([data-state=open])::before {
|
|
1067
|
+
animation: _teddy-fade-in_jiyrh_1 500ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1068
1068
|
}
|
|
1069
|
-
._teddy-
|
|
1070
|
-
animation: _teddy-fade-
|
|
1069
|
+
._teddy-drawer__overlay_jiyrh_26:where([data-state=closed])::before {
|
|
1070
|
+
animation: _teddy-fade-out_jiyrh_1 400ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1071
1071
|
}
|
|
1072
1072
|
}
|
|
1073
|
-
._teddy-
|
|
1073
|
+
._teddy-drawer__overlay_jiyrh_26::before {
|
|
1074
1074
|
position: fixed;
|
|
1075
1075
|
content: "";
|
|
1076
1076
|
inset: 0;
|
|
1077
1077
|
background-color: var(--teddy-color-overlay-default);
|
|
1078
1078
|
}
|
|
1079
|
-
._teddy-drawer__overlay--
|
|
1079
|
+
._teddy-drawer__overlay--container_jiyrh_59 {
|
|
1080
1080
|
position: absolute;
|
|
1081
1081
|
}
|
|
1082
|
-
._teddy-drawer__overlay--
|
|
1082
|
+
._teddy-drawer__overlay--container_jiyrh_59::before {
|
|
1083
1083
|
position: absolute;
|
|
1084
1084
|
}
|
|
1085
|
-
._teddy-drawer__overlay--
|
|
1085
|
+
._teddy-drawer__overlay--container_jiyrh_59 ._teddy-drawer__content_jiyrh_65 {
|
|
1086
1086
|
position: absolute;
|
|
1087
1087
|
inset: 0;
|
|
1088
1088
|
}
|
|
1089
|
-
._teddy-
|
|
1089
|
+
._teddy-drawer__title_jiyrh_69 {
|
|
1090
1090
|
position: sticky;
|
|
1091
1091
|
padding: var(--teddy-spacing-300) 0 var(--teddy-spacing-200);
|
|
1092
1092
|
background-color: var(--teddy-color-background-primary);
|
|
1093
1093
|
top: calc(-1 * var(--teddy-spacing-300));
|
|
1094
|
-
margin: calc(-1 * var(--teddy-spacing-300)) 0;
|
|
1094
|
+
margin: calc(-1 * var(--teddy-spacing-300)) 0 calc(-1 * var(--teddy-spacing-200));
|
|
1095
1095
|
z-index: 2;
|
|
1096
1096
|
}
|
|
1097
|
-
._teddy-
|
|
1097
|
+
._teddy-drawer__content_jiyrh_65 {
|
|
1098
1098
|
background-color: var(--teddy-color-background-primary);
|
|
1099
1099
|
box-shadow: var(--teddy-shadow-lg);
|
|
1100
1100
|
z-index: 40;
|
|
@@ -1110,26 +1110,26 @@
|
|
|
1110
1110
|
min-width: min(100%, 400px);
|
|
1111
1111
|
}
|
|
1112
1112
|
@media (prefers-reduced-motion: no-preference) {
|
|
1113
|
-
._teddy-
|
|
1114
|
-
animation: _drawer-content-
|
|
1113
|
+
._teddy-drawer__content_jiyrh_65:where([data-state=open]) {
|
|
1114
|
+
animation: _drawer-content-show_jiyrh_1 450ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1115
1115
|
}
|
|
1116
|
-
._teddy-
|
|
1117
|
-
animation: _drawer-content-
|
|
1116
|
+
._teddy-drawer__content_jiyrh_65:where([data-state=closed]) {
|
|
1117
|
+
animation: _drawer-content-hide_jiyrh_1 350ms cubic-bezier(0.16, 1, 0.3, 1);
|
|
1118
1118
|
}
|
|
1119
1119
|
}
|
|
1120
|
-
._teddy-drawer__content--
|
|
1120
|
+
._teddy-drawer__content--lg_jiyrh_100 {
|
|
1121
1121
|
min-width: min(100%, 30rem);
|
|
1122
1122
|
width: 30vw;
|
|
1123
1123
|
max-width: initial;
|
|
1124
1124
|
}
|
|
1125
|
-
._teddy-drawer__close--
|
|
1125
|
+
._teddy-drawer__close--floating_jiyrh_105 {
|
|
1126
1126
|
position: fixed;
|
|
1127
1127
|
z-index: 3;
|
|
1128
1128
|
top: var(--teddy-spacing-200);
|
|
1129
1129
|
right: var(--teddy-spacing-200);
|
|
1130
1130
|
}
|
|
1131
1131
|
}
|
|
1132
|
-
@keyframes _drawer-content-
|
|
1132
|
+
@keyframes _drawer-content-show_jiyrh_1 {
|
|
1133
1133
|
from {
|
|
1134
1134
|
transform: translateX(100%);
|
|
1135
1135
|
}
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
transform: translateX(0px);
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
|
-
@keyframes _drawer-content-
|
|
1140
|
+
@keyframes _drawer-content-hide_jiyrh_1 {
|
|
1141
1141
|
from {
|
|
1142
1142
|
transform: translateX(0px);
|
|
1143
1143
|
}
|
|
@@ -3322,41 +3322,41 @@
|
|
|
3322
3322
|
height: 0;
|
|
3323
3323
|
}
|
|
3324
3324
|
}
|
|
3325
|
-
}._teddy-global-
|
|
3325
|
+
}._teddy-global-navigation_dagdv_1 {
|
|
3326
3326
|
position: sticky;
|
|
3327
3327
|
inset: 0 0 auto 0;
|
|
3328
3328
|
z-index: 39;
|
|
3329
3329
|
}
|
|
3330
|
-
._teddy-global-navigation__mobile-
|
|
3330
|
+
._teddy-global-navigation__mobile-trigger_dagdv_6 {
|
|
3331
3331
|
border-inline: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3332
3332
|
}
|
|
3333
|
-
._teddy-global-navigation__mobile-
|
|
3333
|
+
._teddy-global-navigation__mobile-header_dagdv_9[data-state=open] {
|
|
3334
3334
|
border-bottom: var(--teddy-border-width-xs) solid var(--teddy-color-border-weak);
|
|
3335
3335
|
}
|
|
3336
|
-
._teddy-global-
|
|
3336
|
+
._teddy-global-navigation__mobile_dagdv_6 {
|
|
3337
3337
|
padding: var(--teddy-spacing-25) var(--teddy-spacing-200);
|
|
3338
3338
|
border-bottom: var(--teddy-border-width-sm) solid var(--teddy-color-border-weak);
|
|
3339
3339
|
}
|
|
3340
|
-
._teddy-global-
|
|
3340
|
+
._teddy-global-navigation__mobile_dagdv_6::before {
|
|
3341
3341
|
content: "";
|
|
3342
3342
|
display: block;
|
|
3343
3343
|
width: var(--width-for-centering-element);
|
|
3344
3344
|
}
|
|
3345
|
-
._teddy-global-
|
|
3345
|
+
._teddy-global-navigation__mobile_dagdv_6::after {
|
|
3346
3346
|
content: "";
|
|
3347
3347
|
display: block;
|
|
3348
3348
|
width: var(--width-for-centering-element);
|
|
3349
3349
|
}
|
|
3350
|
-
._teddy-global-
|
|
3350
|
+
._teddy-global-navigation__link_dagdv_26 {
|
|
3351
3351
|
text-decoration: none;
|
|
3352
3352
|
}
|
|
3353
|
-
._teddy-global-
|
|
3353
|
+
._teddy-global-navigation__viewport_dagdv_29 {
|
|
3354
3354
|
height: var(--radix-navigation-menu-viewport-height, calc(47px * var(--teddy-scale)));
|
|
3355
3355
|
}
|
|
3356
|
-
._teddy-global-navigation__item-
|
|
3356
|
+
._teddy-global-navigation__item-wrapper_dagdv_32 {
|
|
3357
3357
|
position: relative;
|
|
3358
3358
|
}
|
|
3359
|
-
._teddy-global-navigation__item-
|
|
3359
|
+
._teddy-global-navigation__item-count_dagdv_35 {
|
|
3360
3360
|
display: flex;
|
|
3361
3361
|
justify-content: center;
|
|
3362
3362
|
align-items: center;
|
|
@@ -3364,29 +3364,29 @@
|
|
|
3364
3364
|
left: 15px;
|
|
3365
3365
|
top: -6px;
|
|
3366
3366
|
}
|
|
3367
|
-
._teddy-global-navigation__viewport-
|
|
3367
|
+
._teddy-global-navigation__viewport-wrapper_dagdv_43 {
|
|
3368
3368
|
overflow: hidden;
|
|
3369
3369
|
transition: max-height var(--teddy-motion-duration-controlled, 0) ease;
|
|
3370
3370
|
}
|
|
3371
|
-
._teddy-global-navigation__viewport-
|
|
3372
|
-
max-height: var(--teddy-
|
|
3371
|
+
._teddy-global-navigation__viewport-wrapper_dagdv_43[data-state=open] {
|
|
3372
|
+
max-height: var(--teddy-viewport-wrapper-height);
|
|
3373
3373
|
}
|
|
3374
|
-
._teddy-global-navigation__viewport-
|
|
3375
|
-
animation: _close-
|
|
3374
|
+
._teddy-global-navigation__viewport-wrapper_dagdv_43[data-state=closed] {
|
|
3375
|
+
animation: _close-viewport_dagdv_1 var(--teddy-motion-duration-controlled, 0) ease;
|
|
3376
3376
|
max-height: 0;
|
|
3377
3377
|
}
|
|
3378
|
-
._teddy-global-navigation__top-menu-
|
|
3378
|
+
._teddy-global-navigation__top-menu-wrapper_dagdv_54 {
|
|
3379
3379
|
overflow: hidden;
|
|
3380
3380
|
transition: max-height var(--teddy-motion-duration-controlled, 0) ease;
|
|
3381
3381
|
}
|
|
3382
|
-
._teddy-global-navigation__top-menu-
|
|
3382
|
+
._teddy-global-navigation__top-menu-wrapper_dagdv_54[data-state=open] {
|
|
3383
3383
|
max-height: var(--teddy-top-menu-height, 47px);
|
|
3384
3384
|
}
|
|
3385
|
-
._teddy-global-navigation__top-menu-
|
|
3385
|
+
._teddy-global-navigation__top-menu-wrapper_dagdv_54[data-state=closed] {
|
|
3386
3386
|
max-height: 0;
|
|
3387
3387
|
}
|
|
3388
3388
|
|
|
3389
|
-
@keyframes _close-
|
|
3389
|
+
@keyframes _close-viewport_dagdv_1 {
|
|
3390
3390
|
0% {
|
|
3391
3391
|
max-height: var(--teddy-viewport-wrapper-height);
|
|
3392
3392
|
}
|
package/package.json
CHANGED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
const styles = {
|
|
2
|
-
"teddy-drawer__overlay": "_teddy-drawer__overlay_1aop2_26",
|
|
3
|
-
"teddy-overlay-no-op": "_teddy-overlay-no-op_1aop2_1",
|
|
4
|
-
"teddy-fade-in": "_teddy-fade-in_1aop2_1",
|
|
5
|
-
"teddy-fade-out": "_teddy-fade-out_1aop2_1",
|
|
6
|
-
"teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_1aop2_59",
|
|
7
|
-
"teddy-drawer__content": "_teddy-drawer__content_1aop2_65",
|
|
8
|
-
"teddy-drawer__title": "_teddy-drawer__title_1aop2_69",
|
|
9
|
-
"drawer-content-show": "_drawer-content-show_1aop2_1",
|
|
10
|
-
"drawer-content-hide": "_drawer-content-hide_1aop2_1",
|
|
11
|
-
"teddy-drawer__content--lg": "_teddy-drawer__content--lg_1aop2_100",
|
|
12
|
-
"teddy-drawer__close--floating": "_teddy-drawer__close--floating_1aop2_105"
|
|
13
|
-
};
|
|
14
|
-
export {
|
|
15
|
-
styles as s
|
|
16
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const styles = {
|
|
3
|
-
"teddy-drawer__overlay": "_teddy-drawer__overlay_1aop2_26",
|
|
4
|
-
"teddy-overlay-no-op": "_teddy-overlay-no-op_1aop2_1",
|
|
5
|
-
"teddy-fade-in": "_teddy-fade-in_1aop2_1",
|
|
6
|
-
"teddy-fade-out": "_teddy-fade-out_1aop2_1",
|
|
7
|
-
"teddy-drawer__overlay--container": "_teddy-drawer__overlay--container_1aop2_59",
|
|
8
|
-
"teddy-drawer__content": "_teddy-drawer__content_1aop2_65",
|
|
9
|
-
"teddy-drawer__title": "_teddy-drawer__title_1aop2_69",
|
|
10
|
-
"drawer-content-show": "_drawer-content-show_1aop2_1",
|
|
11
|
-
"drawer-content-hide": "_drawer-content-hide_1aop2_1",
|
|
12
|
-
"teddy-drawer__content--lg": "_teddy-drawer__content--lg_1aop2_100",
|
|
13
|
-
"teddy-drawer__close--floating": "_teddy-drawer__close--floating_1aop2_105"
|
|
14
|
-
};
|
|
15
|
-
exports.styles = styles;
|