@telia/teddy 0.7.50 → 0.7.52

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.
Files changed (81) hide show
  1. package/dist/components/avatar/avatar-root.d.ts +1 -1
  2. package/dist/components/avatar/index.d.ts +1 -1
  3. package/dist/components/breadcrumbs/breadcrumbs-link.d.ts +1 -1
  4. package/dist/components/breadcrumbs/index.d.ts +1 -1
  5. package/dist/components/card/card-link.d.ts +1 -1
  6. package/dist/components/card/card.cjs +5 -5
  7. package/dist/components/card/card.d.ts +1 -1
  8. package/dist/components/card/card.js +5 -5
  9. package/dist/components/channel-button/channel-button-root.d.ts +4 -4
  10. package/dist/components/channel-button/index.d.ts +4 -4
  11. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  12. package/dist/components/checkbox/index.d.ts +1 -1
  13. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +1 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +1 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +1 -0
  18. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +1 -0
  19. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +1 -0
  20. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +1 -0
  21. package/dist/components/chip/chip-indicator.d.ts +2 -2
  22. package/dist/components/chip/index.d.ts +2 -2
  23. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  24. package/dist/components/dashed-button/dashed-button-root.d.ts +6 -6
  25. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  26. package/dist/components/expandable-card/index.d.ts +3 -3
  27. package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
  28. package/dist/components/icon/utils.d.ts +1 -1
  29. package/dist/components/index.cjs +2 -0
  30. package/dist/components/index.d.ts +1 -0
  31. package/dist/components/index.js +2 -0
  32. package/dist/components/modal/modal-close.cjs +1 -0
  33. package/dist/components/modal/modal-close.js +1 -0
  34. package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
  35. package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
  36. package/dist/components/navigation-menu/navigation-menu.js +1 -0
  37. package/dist/components/notabene/notabene-icon.d.ts +2 -2
  38. package/dist/components/notification/index.d.ts +6 -6
  39. package/dist/components/notification/notification-icon.d.ts +2 -2
  40. package/dist/components/notification/notification-root.d.ts +3 -3
  41. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
  42. package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
  43. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -0
  44. package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -0
  45. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
  46. package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
  47. package/dist/components/scroll-area/index.d.ts +3 -3
  48. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  49. package/dist/components/step-by-step/index.cjs +19 -0
  50. package/dist/components/step-by-step/index.d.ts +30 -0
  51. package/dist/components/step-by-step/index.js +19 -0
  52. package/dist/components/step-by-step/step-by-step-content.cjs +23 -0
  53. package/dist/components/step-by-step/step-by-step-content.d.ts +8 -0
  54. package/dist/components/step-by-step/step-by-step-content.js +23 -0
  55. package/dist/components/step-by-step/step-by-step-description.cjs +17 -0
  56. package/dist/components/step-by-step/step-by-step-description.d.ts +33 -0
  57. package/dist/components/step-by-step/step-by-step-description.js +17 -0
  58. package/dist/components/step-by-step/step-by-step-icon.cjs +29 -0
  59. package/dist/components/step-by-step/step-by-step-icon.d.ts +24 -0
  60. package/dist/components/step-by-step/step-by-step-icon.js +29 -0
  61. package/dist/components/step-by-step/step-by-step-root.cjs +70 -0
  62. package/dist/components/step-by-step/step-by-step-root.d.ts +71 -0
  63. package/dist/components/step-by-step/step-by-step-root.js +70 -0
  64. package/dist/components/step-by-step/step-by-step-step.cjs +36 -0
  65. package/dist/components/step-by-step/step-by-step-step.d.ts +24 -0
  66. package/dist/components/step-by-step/step-by-step-step.js +36 -0
  67. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  68. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  69. package/dist/components/tabs/tabs-trigger.d.ts +1 -1
  70. package/dist/components/text-field/index.d.ts +2 -2
  71. package/dist/components/text-field/text-field-button.d.ts +2 -2
  72. package/dist/components/toggle/toggle.d.ts +2 -2
  73. package/dist/components/tooltip/index.d.ts +1 -1
  74. package/dist/components/top-row-buttons/top-row-buttons.d.ts +1 -1
  75. package/dist/main.cjs +2 -0
  76. package/dist/main.js +2 -0
  77. package/dist/style.css +214 -1
  78. package/dist/utils/generate-styling/grid.d.ts +24 -24
  79. package/dist/utils/generate-styling/index.d.ts +16 -16
  80. package/dist/utils/generate-styling/util.d.ts +2 -2
  81. package/package.json +2 -2
