@telia/teddy 0.7.17 → 0.7.27
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/README.md +1 -1
- package/dist/components/avatar/avatar-root.d.ts +1 -1
- package/dist/components/avatar/index.d.ts +1 -1
- 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/channel-button/channel-button-root.d.ts +3 -3
- package/dist/components/channel-button/index.d.ts +3 -3
- package/dist/components/checkbox/checkbox-group.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +1 -1
- package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.d.ts +5 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-content.js +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1466 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.d.ts +12 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1447 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.cjs +15 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.d.ts +5 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-body.js +15 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +66 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.d.ts +14 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +66 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +67 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.d.ts +22 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-item.js +67 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.cjs +29 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.d.ts +65 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-label.js +29 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.cjs +42 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.d.ts +39 -0
- package/dist/components/checkbox-card-group/checkbox-card-group-root.js +42 -0
- package/dist/components/checkbox-card-group/index.cjs +7 -0
- package/dist/components/checkbox-card-group/index.d.ts +76 -0
- package/dist/components/checkbox-card-group/index.js +7 -0
- package/dist/components/chip/chip-indicator.d.ts +3 -2
- package/dist/components/chip/index.d.ts +3 -2
- package/dist/components/color-dot/index.d.ts +1 -1
- package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
- 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/flip-card/flip-card-trigger.d.ts +2 -2
- package/dist/components/icon/icon.cjs +4 -1
- package/dist/components/icon/icon.d.ts +1 -0
- package/dist/components/icon/icon.js +4 -1
- package/dist/components/icon/utils.d.ts +1 -1
- package/dist/components/index.cjs +8 -5
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +4 -1
- package/dist/components/modal/index.cjs +2 -2
- package/dist/components/modal/index.js +1 -1
- package/dist/components/modal/modal-close.cjs +3 -2
- package/dist/components/modal/modal-close.js +3 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +1 -1
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile-simplified.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.cjs +3 -3
- package/dist/components/navigation-menu/global-navigation/global-navigation-mobile.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-my-pages.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.cjs +4 -4
- package/dist/components/navigation-menu/global-navigation/global-navigation-root.js +4 -4
- 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 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-search.js +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.cjs +2 -2
- package/dist/components/navigation-menu/global-navigation/global-navigation-shopping-cart.js +2 -2
- 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 -3
- package/dist/components/navigation-menu/index.js +1 -1
- package/dist/components/navigation-menu/navigation-menu.cjs +5 -4
- package/dist/components/navigation-menu/navigation-menu.js +2 -1
- package/dist/components/notabene/notabene-icon.d.ts +3 -2
- package/dist/components/notification/index.d.ts +1 -1
- package/dist/components/notification/notification-icon.d.ts +3 -2
- package/dist/components/notification/notification-root.d.ts +1 -1
- package/dist/components/pagination/pagination-button.d.ts +1 -1
- package/dist/components/radio-card-group/index.cjs +2 -2
- package/dist/components/radio-card-group/index.js +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-title.cjs +22 -1328
- package/dist/components/radio-card-group/radio-card-group-item-title.js +22 -1309
- package/dist/components/radio-card-group/radio-card-group-item.cjs +4 -3
- package/dist/components/radio-card-group/radio-card-group-item.js +4 -3
- package/dist/components/scroll-area/index.d.ts +3 -3
- package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
- package/dist/components/select/index.cjs +4 -1
- package/dist/components/select/index.d.ts +5 -1
- package/dist/components/select/index.js +4 -1
- package/dist/components/select/select-group.cjs +6 -2
- package/dist/components/select/select-group.d.ts +4 -2
- package/dist/components/select/select-group.js +7 -3
- package/dist/components/select/select-root.cjs +12 -10
- package/dist/components/select/select-root.js +12 -10
- package/dist/components/select/select-separator.cjs +30 -0
- package/dist/components/select/select-separator.d.ts +5 -0
- package/dist/components/select/select-separator.js +13 -0
- package/dist/components/step-indicator/index.cjs +14 -0
- package/dist/components/step-indicator/index.d.ts +38 -0
- package/dist/components/step-indicator/index.js +14 -0
- package/dist/components/step-indicator/step-indicator-root.cjs +8 -0
- package/dist/components/step-indicator/step-indicator-root.d.ts +55 -0
- package/dist/components/step-indicator/step-indicator-root.js +8 -0
- package/dist/components/step-indicator/step-indicator-step-element.cjs +157 -0
- package/dist/components/step-indicator/step-indicator-step-element.d.ts +14 -0
- package/dist/components/step-indicator/step-indicator-step-element.js +157 -0
- package/dist/components/step-indicator/step-indicator-step-line.cjs +6 -0
- package/dist/components/step-indicator/step-indicator-step-line.d.ts +9 -0
- package/dist/components/step-indicator/step-indicator-step-line.js +6 -0
- package/dist/components/step-indicator/step-indicator-step.cjs +8 -0
- package/dist/components/step-indicator/step-indicator-step.d.ts +24 -0
- package/dist/components/step-indicator/step-indicator-step.js +8 -0
- package/dist/components/tabs/index.d.ts +1 -1
- package/dist/components/tabs/tabs-root.d.ts +1 -1
- package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
- package/dist/components/tabs/tabs-scroll.d.ts +1 -1
- 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 +3 -2
- package/dist/components/tooltip/index.d.ts +1 -1
- package/dist/main.cjs +8 -5
- package/dist/main.js +4 -1
- package/dist/style.css +529 -113
- package/dist/tokens/color/variables.cjs +32 -32
- package/dist/tokens/color/variables.d.ts +32 -32
- package/dist/tokens/color/variables.js +32 -32
- 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 +5 -5
package/README.md
CHANGED
|
@@ -12,6 +12,6 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<React.DetailedHT
|
|
|
12
12
|
variant?: Variant | undefined;
|
|
13
13
|
firstName?: string | undefined;
|
|
14
14
|
lastName?: string | undefined;
|
|
15
|
-
icon?: "
|
|
15
|
+
icon?: "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" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "sync" | "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-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "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" | "AI-star" | "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" | "smart-connect" | "snowflake" | "speedometer" | "split" | "spyware" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "youtube" | "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" | undefined;
|
|
16
16
|
} & React.RefAttributes<HTMLDivElement>>;
|
|
17
17
|
export {};
|
|
@@ -4,6 +4,6 @@ export declare const Avatar: import('react').ForwardRefExoticComponent<Omit<impo
|
|
|
4
4
|
variant?: ("beige" | "blue" | "green" | "grey" | "orange" | "white" | "purple-light") | undefined;
|
|
5
5
|
firstName?: string | undefined;
|
|
6
6
|
lastName?: string | undefined;
|
|
7
|
-
icon?: "
|
|
7
|
+
icon?: "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" | "skip-back-10sec" | "skip-back-30sec" | "skip-forward-10sec" | "skip-forward-30sec" | "star-filled" | "star" | "switch-arrows" | "sync" | "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-neutral" | "smiley-sad" | "smiley-very-happy" | "smiley-very-sad" | "sms" | "support" | "user-admin" | "vcard" | "voicemail" | "battery" | "bluetooth" | "broadband" | "broken-phone" | "cast" | "cloud-connect" | "connected" | "core-router" | "daas-device" | "data-transfer" | "desktop" | "devices" | "esim-simcard" | "esim" | "face-id" | "fiber" | "fingerprint" | "fiveg" | "fourg" | "home-installation" | "industrial-iot" | "internet" | "it-service" | "laptop" | "mobile-broadband" | "network" | "phone-recycling" | "phone-ringing" | "phone" | "rack" | "refill-card" | "remote-control" | "repair" | "roaming" | "router" | "secure-device" | "sense-car" | "server" | "service-device" | "service-supervision" | "slow-wifi" | "smart-wifi" | "smartphone" | "smartwatch" | "tablet" | "trade-phone" | "tv" | "usb" | "voice-switch" | "wallplug" | "wireless-off" | "wireless-weak" | "wireless" | "world-alert" | "world-off" | "world-question" | "bar-chart" | "doc" | "document-doc" | "document-edit" | "document-pdf" | "document-ppt" | "excel" | "folder-copy" | "folder-new" | "folder" | "gif" | "graph" | "media-content" | "org-chart" | "pie-chart" | "print" | "register" | "report" | "simcard" | "spell-check" | "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" | "AI-star" | "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" | "smart-connect" | "snowflake" | "speedometer" | "split" | "spyware" | "stop" | "suitcase" | "sustainability" | "tag" | "temperature" | "thinking" | "time" | "train" | "transfer" | "undo" | "wavelength" | "weather" | "world" | "android" | "apple" | "bankid-norway" | "bankid" | "facebook" | "instagram" | "linkedin" | "snapchat" | "telia-logo" | "whatsapp" | "windows" | "x" | "youtube" | "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" | undefined;
|
|
8
8
|
} & import('react').RefAttributes<HTMLDivElement>>;
|
|
9
9
|
export type AvatarProps = RootProps;
|
|
@@ -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?: "
|
|
12
|
+
inset?: "all" | "top" | "bottom" | "left" | "right" | "top-right-left" | "bottom-left-right" | "top-left" | "top-right" | "bottom-left" | "bottom-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>>;
|
|
@@ -12,7 +12,7 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
12
12
|
loading?: boolean | undefined;
|
|
13
13
|
fullWidth?: boolean | undefined;
|
|
14
14
|
size?: "sm" | "md" | "lg" | undefined;
|
|
15
|
-
variant?: "
|
|
15
|
+
variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
16
16
|
borderStyle?: ("dashed" | "default") | undefined;
|
|
17
17
|
} & {
|
|
18
18
|
iconOnly: true;
|
|
@@ -24,11 +24,11 @@ export declare const Root: React.ForwardRefExoticComponent<Omit<Omit<Omit<React.
|
|
|
24
24
|
loading?: boolean | undefined;
|
|
25
25
|
fullWidth?: boolean | undefined;
|
|
26
26
|
size?: "sm" | "md" | "lg" | undefined;
|
|
27
|
-
variant?: "
|
|
27
|
+
variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
28
28
|
borderStyle?: ("dashed" | "default") | undefined;
|
|
29
29
|
} & {
|
|
30
30
|
iconOnly?: false | undefined;
|
|
31
31
|
"aria-label"?: string | undefined;
|
|
32
|
-
} & React.RefAttributes<HTMLButtonElement>, "ref">, "size" | "
|
|
32
|
+
} & React.RefAttributes<HTMLButtonElement>, "ref">, "size" | "aria-label" | "borderStyle" | "variant" | "loading" | "fullWidth" | "iconOnly"> & {
|
|
33
33
|
as?: "span" | "div" | undefined;
|
|
34
34
|
} & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -35,7 +35,7 @@ declare const ChannelButton: import('react').ForwardRefExoticComponent<Omit<Omit
|
|
|
35
35
|
loading?: boolean | undefined;
|
|
36
36
|
fullWidth?: boolean | undefined;
|
|
37
37
|
size?: "sm" | "md" | "lg" | undefined;
|
|
38
|
-
variant?: "
|
|
38
|
+
variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
39
39
|
borderStyle?: ("dashed" | "default") | undefined;
|
|
40
40
|
} & {
|
|
41
41
|
iconOnly: true;
|
|
@@ -47,12 +47,12 @@ declare const ChannelButton: import('react').ForwardRefExoticComponent<Omit<Omit
|
|
|
47
47
|
loading?: boolean | undefined;
|
|
48
48
|
fullWidth?: boolean | undefined;
|
|
49
49
|
size?: "sm" | "md" | "lg" | undefined;
|
|
50
|
-
variant?: "
|
|
50
|
+
variant?: "list-item" | "text" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
|
|
51
51
|
borderStyle?: ("dashed" | "default") | undefined;
|
|
52
52
|
} & {
|
|
53
53
|
iconOnly?: false | undefined;
|
|
54
54
|
"aria-label"?: string | undefined;
|
|
55
|
-
} & import('react').RefAttributes<HTMLButtonElement>, "ref">, "size" | "
|
|
55
|
+
} & import('react').RefAttributes<HTMLButtonElement>, "ref">, "size" | "aria-label" | "borderStyle" | "variant" | "loading" | "fullWidth" | "iconOnly"> & {
|
|
56
56
|
as?: "span" | "div" | undefined;
|
|
57
57
|
} & import('react').RefAttributes<HTMLButtonElement>> & {
|
|
58
58
|
/**
|
|
@@ -34,7 +34,7 @@ export declare const Group: React.ForwardRefExoticComponent<Omit<Omit<import('..
|
|
|
34
34
|
} & import('../../utils/generate-styling/flex').FlexLayout & {
|
|
35
35
|
as: "div";
|
|
36
36
|
asChild?: false | undefined;
|
|
37
|
-
} & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref">, "direction" | "
|
|
37
|
+
} & Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>, "ref">, "direction" | "defaultValue" | "value" | "onValueChange"> & {
|
|
38
38
|
name?: string | undefined;
|
|
39
39
|
required?: boolean | undefined;
|
|
40
40
|
disabled?: boolean | undefined;
|
|
@@ -41,7 +41,7 @@ export declare const CheckboxGroup: import('react').ForwardRefExoticComponent<Om
|
|
|
41
41
|
} & import('../../utils/generate-styling/flex.ts').FlexLayout & {
|
|
42
42
|
as: "div";
|
|
43
43
|
asChild?: false | undefined;
|
|
44
|
-
} & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref">, "direction" | "
|
|
44
|
+
} & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>, "ref">, "direction" | "defaultValue" | "value" | "onValueChange"> & {
|
|
45
45
|
name?: string | undefined;
|
|
46
46
|
required?: boolean | undefined;
|
|
47
47
|
disabled?: boolean | undefined;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
+
require("react/jsx-runtime");
|
|
4
|
+
require("clsx");
|
|
5
|
+
require("react");
|
|
6
|
+
require("./checkbox-card-group-root.cjs");
|
|
7
|
+
require("../step-indicator/index.cjs");
|
|
8
|
+
require("../metric-meter/metric-meter.cjs");
|
|
9
|
+
require("../footer/index.cjs");
|
|
10
|
+
require("../pagination/index.cjs");
|
|
11
|
+
require("../select/index.cjs");
|
|
12
|
+
require("../avatar/index.cjs");
|
|
13
|
+
require("../dashboard-card/index.cjs");
|
|
14
|
+
require("../table/index.cjs");
|
|
15
|
+
require("../flip-card/index.cjs");
|
|
16
|
+
require("../channel-button/index.cjs");
|
|
17
|
+
require("../collapsible/index.cjs");
|
|
18
|
+
require("../meter-bar/index.cjs");
|
|
19
|
+
require("../skeleton/index.cjs");
|
|
20
|
+
require("../checkbox/index.cjs");
|
|
21
|
+
const components_checkboxCardGroup_checkboxCardGroupIndicator = require("./checkbox-card-group-indicator.cjs");
|
|
22
|
+
require("../toast/toast-root.cjs");
|
|
23
|
+
require("sonner");
|
|
24
|
+
require("../toggletip/index.cjs");
|
|
25
|
+
require("../breadcrumbs/index.cjs");
|
|
26
|
+
require("../ribbon/index.cjs");
|
|
27
|
+
require("../expandable-card/index.cjs");
|
|
28
|
+
require("../color-dot/color-dot-root.cjs");
|
|
29
|
+
require("../progress-bar/progress-bar.cjs");
|
|
30
|
+
require("../notabene/index.cjs");
|
|
31
|
+
require("../tooltip/index.cjs");
|
|
32
|
+
require("../list/index.cjs");
|
|
33
|
+
require("../scroll-area/index.cjs");
|
|
34
|
+
require("../tabs/index.cjs");
|
|
35
|
+
require("../drawer/index.cjs");
|
|
36
|
+
require("../image/image.cjs");
|
|
37
|
+
require("../chip/index.cjs");
|
|
38
|
+
require("../../assets/sprite.6511e521-teddy.svg");
|
|
39
|
+
require("../notification/index.cjs");
|
|
40
|
+
require("../radio-group/index.cjs");
|
|
41
|
+
require("../box/box.cjs");
|
|
42
|
+
require("../flex/flex.cjs");
|
|
43
|
+
require("../card/index.cjs");
|
|
44
|
+
require("../grid/grid.cjs");
|
|
45
|
+
require("../toggle/toggle.cjs");
|
|
46
|
+
require("../accordion/index.cjs");
|
|
47
|
+
require("../link/link.cjs");
|
|
48
|
+
require("../badge/badge.cjs");
|
|
49
|
+
require("../badge/alert-badge.cjs");
|
|
50
|
+
require("../badge/counter-badge.cjs");
|
|
51
|
+
require("../button/button.cjs");
|
|
52
|
+
require("../field-error-text/field-error-text.cjs");
|
|
53
|
+
require("../helper-text/helper-text.cjs");
|
|
54
|
+
require("../input/index.cjs");
|
|
55
|
+
require("../label/label.cjs");
|
|
56
|
+
require("../spinner/spinner.cjs");
|
|
57
|
+
require("../text/text.cjs");
|
|
58
|
+
require("../text-field/index.cjs");
|
|
59
|
+
require("../heading/heading.cjs");
|
|
60
|
+
require("../visually-hidden/visually-hidden.cjs");
|
|
61
|
+
require("../text-spacing/text-spacing.cjs");
|
|
62
|
+
require("../container/container.cjs");
|
|
63
|
+
require("../carousel/carousel-root.cjs");
|
|
64
|
+
require("../slider/slider.cjs");
|
|
65
|
+
exports.Content = components_checkboxCardGroup_checkboxCardGroupIndicator.Content$1;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import "react/jsx-runtime";
|
|
2
|
+
import "clsx";
|
|
3
|
+
import "react";
|
|
4
|
+
import "./checkbox-card-group-root.js";
|
|
5
|
+
import "../step-indicator/index.js";
|
|
6
|
+
import "../metric-meter/metric-meter.js";
|
|
7
|
+
import "../footer/index.js";
|
|
8
|
+
import "../pagination/index.js";
|
|
9
|
+
import "../select/index.js";
|
|
10
|
+
import "../avatar/index.js";
|
|
11
|
+
import "../dashboard-card/index.js";
|
|
12
|
+
import "../table/index.js";
|
|
13
|
+
import "../flip-card/index.js";
|
|
14
|
+
import "../channel-button/index.js";
|
|
15
|
+
import "../collapsible/index.js";
|
|
16
|
+
import "../meter-bar/index.js";
|
|
17
|
+
import "../skeleton/index.js";
|
|
18
|
+
import "../checkbox/index.js";
|
|
19
|
+
import { a } from "./checkbox-card-group-indicator.js";
|
|
20
|
+
import "../toast/toast-root.js";
|
|
21
|
+
import "sonner";
|
|
22
|
+
import "../toggletip/index.js";
|
|
23
|
+
import "../breadcrumbs/index.js";
|
|
24
|
+
import "../ribbon/index.js";
|
|
25
|
+
import "../expandable-card/index.js";
|
|
26
|
+
import "../color-dot/color-dot-root.js";
|
|
27
|
+
import "../progress-bar/progress-bar.js";
|
|
28
|
+
import "../notabene/index.js";
|
|
29
|
+
import "../tooltip/index.js";
|
|
30
|
+
import "../list/index.js";
|
|
31
|
+
import "../scroll-area/index.js";
|
|
32
|
+
import "../tabs/index.js";
|
|
33
|
+
import "../drawer/index.js";
|
|
34
|
+
import "../image/image.js";
|
|
35
|
+
import "../chip/index.js";
|
|
36
|
+
import "../../assets/sprite.6511e521-teddy.svg";
|
|
37
|
+
import "../notification/index.js";
|
|
38
|
+
import "../radio-group/index.js";
|
|
39
|
+
import "../box/box.js";
|
|
40
|
+
import "../flex/flex.js";
|
|
41
|
+
import "../card/index.js";
|
|
42
|
+
import "../grid/grid.js";
|
|
43
|
+
import "../toggle/toggle.js";
|
|
44
|
+
import "../accordion/index.js";
|
|
45
|
+
import "../link/link.js";
|
|
46
|
+
import "../badge/badge.js";
|
|
47
|
+
import "../badge/alert-badge.js";
|
|
48
|
+
import "../badge/counter-badge.js";
|
|
49
|
+
import "../button/button.js";
|
|
50
|
+
import "../field-error-text/field-error-text.js";
|
|
51
|
+
import "../helper-text/helper-text.js";
|
|
52
|
+
import "../input/index.js";
|
|
53
|
+
import "../label/label.js";
|
|
54
|
+
import "../spinner/spinner.js";
|
|
55
|
+
import "../text/text.js";
|
|
56
|
+
import "../text-field/index.js";
|
|
57
|
+
import "../heading/heading.js";
|
|
58
|
+
import "../visually-hidden/visually-hidden.js";
|
|
59
|
+
import "../text-spacing/text-spacing.js";
|
|
60
|
+
import "../container/container.js";
|
|
61
|
+
import "../carousel/carousel-root.js";
|
|
62
|
+
import "../slider/slider.js";
|
|
63
|
+
export {
|
|
64
|
+
a as Content
|
|
65
|
+
};
|