@telia/teddy 0.0.87 → 0.0.88
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/breadcrumbs/breadcrumbs-link.d.ts +1 -1
- package/dist/components/breadcrumbs/index.d.ts +1 -1
- package/dist/components/card/card-link.d.ts +1 -1
- package/dist/components/card/index.d.ts +1 -1
- package/dist/components/chip/chip-indicator.d.ts +2 -2
- package/dist/components/chip/index.d.ts +2 -2
- package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
- package/dist/components/expandable-card/index.d.ts +3 -3
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/modal/modal.cjs +1 -1
- package/dist/components/modal/modal.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +1 -1
- package/dist/components/navigation-menu/navigation-menu.js +1 -1
- package/dist/components/notabene/notabene-icon.d.ts +2 -2
- package/dist/components/notification/notification.d.ts +2 -2
- package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-body.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-body.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -1
- package/dist/components/radio-card-group/radio-card-group-item.js +1 -1
- package/dist/components/radio-card-group/radio-card-group-root.cjs +10 -10
- package/dist/components/radio-card-group/radio-card-group-root.js +10 -10
- package/dist/components/scroll-area/index.d.ts +2 -2
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/slider/index.cjs +4 -0
- package/dist/components/slider/index.d.ts +2 -0
- package/dist/components/slider/index.js +4 -0
- package/dist/components/slider/slider.cjs +46 -0
- package/dist/components/slider/slider.d.ts +15 -0
- package/dist/components/slider/slider.js +29 -0
- package/dist/components/tabs/index.d.ts +2 -2
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/text-field/index.d.ts +2 -2
- package/dist/components/text-field/text-field-button.d.ts +2 -2
- package/dist/components/toggle/toggle.d.ts +2 -2
- package/dist/main.cjs +2 -2
- package/dist/main.js +2 -2
- package/dist/style.css +653 -632
- 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
- package/dist/components/navigation-card/index.cjs +0 -10
- package/dist/components/navigation-card/index.d.ts +0 -15
- package/dist/components/navigation-card/index.js +0 -10
- package/dist/components/navigation-card/navigation-card-content.cjs +0 -49
- package/dist/components/navigation-card/navigation-card-content.d.ts +0 -10
- package/dist/components/navigation-card/navigation-card-content.js +0 -49
- package/dist/components/navigation-card/navigation-card-root.cjs +0 -32
- package/dist/components/navigation-card/navigation-card-root.d.ts +0 -6
- package/dist/components/navigation-card/navigation-card-root.js +0 -32
|
@@ -9,7 +9,7 @@ export declare const Link: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
9
9
|
disableVisited?: boolean | undefined;
|
|
10
10
|
ensureTargetArea?: boolean | undefined;
|
|
11
11
|
silent?: boolean | undefined;
|
|
12
|
-
variant: "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation
|
|
12
|
+
variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
|
|
13
13
|
} & React.RefAttributes<HTMLAnchorElement>, "ref">, "variant"> & {
|
|
14
14
|
home?: boolean | undefined;
|
|
15
15
|
} & React.RefAttributes<HTMLAnchorElement>>;
|
|
@@ -15,7 +15,7 @@ export declare const Breadcrumbs: import('react').ForwardRefExoticComponent<Omit
|
|
|
15
15
|
disableVisited?: boolean | undefined;
|
|
16
16
|
ensureTargetArea?: boolean | undefined;
|
|
17
17
|
silent?: boolean | undefined;
|
|
18
|
-
variant: "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation
|
|
18
|
+
variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
|
|
19
19
|
} & import('react').RefAttributes<HTMLAnchorElement>, "ref">, "variant"> & {
|
|
20
20
|
home?: boolean | undefined;
|
|
21
21
|
} & import('react').RefAttributes<HTMLAnchorElement>>;
|
|
@@ -7,5 +7,5 @@ export declare const Link: React.ForwardRefExoticComponent<Omit<Omit<React.Detai
|
|
|
7
7
|
disableVisited?: boolean | undefined;
|
|
8
8
|
ensureTargetArea?: boolean | undefined;
|
|
9
9
|
silent?: boolean | undefined;
|
|
10
|
-
variant: "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation
|
|
10
|
+
variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
|
|
11
11
|
} & React.RefAttributes<HTMLAnchorElement>, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
@@ -28,7 +28,7 @@ export declare const Card: import('react').ForwardRefExoticComponent<RootProps &
|
|
|
28
28
|
disableVisited?: boolean | undefined;
|
|
29
29
|
ensureTargetArea?: boolean | undefined;
|
|
30
30
|
silent?: boolean | undefined;
|
|
31
|
-
variant: "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation
|
|
31
|
+
variant: "text" | "navigation" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
|
|
32
32
|
} & import('react').RefAttributes<HTMLAnchorElement>, "ref"> & import('react').RefAttributes<HTMLAnchorElement>>;
|
|
33
33
|
Overline: import('react').ForwardRefExoticComponent<OverlineProps & import('react').RefAttributes<HTMLSpanElement>>;
|
|
34
34
|
Slot: import('react').ForwardRefExoticComponent<SlotProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -3,7 +3,7 @@ import { Icon } from '../icon';
|
|
|
3
3
|
|
|
4
4
|
export type IndicatorProps = Partial<React.ComponentPropsWithoutRef<typeof Icon>>;
|
|
5
5
|
export declare const Indicator: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
6
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "
|
|
7
|
-
size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl"
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "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
|
+
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -5,8 +5,8 @@ import { ItemProps } from './chip-item';
|
|
|
5
5
|
export declare const Chip: import('react').ForwardRefExoticComponent<RootProps & import('react').RefAttributes<HTMLDivElement>> & {
|
|
6
6
|
Item: import('react').ForwardRefExoticComponent<ItemProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
7
7
|
Indicator: import('react').ForwardRefExoticComponent<Partial<Omit<import('react').SVGProps<SVGSVGElement> & {
|
|
8
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "
|
|
9
|
-
size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl"
|
|
8
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "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
|
+
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
10
10
|
children?: import('react').ReactNode;
|
|
11
11
|
}, "ref">> & import('react').RefAttributes<SVGSVGElement>>;
|
|
12
12
|
};
|
|
@@ -12,7 +12,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
|
|
|
12
12
|
loading?: boolean | undefined;
|
|
13
13
|
fullWidth?: boolean | undefined;
|
|
14
14
|
size?: "sm" | "md" | "lg" | undefined;
|
|
15
|
-
variant?: "text" | "
|
|
15
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
16
16
|
} & {
|
|
17
17
|
iconOnly: true;
|
|
18
18
|
"aria-label": string;
|
|
@@ -23,7 +23,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
|
|
|
23
23
|
loading?: boolean | undefined;
|
|
24
24
|
fullWidth?: boolean | undefined;
|
|
25
25
|
size?: "sm" | "md" | "lg" | undefined;
|
|
26
|
-
variant?: "text" | "
|
|
26
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
27
27
|
} & {
|
|
28
28
|
iconOnly?: false | undefined;
|
|
29
29
|
"aria-label"?: string | undefined;
|
|
@@ -27,7 +27,7 @@ export declare const ExpandableCard: import('react').ForwardRefExoticComponent<R
|
|
|
27
27
|
loading?: boolean | undefined;
|
|
28
28
|
fullWidth?: boolean | undefined;
|
|
29
29
|
size?: "sm" | "md" | "lg" | undefined;
|
|
30
|
-
variant?: "text" | "
|
|
30
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
31
31
|
} & {
|
|
32
32
|
iconOnly: true;
|
|
33
33
|
"aria-label": string;
|
|
@@ -38,12 +38,12 @@ export declare const ExpandableCard: import('react').ForwardRefExoticComponent<R
|
|
|
38
38
|
loading?: boolean | undefined;
|
|
39
39
|
fullWidth?: boolean | undefined;
|
|
40
40
|
size?: "sm" | "md" | "lg" | undefined;
|
|
41
|
-
variant?: "text" | "
|
|
41
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
42
42
|
} & {
|
|
43
43
|
iconOnly?: false | undefined;
|
|
44
44
|
"aria-label"?: string | undefined;
|
|
45
45
|
} & import('react').RefAttributes<HTMLButtonElement>, "ref">, "variant"> & {
|
|
46
|
-
variant?: "text" | "
|
|
46
|
+
variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
47
47
|
position?: "left" | "right" | undefined;
|
|
48
48
|
} & import('react').RefAttributes<HTMLButtonElement>>;
|
|
49
49
|
Indicator: import('react').ForwardRefExoticComponent<Omit<IndicatorProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const components_navigationCard_index = require("./navigation-card/index.cjs");
|
|
4
3
|
const components_checkbox_index = require("./checkbox/index.cjs");
|
|
5
4
|
const components_toast_index = require("./toast/index.cjs");
|
|
6
5
|
const components_toggletip_index = require("./toggletip/index.cjs");
|
|
@@ -47,9 +46,9 @@ const components_visuallyHidden_visuallyHidden = require("./visually-hidden/visu
|
|
|
47
46
|
const components_textSpacing_textSpacing = require("./text-spacing/text-spacing.cjs");
|
|
48
47
|
const components_container_container = require("./container/container.cjs");
|
|
49
48
|
const components_carousel_carouselRoot = require("./carousel/carousel-root.cjs");
|
|
49
|
+
const components_slider_slider = require("./slider/slider.cjs");
|
|
50
50
|
const sonner = require("sonner");
|
|
51
51
|
const components_input_inputGroup = require("./input/input-group.cjs");
|
|
52
|
-
exports.NavigationCard = components_navigationCard_index.NavigationCard;
|
|
53
52
|
exports.Checkbox = components_checkbox_index.Checkbox;
|
|
54
53
|
exports.CheckboxGroup = components_checkbox_index.CheckboxGroup;
|
|
55
54
|
exports.Toast = components_toast_index.Toast;
|
|
@@ -100,6 +99,7 @@ exports.VisuallyHidden = components_visuallyHidden_visuallyHidden.VisuallyHidden
|
|
|
100
99
|
exports.TextSpacing = components_textSpacing_textSpacing.TextSpacing;
|
|
101
100
|
exports.Container = components_container_container.Container;
|
|
102
101
|
exports.Carousel = components_carousel_carouselRoot.Carousel;
|
|
102
|
+
exports.Slider = components_slider_slider.Slider;
|
|
103
103
|
Object.defineProperty(exports, "toast", {
|
|
104
104
|
enumerable: true,
|
|
105
105
|
get: () => sonner.toast
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export * from './navigation-card';
|
|
2
1
|
export * from './checkbox';
|
|
3
2
|
export * from './toast';
|
|
4
3
|
export * from './toggletip';
|
|
@@ -43,3 +42,4 @@ export * from './visually-hidden';
|
|
|
43
42
|
export * from './text-spacing';
|
|
44
43
|
export * from './container';
|
|
45
44
|
export * from './carousel';
|
|
45
|
+
export * from './slider';
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { NavigationCard } from "./navigation-card/index.js";
|
|
2
1
|
import { Checkbox, CheckboxGroup } from "./checkbox/index.js";
|
|
3
2
|
import { Toast } from "./toast/index.js";
|
|
4
3
|
import { Toggletip } from "./toggletip/index.js";
|
|
@@ -45,6 +44,7 @@ import { VisuallyHidden } from "./visually-hidden/visually-hidden.js";
|
|
|
45
44
|
import { TextSpacing } from "./text-spacing/text-spacing.js";
|
|
46
45
|
import { Container } from "./container/container.js";
|
|
47
46
|
import { Carousel } from "./carousel/carousel-root.js";
|
|
47
|
+
import { Slider } from "./slider/slider.js";
|
|
48
48
|
import { toast } from "sonner";
|
|
49
49
|
import { I } from "./input/input-group.js";
|
|
50
50
|
export {
|
|
@@ -80,7 +80,6 @@ export {
|
|
|
80
80
|
Link,
|
|
81
81
|
List,
|
|
82
82
|
M as Modal,
|
|
83
|
-
NavigationCard,
|
|
84
83
|
N as NavigationMenu,
|
|
85
84
|
Notabene,
|
|
86
85
|
Notification,
|
|
@@ -89,6 +88,7 @@ export {
|
|
|
89
88
|
RadioGroup,
|
|
90
89
|
Ribbon,
|
|
91
90
|
ScrollArea,
|
|
91
|
+
Slider,
|
|
92
92
|
Spinner,
|
|
93
93
|
Tabs,
|
|
94
94
|
Text,
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
3
3
|
require("react/jsx-runtime");
|
|
4
4
|
require("react");
|
|
5
5
|
require("@radix-ui/react-dialog");
|
|
6
|
-
require("../navigation-card/index.cjs");
|
|
7
6
|
require("../checkbox/index.cjs");
|
|
8
7
|
require("../toast/toast-root.cjs");
|
|
9
8
|
require("sonner");
|
|
@@ -50,6 +49,7 @@ require("../visually-hidden/visually-hidden.cjs");
|
|
|
50
49
|
require("../text-spacing/text-spacing.cjs");
|
|
51
50
|
require("../container/container.cjs");
|
|
52
51
|
require("../carousel/carousel-root.cjs");
|
|
52
|
+
require("../slider/slider.cjs");
|
|
53
53
|
require("@radix-ui/react-slot");
|
|
54
54
|
require("../../utils/composeRefs.cjs");
|
|
55
55
|
exports.Modal = components_radioCardGroup_radioCardGroupItemTitle.Modal;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@radix-ui/react-dialog";
|
|
4
|
-
import "../navigation-card/index.js";
|
|
5
4
|
import "../checkbox/index.js";
|
|
6
5
|
import "../toast/toast-root.js";
|
|
7
6
|
import "sonner";
|
|
@@ -48,6 +47,7 @@ import "../visually-hidden/visually-hidden.js";
|
|
|
48
47
|
import "../text-spacing/text-spacing.js";
|
|
49
48
|
import "../container/container.js";
|
|
50
49
|
import "../carousel/carousel-root.js";
|
|
50
|
+
import "../slider/slider.js";
|
|
51
51
|
import "@radix-ui/react-slot";
|
|
52
52
|
import "../../utils/composeRefs.js";
|
|
53
53
|
export {
|
|
@@ -12,7 +12,6 @@ require("@radix-ui/react-slot");
|
|
|
12
12
|
require("@radix-ui/react-use-controllable-state");
|
|
13
13
|
require("../../utils/generate-styling/index.cjs");
|
|
14
14
|
require("../../tokens/motion/variables.cjs");
|
|
15
|
-
require("../navigation-card/index.cjs");
|
|
16
15
|
require("../checkbox/index.cjs");
|
|
17
16
|
require("../toast/toast-root.cjs");
|
|
18
17
|
require("sonner");
|
|
@@ -55,6 +54,7 @@ require("../heading/heading.cjs");
|
|
|
55
54
|
require("../text-spacing/text-spacing.cjs");
|
|
56
55
|
require("../container/container.cjs");
|
|
57
56
|
require("../carousel/carousel-root.cjs");
|
|
57
|
+
require("../slider/slider.cjs");
|
|
58
58
|
exports.NavigationMenu = components_radioCardGroup_radioCardGroupItemTitle.NavigationMenu;
|
|
59
59
|
exports.Separator = components_radioCardGroup_radioCardGroupItemTitle.Separator;
|
|
60
60
|
exports.rootClassName = components_radioCardGroup_radioCardGroupItemTitle.rootClassName;
|
|
@@ -10,7 +10,6 @@ import "@radix-ui/react-slot";
|
|
|
10
10
|
import "@radix-ui/react-use-controllable-state";
|
|
11
11
|
import "../../utils/generate-styling/index.js";
|
|
12
12
|
import "../../tokens/motion/variables.js";
|
|
13
|
-
import "../navigation-card/index.js";
|
|
14
13
|
import "../checkbox/index.js";
|
|
15
14
|
import "../toast/toast-root.js";
|
|
16
15
|
import "sonner";
|
|
@@ -53,6 +52,7 @@ import "../heading/heading.js";
|
|
|
53
52
|
import "../text-spacing/text-spacing.js";
|
|
54
53
|
import "../container/container.js";
|
|
55
54
|
import "../carousel/carousel-root.js";
|
|
55
|
+
import "../slider/slider.js";
|
|
56
56
|
export {
|
|
57
57
|
N as NavigationMenu,
|
|
58
58
|
S as Separator,
|
|
@@ -3,7 +3,7 @@ import { Icon as PrimitiveIcon } from '../icon';
|
|
|
3
3
|
|
|
4
4
|
export type IconProps = Partial<React.ComponentPropsWithoutRef<typeof PrimitiveIcon>>;
|
|
5
5
|
export declare const Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
6
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "
|
|
7
|
-
size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl"
|
|
6
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "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
|
+
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
8
8
|
children?: React.ReactNode;
|
|
9
9
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
@@ -89,8 +89,8 @@ declare const Notification: React.ForwardRefExoticComponent<Omit<Omit<Omit<Omit<
|
|
|
89
89
|
Text: React.ForwardRefExoticComponent<TextProps & React.RefAttributes<HTMLSpanElement>>;
|
|
90
90
|
Heading: React.ForwardRefExoticComponent<HeadingProps & React.RefAttributes<HTMLHeadingElement>>;
|
|
91
91
|
Icon: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
|
|
92
|
-
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "
|
|
93
|
-
size?: ("xxs" | "xs" | "sm" | "md" | "lg" | "xl"
|
|
92
|
+
name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "x" | "download" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "edit" | "heart-filled" | "heart" | "invisible" | "like" | "lock-open" | "lock" | "login" | "logout" | "maximize" | "minimize" | "mute" | "password-invisible" | "password-visible" | "play-filled" | "play" | "remove-filled" | "remove" | "save" | "send" | "settings" | "share" | "shortcut" | "shuffle" | "sync" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "tv-next" | "tv-pause" | "tv-previous" | "tv-stop" | "upload" | "visible" | "volume" | "zoom-out" | "zoom" | "connected-building" | "home" | "hospital" | "industry" | "premises-datacenter" | "premises-large" | "premises-medium" | "premises-small" | "premises" | "store" | "address-book" | "b2b-customer" | "care" | "chat-robot" | "chat" | "child-1" | "child-2" | "conversation" | "customer-dialogue" | "dsl-hub" | "end-user" | "handshake" | "headphones" | "letter" | "mms" | "new-contact" | "new-group" | "news" | "parental-guide" | "people-hub" | "people" | "portal" | "signature" | "smiley-happy" | "smiley-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" | "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" | "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";
|
|
93
|
+
size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
|
|
94
94
|
children?: React.ReactNode;
|
|
95
95
|
}, "ref">> & React.RefAttributes<SVGSVGElement>>;
|
|
96
96
|
Dismiss: React.ForwardRefExoticComponent<DismissProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -4,7 +4,6 @@ require("react/jsx-runtime");
|
|
|
4
4
|
require("clsx");
|
|
5
5
|
require("react");
|
|
6
6
|
require("./radio-card-group-root.cjs");
|
|
7
|
-
require("../navigation-card/index.cjs");
|
|
8
7
|
require("../checkbox/index.cjs");
|
|
9
8
|
require("../toast/toast-root.cjs");
|
|
10
9
|
require("sonner");
|
|
@@ -49,4 +48,5 @@ require("../visually-hidden/visually-hidden.cjs");
|
|
|
49
48
|
require("../text-spacing/text-spacing.cjs");
|
|
50
49
|
require("../container/container.cjs");
|
|
51
50
|
require("../carousel/carousel-root.cjs");
|
|
51
|
+
require("../slider/slider.cjs");
|
|
52
52
|
exports.Content = components_radioCardGroup_radioCardGroupItemTitle.Content;
|
|
@@ -2,7 +2,6 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "clsx";
|
|
3
3
|
import "react";
|
|
4
4
|
import "./radio-card-group-root.js";
|
|
5
|
-
import "../navigation-card/index.js";
|
|
6
5
|
import "../checkbox/index.js";
|
|
7
6
|
import "../toast/toast-root.js";
|
|
8
7
|
import "sonner";
|
|
@@ -47,6 +46,7 @@ import "../visually-hidden/visually-hidden.js";
|
|
|
47
46
|
import "../text-spacing/text-spacing.js";
|
|
48
47
|
import "../container/container.js";
|
|
49
48
|
import "../carousel/carousel-root.js";
|
|
49
|
+
import "../slider/slider.js";
|
|
50
50
|
export {
|
|
51
51
|
C as Content
|
|
52
52
|
};
|
|
@@ -5,7 +5,6 @@ require("clsx");
|
|
|
5
5
|
require("react");
|
|
6
6
|
require("./radio-card-group-root.cjs");
|
|
7
7
|
require("@radix-ui/react-slot");
|
|
8
|
-
require("../navigation-card/index.cjs");
|
|
9
8
|
require("../checkbox/index.cjs");
|
|
10
9
|
require("../toast/toast-root.cjs");
|
|
11
10
|
require("sonner");
|
|
@@ -50,4 +49,5 @@ require("../visually-hidden/visually-hidden.cjs");
|
|
|
50
49
|
require("../text-spacing/text-spacing.cjs");
|
|
51
50
|
require("../container/container.cjs");
|
|
52
51
|
require("../carousel/carousel-root.cjs");
|
|
52
|
+
require("../slider/slider.cjs");
|
|
53
53
|
exports.Body = components_radioCardGroup_radioCardGroupItemTitle.Body;
|
|
@@ -3,7 +3,6 @@ import "clsx";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "./radio-card-group-root.js";
|
|
5
5
|
import "@radix-ui/react-slot";
|
|
6
|
-
import "../navigation-card/index.js";
|
|
7
6
|
import "../checkbox/index.js";
|
|
8
7
|
import "../toast/toast-root.js";
|
|
9
8
|
import "sonner";
|
|
@@ -48,6 +47,7 @@ import "../visually-hidden/visually-hidden.js";
|
|
|
48
47
|
import "../text-spacing/text-spacing.js";
|
|
49
48
|
import "../container/container.js";
|
|
50
49
|
import "../carousel/carousel-root.js";
|
|
50
|
+
import "../slider/slider.js";
|
|
51
51
|
export {
|
|
52
52
|
B as Body
|
|
53
53
|
};
|
|
@@ -12,7 +12,6 @@ const reactSlot = require("@radix-ui/react-slot");
|
|
|
12
12
|
const reactUseControllableState = require("@radix-ui/react-use-controllable-state");
|
|
13
13
|
const utils_generateStyling_index = require("../../utils/generate-styling/index.cjs");
|
|
14
14
|
const tokens_motion_variables = require("../../tokens/motion/variables.cjs");
|
|
15
|
-
require("../navigation-card/index.cjs");
|
|
16
15
|
require("../checkbox/index.cjs");
|
|
17
16
|
require("../toast/toast-root.cjs");
|
|
18
17
|
require("sonner");
|
|
@@ -59,6 +58,7 @@ const components_heading_heading = require("../heading/heading.cjs");
|
|
|
59
58
|
const components_textSpacing_textSpacing = require("../text-spacing/text-spacing.cjs");
|
|
60
59
|
require("../container/container.cjs");
|
|
61
60
|
require("../carousel/carousel-root.cjs");
|
|
61
|
+
require("../slider/slider.cjs");
|
|
62
62
|
const components_radioCardGroup_radioCardGroupIndicator = require("./radio-card-group-indicator.cjs");
|
|
63
63
|
const RadioGroupPrimitive = require("@radix-ui/react-radio-group");
|
|
64
64
|
const utils_useSize = require("../../utils/useSize.cjs");
|
|
@@ -10,7 +10,6 @@ import { Slot } from "@radix-ui/react-slot";
|
|
|
10
10
|
import { useControllableState } from "@radix-ui/react-use-controllable-state";
|
|
11
11
|
import { mergeStyles } from "../../utils/generate-styling/index.js";
|
|
12
12
|
import { teddyMotionDuration300 } from "../../tokens/motion/variables.js";
|
|
13
|
-
import "../navigation-card/index.js";
|
|
14
13
|
import "../checkbox/index.js";
|
|
15
14
|
import "../toast/toast-root.js";
|
|
16
15
|
import "sonner";
|
|
@@ -57,6 +56,7 @@ import { Heading } from "../heading/heading.js";
|
|
|
57
56
|
import { TextSpacing } from "../text-spacing/text-spacing.js";
|
|
58
57
|
import "../container/container.js";
|
|
59
58
|
import "../carousel/carousel-root.js";
|
|
59
|
+
import "../slider/slider.js";
|
|
60
60
|
import { Indicator as Indicator$1 } from "./radio-card-group-indicator.js";
|
|
61
61
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
62
62
|
import { useSize } from "../../utils/useSize.js";
|
|
@@ -5,7 +5,6 @@ require("clsx");
|
|
|
5
5
|
require("react");
|
|
6
6
|
require("./radio-card-group-root.cjs");
|
|
7
7
|
require("@radix-ui/react-radio-group");
|
|
8
|
-
require("../navigation-card/index.cjs");
|
|
9
8
|
require("../checkbox/index.cjs");
|
|
10
9
|
require("../toast/toast-root.cjs");
|
|
11
10
|
require("sonner");
|
|
@@ -50,6 +49,7 @@ require("../visually-hidden/visually-hidden.cjs");
|
|
|
50
49
|
require("../text-spacing/text-spacing.cjs");
|
|
51
50
|
require("../container/container.cjs");
|
|
52
51
|
require("../carousel/carousel-root.cjs");
|
|
52
|
+
require("../slider/slider.cjs");
|
|
53
53
|
require("../../utils/composeRefs.cjs");
|
|
54
54
|
exports.Item = components_radioCardGroup_radioCardGroupItemTitle.Item;
|
|
55
55
|
exports.ItemContext = components_radioCardGroup_radioCardGroupItemTitle.ItemContext;
|
|
@@ -3,7 +3,6 @@ import "clsx";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "./radio-card-group-root.js";
|
|
5
5
|
import "@radix-ui/react-radio-group";
|
|
6
|
-
import "../navigation-card/index.js";
|
|
7
6
|
import "../checkbox/index.js";
|
|
8
7
|
import "../toast/toast-root.js";
|
|
9
8
|
import "sonner";
|
|
@@ -48,6 +47,7 @@ import "../visually-hidden/visually-hidden.js";
|
|
|
48
47
|
import "../text-spacing/text-spacing.js";
|
|
49
48
|
import "../container/container.js";
|
|
50
49
|
import "../carousel/carousel-root.js";
|
|
50
|
+
import "../slider/slider.js";
|
|
51
51
|
import "../../utils/composeRefs.js";
|
|
52
52
|
export {
|
|
53
53
|
a as Item,
|
|
@@ -22,16 +22,16 @@ function _interopNamespaceDefault(e) {
|
|
|
22
22
|
}
|
|
23
23
|
const RadioGroupPrimitive__namespace = /* @__PURE__ */ _interopNamespaceDefault(RadioGroupPrimitive);
|
|
24
24
|
const styles = {
|
|
25
|
-
"teddy-radio-card-group": "_teddy-radio-card-
|
|
26
|
-
"teddy-radio-card-group__card-group-label": "_teddy-radio-card-group__card-group-
|
|
27
|
-
"teddy-radio-card-group__content-wrapper": "_teddy-radio-card-group__content-
|
|
28
|
-
"teddy-radio-card-group__title-wrapper": "_teddy-radio-card-group__title-
|
|
29
|
-
"teddy-radio-card-group__content": "_teddy-radio-card-
|
|
30
|
-
"teddy-radio-card-group__card-item": "_teddy-radio-card-group__card-
|
|
31
|
-
"teddy-radio-card-group__trigger": "_teddy-radio-card-
|
|
32
|
-
"teddy-radio-card-group__indicator": "_teddy-radio-card-
|
|
33
|
-
"teddy-radio-card-group__illustration": "_teddy-radio-card-
|
|
34
|
-
"teddy-radio-card-group__card-group-label--required": "_teddy-radio-card-group__card-group-label--
|
|
25
|
+
"teddy-radio-card-group": "_teddy-radio-card-group_upgkn_1",
|
|
26
|
+
"teddy-radio-card-group__card-group-label": "_teddy-radio-card-group__card-group-label_upgkn_9",
|
|
27
|
+
"teddy-radio-card-group__content-wrapper": "_teddy-radio-card-group__content-wrapper_upgkn_9",
|
|
28
|
+
"teddy-radio-card-group__title-wrapper": "_teddy-radio-card-group__title-wrapper_upgkn_12",
|
|
29
|
+
"teddy-radio-card-group__content": "_teddy-radio-card-group__content_upgkn_9",
|
|
30
|
+
"teddy-radio-card-group__card-item": "_teddy-radio-card-group__card-item_upgkn_18",
|
|
31
|
+
"teddy-radio-card-group__trigger": "_teddy-radio-card-group__trigger_upgkn_49",
|
|
32
|
+
"teddy-radio-card-group__indicator": "_teddy-radio-card-group__indicator_upgkn_133",
|
|
33
|
+
"teddy-radio-card-group__illustration": "_teddy-radio-card-group__illustration_upgkn_160",
|
|
34
|
+
"teddy-radio-card-group__card-group-label--required": "_teddy-radio-card-group__card-group-label--required_upgkn_177"
|
|
35
35
|
};
|
|
36
36
|
const rootClassName = "teddy-radio-card-group";
|
|
37
37
|
const RootContext = React.createContext(void 0);
|
|
@@ -3,16 +3,16 @@ import React__default from "react";
|
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
5
5
|
const styles = {
|
|
6
|
-
"teddy-radio-card-group": "_teddy-radio-card-
|
|
7
|
-
"teddy-radio-card-group__card-group-label": "_teddy-radio-card-group__card-group-
|
|
8
|
-
"teddy-radio-card-group__content-wrapper": "_teddy-radio-card-group__content-
|
|
9
|
-
"teddy-radio-card-group__title-wrapper": "_teddy-radio-card-group__title-
|
|
10
|
-
"teddy-radio-card-group__content": "_teddy-radio-card-
|
|
11
|
-
"teddy-radio-card-group__card-item": "_teddy-radio-card-group__card-
|
|
12
|
-
"teddy-radio-card-group__trigger": "_teddy-radio-card-
|
|
13
|
-
"teddy-radio-card-group__indicator": "_teddy-radio-card-
|
|
14
|
-
"teddy-radio-card-group__illustration": "_teddy-radio-card-
|
|
15
|
-
"teddy-radio-card-group__card-group-label--required": "_teddy-radio-card-group__card-group-label--
|
|
6
|
+
"teddy-radio-card-group": "_teddy-radio-card-group_upgkn_1",
|
|
7
|
+
"teddy-radio-card-group__card-group-label": "_teddy-radio-card-group__card-group-label_upgkn_9",
|
|
8
|
+
"teddy-radio-card-group__content-wrapper": "_teddy-radio-card-group__content-wrapper_upgkn_9",
|
|
9
|
+
"teddy-radio-card-group__title-wrapper": "_teddy-radio-card-group__title-wrapper_upgkn_12",
|
|
10
|
+
"teddy-radio-card-group__content": "_teddy-radio-card-group__content_upgkn_9",
|
|
11
|
+
"teddy-radio-card-group__card-item": "_teddy-radio-card-group__card-item_upgkn_18",
|
|
12
|
+
"teddy-radio-card-group__trigger": "_teddy-radio-card-group__trigger_upgkn_49",
|
|
13
|
+
"teddy-radio-card-group__indicator": "_teddy-radio-card-group__indicator_upgkn_133",
|
|
14
|
+
"teddy-radio-card-group__illustration": "_teddy-radio-card-group__illustration_upgkn_160",
|
|
15
|
+
"teddy-radio-card-group__card-group-label--required": "_teddy-radio-card-group__card-group-label--required_upgkn_177"
|
|
16
16
|
};
|
|
17
17
|
const rootClassName = "teddy-radio-card-group";
|
|
18
18
|
const RootContext = React__default.createContext(void 0);
|