@@ -10,7 +10,7 @@ export declare const ScrollButton: React.ForwardRefExoticComponent<Omit<Omit<Omi
10
10
  loading?: boolean | undefined;
11
11
  fullWidth?: boolean | undefined;
12
12
  size?: "sm" | "md" | "lg" | undefined;
13
- 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;
13
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
14
14
  borderStyle?: ("dashed" | "default") | undefined;
15
15
  } & {
16
16
  iconOnly: true;
@@ -22,7 +22,7 @@ export declare const ScrollButton: React.ForwardRefExoticComponent<Omit<Omit<Omi
22
22
  loading?: boolean | undefined;
23
23
  fullWidth?: boolean | undefined;
24
24
  size?: "sm" | "md" | "lg" | undefined;
25
- 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;
25
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
26
26
  borderStyle?: ("dashed" | "default") | undefined;
27
27
  } & {
28
28
  iconOnly?: false | undefined;
@@ -5,7 +5,7 @@ export type ScrollProps = React.ComponentPropsWithoutRef<typeof ScrollArea>;
5
5
  export declare const ScrollContext: React.Context<boolean>;
6
6
  /** */
7
7
  export declare const Scroll: React.ForwardRefExoticComponent<Omit<Omit<import('@radix-ui/react-scroll-area').ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
8
- variant?: ("button" | "scrollbar" | "hidden") | undefined;
8
+ variant?: ("button" | "hidden" | "scrollbar") | undefined;
9
9
  scrollBehavior?: "auto" | "smooth" | undefined;
10
10
  viewPortClassName?: string | undefined;
11
11
  barClassName?: string | undefined;
@@ -8,7 +8,7 @@ export type TriggerProps = Omit<React.ComponentPropsWithoutRef<typeof TabsPrimit
8
8
  disabled?: TabsPrimitive.TabsTriggerProps['disabled'];
9
9
  };
10
10
  /** The button that activates its associated content.*/
11
- export declare const Trigger: React.ForwardRefExoticComponent<Omit<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref">, "disabled" | "value"> & {
11
+ export declare const Trigger: React.ForwardRefExoticComponent<Omit<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref">, "value" | "disabled"> & {
12
12
  /** A unique value that associates the trigger with a content. */
13
13
  value: TabsPrimitive.TabsTriggerProps['value'];
14
14
  /** When true, prevents the user from interacting with the tab. */
@@ -37,7 +37,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<i
37
37
  loading?: boolean | undefined;
38
38
  fullWidth?: boolean | undefined;
39
39
  size?: "sm" | "md" | "lg" | undefined;
40
- 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;
40
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
41
41
  borderStyle?: ("dashed" | "default") | undefined;
