@telia/teddy 0.7.51 → 0.7.53

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 (80) 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/channel-button/channel-button-root.d.ts +4 -4
  7. package/dist/components/channel-button/index.d.ts +4 -4
  8. package/dist/components/checkbox/checkbox-group.d.ts +1 -1
  9. package/dist/components/checkbox/index.d.ts +1 -1
  10. package/dist/components/checkbox-card-group/checkbox-card-group-content.cjs +1 -0
  11. package/dist/components/checkbox-card-group/checkbox-card-group-content.js +1 -0
  12. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.cjs +1 -0
  13. package/dist/components/checkbox-card-group/checkbox-card-group-indicator.js +1 -0
  14. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.cjs +1 -0
  15. package/dist/components/checkbox-card-group/checkbox-card-group-item-title.js +1 -0
  16. package/dist/components/checkbox-card-group/checkbox-card-group-item.cjs +1 -0
  17. package/dist/components/checkbox-card-group/checkbox-card-group-item.js +1 -0
  18. package/dist/components/chip/chip-indicator.d.ts +2 -2
  19. package/dist/components/chip/index.d.ts +2 -2
  20. package/dist/components/dashboard-card/dashboard-card-avatar.d.ts +1 -1
  21. package/dist/components/dashed-button/dashed-button-root.d.ts +6 -6
  22. package/dist/components/expandable-card/expandable-card-button.d.ts +2 -2
  23. package/dist/components/expandable-card/index.d.ts +3 -3
  24. package/dist/components/flip-card/flip-card-trigger.d.ts +2 -2
  25. package/dist/components/icon/utils.d.ts +1 -1
  26. package/dist/components/index.cjs +2 -0
  27. package/dist/components/index.d.ts +1 -0
  28. package/dist/components/index.js +2 -0
  29. package/dist/components/modal/modal-close.cjs +1 -0
  30. package/dist/components/modal/modal-close.js +1 -0
  31. package/dist/components/navigation-menu/navigation-menu.cjs +1 -0
  32. package/dist/components/navigation-menu/navigation-menu.d.ts +1 -1
  33. package/dist/components/navigation-menu/navigation-menu.js +1 -0
  34. package/dist/components/notabene/notabene-icon.d.ts +2 -2
  35. package/dist/components/notification/index.d.ts +1 -1
  36. package/dist/components/notification/notification-icon.d.ts +2 -2
  37. package/dist/components/notification/notification-root.cjs +21 -15
  38. package/dist/components/notification/notification-root.d.ts +2 -2
  39. package/dist/components/notification/notification-root.js +21 -15
  40. package/dist/components/radio-card-group/radio-card-group-content.cjs +1 -0
  41. package/dist/components/radio-card-group/radio-card-group-content.js +1 -0
  42. package/dist/components/radio-card-group/radio-card-group-item-title.cjs +1 -0
  43. package/dist/components/radio-card-group/radio-card-group-item-title.js +1 -0
  44. package/dist/components/radio-card-group/radio-card-group-item.cjs +1 -0
  45. package/dist/components/radio-card-group/radio-card-group-item.js +1 -0
  46. package/dist/components/scroll-area/index.d.ts +3 -3
  47. package/dist/components/scroll-area/scroll-area-button.d.ts +2 -2
  48. package/dist/components/step-by-step/index.cjs +19 -0
  49. package/dist/components/step-by-step/index.d.ts +30 -0
  50. package/dist/components/step-by-step/index.js +19 -0
  51. package/dist/components/step-by-step/step-by-step-content.cjs +23 -0
  52. package/dist/components/step-by-step/step-by-step-content.d.ts +8 -0
  53. package/dist/components/step-by-step/step-by-step-content.js +23 -0
  54. package/dist/components/step-by-step/step-by-step-description.cjs +17 -0
  55. package/dist/components/step-by-step/step-by-step-description.d.ts +33 -0
  56. package/dist/components/step-by-step/step-by-step-description.js +17 -0
  57. package/dist/components/step-by-step/step-by-step-icon.cjs +29 -0
  58. package/dist/components/step-by-step/step-by-step-icon.d.ts +24 -0
  59. package/dist/components/step-by-step/step-by-step-icon.js +29 -0
  60. package/dist/components/step-by-step/step-by-step-root.cjs +70 -0
  61. package/dist/components/step-by-step/step-by-step-root.d.ts +71 -0
  62. package/dist/components/step-by-step/step-by-step-root.js +70 -0
  63. package/dist/components/step-by-step/step-by-step-step.cjs +36 -0
  64. package/dist/components/step-by-step/step-by-step-step.d.ts +24 -0
  65. package/dist/components/step-by-step/step-by-step-step.js +36 -0
  66. package/dist/components/tabs/tabs-scroll-button.d.ts +2 -2
  67. package/dist/components/tabs/tabs-scroll.d.ts +1 -1
  68. package/dist/components/tabs/tabs-trigger.d.ts +1 -1
  69. package/dist/components/text-field/index.d.ts +2 -2
  70. package/dist/components/text-field/text-field-button.d.ts +2 -2
  71. package/dist/components/toggle/toggle.d.ts +2 -2
  72. package/dist/components/tooltip/index.d.ts +1 -1
  73. package/dist/components/top-row-buttons/top-row-buttons.d.ts +1 -1
  74. package/dist/main.cjs +2 -0
  75. package/dist/main.js +2 -0
  76. package/dist/style.css +234 -16
  77. package/dist/utils/generate-styling/grid.d.ts +24 -24
  78. package/dist/utils/generate-styling/index.d.ts +16 -16
  79. package/dist/utils/generate-styling/util.d.ts +2 -2
  80. package/package.json +1 -1
