@telia/teddy 0.0.60 → 0.0.62
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-illustration.d.ts +1 -1
- package/dist/components/card/card-link.d.ts +1 -1
- package/dist/components/card/index.d.ts +2 -2
- package/dist/components/chip/chip-indicator.d.ts +1 -1
- package/dist/components/chip/index.d.ts +1 -1
- package/dist/components/expandable-card/expandable-card-button.d.ts +3 -3
- package/dist/components/expandable-card/index.d.ts +4 -4
- package/dist/components/index.cjs +11 -4
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +9 -5
- package/dist/components/modal/modal.cjs +3 -2
- package/dist/components/modal/modal.js +3 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +12 -682
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +12 -682
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -5
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -5
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search-field.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -3
- package/dist/components/navigation-menu/global-navigation/index.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/index.js +1 -1
- package/dist/components/navigation-menu/index.cjs +3 -4
- package/dist/components/navigation-menu/index.js +2 -3
- package/dist/components/navigation-menu/navigation-menu.cjs +55 -436
- package/dist/components/navigation-menu/navigation-menu.d.ts +9 -1
- package/dist/components/navigation-menu/navigation-menu.js +55 -419
- package/dist/components/notabene/notabene-icon.d.ts +1 -1
- package/dist/components/notification/notification.d.ts +1 -1
- package/dist/components/radio-card-group/radio-card-group-content.cjs +3 -2
- package/dist/components/radio-card-group/radio-card-group-content.js +3 -2
- package/dist/components/radio-card-group/radio-card-group-item-body.cjs +3 -2
- package/dist/components/radio-card-group/radio-card-group-item-body.js +3 -2
- package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1137 -51
- package/dist/components/radio-card-group/radio-card-group-item-title.js +1148 -63
- package/dist/components/radio-card-group/radio-card-group-item.cjs +3 -2
- package/dist/components/radio-card-group/radio-card-group-item.js +3 -2
- package/dist/components/scroll-area/index.d.ts +3 -3
- package/dist/components/scroll-area/scroll-area-button.d.ts +3 -3
- package/dist/components/tabs/index.d.ts +3 -3
- package/dist/components/tabs/tabs-scroll-button.d.ts +3 -3
- 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/toast/index.cjs +10 -0
- package/dist/components/toast/index.d.ts +9 -0
- package/dist/components/toast/index.js +7 -0
- package/dist/components/toast/toast-root.cjs +121 -0
- package/dist/components/toast/toast-root.d.ts +9 -0
- package/dist/components/toast/toast-root.js +121 -0
- package/dist/components/toggle/toggle.d.ts +1 -1
- package/dist/components/toggletip/index.cjs +31 -0
- package/dist/components/toggletip/index.d.ts +33 -0
- package/dist/components/toggletip/index.js +31 -0
- package/dist/components/toggletip/toggletip-anchor.cjs +33 -0
- package/dist/components/toggletip/toggletip-anchor.d.ts +6 -0
- package/dist/components/toggletip/toggletip-anchor.js +16 -0
- package/dist/components/toggletip/toggletip-arrow.cjs +38 -0
- package/dist/components/toggletip/toggletip-arrow.d.ts +6 -0
- package/dist/components/toggletip/toggletip-arrow.js +21 -0
- package/dist/components/toggletip/toggletip-close.cjs +48 -0
- package/dist/components/toggletip/toggletip-close.d.ts +10 -0
- package/dist/components/toggletip/toggletip-close.js +31 -0
- package/dist/components/toggletip/toggletip-content.cjs +80 -0
- package/dist/components/toggletip/toggletip-content.d.ts +16 -0
- package/dist/components/toggletip/toggletip-content.js +63 -0
- package/dist/components/toggletip/toggletip-footer.cjs +10 -0
- package/dist/components/toggletip/toggletip-footer.d.ts +6 -0
- package/dist/components/toggletip/toggletip-footer.js +10 -0
- package/dist/components/toggletip/toggletip-heading.cjs +25 -0
- package/dist/components/toggletip/toggletip-heading.d.ts +6 -0
- package/dist/components/toggletip/toggletip-heading.js +25 -0
- package/dist/components/toggletip/toggletip-portal.cjs +31 -0
- package/dist/components/toggletip/toggletip-portal.d.ts +11 -0
- package/dist/components/toggletip/toggletip-portal.js +14 -0
- package/dist/components/toggletip/toggletip-root.cjs +36 -0
- package/dist/components/toggletip/toggletip-root.d.ts +26 -0
- package/dist/components/toggletip/toggletip-root.js +19 -0
- package/dist/components/toggletip/toggletip-trigger.cjs +33 -0
- package/dist/components/toggletip/toggletip-trigger.d.ts +10 -0
- package/dist/components/toggletip/toggletip-trigger.js +16 -0
- package/dist/components/tooltip/index.d.ts +3 -3
- package/dist/main.cjs +11 -4
- package/dist/main.js +9 -5
- package/dist/style.css +3458 -2751
- package/dist/toggletip.module-A6XIfaD_.cjs +10 -0
- package/dist/toggletip.module-BUx6_4pv.js +11 -0
- 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 +17 -15
|
@@ -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: "
|
|
12
|
+
variant: "navigation" | "text" | "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: "
|
|
18
|
+
variant: "navigation" | "text" | "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>>;
|
|
@@ -9,7 +9,7 @@ export type IllustrationProps = React.ComponentPropsWithoutRef<'div'> & {
|
|
|
9
9
|
/** The illustration for the card */
|
|
10
10
|
export declare const Illustration: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
11
11
|
/** The inset allows make the image bleed out to the edges */
|
|
12
|
-
inset?: "all" | "top" | "
|
|
12
|
+
inset?: "all" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top" | "bottom" | "left" | "right" | "top-right-left" | "bottom-left-right" | "top-bottom" | "left-right" | undefined;
|
|
13
13
|
rounded?: boolean | undefined;
|
|
14
14
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
15
15
|
export {};
|
|
@@ -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: "
|
|
10
|
+
variant: "navigation" | "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
|
|
11
11
|
} & React.RefAttributes<HTMLAnchorElement>, "ref"> & React.RefAttributes<HTMLAnchorElement>>;
|
|
@@ -13,7 +13,7 @@ export declare const Card: import('react').ForwardRefExoticComponent<RootProps &
|
|
|
13
13
|
Button: import('react').ForwardRefExoticComponent<import('..').ButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
14
14
|
Content: import('react').ForwardRefExoticComponent<ContentProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
15
15
|
Illustration: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
16
|
-
inset?: "all" | "top" | "
|
|
16
|
+
inset?: "all" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "top" | "bottom" | "left" | "right" | "top-right-left" | "bottom-left-right" | "top-bottom" | "left-right" | undefined;
|
|
17
17
|
rounded?: boolean | undefined;
|
|
18
18
|
} & import('react').RefAttributes<HTMLDivElement>>;
|
|
19
19
|
Line: import('react').ForwardRefExoticComponent<LineProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -22,7 +22,7 @@ export declare const Card: import('react').ForwardRefExoticComponent<RootProps &
|
|
|
22
22
|
disableVisited?: boolean | undefined;
|
|
23
23
|
ensureTargetArea?: boolean | undefined;
|
|
24
24
|
silent?: boolean | undefined;
|
|
25
|
-
variant: "
|
|
25
|
+
variant: "navigation" | "text" | "text-negative" | "standalone" | "standalone-negative" | "navigation-negative";
|
|
26
26
|
} & import('react').RefAttributes<HTMLAnchorElement>, "ref"> & import('react').RefAttributes<HTMLAnchorElement>>;
|
|
27
27
|
Slot: import('react').ForwardRefExoticComponent<SlotProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
28
28
|
Footer: import('react').ForwardRefExoticComponent<FooterProps & 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: "
|
|
6
|
+
name: "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "dislike" | "download" | "edit" | "filter" | "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" | "summary" | "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" | "image" | "link" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "video" | "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" | "key" | "layers" | "map" | "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" | "split" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "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" | "menu" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "search" | "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: "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "copy" | "dislike" | "download" | "edit" | "filter" | "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" | "summary" | "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" | "image" | "link" | "megaphone" | "microphone" | "music" | "player-settings" | "record" | "stream" | "trailer" | "video-conference" | "video" | "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" | "key" | "layers" | "map" | "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" | "split" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "youtube" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "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" | "menu" | "minus-bold" | "minus" | "more-horizontal" | "more-vertical" | "plus" | "search" | "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>>;
|
|
@@ -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?: "
|
|
15
|
+
variant?: "list-item" | "primary" | "text" | "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,11 +23,11 @@ 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?: "
|
|
26
|
+
variant?: "list-item" | "primary" | "text" | "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;
|
|
30
30
|
} & React.RefAttributes<HTMLButtonElement>, "ref">, "variant"> & {
|
|
31
31
|
variant?: React.ComponentPropsWithoutRef<typeof PrimitiveButton>['variant'];
|
|
32
|
-
position?: "
|
|
32
|
+
position?: "left" | "right" | undefined;
|
|
33
33
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -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?: "
|
|
30
|
+
variant?: "list-item" | "primary" | "text" | "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,13 +38,13 @@ 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?: "
|
|
41
|
+
variant?: "list-item" | "primary" | "text" | "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?: "
|
|
47
|
-
position?: "
|
|
46
|
+
variant?: "list-item" | "primary" | "text" | "secondary" | "destructive" | "tertiary-purple" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
47
|
+
position?: "left" | "right" | undefined;
|
|
48
48
|
} & import('react').RefAttributes<HTMLButtonElement>>;
|
|
49
49
|
Indicator: import('react').ForwardRefExoticComponent<Omit<IndicatorProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
50
50
|
};
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
const components_toast_index = require("./toast/index.cjs");
|
|
4
|
+
const components_toggletip_index = require("./toggletip/index.cjs");
|
|
3
5
|
const components_breadcrumbs_index = require("./breadcrumbs/index.cjs");
|
|
4
6
|
const components_radioCardGroup_radioCardGroupItemTitle = require("./radio-card-group/radio-card-group-item-title.cjs");
|
|
5
7
|
const components_ribbon_index = require("./ribbon/index.cjs");
|
|
@@ -21,8 +23,6 @@ const components_box_box = require("./box/box.cjs");
|
|
|
21
23
|
const components_flex_flex = require("./flex/flex.cjs");
|
|
22
24
|
const components_card_index = require("./card/index.cjs");
|
|
23
25
|
const components_grid_grid = require("./grid/grid.cjs");
|
|
24
|
-
const components_navigationMenu_navigationMenu = require("./navigation-menu/navigation-menu.cjs");
|
|
25
|
-
const components_navigationMenu_globalNavigation_globalNavigationMyPages = require("./navigation-menu/global-navigation/global-navigation-my-pages.cjs");
|
|
26
26
|
const components_toggle_toggle = require("./toggle/toggle.cjs");
|
|
27
27
|
const components_accordion_index = require("./accordion/index.cjs");
|
|
28
28
|
const components_link_link = require("./link/link.cjs");
|
|
@@ -44,9 +44,14 @@ const components_heading_heading = require("./heading/heading.cjs");
|
|
|
44
44
|
const components_visuallyHidden_visuallyHidden = require("./visually-hidden/visually-hidden.cjs");
|
|
45
45
|
const components_textSpacing_textSpacing = require("./text-spacing/text-spacing.cjs");
|
|
46
46
|
const components_container_container = require("./container/container.cjs");
|
|
47
|
+
const sonner = require("sonner");
|
|
47
48
|
const components_input_inputGroup = require("./input/input-group.cjs");
|
|
49
|
+
exports.Toast = components_toast_index.Toast;
|
|
50
|
+
exports.Toggletip = components_toggletip_index.Toggletip;
|
|
48
51
|
exports.Breadcrumbs = components_breadcrumbs_index.Breadcrumbs;
|
|
52
|
+
exports.GlobalNavigation = components_radioCardGroup_radioCardGroupItemTitle.GlobalNavigation;
|
|
49
53
|
exports.Modal = components_radioCardGroup_radioCardGroupItemTitle.Modal;
|
|
54
|
+
exports.NavigationMenu = components_radioCardGroup_radioCardGroupItemTitle.NavigationMenu;
|
|
50
55
|
exports.RadioCardGroup = components_radioCardGroup_radioCardGroupItemTitle.RadioCardGroup;
|
|
51
56
|
exports.Ribbon = components_ribbon_index.Ribbon;
|
|
52
57
|
exports.ExpandableCard = components_expandableCard_index.ExpandableCard;
|
|
@@ -67,8 +72,6 @@ exports.Box = components_box_box.Box;
|
|
|
67
72
|
exports.Flex = components_flex_flex.Flex;
|
|
68
73
|
exports.Card = components_card_index.Card;
|
|
69
74
|
exports.Grid = components_grid_grid.Grid;
|
|
70
|
-
exports.NavigationMenu = components_navigationMenu_navigationMenu.NavigationMenu;
|
|
71
|
-
exports.GlobalNavigation = components_navigationMenu_globalNavigation_globalNavigationMyPages.GlobalNavigation;
|
|
72
75
|
exports.Toggle = components_toggle_toggle.Toggle;
|
|
73
76
|
exports.Accordion = components_accordion_index.Accordion;
|
|
74
77
|
exports.Link = components_link_link.Link;
|
|
@@ -90,4 +93,8 @@ exports.Heading = components_heading_heading.Heading;
|
|
|
90
93
|
exports.VisuallyHidden = components_visuallyHidden_visuallyHidden.VisuallyHidden;
|
|
91
94
|
exports.TextSpacing = components_textSpacing_textSpacing.TextSpacing;
|
|
92
95
|
exports.Container = components_container_container.Container;
|
|
96
|
+
Object.defineProperty(exports, "toast", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: () => sonner.toast
|
|
99
|
+
});
|
|
93
100
|
exports.Input = components_input_inputGroup.Input;
|
package/dist/components/index.js
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
import { Toast } from "./toast/index.js";
|
|
2
|
+
import { Toggletip } from "./toggletip/index.js";
|
|
1
3
|
import { Breadcrumbs } from "./breadcrumbs/index.js";
|
|
2
|
-
import { M, R } from "./radio-card-group/radio-card-group-item-title.js";
|
|
4
|
+
import { G, M, N, R } from "./radio-card-group/radio-card-group-item-title.js";
|
|
3
5
|
import { Ribbon } from "./ribbon/index.js";
|
|
4
6
|
import { ExpandableCard } from "./expandable-card/index.js";
|
|
5
7
|
import { ColorDot } from "./color-dot/index.js";
|
|
@@ -19,8 +21,6 @@ import { Box } from "./box/box.js";
|
|
|
19
21
|
import { Flex } from "./flex/flex.js";
|
|
20
22
|
import { Card } from "./card/index.js";
|
|
21
23
|
import { Grid } from "./grid/grid.js";
|
|
22
|
-
import { NavigationMenu } from "./navigation-menu/navigation-menu.js";
|
|
23
|
-
import { G } from "./navigation-menu/global-navigation/global-navigation-my-pages.js";
|
|
24
24
|
import { Toggle } from "./toggle/toggle.js";
|
|
25
25
|
import { Accordion } from "./accordion/index.js";
|
|
26
26
|
import { Link } from "./link/link.js";
|
|
@@ -42,6 +42,7 @@ import { Heading } from "./heading/heading.js";
|
|
|
42
42
|
import { VisuallyHidden } from "./visually-hidden/visually-hidden.js";
|
|
43
43
|
import { TextSpacing } from "./text-spacing/text-spacing.js";
|
|
44
44
|
import { Container } from "./container/container.js";
|
|
45
|
+
import { toast } from "sonner";
|
|
45
46
|
import { I } from "./input/input-group.js";
|
|
46
47
|
export {
|
|
47
48
|
Accordion,
|
|
@@ -73,7 +74,7 @@ export {
|
|
|
73
74
|
Link,
|
|
74
75
|
List,
|
|
75
76
|
M as Modal,
|
|
76
|
-
NavigationMenu,
|
|
77
|
+
N as NavigationMenu,
|
|
77
78
|
Notabene,
|
|
78
79
|
Notification,
|
|
79
80
|
ProgressBar,
|
|
@@ -86,8 +87,11 @@ export {
|
|
|
86
87
|
Text,
|
|
87
88
|
TextField,
|
|
88
89
|
TextSpacing,
|
|
90
|
+
Toast,
|
|
89
91
|
Toggle,
|
|
92
|
+
Toggletip,
|
|
90
93
|
Tooltip,
|
|
91
94
|
VisuallyHidden,
|
|
92
|
-
default2 as iconsHref
|
|
95
|
+
default2 as iconsHref,
|
|
96
|
+
toast
|
|
93
97
|
};
|
|
@@ -3,6 +3,9 @@ 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("../toast/toast-root.cjs");
|
|
7
|
+
require("sonner");
|
|
8
|
+
require("../toggletip/index.cjs");
|
|
6
9
|
require("../breadcrumbs/index.cjs");
|
|
7
10
|
const components_radioCardGroup_radioCardGroupItemTitle = require("../radio-card-group/radio-card-group-item-title.cjs");
|
|
8
11
|
require("../ribbon/index.cjs");
|
|
@@ -26,8 +29,6 @@ require("../box/box.cjs");
|
|
|
26
29
|
require("../flex/flex.cjs");
|
|
27
30
|
require("../card/index.cjs");
|
|
28
31
|
require("../grid/grid.cjs");
|
|
29
|
-
require("../navigation-menu/navigation-menu.cjs");
|
|
30
|
-
require("../navigation-menu/global-navigation/global-navigation-my-pages.cjs");
|
|
31
32
|
require("../toggle/toggle.cjs");
|
|
32
33
|
require("../accordion/index.cjs");
|
|
33
34
|
require("../link/link.cjs");
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@radix-ui/react-dialog";
|
|
4
|
+
import "../toast/toast-root.js";
|
|
5
|
+
import "sonner";
|
|
6
|
+
import "../toggletip/index.js";
|
|
4
7
|
import "../breadcrumbs/index.js";
|
|
5
8
|
import { M } from "../radio-card-group/radio-card-group-item-title.js";
|
|
6
9
|
import "../ribbon/index.js";
|
|
@@ -24,8 +27,6 @@ import "../box/box.js";
|
|
|
24
27
|
import "../flex/flex.js";
|
|
25
28
|
import "../card/index.js";
|
|
26
29
|
import "../grid/grid.js";
|
|
27
|
-
import "../navigation-menu/navigation-menu.js";
|
|
28
|
-
import "../navigation-menu/global-navigation/global-navigation-my-pages.js";
|
|
29
30
|
import "../toggle/toggle.js";
|
|
30
31
|
import "../accordion/index.js";
|
|
31
32
|
import "../link/link.js";
|
package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs
CHANGED
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
require("react/jsx-runtime");
|
|
4
4
|
require("react");
|
|
5
|
-
require("
|
|
6
|
-
const components_navigationMenu_globalNavigation_globalNavigationMyPages = require("./global-navigation-my-pages.cjs");
|
|
5
|
+
const components_radioCardGroup_radioCardGroupItemTitle = require("../../radio-card-group/radio-card-group-item-title.cjs");
|
|
7
6
|
require("./utils.cjs");
|
|
8
7
|
require("../../box/box.cjs");
|
|
9
|
-
exports.DesktopSimplified =
|
|
8
|
+
exports.DesktopSimplified = components_radioCardGroup_radioCardGroupItemTitle.DesktopSimplified;
|
package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "
|
|
4
|
-
import { c } from "./global-navigation-my-pages.js";
|
|
3
|
+
import { g } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
5
4
|
import "./utils.js";
|
|
6
5
|
import "../../box/box.js";
|
|
7
6
|
export {
|
|
8
|
-
|
|
7
|
+
g as DesktopSimplified
|
|
9
8
|
};
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
require("react/jsx-runtime");
|
|
4
4
|
require("react");
|
|
5
|
-
require("
|
|
6
|
-
const components_navigationMenu_globalNavigation_globalNavigationMyPages = require("./global-navigation-my-pages.cjs");
|
|
5
|
+
const components_radioCardGroup_radioCardGroupItemTitle = require("../../radio-card-group/radio-card-group-item-title.cjs");
|
|
7
6
|
require("./utils.cjs");
|
|
8
7
|
require("../../box/box.cjs");
|
|
9
8
|
require("../../../utils/useSize.cjs");
|
|
10
9
|
require("../../../utils/generate-styling/index.cjs");
|
|
11
10
|
require("../../../utils/useCallbackRef.cjs");
|
|
12
11
|
require("../../../tokens/motion/variables.cjs");
|
|
13
|
-
exports.Desktop =
|
|
12
|
+
exports.Desktop = components_radioCardGroup_radioCardGroupItemTitle.Desktop;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import "
|
|
4
|
-
import { D } from "./global-navigation-my-pages.js";
|
|
3
|
+
import { D } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
5
4
|
import "./utils.js";
|
|
6
5
|
import "../../box/box.js";
|
|
7
6
|
import "../../../utils/useSize.js";
|
package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs
CHANGED
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
require("react/jsx-runtime");
|
|
4
4
|
require("react");
|
|
5
|
-
const
|
|
5
|
+
const components_radioCardGroup_radioCardGroupItemTitle = require("../../radio-card-group/radio-card-group-item-title.cjs");
|
|
6
6
|
require("clsx");
|
|
7
|
-
require("../navigation-menu.cjs");
|
|
8
7
|
require("../../flex/flex.cjs");
|
|
9
8
|
require("../../box/box.cjs");
|
|
10
9
|
require("../../../assets/sprite.269ba410-teddy.svg");
|
|
11
10
|
require("../../icon/icon.cjs");
|
|
12
|
-
exports.MobileSimplified =
|
|
11
|
+
exports.MobileSimplified = components_radioCardGroup_radioCardGroupItemTitle.MobileSimplified;
|
package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { h } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
4
4
|
import "clsx";
|
|
5
|
-
import "../navigation-menu.js";
|
|
6
5
|
import "../../flex/flex.js";
|
|
7
6
|
import "../../box/box.js";
|
|
8
7
|
import "../../../assets/sprite.269ba410-teddy.svg";
|
|
9
8
|
import "../../icon/icon.js";
|
|
10
9
|
export {
|
|
11
|
-
|
|
10
|
+
h as MobileSimplified
|
|
12
11
|
};
|
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
3
|
require("react/jsx-runtime");
|
|
4
4
|
require("react");
|
|
5
|
-
const
|
|
5
|
+
const components_radioCardGroup_radioCardGroupItemTitle = require("../../radio-card-group/radio-card-group-item-title.cjs");
|
|
6
6
|
require("clsx");
|
|
7
|
-
require("../navigation-menu.cjs");
|
|
8
7
|
require("../../flex/flex.cjs");
|
|
9
8
|
require("../../box/box.cjs");
|
|
10
9
|
require("../../drawer/index.cjs");
|
|
@@ -17,4 +16,4 @@ require("../../accordion/index.cjs");
|
|
|
17
16
|
require("../../visually-hidden/visually-hidden.cjs");
|
|
18
17
|
require("../../link/link.cjs");
|
|
19
18
|
require("../../list/index.cjs");
|
|
20
|
-
exports.Mobile =
|
|
19
|
+
exports.Mobile = components_radioCardGroup_radioCardGroupItemTitle.Mobile;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
|
-
import {
|
|
3
|
+
import { f } from "../../radio-card-group/radio-card-group-item-title.js";
|
|
4
4
|
import "clsx";
|
|
5
|
-
import "../navigation-menu.js";
|
|
6
5
|
import "../../flex/flex.js";
|
|
7
6
|
import "../../box/box.js";
|
|
8
7
|
import "../../drawer/index.js";
|
|
@@ -16,5 +15,5 @@ import "../../visually-hidden/visually-hidden.js";
|
|
|
16
15
|
import "../../link/link.js";
|
|
17
16
|
import "../../list/index.js";
|
|
18
17
|
export {
|
|
19
|
-
|
|
18
|
+
f as Mobile
|
|
20
19
|
};
|