42
42
  } & {
43
43
  iconOnly: true;
@@ -49,7 +49,7 @@ export declare const TextField: import('react').ForwardRefExoticComponent<Omit<i
49
49
  loading?: boolean | undefined;
50
50
  fullWidth?: boolean | undefined;
51
51
  size?: "sm" | "md" | "lg" | undefined;
52
- 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;
52
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
53
53
  borderStyle?: ("dashed" | "default") | undefined;
54
54
  } & {
55
55
  iconOnly?: false | undefined;
@@ -11,7 +11,7 @@ export declare const Button: React.ForwardRefExoticComponent<Omit<Omit<Omit<Reac
11
11
  loading?: boolean | undefined;
12
12
  fullWidth?: boolean | undefined;
13
13
  size?: "sm" | "md" | "lg" | undefined;
14
- 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;
14
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
15
15
  borderStyle?: ("dashed" | "default") | undefined;
16
16
  } & {
17
17
  iconOnly: true;
@@ -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?: "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;
26
+ variant?: "text" | "list-item" | "primary" | "secondary" | "destructive" | "tertiary-purple" | "text-underline" | "expressive" | "primary-negative" | "secondary-negative" | "destructive-negative" | "tertiary-purple-negative" | "text-negative" | "expressive-negative" | undefined;
27
27
  borderStyle?: ("dashed" | "default") | undefined;
28
28
  } & {
29
29
  iconOnly?: false | undefined;
@@ -29,8 +29,8 @@ declare const Toggle: React.ForwardRefExoticComponent<Omit<Omit<React.DetailedHT
29
29
  Input: React.ForwardRefExoticComponent<ToggleInputProps & React.RefAttributes<HTMLButtonElement>>;
30
30
  Thumb: React.ForwardRefExoticComponent<Omit<SwitchPrimitive.SwitchThumbProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
31
31
  Indicator: React.ForwardRefExoticComponent<Partial<Omit<React.SVGProps<SVGSVGElement> & {
32
- name: "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" | "sidepanel-hide" | "sidepanel-show" | "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-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" | "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";
33
- size?: ("font" | "xxs" | "xs" | "sm" | "md" | "lg" | "xl") | undefined;
32
+ name: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "download" | "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" | "sidepanel-hide" | "sidepanel-show" | "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-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" | "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" | "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" | "smart-connect" | "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" | "x" | "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";
33
+ size?: ("xs" | "sm" | "md" | "lg" | "font" | "xxs" | "xl") | undefined;
34
34
  title?: string | undefined;
35
35
  children?: React.ReactNode;
36
36
  }, "ref">> & React.RefAttributes<SVGSVGElement>>;
@@ -17,7 +17,7 @@ export declare const Tooltip: typeof Root & {
17
17
  }>) => void) | undefined;
18
18
  side?: "top" | "bottom" | "left" | "right" | undefined;
19
19
  sideOffset?: number | undefined;
20
- align?: "end" | "center" | "start" | undefined;
20
+ align?: "center" | "end" | "start" | undefined;
21
21
  alignOffset?: number | undefined;
22
22
  arrowPadding?: number | undefined;
23
23
  avoidCollisions?: boolean | undefined;