@@ -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;
@@ -5983,7 +6196,7 @@
5983
6196
  }
5984
6197
  }@layer heading, button, card, notification;
5985
6198
  @layer notification {
5986
- ._teddy-notification_18bjx_3 {
6199
+ ._teddy-notification_yr9vf_3 {
5987
6200
  --status-background: var(--teddy-color-background-status-success);
5988
6201
  --status-color: var(--teddy-color-text-status-success-strong);
5989
6202
  --status-icon-color: var(--teddy-color-text-status-success-strong);
@@ -5991,64 +6204,69 @@
5991
6204
  background-color: var(--status-background);
5992
6205
  gap: var(--teddy-spacing-50);
5993
6206
  }
5994
- ._teddy-notification--success_18bjx_11 {
6207
+ ._teddy-notification--success_yr9vf_11 {
5995
6208
  --status-background: var(--teddy-color-background-status-success);
5996
6209
  --status-color: var(--teddy-color-text-status-success-strong);
5997
6210
  --status-icon-color: var(--teddy-color-text-status-success-strong);
5998
6211
  }
5999
- ._teddy-notification--warning_18bjx_16 {
6212
+ ._teddy-notification--warning_yr9vf_16 {
6000
6213
  --status-background: var(--teddy-color-background-status-warning);
6001
6214
  --status-color: var(--teddy-color-text-status-warning-strong);
6002
6215
  --status-icon-color: var(--teddy-color-text-status-warning-strong);
6003
6216
  }
6004
- ._teddy-notification--error_18bjx_21 {
6217
+ ._teddy-notification--error_yr9vf_21 {
6005
6218
  --status-background: var(--teddy-color-background-status-error);
6006
6219
  --status-color: var(--teddy-color-text-status-error-strong);
6007
6220
  --status-icon-color: var(--teddy-color-text-status-error-strong);
6008
6221
  }
6009
- ._teddy-notification--information_18bjx_26 {
6222
+ ._teddy-notification--information_yr9vf_26 {
6010
6223
  --status-background: var(--teddy-color-background-status-info);
6011
6224
  --status-color: var(--teddy-color-text-status-info-strong);
6012
6225
  --status-icon-color: var(--teddy-color-text-status-info-strong);
6013
6226
  }
6014
- ._teddy-notification--beige_18bjx_31 {
6227
+ ._teddy-notification--beige_yr9vf_31 {
6015
6228
  --status-background: var(--teddy-color-beige-50);
6016
6229
  --status-color: var(--teddy-color-beige-700);
6017
6230
  --status-icon-color: var(--teddy-color-beige-700e);
6018
6231
  }
6019
- ._teddy-notification--teal_18bjx_36 {
6232
+ ._teddy-notification--teal_yr9vf_36 {
6020
6233
  --status-background: var(--teddy-color-teal-50);
6021
6234
  --status-color: var(--teddy-color-teal-700);
6022
6235
  --status-icon-color: var(--teddy-color-teal-700);
6023
6236
  }
6024
- ._teddy-notification--gray_18bjx_41 {
6237
+ ._teddy-notification--gray_yr9vf_41 {
6025
6238
  --status-background: var(--teddy-color-gray-50);
6026
6239
  --status-color: var(--teddy-color-gray-700);
6027
6240
  --status-icon-color: var(--teddy-color-gray-700);
6028
6241
  }
6029
- ._teddy-notification--tile_18bjx_46 {
6242
+ ._teddy-notification--light-purple_yr9vf_46 {
6243
+ --status-background: var(--teddy-color-purple-50);
6244
+ --status-color: var(--teddy-color-purple-800);
6245
+ --status-icon-color: var(--teddy-color-purple-800);
6246
+ }
6247
+ ._teddy-notification--tile_yr9vf_51 {
6030
6248
  display: flex !important;
6031
6249
  }
6032
- ._teddy-notification--tile_18bjx_46 ._teddy-notification__text_18bjx_49 {
6250
+ ._teddy-notification--tile_yr9vf_51 ._teddy-notification__text_yr9vf_54 {
6033
6251
  margin: 0 var(--teddy-spacing-400) 0 var(--teddy-spacing-100) !important;
6034
6252
  }
6035
- ._teddy-notification__dismiss_18bjx_52 {
6253
+ ._teddy-notification__dismiss_yr9vf_57 {
6036
6254
  position: absolute;
6037
6255
  inset: var(--teddy-spacing-50) var(--teddy-spacing-50) auto auto;
6038
6256
  }
6039
- ._teddy-notification__heading_18bjx_56 {
6257
+ ._teddy-notification__heading_yr9vf_61 {
6040
6258
  color: var(--status-color);
6041
6259
  display: flex;
6042
6260
  align-items: center;
6043
6261
  }
6044
- ._teddy-notification__text_18bjx_49 {
6262
+ ._teddy-notification__text_yr9vf_54 {
6045
6263
  color: var(--status-color) !important;
6046
6264
  margin: 0 var(--teddy-spacing-400) 0 calc(var(--teddy-spacing-400) + var(--teddy-spacing-100)) !important;
6047
6265
  }
6048
- ._teddy-notification__footer_18bjx_65 {
6266
+ ._teddy-notification__footer_yr9vf_70 {
6049
6267
  margin-left: calc(var(--teddy-spacing-400) + var(--teddy-spacing-100));
6050
6268
  }
6051
- ._teddy-notification__icon_18bjx_68 {
6269
+ ._teddy-notification__icon_yr9vf_73 {
6052
6270
  color: var(--status-icon-color);
6053
6271
  margin-right: var(--teddy-spacing-100);
6054
6272
  }
@@ -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";
@@ -1978,8 +1978,8 @@ export declare const stylings: readonly [{
1978
1978
  readonly key: "rows";
1979
1979
  readonly className: "teddy-gtr";
1980
1980
  readonly values: readonly [...{
1981
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1981
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1982
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1983
1983
  }[], {
1984
1984
  readonly key: "none";
1985
1985
  readonly value: "none";
@@ -1988,8 +1988,8 @@ export declare const stylings: readonly [{
1988
1988
  readonly key: "columns";
1989
1989
  readonly className: "teddy-gtc";
1990
1990
  readonly values: readonly [...{
1991
- readonly key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1992
- 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))";
1991
+ readonly key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
1992
+ 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))";
1993
1993
  }[], {
1994
1994
  readonly key: "none";
1995
1995
  readonly value: "none";
@@ -2017,36 +2017,36 @@ export declare const stylings: readonly [{
2017
2017
  readonly key: "gridColumnStart";
2018
2018
  readonly className: "teddy-gcs";
2019
2019
  readonly values: {
2020
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2020
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2021
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2022
2022
  }[];
2023
2023
  }, {
2024
2024
  readonly key: "gridColumnEnd";
2025
2025
  readonly className: "teddy-gce";
2026
2026
  readonly values: {
2027
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2027
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2028
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2029
2029
  }[];
2030
2030
  }, {
2031
2031
  readonly key: "gridRowStart";
2032
2032
  readonly className: "teddy-grs";
2033
2033
  readonly values: {
2034
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2034
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2035
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2036
2036
  }[];
2037
2037
  }, {
2038
2038
  readonly key: "gridRowEnd";
2039
2039
  readonly className: "teddy-gre";
2040
2040
  readonly values: {
2041
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2041
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2042
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2043
2043
  }[];
2044
2044
  }, {
2045
2045
  readonly key: "gridColumn";
2046
2046
  readonly className: "teddy-gc";
2047
2047
  readonly values: readonly [...{
2048
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2048
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2049
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2050
2050
  }[], {
2051
2051
  readonly key: "span-2";
2052
2052
  readonly value: "span 2";
@@ -2085,8 +2085,8 @@ export declare const stylings: readonly [{
2085
2085
  readonly key: "gridRow";
2086
2086
  readonly className: "teddy-gr";
2087
2087
  readonly values: readonly [...{
2088
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2088
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2089
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
2090
2090
  }[], {
2091
2091
  readonly key: "span-2";
2092
2092
  readonly value: "span 2";
@@ -76,7 +76,7 @@ export type Responsive<T> = {
76
76
  [key in Breakpoint]?: T | AnyCssValue;
77
77
  } | (T | AnyCssValue);
78
78
  export declare const numberIterator: {
79
- key: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
- value: "1" | "2" | "10" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
79
+ key: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
80
+ value: "1" | "2" | "3" | "10" | "4" | "5" | "6" | "7" | "8" | "9" | "11" | "12";
81
81
  }[];
82
82
  export {};
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "pnpm": ">=10"
21
21
  },
22
22
  "private": false,
23
- "version": "0.7.51",
23
+ "version": "0.7.53",
24
24
  "sideEffects": [
25
25
  "**/*.css",
26
26
  "**/*.svg"