@telia/teddy 0.0.28 → 0.0.30
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/card/card.d.ts +1 -1
- package/dist/components/chip/chip-indicator.d.ts +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/index.cjs +4 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -0
- package/dist/components/modal/modal.cjs +2 -0
- package/dist/components/modal/modal.js +2 -0
- package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
- package/dist/components/notabene/index.cjs +4 -0
- package/dist/components/notabene/index.d.ts +1 -0
- package/dist/components/notabene/index.js +4 -0
- package/dist/components/notabene/notabene.cjs +35 -0
- package/dist/components/notabene/notabene.d.ts +15 -0
- package/dist/components/notabene/notabene.js +35 -0
- package/dist/components/notification/notification.d.ts +1 -1
- package/dist/components/progress-bar/index.cjs +4 -0
- package/dist/components/progress-bar/index.d.ts +2 -0
- package/dist/components/progress-bar/index.js +4 -0
- package/dist/components/progress-bar/progress-bar.cjs +43 -0
- package/dist/components/progress-bar/progress-bar.d.ts +12 -0
- package/dist/components/progress-bar/progress-bar.js +26 -0
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/main.cjs +4 -0
- package/dist/main.js +4 -0
- package/dist/style.css +239 -202
- package/dist/utils/generate-styling/grid.d.ts +24 -24
- package/dist/utils/generate-styling/index.d.ts +16 -16
- package/dist/utils/generate-styling/util.d.ts +2 -2
- package/package.json +2 -1
|
@@ -58,7 +58,7 @@ declare const Card: React.ForwardRefExoticComponent<RootProps & React.RefAttribu
|
|
|
58
58
|
Content: React.ForwardRefExoticComponent<ContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
59
59
|
Illustration: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
60
60
|
/** The inset allows make the image bleed out to the edges */
|
|
61
|
-
inset?: "
|
|
61
|
+
inset?: "top" | "bottom" | "left" | "right" | "all" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top-right-left" | "bottom-left-right" | "top-bottom" | "left-right" | undefined;
|
|
62
62
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
63
63
|
Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "aria-label"> & import('../../utils/generate-styling/flex').FlexChildren & import('../../utils/generate-styling/grid').GridChildren & import('../../utils/generate-styling/position').PositionProps & import('../../utils/generate-styling/inset').InsetProps & import('../../utils/generate-styling/margin').MarginProps & import('../../utils/generate-styling/padding').PaddingProps & import('../../utils/generate-styling/width').WidthProps & import('../../utils/generate-styling/height').HeightProps & import('../../utils/generate-styling/color').ColorProps & {
|
|
64
64
|
display?: import('../../utils/generate-styling').DisplayChildren | undefined;
|
|
@@ -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: "
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "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" | "email" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "radio" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "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" | "alert" | "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>>;
|
|
@@ -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: "
|
|
8
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "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" | "email" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "radio" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "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" | "alert" | "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>>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const components_progressBar_progressBar = require("./progress-bar/progress-bar.cjs");
|
|
4
|
+
const components_notabene_notabene = require("./notabene/notabene.cjs");
|
|
3
5
|
const components_tooltip_index = require("./tooltip/index.cjs");
|
|
4
6
|
const components_list_index = require("./list/index.cjs");
|
|
5
7
|
const components_scrollArea_index = require("./scroll-area/index.cjs");
|
|
@@ -37,6 +39,8 @@ const components_heading_heading = require("./heading/heading.cjs");
|
|
|
37
39
|
const components_visuallyHidden_visuallyHidden = require("./visually-hidden/visually-hidden.cjs");
|
|
38
40
|
const components_textSpacing_textSpacing = require("./text-spacing/text-spacing.cjs");
|
|
39
41
|
const components_input_inputGroup = require("./input/input-group.cjs");
|
|
42
|
+
exports.ProgressBar = components_progressBar_progressBar.ProgressBar;
|
|
43
|
+
exports.Notabene = components_notabene_notabene.Notabene;
|
|
40
44
|
exports.Tooltip = components_tooltip_index.Tooltip;
|
|
41
45
|
exports.List = components_list_index.List;
|
|
42
46
|
exports.ScrollArea = components_scrollArea_index.ScrollArea;
|
package/dist/components/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ProgressBar } from "./progress-bar/progress-bar.js";
|
|
2
|
+
import { Notabene } from "./notabene/notabene.js";
|
|
1
3
|
import { Tooltip } from "./tooltip/index.js";
|
|
2
4
|
import { List } from "./list/index.js";
|
|
3
5
|
import { ScrollArea } from "./scroll-area/index.js";
|
|
@@ -61,7 +63,9 @@ export {
|
|
|
61
63
|
List,
|
|
62
64
|
Modal,
|
|
63
65
|
NavigationMenu,
|
|
66
|
+
Notabene,
|
|
64
67
|
Notification,
|
|
68
|
+
ProgressBar,
|
|
65
69
|
RadioGroup,
|
|
66
70
|
ScrollArea,
|
|
67
71
|
Spinner,
|
|
@@ -3,6 +3,8 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
const jsxRuntime = require("react/jsx-runtime");
|
|
4
4
|
const React = require("react");
|
|
5
5
|
const DrawerPrimitive = require("@radix-ui/react-dialog");
|
|
6
|
+
require("../progress-bar/progress-bar.cjs");
|
|
7
|
+
require("../notabene/notabene.cjs");
|
|
6
8
|
require("../tooltip/index.cjs");
|
|
7
9
|
require("../list/index.cjs");
|
|
8
10
|
require("../scroll-area/index.cjs");
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default, { useEffect } from "react";
|
|
3
3
|
import * as DrawerPrimitive from "@radix-ui/react-dialog";
|
|
4
|
+
import "../progress-bar/progress-bar.js";
|
|
5
|
+
import "../notabene/notabene.js";
|
|
4
6
|
import "../tooltip/index.js";
|
|
5
7
|
import "../list/index.js";
|
|
6
8
|
import "../scroll-area/index.js";
|
|
@@ -106,7 +106,7 @@ declare const NavigationMenu: React.ForwardRefExoticComponent<Omit<NavigationMen
|
|
|
106
106
|
variant?: "default" | "float" | undefined;
|
|
107
107
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
108
108
|
Link: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuLinkProps & React.RefAttributes<HTMLAnchorElement>, "ref"> & {
|
|
109
|
-
variant?: "
|
|
109
|
+
variant?: "button" | "small" | "default" | undefined;
|
|
110
110
|
} & React.RefAttributes<HTMLAnchorElement>>;
|
|
111
111
|
Indicator: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuIndicatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
112
112
|
Viewport: React.ForwardRefExoticComponent<Omit<NavigationMenuPrimitive.NavigationMenuViewportProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Notabene } from './notabene';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const clsx = require("clsx");
|
|
6
|
+
const reactSlot = require("@radix-ui/react-slot");
|
|
7
|
+
require("../../assets/sprite.269ba410-teddy.svg");
|
|
8
|
+
const components_icon_icon = require("../icon/icon.cjs");
|
|
9
|
+
const components_text_text = require("../text/text.cjs");
|
|
10
|
+
const components_heading_heading = require("../heading/heading.cjs");
|
|
11
|
+
const components_box_box = require("../box/box.cjs");
|
|
12
|
+
const styles = {
|
|
13
|
+
"teddy-notabene": "_teddy-notabene_waflr_1",
|
|
14
|
+
"teddy-notabene__icon": "_teddy-notabene__icon_waflr_9",
|
|
15
|
+
"teddy-notabene__heading": "_teddy-notabene__heading_waflr_9"
|
|
16
|
+
};
|
|
17
|
+
const rootClassName = "teddy-notabene";
|
|
18
|
+
const defaultTitle = "Good to know";
|
|
19
|
+
const defaultText = "It could be anything, and also bullet points.";
|
|
20
|
+
const Root = React.forwardRef(
|
|
21
|
+
({ asChild, children, className, heading = defaultTitle, headingAs = "h2", text = defaultText, ...props }, forwardRef) => {
|
|
22
|
+
const classes = clsx([styles[`${rootClassName}`]], className);
|
|
23
|
+
const Comp = asChild ? reactSlot.Slot : "div";
|
|
24
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Comp, { ...props, ref: forwardRef, className: classes, children: [
|
|
25
|
+
/* @__PURE__ */ jsxRuntime.jsx(components_box_box.Box, { children: /* @__PURE__ */ jsxRuntime.jsx(components_icon_icon.Icon, { name: "bulb", size: "lg", className: styles[`${rootClassName}__icon`] }) }),
|
|
26
|
+
/* @__PURE__ */ jsxRuntime.jsxs(components_box_box.Box, { children: [
|
|
27
|
+
/* @__PURE__ */ jsxRuntime.jsx(components_heading_heading.Heading, { as: headingAs, variant: "title-200", mb: "150", className: styles[`${rootClassName}__heading`], children: heading }),
|
|
28
|
+
/* @__PURE__ */ jsxRuntime.jsx(components_text_text.Text, { variant: "paragraph-100", mb: "50", children: text }),
|
|
29
|
+
children
|
|
30
|
+
] })
|
|
31
|
+
] });
|
|
32
|
+
}
|
|
33
|
+
);
|
|
34
|
+
Root.displayName = "Notabene";
|
|
35
|
+
exports.Notabene = Root;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export type RootProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
4
|
+
heading: string;
|
|
5
|
+
text: string;
|
|
6
|
+
headingAs: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
7
|
+
asChild?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare const Root: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
|
+
heading: string;
|
|
11
|
+
text: string;
|
|
12
|
+
headingAs: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
13
|
+
asChild?: boolean | undefined;
|
|
14
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
export { Root as Notabene };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
import React__default from "react";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import { Slot } from "@radix-ui/react-slot";
|
|
5
|
+
import "../../assets/sprite.269ba410-teddy.svg";
|
|
6
|
+
import { Icon } from "../icon/icon.js";
|
|
7
|
+
import { Text } from "../text/text.js";
|
|
8
|
+
import { Heading } from "../heading/heading.js";
|
|
9
|
+
import { Box } from "../box/box.js";
|
|
10
|
+
const styles = {
|
|
11
|
+
"teddy-notabene": "_teddy-notabene_waflr_1",
|
|
12
|
+
"teddy-notabene__icon": "_teddy-notabene__icon_waflr_9",
|
|
13
|
+
"teddy-notabene__heading": "_teddy-notabene__heading_waflr_9"
|
|
14
|
+
};
|
|
15
|
+
const rootClassName = "teddy-notabene";
|
|
16
|
+
const defaultTitle = "Good to know";
|
|
17
|
+
const defaultText = "It could be anything, and also bullet points.";
|
|
18
|
+
const Root = React__default.forwardRef(
|
|
19
|
+
({ asChild, children, className, heading = defaultTitle, headingAs = "h2", text = defaultText, ...props }, forwardRef) => {
|
|
20
|
+
const classes = clsx([styles[`${rootClassName}`]], className);
|
|
21
|
+
const Comp = asChild ? Slot : "div";
|
|
22
|
+
return /* @__PURE__ */ jsxs(Comp, { ...props, ref: forwardRef, className: classes, children: [
|
|
23
|
+
/* @__PURE__ */ jsx(Box, { children: /* @__PURE__ */ jsx(Icon, { name: "bulb", size: "lg", className: styles[`${rootClassName}__icon`] }) }),
|
|
24
|
+
/* @__PURE__ */ jsxs(Box, { children: [
|
|
25
|
+
/* @__PURE__ */ jsx(Heading, { as: headingAs, variant: "title-200", mb: "150", className: styles[`${rootClassName}__heading`], children: heading }),
|
|
26
|
+
/* @__PURE__ */ jsx(Text, { variant: "paragraph-100", mb: "50", children: text }),
|
|
27
|
+
children
|
|
28
|
+
] })
|
|
29
|
+
] });
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
Root.displayName = "Notabene";
|
|
33
|
+
export {
|
|
34
|
+
Root as Notabene
|
|
35
|
+
};
|
|
@@ -86,7 +86,7 @@ declare const Notification: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
|
86
86
|
Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLSpanElement>>;
|
|
87
87
|
Heading: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
88
88
|
Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
89
|
-
name: "
|
|
89
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "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" | "email" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "radio" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "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" | "alert" | "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";
|
|
90
90
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
91
91
|
children?: React.ReactNode;
|
|
92
92
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const jsxRuntime = require("react/jsx-runtime");
|
|
4
|
+
const React = require("react");
|
|
5
|
+
const clsx = require("clsx");
|
|
6
|
+
const ProgressPrimitive = require("@radix-ui/react-progress");
|
|
7
|
+
function _interopNamespaceDefault(e) {
|
|
8
|
+
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
9
|
+
if (e) {
|
|
10
|
+
for (const k in e) {
|
|
11
|
+
if (k !== "default") {
|
|
12
|
+
const d = Object.getOwnPropertyDescriptor(e, k);
|
|
13
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: () => e[k]
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
n.default = e;
|
|
21
|
+
return Object.freeze(n);
|
|
22
|
+
}
|
|
23
|
+
const ProgressPrimitive__namespace = /* @__PURE__ */ _interopNamespaceDefault(ProgressPrimitive);
|
|
24
|
+
const styles = {
|
|
25
|
+
"teddy-progress-bar": "_teddy-progress-bar_q44sc_1",
|
|
26
|
+
"teddy-progress-bar__indicator": "_teddy-progress-bar__indicator_q44sc_10",
|
|
27
|
+
"teddy-progress-bar--dark": "_teddy-progress-bar--dark_q44sc_16"
|
|
28
|
+
};
|
|
29
|
+
const rootClassName = "teddy-progress-bar";
|
|
30
|
+
const ProgressBar = React.forwardRef(
|
|
31
|
+
({ progress, colorTheme = "light" }, forwardRef) => {
|
|
32
|
+
const classes = clsx([styles[`${rootClassName}`]], [styles[`${rootClassName}--${colorTheme}`]]);
|
|
33
|
+
return /* @__PURE__ */ jsxRuntime.jsx(ProgressPrimitive__namespace.Root, { className: classes, value: progress, ref: forwardRef, title: "ProgressBar", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
34
|
+
ProgressPrimitive__namespace.Indicator,
|
|
35
|
+
{
|
|
36
|
+
className: styles[`${rootClassName}__indicator`],
|
|
37
|
+
style: { transform: `translateX(-${100 - progress}%)` }
|
|
38
|
+
}
|
|
39
|
+
) });
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
ProgressBar.displayName = "ProgressBar";
|
|
43
|
+
exports.ProgressBar = ProgressBar;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
4
|
+
export type ProgressBarProps = React.ComponentPropsWithoutRef<typeof ProgressPrimitive.Root> & {
|
|
5
|
+
progress: number;
|
|
6
|
+
colorTheme?: 'light' | 'dark';
|
|
7
|
+
};
|
|
8
|
+
declare const ProgressBar: React.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
9
|
+
progress: number;
|
|
10
|
+
colorTheme?: "light" | "dark" | undefined;
|
|
11
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
export { ProgressBar };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import React__default from "react";
|
|
3
|
+
import clsx from "clsx";
|
|
4
|
+
import * as ProgressPrimitive from "@radix-ui/react-progress";
|
|
5
|
+
const styles = {
|
|
6
|
+
"teddy-progress-bar": "_teddy-progress-bar_q44sc_1",
|
|
7
|
+
"teddy-progress-bar__indicator": "_teddy-progress-bar__indicator_q44sc_10",
|
|
8
|
+
"teddy-progress-bar--dark": "_teddy-progress-bar--dark_q44sc_16"
|
|
9
|
+
};
|
|
10
|
+
const rootClassName = "teddy-progress-bar";
|
|
11
|
+
const ProgressBar = React__default.forwardRef(
|
|
12
|
+
({ progress, colorTheme = "light" }, forwardRef) => {
|
|
13
|
+
const classes = clsx([styles[`${rootClassName}`]], [styles[`${rootClassName}--${colorTheme}`]]);
|
|
14
|
+
return /* @__PURE__ */ jsx(ProgressPrimitive.Root, { className: classes, value: progress, ref: forwardRef, title: "ProgressBar", children: /* @__PURE__ */ jsx(
|
|
15
|
+
ProgressPrimitive.Indicator,
|
|
16
|
+
{
|
|
17
|
+
className: styles[`${rootClassName}__indicator`],
|
|
18
|
+
style: { transform: `translateX(-${100 - progress}%)` }
|
|
19
|
+
}
|
|
20
|
+
) });
|
|
21
|
+
}
|
|
22
|
+
);
|
|
23
|
+
ProgressBar.displayName = "ProgressBar";
|
|
24
|
+
export {
|
|
25
|
+
ProgressBar
|
|
26
|
+
};
|
|
@@ -5,7 +5,7 @@ import { ContentProps } from './tabs-content';
|
|
|
5
5
|
import { ScrollProps } from './tabs-scroll';
|
|
6
6
|
import { ScrollButtonProps } from './tabs-scroll-button';
|
|
7
7
|
|
|
8
|
-
export declare const Tabs: import('react').ForwardRefExoticComponent<Omit<Omit<import('@radix-ui/react-tabs').TabsProps & import('react').RefAttributes<HTMLDivElement>, "ref">, "
|
|
8
|
+
export declare const Tabs: import('react').ForwardRefExoticComponent<Omit<Omit<import('@radix-ui/react-tabs').TabsProps & import('react').RefAttributes<HTMLDivElement>, "ref">, "defaultValue" | "value" | "onValueChange" | "activationMode"> & {
|
|
9
9
|
value?: string | undefined;
|
|
10
10
|
onValueChange?: ((value: string) => void) | undefined;
|
|
11
11
|
defaultValue?: string | undefined;
|
|
@@ -25,7 +25,7 @@ type RootContextType = {
|
|
|
25
25
|
value: string | undefined;
|
|
26
26
|
};
|
|
27
27
|
export declare const RootContext: React.Context<RootContextType | undefined>;
|
|
28
|
-
export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref">, "
|
|
28
|
+
export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>, "ref">, "defaultValue" | "value" | "onValueChange" | "activationMode"> & {
|
|
29
29
|
/** The controlled value of the tab to activate. Should be used in conjunction with onValueChange. */
|
|
30
30
|
value?: TabsPrimitive.TabsProps['value'];
|
|
31
31
|
/** Event handler called when the value changes. */
|
|
@@ -29,7 +29,7 @@ declare const Toggle: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHT
|
|
|
29
29
|
Input: React.ForwardRefExoticComponent<ToggleInputProps & React.RefAttributes<HTMLButtonElement>>;
|
|
30
30
|
Thumb: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchThumbProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
31
31
|
Indicator: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
32
|
-
name: "
|
|
32
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "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" | "email" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "radio" | "recycle" | "reservation" | "reverse" | "route" | "ruler" | "satellite" | "secured-1" | "secured-2" | "security-camera" | "shopping" | "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" | "alert" | "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";
|
|
33
33
|
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
34
34
|
children?: React.ReactNode;
|
|
35
35
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
package/dist/main.cjs
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const components_progressBar_progressBar = require("./components/progress-bar/progress-bar.cjs");
|
|
4
|
+
const components_notabene_notabene = require("./components/notabene/notabene.cjs");
|
|
3
5
|
const components_tooltip_index = require("./components/tooltip/index.cjs");
|
|
4
6
|
const components_list_index = require("./components/list/index.cjs");
|
|
5
7
|
const components_scrollArea_index = require("./components/scroll-area/index.cjs");
|
|
@@ -44,6 +46,8 @@ const tokens_shadow_variables = require("./tokens/shadow/variables.cjs");
|
|
|
44
46
|
const tokens_spacing_variables = require("./tokens/spacing/variables.cjs");
|
|
45
47
|
const tokens_typography_variables = require("./tokens/typography/variables.cjs");
|
|
46
48
|
const components_input_inputGroup = require("./components/input/input-group.cjs");
|
|
49
|
+
exports.ProgressBar = components_progressBar_progressBar.ProgressBar;
|
|
50
|
+
exports.Notabene = components_notabene_notabene.Notabene;
|
|
47
51
|
exports.Tooltip = components_tooltip_index.Tooltip;
|
|
48
52
|
exports.List = components_list_index.List;
|
|
49
53
|
exports.ScrollArea = components_scrollArea_index.ScrollArea;
|
package/dist/main.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ProgressBar } from "./components/progress-bar/progress-bar.js";
|
|
2
|
+
import { Notabene } from "./components/notabene/notabene.js";
|
|
1
3
|
import { Tooltip } from "./components/tooltip/index.js";
|
|
2
4
|
import { List } from "./components/list/index.js";
|
|
3
5
|
import { ScrollArea } from "./components/scroll-area/index.js";
|
|
@@ -68,7 +70,9 @@ export {
|
|
|
68
70
|
List,
|
|
69
71
|
Modal,
|
|
70
72
|
NavigationMenu,
|
|
73
|
+
Notabene,
|
|
71
74
|
Notification,
|
|
75
|
+
ProgressBar,
|
|
72
76
|
RadioGroup,
|
|
73
77
|
ScrollArea,
|
|
74
78
|
Spinner,
|
package/dist/style.css
CHANGED
|
@@ -1,4 +1,242 @@
|
|
|
1
|
-
._teddy-
|
|
1
|
+
._teddy-progress-bar_q44sc_1 {
|
|
2
|
+
background: var(--teddy-color-transparent-black-100);
|
|
3
|
+
overflow: hidden;
|
|
4
|
+
border-radius: 99999px;
|
|
5
|
+
height: 6px;
|
|
6
|
+
/* Fix overflow clipping in Safari */
|
|
7
|
+
/* https://gist.github.com/domske/b66047671c780a238b51c51ffde8d3a0 */
|
|
8
|
+
transform: translateZ(0);
|
|
9
|
+
}
|
|
10
|
+
._teddy-progress-bar_q44sc_1 ._teddy-progress-bar__indicator_q44sc_10 {
|
|
11
|
+
background-color: var(--teddy-color-purple-500);
|
|
12
|
+
width: 100%;
|
|
13
|
+
height: 100%;
|
|
14
|
+
transition: transform 660ms cubic-bezier(0.65, 0, 0.35, 1);
|
|
15
|
+
}
|
|
16
|
+
._teddy-progress-bar--dark_q44sc_16 {
|
|
17
|
+
background: var(--teddy-color-transparent-white-100);
|
|
18
|
+
}
|
|
19
|
+
._teddy-progress-bar--dark_q44sc_16 ._teddy-progress-bar__indicator_q44sc_10 {
|
|
20
|
+
background-color: var(--teddy-color-purple-300);
|
|
21
|
+
}@layer icon {
|
|
22
|
+
._teddy-icon_1rwgf_2 {
|
|
23
|
+
display: inline;
|
|
24
|
+
align-self: center;
|
|
25
|
+
fill: currentColor;
|
|
26
|
+
}
|
|
27
|
+
._teddy-icon--font_1rwgf_7 {
|
|
28
|
+
width: 1em;
|
|
29
|
+
height: 1em;
|
|
30
|
+
}
|
|
31
|
+
._teddy-icon--xxs_1rwgf_11 {
|
|
32
|
+
width: var(--teddy-spacing-150);
|
|
33
|
+
height: var(--teddy-spacing-150);
|
|
34
|
+
}
|
|
35
|
+
._teddy-icon--xs_1rwgf_15 {
|
|
36
|
+
width: var(--teddy-spacing-200);
|
|
37
|
+
height: var(--teddy-spacing-200);
|
|
38
|
+
}
|
|
39
|
+
._teddy-icon--sm_1rwgf_19 {
|
|
40
|
+
width: var(--teddy-spacing-250);
|
|
41
|
+
height: var(--teddy-spacing-250);
|
|
42
|
+
}
|
|
43
|
+
._teddy-icon--md_1rwgf_23 {
|
|
44
|
+
width: var(--teddy-spacing-300);
|
|
45
|
+
height: var(--teddy-spacing-300);
|
|
46
|
+
}
|
|
47
|
+
._teddy-icon--lg_1rwgf_27 {
|
|
48
|
+
width: var(--teddy-spacing-400);
|
|
49
|
+
height: var(--teddy-spacing-400);
|
|
50
|
+
}
|
|
51
|
+
._teddy-icon--xl_1rwgf_31 {
|
|
52
|
+
width: var(--teddy-spacing-600);
|
|
53
|
+
height: var(--teddy-spacing-600);
|
|
54
|
+
}
|
|
55
|
+
._teddy-icon-with-children_1rwgf_35 {
|
|
56
|
+
display: inline-flex;
|
|
57
|
+
align-items: center;
|
|
58
|
+
font-family: var(--teddy-typography-family-default);
|
|
59
|
+
gap: var(--teddy-spacing-100);
|
|
60
|
+
}
|
|
61
|
+
}@layer text {
|
|
62
|
+
._teddy-text_15w9u_2 {
|
|
63
|
+
color: inherit;
|
|
64
|
+
display: block;
|
|
65
|
+
margin: 0;
|
|
66
|
+
hyphens: none;
|
|
67
|
+
}
|
|
68
|
+
._teddy-text--disabled_15w9u_8 {
|
|
69
|
+
color: var(--teddy-color-text-weak);
|
|
70
|
+
}
|
|
71
|
+
._teddy-text--hyphens_15w9u_11 {
|
|
72
|
+
hyphens: auto;
|
|
73
|
+
}
|
|
74
|
+
._teddy-text--paragraph-100_15w9u_14 {
|
|
75
|
+
font-family: var(--teddy-typography-family-default);
|
|
76
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
77
|
+
font-size: var(--teddy-typography-scale-100);
|
|
78
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
79
|
+
}
|
|
80
|
+
._teddy-text--paragraph-100-medium_15w9u_20 {
|
|
81
|
+
font-family: var(--teddy-typography-family-default);
|
|
82
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
83
|
+
font-size: var(--teddy-typography-scale-100);
|
|
84
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
85
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
86
|
+
}
|
|
87
|
+
._teddy-text--paragraph-100-bold_15w9u_27 {
|
|
88
|
+
font-family: var(--teddy-typography-family-default);
|
|
89
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
90
|
+
font-size: var(--teddy-typography-scale-100);
|
|
91
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
92
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
93
|
+
}
|
|
94
|
+
._teddy-text--paragraph-200_15w9u_34 {
|
|
95
|
+
font-family: var(--teddy-typography-family-default);
|
|
96
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
97
|
+
font-size: var(--teddy-typography-scale-100);
|
|
98
|
+
line-height: var(--teddy-typography-line-height-looser);
|
|
99
|
+
}
|
|
100
|
+
._teddy-text--preamble-100_15w9u_40 {
|
|
101
|
+
font-family: var(--teddy-typography-family-default);
|
|
102
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
103
|
+
font-size: var(--teddy-typography-scale-200);
|
|
104
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
105
|
+
}
|
|
106
|
+
._teddy-text--preamble-200_15w9u_46 {
|
|
107
|
+
font-family: var(--teddy-typography-family-default);
|
|
108
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
109
|
+
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
110
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
111
|
+
}
|
|
112
|
+
._teddy-text--additional-100_15w9u_52 {
|
|
113
|
+
font-family: var(--teddy-typography-family-default);
|
|
114
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
115
|
+
font-size: var(--teddy-typography-scale-75);
|
|
116
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
117
|
+
}
|
|
118
|
+
._teddy-text--additional-100-medium_15w9u_58 {
|
|
119
|
+
font-family: var(--teddy-typography-family-default);
|
|
120
|
+
font-weight: var(--teddy-typography-weight-normal);
|
|
121
|
+
font-size: var(--teddy-typography-scale-75);
|
|
122
|
+
line-height: var(--teddy-typography-line-height-loose);
|
|
123
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
124
|
+
}
|
|
125
|
+
._teddy-text--overline-100_15w9u_65 {
|
|
126
|
+
font-family: var(--teddy-typography-family-default);
|
|
127
|
+
font-size: var(--teddy-typography-scale-75);
|
|
128
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
129
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
130
|
+
text-transform: uppercase;
|
|
131
|
+
}
|
|
132
|
+
._teddy-text--overline-200_15w9u_72 {
|
|
133
|
+
font-family: var(--teddy-typography-family-default);
|
|
134
|
+
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
135
|
+
letter-spacing: var(--teddy-spacing-10);
|
|
136
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
137
|
+
text-transform: uppercase;
|
|
138
|
+
}
|
|
139
|
+
}@layer heading {
|
|
140
|
+
._teddy-heading_r8os0_2 {
|
|
141
|
+
color: var(--teddy-color-text-default);
|
|
142
|
+
display: block;
|
|
143
|
+
hyphens: none;
|
|
144
|
+
margin: 0;
|
|
145
|
+
max-width: 60ch;
|
|
146
|
+
}
|
|
147
|
+
._teddy-heading--hyphens_r8os0_9 {
|
|
148
|
+
hyphens: auto;
|
|
149
|
+
}
|
|
150
|
+
._teddy-heading--subsection-100_r8os0_12 {
|
|
151
|
+
font-family: var(--teddy-typography-family-default);
|
|
152
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
153
|
+
font-size: var(--teddy-typography-scale-100);
|
|
154
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
155
|
+
}
|
|
156
|
+
._teddy-heading--title-100_r8os0_18 {
|
|
157
|
+
font-family: var(--teddy-typography-family-default);
|
|
158
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
159
|
+
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
160
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
161
|
+
}
|
|
162
|
+
._teddy-heading--title-200_r8os0_24 {
|
|
163
|
+
font-family: var(--teddy-typography-family-default);
|
|
164
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
165
|
+
font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
|
|
166
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
167
|
+
}
|
|
168
|
+
._teddy-heading--title-300_r8os0_30 {
|
|
169
|
+
font-family: var(--teddy-typography-family-default);
|
|
170
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
171
|
+
font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
|
|
172
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
173
|
+
}
|
|
174
|
+
._teddy-heading--title-400_r8os0_36 {
|
|
175
|
+
font-family: var(--teddy-typography-family-default);
|
|
176
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
177
|
+
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
|
|
178
|
+
line-height: var(--teddy-typography-line-height-default);
|
|
179
|
+
}
|
|
180
|
+
._teddy-heading--title-500_r8os0_42 {
|
|
181
|
+
font-family: var(--teddy-typography-family-default);
|
|
182
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
183
|
+
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
|
|
184
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
185
|
+
}
|
|
186
|
+
._teddy-heading--title-600_r8os0_48 {
|
|
187
|
+
font-family: var(--teddy-typography-family-default);
|
|
188
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
189
|
+
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
190
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
191
|
+
}
|
|
192
|
+
._teddy-heading--title-700_r8os0_54 {
|
|
193
|
+
font-family: var(--teddy-typography-family-default);
|
|
194
|
+
font-weight: var(--teddy-typography-weight-bold);
|
|
195
|
+
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
196
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
197
|
+
}
|
|
198
|
+
._teddy-heading--display-25_r8os0_60 {
|
|
199
|
+
font-family: var(--teddy-typography-family-display);
|
|
200
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
201
|
+
font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
|
|
202
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
203
|
+
}
|
|
204
|
+
._teddy-heading--display-50_r8os0_66 {
|
|
205
|
+
font-family: var(--teddy-typography-family-display);
|
|
206
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
207
|
+
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
208
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
209
|
+
}
|
|
210
|
+
._teddy-heading--display-100_r8os0_72 {
|
|
211
|
+
font-family: var(--teddy-typography-family-display);
|
|
212
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
213
|
+
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
214
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
215
|
+
}
|
|
216
|
+
._teddy-heading--display-200_r8os0_78 {
|
|
217
|
+
font-family: var(--teddy-typography-family-display);
|
|
218
|
+
font-weight: var(--teddy-typography-weight-medium);
|
|
219
|
+
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
220
|
+
line-height: var(--teddy-typography-line-height-tight);
|
|
221
|
+
}
|
|
222
|
+
}._teddy-notabene_waflr_1 {
|
|
223
|
+
padding: var(--teddy-spacing-300);
|
|
224
|
+
display: flex;
|
|
225
|
+
flex-direction: column;
|
|
226
|
+
gap: var(--teddy-spacing-150);
|
|
227
|
+
background-color: var(--teddy-color-background-status-warning);
|
|
228
|
+
color: var(--teddy-color-text-default);
|
|
229
|
+
}
|
|
230
|
+
._teddy-notabene__icon_waflr_9, ._teddy-notabene__heading_waflr_9 {
|
|
231
|
+
color: var(--teddy-color-orange-600);
|
|
232
|
+
}
|
|
233
|
+
@media (min-width: 600px) {
|
|
234
|
+
._teddy-notabene_waflr_1 {
|
|
235
|
+
padding: var(--teddy-spacing-400);
|
|
236
|
+
flex-direction: row;
|
|
237
|
+
gap: var(--teddy-spacing-300);
|
|
238
|
+
}
|
|
239
|
+
}._teddy-tooltip__content_14d9w_1 {
|
|
2
240
|
box-sizing: border-box;
|
|
3
241
|
max-width: calc(17rem * var(--teddy-rescale));
|
|
4
242
|
border-radius: var(--teddy-border-radius-md);
|
|
@@ -78,46 +316,6 @@
|
|
|
78
316
|
opacity: 1;
|
|
79
317
|
transform: translateX(0);
|
|
80
318
|
}
|
|
81
|
-
}@layer icon {
|
|
82
|
-
._teddy-icon_1rwgf_2 {
|
|
83
|
-
display: inline;
|
|
84
|
-
align-self: center;
|
|
85
|
-
fill: currentColor;
|
|
86
|
-
}
|
|
87
|
-
._teddy-icon--font_1rwgf_7 {
|
|
88
|
-
width: 1em;
|
|
89
|
-
height: 1em;
|
|
90
|
-
}
|
|
91
|
-
._teddy-icon--xxs_1rwgf_11 {
|
|
92
|
-
width: var(--teddy-spacing-150);
|
|
93
|
-
height: var(--teddy-spacing-150);
|
|
94
|
-
}
|
|
95
|
-
._teddy-icon--xs_1rwgf_15 {
|
|
96
|
-
width: var(--teddy-spacing-200);
|
|
97
|
-
height: var(--teddy-spacing-200);
|
|
98
|
-
}
|
|
99
|
-
._teddy-icon--sm_1rwgf_19 {
|
|
100
|
-
width: var(--teddy-spacing-250);
|
|
101
|
-
height: var(--teddy-spacing-250);
|
|
102
|
-
}
|
|
103
|
-
._teddy-icon--md_1rwgf_23 {
|
|
104
|
-
width: var(--teddy-spacing-300);
|
|
105
|
-
height: var(--teddy-spacing-300);
|
|
106
|
-
}
|
|
107
|
-
._teddy-icon--lg_1rwgf_27 {
|
|
108
|
-
width: var(--teddy-spacing-400);
|
|
109
|
-
height: var(--teddy-spacing-400);
|
|
110
|
-
}
|
|
111
|
-
._teddy-icon--xl_1rwgf_31 {
|
|
112
|
-
width: var(--teddy-spacing-600);
|
|
113
|
-
height: var(--teddy-spacing-600);
|
|
114
|
-
}
|
|
115
|
-
._teddy-icon-with-children_1rwgf_35 {
|
|
116
|
-
display: inline-flex;
|
|
117
|
-
align-items: center;
|
|
118
|
-
font-family: var(--teddy-typography-family-default);
|
|
119
|
-
gap: var(--teddy-spacing-100);
|
|
120
|
-
}
|
|
121
319
|
}._teddy-spinner--xxs_ywden_1 {
|
|
122
320
|
height: var(--teddy-spacing-250);
|
|
123
321
|
width: var(--teddy-spacing-250);
|
|
@@ -804,167 +1002,6 @@
|
|
|
804
1002
|
to {
|
|
805
1003
|
transform: translateX(100%);
|
|
806
1004
|
}
|
|
807
|
-
}@layer text {
|
|
808
|
-
._teddy-text_15w9u_2 {
|
|
809
|
-
color: inherit;
|
|
810
|
-
display: block;
|
|
811
|
-
margin: 0;
|
|
812
|
-
hyphens: none;
|
|
813
|
-
}
|
|
814
|
-
._teddy-text--disabled_15w9u_8 {
|
|
815
|
-
color: var(--teddy-color-text-weak);
|
|
816
|
-
}
|
|
817
|
-
._teddy-text--hyphens_15w9u_11 {
|
|
818
|
-
hyphens: auto;
|
|
819
|
-
}
|
|
820
|
-
._teddy-text--paragraph-100_15w9u_14 {
|
|
821
|
-
font-family: var(--teddy-typography-family-default);
|
|
822
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
823
|
-
font-size: var(--teddy-typography-scale-100);
|
|
824
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
825
|
-
}
|
|
826
|
-
._teddy-text--paragraph-100-medium_15w9u_20 {
|
|
827
|
-
font-family: var(--teddy-typography-family-default);
|
|
828
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
829
|
-
font-size: var(--teddy-typography-scale-100);
|
|
830
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
831
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
832
|
-
}
|
|
833
|
-
._teddy-text--paragraph-100-bold_15w9u_27 {
|
|
834
|
-
font-family: var(--teddy-typography-family-default);
|
|
835
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
836
|
-
font-size: var(--teddy-typography-scale-100);
|
|
837
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
838
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
839
|
-
}
|
|
840
|
-
._teddy-text--paragraph-200_15w9u_34 {
|
|
841
|
-
font-family: var(--teddy-typography-family-default);
|
|
842
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
843
|
-
font-size: var(--teddy-typography-scale-100);
|
|
844
|
-
line-height: var(--teddy-typography-line-height-looser);
|
|
845
|
-
}
|
|
846
|
-
._teddy-text--preamble-100_15w9u_40 {
|
|
847
|
-
font-family: var(--teddy-typography-family-default);
|
|
848
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
849
|
-
font-size: var(--teddy-typography-scale-200);
|
|
850
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
851
|
-
}
|
|
852
|
-
._teddy-text--preamble-200_15w9u_46 {
|
|
853
|
-
font-family: var(--teddy-typography-family-default);
|
|
854
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
855
|
-
font-size: clamp(var(--teddy-typography-scale-150), 3vw, var(--teddy-typography-scale-400));
|
|
856
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
857
|
-
}
|
|
858
|
-
._teddy-text--additional-100_15w9u_52 {
|
|
859
|
-
font-family: var(--teddy-typography-family-default);
|
|
860
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
861
|
-
font-size: var(--teddy-typography-scale-75);
|
|
862
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
863
|
-
}
|
|
864
|
-
._teddy-text--additional-100-medium_15w9u_58 {
|
|
865
|
-
font-family: var(--teddy-typography-family-default);
|
|
866
|
-
font-weight: var(--teddy-typography-weight-normal);
|
|
867
|
-
font-size: var(--teddy-typography-scale-75);
|
|
868
|
-
line-height: var(--teddy-typography-line-height-loose);
|
|
869
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
870
|
-
}
|
|
871
|
-
._teddy-text--overline-100_15w9u_65 {
|
|
872
|
-
font-family: var(--teddy-typography-family-default);
|
|
873
|
-
font-size: var(--teddy-typography-scale-75);
|
|
874
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
875
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
876
|
-
text-transform: uppercase;
|
|
877
|
-
}
|
|
878
|
-
._teddy-text--overline-200_15w9u_72 {
|
|
879
|
-
font-family: var(--teddy-typography-family-default);
|
|
880
|
-
font-size: clamp(var(--teddy-typography-scale-75), 3vw, var(--teddy-typography-scale-100));
|
|
881
|
-
letter-spacing: var(--teddy-spacing-10);
|
|
882
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
883
|
-
text-transform: uppercase;
|
|
884
|
-
}
|
|
885
|
-
}@layer heading {
|
|
886
|
-
._teddy-heading_r8os0_2 {
|
|
887
|
-
color: var(--teddy-color-text-default);
|
|
888
|
-
display: block;
|
|
889
|
-
hyphens: none;
|
|
890
|
-
margin: 0;
|
|
891
|
-
max-width: 60ch;
|
|
892
|
-
}
|
|
893
|
-
._teddy-heading--hyphens_r8os0_9 {
|
|
894
|
-
hyphens: auto;
|
|
895
|
-
}
|
|
896
|
-
._teddy-heading--subsection-100_r8os0_12 {
|
|
897
|
-
font-family: var(--teddy-typography-family-default);
|
|
898
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
899
|
-
font-size: var(--teddy-typography-scale-100);
|
|
900
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
901
|
-
}
|
|
902
|
-
._teddy-heading--title-100_r8os0_18 {
|
|
903
|
-
font-family: var(--teddy-typography-family-default);
|
|
904
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
905
|
-
font-size: clamp(var(--teddy-typography-scale-100), 3cqw, var(--teddy-typography-scale-200));
|
|
906
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
907
|
-
}
|
|
908
|
-
._teddy-heading--title-200_r8os0_24 {
|
|
909
|
-
font-family: var(--teddy-typography-family-default);
|
|
910
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
911
|
-
font-size: clamp(var(--teddy-typography-scale-200), 3cqw, var(--teddy-typography-scale-400));
|
|
912
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
913
|
-
}
|
|
914
|
-
._teddy-heading--title-300_r8os0_30 {
|
|
915
|
-
font-family: var(--teddy-typography-family-default);
|
|
916
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
917
|
-
font-size: clamp(var(--teddy-typography-scale-400), 3cqw, var(--teddy-typography-scale-600));
|
|
918
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
919
|
-
}
|
|
920
|
-
._teddy-heading--title-400_r8os0_36 {
|
|
921
|
-
font-family: var(--teddy-typography-family-default);
|
|
922
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
923
|
-
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-700));
|
|
924
|
-
line-height: var(--teddy-typography-line-height-default);
|
|
925
|
-
}
|
|
926
|
-
._teddy-heading--title-500_r8os0_42 {
|
|
927
|
-
font-family: var(--teddy-typography-family-default);
|
|
928
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
929
|
-
font-size: clamp(var(--teddy-typography-scale-500), 3cqw, var(--teddy-typography-scale-800));
|
|
930
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
931
|
-
}
|
|
932
|
-
._teddy-heading--title-600_r8os0_48 {
|
|
933
|
-
font-family: var(--teddy-typography-family-default);
|
|
934
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
935
|
-
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
936
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
937
|
-
}
|
|
938
|
-
._teddy-heading--title-700_r8os0_54 {
|
|
939
|
-
font-family: var(--teddy-typography-family-default);
|
|
940
|
-
font-weight: var(--teddy-typography-weight-bold);
|
|
941
|
-
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
942
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
943
|
-
}
|
|
944
|
-
._teddy-heading--display-25_r8os0_60 {
|
|
945
|
-
font-family: var(--teddy-typography-family-display);
|
|
946
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
947
|
-
font-size: clamp(var(--teddy-typography-scale-600), 3cqw, var(--teddy-typography-scale-800));
|
|
948
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
949
|
-
}
|
|
950
|
-
._teddy-heading--display-50_r8os0_66 {
|
|
951
|
-
font-family: var(--teddy-typography-family-display);
|
|
952
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
953
|
-
font-size: clamp(var(--teddy-typography-scale-650), 3cqw, var(--teddy-typography-scale-850));
|
|
954
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
955
|
-
}
|
|
956
|
-
._teddy-heading--display-100_r8os0_72 {
|
|
957
|
-
font-family: var(--teddy-typography-family-display);
|
|
958
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
959
|
-
font-size: clamp(var(--teddy-typography-scale-700), 3cqw, var(--teddy-typography-scale-900));
|
|
960
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
961
|
-
}
|
|
962
|
-
._teddy-heading--display-200_r8os0_78 {
|
|
963
|
-
font-family: var(--teddy-typography-family-display);
|
|
964
|
-
font-weight: var(--teddy-typography-weight-medium);
|
|
965
|
-
font-size: clamp(var(--teddy-typography-scale-800), 3cqw, var(--teddy-typography-scale-1000));
|
|
966
|
-
line-height: var(--teddy-typography-line-height-tight);
|
|
967
|
-
}
|
|
968
1005
|
}._teddy-image_oyxp8_1 {
|
|
969
1006
|
width: 100%;
|
|
970
1007
|
max-width: 100%;
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { Responsive, numberIterator } from './util';
|
|
2
2
|
|
|
3
3
|
export declare const gridTemplateRowsValues: readonly [...{
|
|
4
|
-
key: "1" | "
|
|
5
|
-
value: "1" | "
|
|
4
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
5
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
6
6
|
}[], {
|
|
7
7
|
readonly key: "none";
|
|
8
8
|
readonly value: "none";
|
|
9
9
|
}];
|
|
10
10
|
export declare const gridTemplateColumnsValues: readonly [...{
|
|
11
|
-
readonly key: "1" | "
|
|
12
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(
|
|
11
|
+
readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
12
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
|
|
13
13
|
}[], {
|
|
14
14
|
readonly key: "none";
|
|
15
15
|
readonly value: "none";
|
|
16
16
|
}];
|
|
17
17
|
declare const gridColumnValues: readonly [...{
|
|
18
|
-
key: "1" | "
|
|
19
|
-
value: "1" | "
|
|
18
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
19
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
20
20
|
}[], {
|
|
21
21
|
readonly key: "span-2";
|
|
22
22
|
readonly value: "span 2";
|
|
@@ -52,8 +52,8 @@ declare const gridColumnValues: readonly [...{
|
|
|
52
52
|
readonly value: "span 12";
|
|
53
53
|
}];
|
|
54
54
|
declare const gridRowValues: readonly [...{
|
|
55
|
-
key: "1" | "
|
|
56
|
-
value: "1" | "
|
|
55
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
56
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
57
57
|
}[], {
|
|
58
58
|
readonly key: "span-2";
|
|
59
59
|
readonly value: "span 2";
|
|
@@ -131,8 +131,8 @@ export declare const gridLayout: readonly [{
|
|
|
131
131
|
readonly key: "rows";
|
|
132
132
|
readonly className: "teddy-gtr";
|
|
133
133
|
readonly values: readonly [...{
|
|
134
|
-
key: "1" | "
|
|
135
|
-
value: "1" | "
|
|
134
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
135
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
136
136
|
}[], {
|
|
137
137
|
readonly key: "none";
|
|
138
138
|
readonly value: "none";
|
|
@@ -141,8 +141,8 @@ export declare const gridLayout: readonly [{
|
|
|
141
141
|
readonly key: "columns";
|
|
142
142
|
readonly className: "teddy-gtc";
|
|
143
143
|
readonly values: readonly [...{
|
|
144
|
-
readonly key: "1" | "
|
|
145
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(
|
|
144
|
+
readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
145
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
|
|
146
146
|
}[], {
|
|
147
147
|
readonly key: "none";
|
|
148
148
|
readonly value: "none";
|
|
@@ -171,36 +171,36 @@ export declare const gridChildren: readonly [{
|
|
|
171
171
|
readonly key: "gridColumnStart";
|
|
172
172
|
readonly className: "teddy-gcs";
|
|
173
173
|
readonly values: {
|
|
174
|
-
key: "1" | "
|
|
175
|
-
value: "1" | "
|
|
174
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
175
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
176
176
|
}[];
|
|
177
177
|
}, {
|
|
178
178
|
readonly key: "gridColumnEnd";
|
|
179
179
|
readonly className: "teddy-gce";
|
|
180
180
|
readonly values: {
|
|
181
|
-
key: "1" | "
|
|
182
|
-
value: "1" | "
|
|
181
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
182
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
183
183
|
}[];
|
|
184
184
|
}, {
|
|
185
185
|
readonly key: "gridRowStart";
|
|
186
186
|
readonly className: "teddy-grs";
|
|
187
187
|
readonly values: {
|
|
188
|
-
key: "1" | "
|
|
189
|
-
value: "1" | "
|
|
188
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
189
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
190
190
|
}[];
|
|
191
191
|
}, {
|
|
192
192
|
readonly key: "gridRowEnd";
|
|
193
193
|
readonly className: "teddy-gre";
|
|
194
194
|
readonly values: {
|
|
195
|
-
key: "1" | "
|
|
196
|
-
value: "1" | "
|
|
195
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
196
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
197
197
|
}[];
|
|
198
198
|
}, {
|
|
199
199
|
readonly key: "gridColumn";
|
|
200
200
|
readonly className: "teddy-gc";
|
|
201
201
|
readonly values: readonly [...{
|
|
202
|
-
key: "1" | "
|
|
203
|
-
value: "1" | "
|
|
202
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
203
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
204
204
|
}[], {
|
|
205
205
|
readonly key: "span-2";
|
|
206
206
|
readonly value: "span 2";
|
|
@@ -239,8 +239,8 @@ export declare const gridChildren: readonly [{
|
|
|
239
239
|
readonly key: "gridRow";
|
|
240
240
|
readonly className: "teddy-gr";
|
|
241
241
|
readonly values: readonly [...{
|
|
242
|
-
key: "1" | "
|
|
243
|
-
value: "1" | "
|
|
242
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
243
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
244
244
|
}[], {
|
|
245
245
|
readonly key: "span-2";
|
|
246
246
|
readonly value: "span 2";
|
|
@@ -1867,8 +1867,8 @@ export declare const stylings: readonly [{
|
|
|
1867
1867
|
readonly key: "rows";
|
|
1868
1868
|
readonly className: "teddy-gtr";
|
|
1869
1869
|
readonly values: readonly [...{
|
|
1870
|
-
key: "1" | "
|
|
1871
|
-
value: "1" | "
|
|
1870
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1871
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1872
1872
|
}[], {
|
|
1873
1873
|
readonly key: "none";
|
|
1874
1874
|
readonly value: "none";
|
|
@@ -1877,8 +1877,8 @@ export declare const stylings: readonly [{
|
|
|
1877
1877
|
readonly key: "columns";
|
|
1878
1878
|
readonly className: "teddy-gtc";
|
|
1879
1879
|
readonly values: readonly [...{
|
|
1880
|
-
readonly key: "1" | "
|
|
1881
|
-
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(
|
|
1880
|
+
readonly key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1881
|
+
readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
|
|
1882
1882
|
}[], {
|
|
1883
1883
|
readonly key: "none";
|
|
1884
1884
|
readonly value: "none";
|
|
@@ -1906,36 +1906,36 @@ export declare const stylings: readonly [{
|
|
|
1906
1906
|
readonly key: "gridColumnStart";
|
|
1907
1907
|
readonly className: "teddy-gcs";
|
|
1908
1908
|
readonly values: {
|
|
1909
|
-
key: "1" | "
|
|
1910
|
-
value: "1" | "
|
|
1909
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1910
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1911
1911
|
}[];
|
|
1912
1912
|
}, {
|
|
1913
1913
|
readonly key: "gridColumnEnd";
|
|
1914
1914
|
readonly className: "teddy-gce";
|
|
1915
1915
|
readonly values: {
|
|
1916
|
-
key: "1" | "
|
|
1917
|
-
value: "1" | "
|
|
1916
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1917
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1918
1918
|
}[];
|
|
1919
1919
|
}, {
|
|
1920
1920
|
readonly key: "gridRowStart";
|
|
1921
1921
|
readonly className: "teddy-grs";
|
|
1922
1922
|
readonly values: {
|
|
1923
|
-
key: "1" | "
|
|
1924
|
-
value: "1" | "
|
|
1923
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1924
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1925
1925
|
}[];
|
|
1926
1926
|
}, {
|
|
1927
1927
|
readonly key: "gridRowEnd";
|
|
1928
1928
|
readonly className: "teddy-gre";
|
|
1929
1929
|
readonly values: {
|
|
1930
|
-
key: "1" | "
|
|
1931
|
-
value: "1" | "
|
|
1930
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1931
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1932
1932
|
}[];
|
|
1933
1933
|
}, {
|
|
1934
1934
|
readonly key: "gridColumn";
|
|
1935
1935
|
readonly className: "teddy-gc";
|
|
1936
1936
|
readonly values: readonly [...{
|
|
1937
|
-
key: "1" | "
|
|
1938
|
-
value: "1" | "
|
|
1937
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1938
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1939
1939
|
}[], {
|
|
1940
1940
|
readonly key: "span-2";
|
|
1941
1941
|
readonly value: "span 2";
|
|
@@ -1974,8 +1974,8 @@ export declare const stylings: readonly [{
|
|
|
1974
1974
|
readonly key: "gridRow";
|
|
1975
1975
|
readonly className: "teddy-gr";
|
|
1976
1976
|
readonly values: readonly [...{
|
|
1977
|
-
key: "1" | "
|
|
1978
|
-
value: "1" | "
|
|
1977
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1978
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
1979
1979
|
}[], {
|
|
1980
1980
|
readonly key: "span-2";
|
|
1981
1981
|
readonly value: "span 2";
|
|
@@ -76,7 +76,7 @@ export type Responsive<T> = {
|
|
|
76
76
|
[key in Breakpoint]?: T | AnyCssValue;
|
|
77
77
|
} | (T | AnyCssValue);
|
|
78
78
|
export declare const numberIterator: {
|
|
79
|
-
key: "1" | "
|
|
80
|
-
value: "1" | "
|
|
79
|
+
key: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
80
|
+
value: "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
|
|
81
81
|
}[];
|
|
82
82
|
export {};
|
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"pnpm": ">=8"
|
|
21
21
|
},
|
|
22
22
|
"private": false,
|
|
23
|
-
"version": "0.0.
|
|
23
|
+
"version": "0.0.30",
|
|
24
24
|
"sideEffects": [
|
|
25
25
|
"**/*.css"
|
|
26
26
|
],
|
|
@@ -85,6 +85,7 @@
|
|
|
85
85
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
86
86
|
"@radix-ui/react-label": "^2.0.2",
|
|
87
87
|
"@radix-ui/react-navigation-menu": "^1.1.4",
|
|
88
|
+
"@radix-ui/react-progress": "^1.1.0",
|
|
88
89
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
89
90
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
90
91
|
"@radix-ui/react-slot": "^1.0.2",
|