@@ -36,7 +36,7 @@ declare const TopRowButtons: React.ForwardRefExoticComponent<Omit<React.Detailed
36
36
  } & React.RefAttributes<HTMLDivElement>> & {
37
37
  Item: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
38
38
  /** Icon name from the Teddy icon set */
39
- 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" | "sidepanel-hide" | "sidepanel-show" | "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-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" | "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" | undefined;
39
+ icon?: "link" | "map" | "menu" | "search" | "summary" | "time" | "video" | "filter" | "image" | "stop" | "key" | "split" | "alert" | "radio" | "email" | "copy" | "alarm-off" | "alarm-on" | "attachment" | "bookmark-filled" | "bookmark" | "copy-filled" | "dislike" | "download" | "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" | "sidepanel-hide" | "sidepanel-show" | "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-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" | "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" | "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" | "smart-connect" | "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" | "x" | "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" | undefined;
40
40
  /** Emoji to display instead of an icon */
41
41
  emoji?: string | undefined;
42
42
  /** Visible label text */
package/dist/main.cjs CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const components_stepByStep_index = require("./components/step-by-step/index.cjs");
3
4
  const components_topRowButtons_topRowButtons = require("./components/top-row-buttons/top-row-buttons.cjs");
4
5
  const components_dashedButton_dashedButtonRoot = require("./components/dashed-button/dashed-button-root.cjs");
5
6
  const components_shoppingCart_index = require("./components/shopping-cart/index.cjs");
@@ -78,6 +79,7 @@ const components_shoppingCart_types = require("./components/shopping-cart/types.
78
79
  const sonner = require("sonner");
79
80
  const components_input_inputGroup = require("./components/input/input-group.cjs");
80
81
  const components_textarea_textareaGroup = require("./components/textarea/textarea-group.cjs");
82
+ exports.StepByStep = components_stepByStep_index.StepByStep;
81
83
  exports.TopRowButtons = components_topRowButtons_topRowButtons.TopRowButtons;
82
84
  exports.DashedButton = components_dashedButton_dashedButtonRoot.DashedButton;
83
85
  exports.ShoppingCart = components_shoppingCart_index.ShoppingCart;
package/dist/main.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { StepByStep } from "./components/step-by-step/index.js";
1
2
  import { TopRowButtons } from "./components/top-row-buttons/top-row-buttons.js";
2
3
  import { DashedButton } from "./components/dashed-button/dashed-button-root.js";
3
4
  import { ShoppingCart } from "./components/shopping-cart/index.js";
@@ -135,6 +136,7 @@ export {
135
136
  Skeleton,
136
137
  Slider,
137
138
  Spinner,
139
+ StepByStep,
138
140
  StepIndicator,
139
141
  Table,
140
142
  Tabs,
package/dist/style.css CHANGED
@@ -1,4 +1,217 @@
1
- @charset 'UTF-8';@layer icon {
1
+ @charset 'UTF-8';._teddy-step-by-step_1nyec_1 {
2
+ display: flex;
3
+ flex-wrap: wrap;
4
+ list-style: none;
5
+ margin: 0;
6
+ padding: 0;
7
+ }
8
+ ._teddy-step-by-step_1nyec_1:not(._teddy-step-by-step--interactive_1nyec_8) ._teddy-step-by-step__content_1nyec_8 {
9
+ display: none;
10
+ }
11
+ ._teddy-step-by-step--dashed_1nyec_11 ._teddy-step-by-step__step-wrapper_1nyec_11:not(:last-child)::after {
12
+ border-left-style: dashed;
13
+ }
14
+ ._teddy-step-by-step--interactive_1nyec_8 ._teddy-step-by-step__content_1nyec_8 {
15
+ margin: calc(-1 * var(--teddy-spacing-400)) 0 var(--teddy-spacing-400) 5.3rem;
16
+ }
17
+ ._teddy-step-by-step--interactive_1nyec_8 ._teddy-step-by-step__icon-circle_1nyec_17 {
18
+ outline: none;
19
+ text-decoration: none;
20
+ fill: var(--teddy-color-purple-800);
21
+ }
22
+ ._teddy-step-by-step--interactive_1nyec_8 ._teddy-step-by-step__icon-circle_1nyec_17:not(._teddy-step-by-step__icon-circle--highlighted_1nyec_22) {
23
+ cursor: pointer;
24
+ }
25
+ ._teddy-step-by-step--interactive_1nyec_8 ._teddy-step-by-step__icon-circle_1nyec_17:not(._teddy-step-by-step__icon-circle--highlighted_1nyec_22):focus-visible {
26
+ outline: 2px solid var(--teddy-color-purple-550);
27
+ outline-offset: 2px;
28
+ }
29
+ ._teddy-step-by-step__step-wrapper_1nyec_11 {
30
+ position: relative;
31
+ display: flex;
32
+ flex: 1 1 100%;
33
+ flex-wrap: wrap;
34
+ }
35
+ ._teddy-step-by-step__step-wrapper_1nyec_11:not(:last-child)::after {
36
+ content: "";
37
+ position: absolute;
38
+ top: 4px;
39
+ bottom: 0;
40
+ height: 100%;
41
+ width: 1px;
42
+ border-left: 1px solid var(--teddy-color-gray-300);
43
+ }
44
+ ._teddy-step-by-step__step-wrapper_1nyec_11:last-child ._teddy-step-by-step__text_1nyec_44 {
45
+ padding-bottom: 0;
46
+ }
47
+ ._teddy-step-by-step__icon-circle_1nyec_17 {
48
+ display: flex;
49
+ flex-direction: column;
50
+ align-items: center;
51
+ justify-content: center;
52
+ position: relative;
53
+ z-index: 1;
54
+ flex-shrink: 0;
55
+ background-color: var(--teddy-color-purple-100);
56
+ border-radius: 50%;
57
+ border: 1px solid var(--teddy-color-purple-100);
58
+ }
59
+ ._teddy-step-by-step__icon-circle_1nyec_17:is(button) {
60
+ -webkit-appearance: none;
61
+ appearance: none;
62
+ padding: 0;
63
+ }
64
+ ._teddy-step-by-step__icon-circle_1nyec_17 svg {
65
+ color: var(--teddy-color-purple-800);
66
+ }
67
+ ._teddy-step-by-step__icon-circle--highlighted_1nyec_22 {
68
+ background-color: var(--teddy-color-purple-800);
69
+ border-color: var(--teddy-color-purple-800);
70
+ }
71
+ ._teddy-step-by-step__icon-circle--highlighted_1nyec_22 ._teddy-step-by-step__number_1nyec_71 {
72
+ color: var(--teddy-color-functional-white);
73
+ }
74
+ ._teddy-step-by-step__icon-circle--highlighted_1nyec_22 svg {
75
+ color: var(--teddy-color-functional-white);
76
+ }
77
+ ._teddy-step-by-step__text_1nyec_44 {
78
+ flex: 6 0 0;
79
+ padding-left: var(--teddy-spacing-200);
80
+ padding-bottom: var(--teddy-spacing-400);
81
+ display: flex;
82
+ flex-direction: column;
83
+ }
84
+ ._teddy-step-by-step__text_1nyec_44 + ._teddy-step-by-step__content_1nyec_8 {
85
+ padding-top: var(--teddy-spacing-400);
86
+ }
87
+ ._teddy-step-by-step__heading_1nyec_87 {
88
+ margin: 0 0 var(--teddy-spacing-100);
89
+ font-family: "TeliaSans", sans-serif;
90
+ font-weight: 700;
91
+ }
92
+ ._teddy-step-by-step__number_1nyec_71 {
93
+ color: var(--teddy-color-purple-800);
94
+ font-family: "TeliaSans", sans-serif;
95
+ font-weight: 700;
96
+ font-size: 3rem;
97
+ line-height: 1;
98
+ }
99
+ @media screen and (max-width: 30em) {
100
+ ._teddy-step-by-step__number_1nyec_71 {
101
+ font-size: 2rem;
102
+ }
103
+ }
104
+ ._teddy-step-by-step__image_1nyec_104 {
105
+ border-radius: 50%;
106
+ object-fit: cover;
107
+ }
108
+ ._teddy-step-by-step__content_1nyec_8 {
109
+ padding-left: var(--teddy-spacing-100);
110
+ padding-bottom: var(--teddy-spacing-400);
111
+ width: 100%;
112
+ }
113
+ @media screen and (max-width: 30em) {
114
+ ._teddy-step-by-step__content_1nyec_8 {
115
+ margin-left: 0;
116
+ }
117
+ }
118
+ ._teddy-step-by-step__content--open_1nyec_118 {
119
+ visibility: visible;
120
+ max-height: none;
121
+ animation: _teddy-step-by-step-height-open_1nyec_1 500ms forwards;
122
+ }
123
+ ._teddy-step-by-step__content--closed_1nyec_123 {
124
+ overflow: hidden;
125
+ max-height: 0;
126
+ visibility: collapse;
127
+ transition: visibility 500ms;
128
+ animation: _teddy-step-by-step-height-close_1nyec_1 500ms forwards;
129
+ }
130
+ ._teddy-step-by-step--lg_1nyec_130 ._teddy-step-by-step__step-wrapper_1nyec_11 {
131
+ min-height: calc(75px + var(--teddy-spacing-400));
132
+ }
133
+ ._teddy-step-by-step--lg_1nyec_130 ._teddy-step-by-step__icon-circle_1nyec_17 {
134
+ height: 75px;
135
+ width: 75px;
136
+ }
137
+ ._teddy-step-by-step--lg_1nyec_130 ._teddy-step-by-step__icon-circle_1nyec_17 img,
138
+ ._teddy-step-by-step--lg_1nyec_130 ._teddy-step-by-step__icon-circle_1nyec_17 svg {
139
+ height: 45px;
140
+ width: 45px;
141
+ }
142
+ ._teddy-step-by-step--lg_1nyec_130 ._teddy-step-by-step__step-wrapper_1nyec_11::after {
143
+ left: 2.3rem;
144
+ }
145
+ ._teddy-step-by-step--md_1nyec_145 ._teddy-step-by-step__step-wrapper_1nyec_11 {
146
+ min-height: calc(48px + var(--teddy-spacing-400));
147
+ }
148
+ ._teddy-step-by-step--md_1nyec_145 ._teddy-step-by-step__icon-circle_1nyec_17 {
149
+ height: 48px;
150
+ width: 48px;
151
+ }
152
+ ._teddy-step-by-step--md_1nyec_145 ._teddy-step-by-step__icon-circle_1nyec_17 img,
153
+ ._teddy-step-by-step--md_1nyec_145 ._teddy-step-by-step__icon-circle_1nyec_17 svg {
154
+ height: 28px;
155
+ width: 28px;
156
+ }
157
+ ._teddy-step-by-step--md_1nyec_145 ._teddy-step-by-step__step-wrapper_1nyec_11::after {
158
+ left: 24px;
159
+ }
160
+ ._teddy-step-by-step--sm_1nyec_160 ._teddy-step-by-step__step-wrapper_1nyec_11 {
161
+ min-height: calc(40px + var(--teddy-spacing-400));
162
+ }
163
+ ._teddy-step-by-step--sm_1nyec_160 ._teddy-step-by-step__icon-circle_1nyec_17 {
164
+ height: 40px;
165
+ width: 40px;
166
+ }
167
+ ._teddy-step-by-step--sm_1nyec_160 ._teddy-step-by-step__icon-circle_1nyec_17 img,
168
+ ._teddy-step-by-step--sm_1nyec_160 ._teddy-step-by-step__icon-circle_1nyec_17 svg {
169
+ height: 24px;
170
+ width: 24px;
171
+ }
172
+ ._teddy-step-by-step--sm_1nyec_160 ._teddy-step-by-step__step-wrapper_1nyec_11::after {
173
+ left: 20px;
174
+ }
175
+ ._teddy-step-by-step--xs_1nyec_175 ._teddy-step-by-step__step-wrapper_1nyec_11 {
176
+ min-height: calc(32px + var(--teddy-spacing-400));
177
+ }
178
+ ._teddy-step-by-step--xs_1nyec_175 ._teddy-step-by-step__icon-circle_1nyec_17 {
179
+ height: 32px;
180
+ width: 32px;
181
+ }
182
+ ._teddy-step-by-step--xs_1nyec_175 ._teddy-step-by-step__icon-circle_1nyec_17 img,
183
+ ._teddy-step-by-step--xs_1nyec_175 ._teddy-step-by-step__icon-circle_1nyec_17 svg {
184
+ height: 20px;
185
+ width: 20px;
186
+ }
187
+ ._teddy-step-by-step--xs_1nyec_175 ._teddy-step-by-step__number_1nyec_71 {
188
+ font-size: 1.25rem;
189
+ }
190
+ ._teddy-step-by-step--xs_1nyec_175 ._teddy-step-by-step__step-wrapper_1nyec_11::after {
191
+ left: 16px;
192
+ }
193
+ @keyframes _teddy-step-by-step-height-open_1nyec_1 {
194
+ 0%, 1% {
195
+ max-height: 0;
196
+ }
197
+ 99% {
198
+ max-height: 1000px;
199
+ }
200
+ to {
201
+ max-height: none;
202
+ }
203
+ }
204
+ @keyframes _teddy-step-by-step-height-close_1nyec_1 {
205
+ 0% {
206
+ max-height: none;
207
+ }
208
+ 1% {
209
+ max-height: 1000px;
210
+ }
211
+ to {
212
+ max-height: 0;
213
+ }
214
+ }@layer icon {
2
215
  ._teddy-icon_1ur3a_2 {
3
216
  display: inline;
4
217
  align-self: center;
@@ -1,22 +1,22 @@
1
1
  import { Responsive, numberIterator } from './util';
2
2
 
3
3
  export declare const gridTemplateRowsValues: readonly [...{
4
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
5
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
4
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
5
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
6
6
  }[], {
7
7
  readonly key: "none";
8
8
  readonly value: "none";
9
9
  }];
10
10
  export declare const gridTemplateColumnsValues: readonly [...{
11
- readonly key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
12
- readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
11
+ readonly key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
12
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
13
13
  }[], {
14
14
  readonly key: "none";
15
15
  readonly value: "none";
16
16
  }];
17
17
  declare const gridColumnValues: readonly [...{
18
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
19
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
18
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
19
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
20
20
  }[], {
21
21
  readonly key: "span-2";
22
22
  readonly value: "span 2";
@@ -52,8 +52,8 @@ declare const gridColumnValues: readonly [...{
52
52
  readonly value: "span 12";
53
53
  }];
54
54
  declare const gridRowValues: readonly [...{
55
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
56
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
55
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
56
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
57
57
  }[], {
58
58
  readonly key: "span-2";
59
59
  readonly value: "span 2";
@@ -131,8 +131,8 @@ export declare const gridLayout: readonly [{
131
131
  readonly key: "rows";
132
132
  readonly className: "teddy-gtr";
133
133
  readonly values: readonly [...{
134
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
135
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
134
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
135
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
136
136
  }[], {
137
137
  readonly key: "none";
138
138
  readonly value: "none";
@@ -141,8 +141,8 @@ export declare const gridLayout: readonly [{
141
141
  readonly key: "columns";
142
142
  readonly className: "teddy-gtc";
143
143
  readonly values: readonly [...{
144
- readonly key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
145
- readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
144
+ readonly key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
145
+ readonly value: "repeat(1, minmax(0, 1fr))" | "repeat(2, minmax(0, 1fr))" | "repeat(3, minmax(0, 1fr))" | "repeat(10, minmax(0, 1fr))" | "repeat(4, minmax(0, 1fr))" | "repeat(5, minmax(0, 1fr))" | "repeat(6, minmax(0, 1fr))" | "repeat(7, minmax(0, 1fr))" | "repeat(8, minmax(0, 1fr))" | "repeat(9, minmax(0, 1fr))" | "repeat(11, minmax(0, 1fr))" | "repeat(12, minmax(0, 1fr))";
146
146
  }[], {
147
147
  readonly key: "none";
148
148
  readonly value: "none";
@@ -171,36 +171,36 @@ export declare const gridChildren: readonly [{
171
171
  readonly key: "gridColumnStart";
172
172
  readonly className: "teddy-gcs";
173
173
  readonly values: {
174
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
175
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
174
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
175
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
176
176
  }[];
177
177
  }, {
178
178
  readonly key: "gridColumnEnd";
179
179
  readonly className: "teddy-gce";
180
180
  readonly values: {
181
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
182
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
181
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
182
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
183
183
  }[];
184
184
  }, {
185
185
  readonly key: "gridRowStart";
186
186
  readonly className: "teddy-grs";
187
187
  readonly values: {
188
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
189
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
188
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
189
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
190
190
  }[];
191
191
  }, {
192
192
  readonly key: "gridRowEnd";
193
193
  readonly className: "teddy-gre";
194
194
  readonly values: {
195
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
196
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
195
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
196
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
197
197
  }[];
198
198
  }, {
199
199
  readonly key: "gridColumn";
200
200
  readonly className: "teddy-gc";
201
201
  readonly values: readonly [...{
202
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
203
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
202
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
203
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
204
204
  }[], {
205
205
  readonly key: "span-2";
206
206
  readonly value: "span 2";
@@ -239,8 +239,8 @@ export declare const gridChildren: readonly [{
239
239
  readonly key: "gridRow";
240
240
  readonly className: "teddy-gr";
241
241
  readonly values: readonly [...{
242
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
243
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
242
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
243
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
244
244
  }[], {
245
245
  readonly key: "span-2";
246
246
  readonly value: "span 2";