@telia/teddy 0.0.83 → 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/README.md +4 -4
- 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/icon/AllIcons.cjs +3 -0
- package/dist/components/icon/AllIcons.js +3 -0
- 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/global-navigation/global-navigation-desktop.cjs +3 -0
- package/dist/components/navigation-menu/global-navigation/global-navigation-desktop.js +3 -0
- package/dist/components/navigation-menu/global-navigation/utils.cjs +1 -0
- package/dist/components/navigation-menu/global-navigation/utils.d.ts +2 -0
- package/dist/components/navigation-menu/global-navigation/utils.js +1 -0
- 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 +12 -8
- package/dist/components/radio-card-group/radio-card-group-item-title.js +12 -8
- 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 +9 -303
- package/dist/main.js +17 -311
- package/dist/style.css +653 -634
- package/dist/tokens/border/variables.cjs +13 -0
- package/dist/tokens/border/variables.js +14 -1
- package/dist/tokens/breakpoint/variables.cjs +8 -0
- package/dist/tokens/breakpoint/variables.js +9 -1
- package/dist/tokens/color/variables.cjs +230 -0
- package/dist/tokens/color/variables.js +231 -1
- package/dist/tokens/index.cjs +7 -301
- package/dist/tokens/index.d.ts +7 -7
- package/dist/tokens/index.js +14 -308
- package/dist/tokens/motion/variables.cjs +15 -0
- package/dist/tokens/motion/variables.js +16 -1
- package/dist/tokens/shadow/variables.cjs +8 -0
- package/dist/tokens/shadow/variables.js +9 -1
- package/dist/tokens/spacing/variables.cjs +27 -0
- package/dist/tokens/spacing/variables.js +28 -1
- package/dist/tokens/typography/variables.cjs +28 -0
- package/dist/tokens/typography/variables.js +29 -1
- 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 +3 -2
- 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
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
<img src="https://img.shields.io/npm/dm/@telia/teddy?style=flat-square&color=00a8f0" alt="downloads" />
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
|
-
Welcome to Teddy, Telia Norway's
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
Welcome to Teddy, Telia Norway's component library crafted to enhance the development of consistent, user-friendly
|
|
12
|
+
interfaces. Teddy offers a suite of components styled in harmony with Telia's brand guidelines, aiming to facilitate UI
|
|
13
|
+
development and enrich user experience.
|
|
14
14
|
|
|
15
15
|
## Project Philosophy
|
|
16
16
|
|
|
@@ -38,7 +38,7 @@ To contribute to or utilize Teddy:
|
|
|
38
38
|
2. **Setup**
|
|
39
39
|
|
|
40
40
|
- Node.js (v20) `nvm install 20 --lts`/`nvm use 20`
|
|
41
|
-
- PNPM (
|
|
41
|
+
- PNPM (v9) `npm install -g pnpm@9`
|
|
42
42
|
|
|
43
43
|
3. **Install dependencies**:
|
|
44
44
|
|
|
@@ -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>>;
|
|
@@ -103,6 +103,9 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
103
103
|
</symbol>
|
|
104
104
|
<symbol fill="none" viewBox="0 0 24 25" id="share">
|
|
105
105
|
<path fill="currentColor" fill-rule="evenodd" d="M18 4.4a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Zm-3.9 2.1a3.9 3.9 0 1 1 .892 2.483l-6.188 2.652a3.913 3.913 0 0 1 0 1.73l6.188 2.652a3.9 3.9 0 1 1-.796 1.617l-6.188-2.652a3.9 3.9 0 1 1 0-4.965l6.188-2.652A3.915 3.915 0 0 1 14.1 6.5ZM5 10.4a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Zm13 6a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z" clip-rule="evenodd"></path>
|
|
106
|
+
</symbol>
|
|
107
|
+
<symbol viewBox="0 0 24 24" fill="none" id="shortcut">
|
|
108
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.36348 5.99998C8.36348 5.50292 8.76642 5.09998 9.26348 5.09998L17.2635 5.09998C17.7605 5.09998 18.1635 5.50292 18.1635 5.99998V14C18.1635 14.497 17.7605 14.9 17.2635 14.9C16.7664 14.9 16.3635 14.497 16.3635 14V8.17276L6.6364 17.8998C6.28493 18.2512 5.71508 18.2512 5.36361 17.8998C5.01214 17.5483 5.01214 16.9784 5.36361 16.627L15.0907 6.89998H9.26348C8.76642 6.89998 8.36348 6.49703 8.36348 5.99998Z" fill="currentColor"></path>
|
|
106
109
|
</symbol>
|
|
107
110
|
<symbol fill="none" viewBox="0 0 24 24" id="shuffle">
|
|
108
111
|
<path fill="currentColor" fill-rule="evenodd" d="M18.844 4.625a.9.9 0 0 1 1.273 0l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.057l-1.98 1.98a.9.9 0 1 1-1.273-1.272l2.244-2.244a.9.9 0 0 1 .636-.263h3.43l-.7-.7a.9.9 0 0 1 0-1.272ZM1.47 7.502a.9.9 0 0 1 .9-.9h4.77a.9.9 0 0 1 .637.264L12.2 11.29a.892.892 0 0 1 .12.12l4.167 4.167h3.056l-.699-.7a.9.9 0 1 1 1.273-1.272l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.43a.9.9 0 0 1-.636-.263l-3.854-3.854-3.848 3.849a.9.9 0 0 1-.636.263H2.37a.9.9 0 0 1 0-1.8h4.397l3.584-3.584-3.584-3.585H2.369a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"></path>
|
|
@@ -102,6 +102,9 @@ const allIconsHtml = `<?xml version="1.0" encoding="UTF-8"?>
|
|
|
102
102
|
</symbol>
|
|
103
103
|
<symbol fill="none" viewBox="0 0 24 25" id="share">
|
|
104
104
|
<path fill="currentColor" fill-rule="evenodd" d="M18 4.4a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Zm-3.9 2.1a3.9 3.9 0 1 1 .892 2.483l-6.188 2.652a3.913 3.913 0 0 1 0 1.73l6.188 2.652a3.9 3.9 0 1 1-.796 1.617l-6.188-2.652a3.9 3.9 0 1 1 0-4.965l6.188-2.652A3.915 3.915 0 0 1 14.1 6.5ZM5 10.4a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Zm13 6a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2Z" clip-rule="evenodd"></path>
|
|
105
|
+
</symbol>
|
|
106
|
+
<symbol viewBox="0 0 24 24" fill="none" id="shortcut">
|
|
107
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.36348 5.99998C8.36348 5.50292 8.76642 5.09998 9.26348 5.09998L17.2635 5.09998C17.7605 5.09998 18.1635 5.50292 18.1635 5.99998V14C18.1635 14.497 17.7605 14.9 17.2635 14.9C16.7664 14.9 16.3635 14.497 16.3635 14V8.17276L6.6364 17.8998C6.28493 18.2512 5.71508 18.2512 5.36361 17.8998C5.01214 17.5483 5.01214 16.9784 5.36361 16.627L15.0907 6.89998H9.26348C8.76642 6.89998 8.36348 6.49703 8.36348 5.99998Z" fill="currentColor"></path>
|
|
105
108
|
</symbol>
|
|
106
109
|
<symbol fill="none" viewBox="0 0 24 24" id="shuffle">
|
|
107
110
|
<path fill="currentColor" fill-rule="evenodd" d="M18.844 4.625a.9.9 0 0 1 1.273 0l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.057l-1.98 1.98a.9.9 0 1 1-1.273-1.272l2.244-2.244a.9.9 0 0 1 .636-.263h3.43l-.7-.7a.9.9 0 0 1 0-1.272ZM1.47 7.502a.9.9 0 0 1 .9-.9h4.77a.9.9 0 0 1 .637.264L12.2 11.29a.892.892 0 0 1 .12.12l4.167 4.167h3.056l-.699-.7a.9.9 0 1 1 1.273-1.272l2.235 2.235a.9.9 0 0 1 0 1.273l-2.235 2.235a.9.9 0 1 1-1.273-1.272l.7-.7h-3.43a.9.9 0 0 1-.636-.263l-3.854-3.854-3.848 3.849a.9.9 0 0 1-.636.263H2.37a.9.9 0 0 1 0-1.8h4.397l3.584-3.584-3.584-3.585H2.369a.9.9 0 0 1-.9-.9Z" clip-rule="evenodd"></path>
|
|
@@ -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 {
|
|
@@ -9,4 +9,7 @@ require("../../../utils/useSize.cjs");
|
|
|
9
9
|
require("../../../utils/generate-styling/index.cjs");
|
|
10
10
|
require("../../../utils/useCallbackRef.cjs");
|
|
11
11
|
require("../../../tokens/motion/variables.cjs");
|
|
12
|
+
require("../../../assets/sprite.269ba410-teddy.svg");
|
|
13
|
+
require("../../icon/icon.cjs");
|
|
14
|
+
require("../../flex/flex.cjs");
|
|
12
15
|
exports.Desktop = components_radioCardGroup_radioCardGroupItemTitle.Desktop;
|
|
@@ -7,6 +7,9 @@ import "../../../utils/useSize.js";
|
|
|
7
7
|
import "../../../utils/generate-styling/index.js";
|
|
8
8
|
import "../../../utils/useCallbackRef.js";
|
|
9
9
|
import "../../../tokens/motion/variables.js";
|
|
10
|
+
import "../../../assets/sprite.269ba410-teddy.svg";
|
|
11
|
+
import "../../icon/icon.js";
|
|
12
|
+
import "../../flex/flex.js";
|
|
10
13
|
export {
|
|
11
14
|
D as Desktop
|
|
12
15
|
};
|
|
@@ -176,6 +176,7 @@ export declare const PRIVATE_LINKS: {
|
|
|
176
176
|
readonly links: [{
|
|
177
177
|
readonly name: "Se Telia Play";
|
|
178
178
|
readonly link: "https://www.teliaplay.no";
|
|
179
|
+
readonly icon: "external";
|
|
179
180
|
readonly appKey: "open-pages";
|
|
180
181
|
}, {
|
|
181
182
|
readonly name: "Innholdsoversikt";
|
|
@@ -410,6 +411,7 @@ export declare const LINKS: [{
|
|
|
410
411
|
readonly links: [{
|
|
411
412
|
readonly name: "Se Telia Play";
|
|
412
413
|
readonly link: "https://www.teliaplay.no";
|
|
414
|
+
readonly icon: "external";
|
|
413
415
|
readonly appKey: "open-pages";
|
|
414
416
|
}, {
|
|
415
417
|
readonly name: "Innholdsoversikt";
|
|
@@ -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
|
};
|