@kaizen/components 0.0.0-canary-typescript-transform-paths-3.5.2-20241113035843 → 0.0.0-canary-package-bundler-v2-20241113055116

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.
@@ -110,7 +110,7 @@ var Pagination = function (_a) {
110
110
  }
111
111
  }), React__default.default.createElement("div", {
112
112
  className: Pagination_module.pagesIndicatorWrapper
113
- }, pagination(1, queries.isSmall ? 0 : 1)), React__default.default.createElement(DirectionalLink.DirectionalLink, {
113
+ }, pagination(queries.isMediumOrSmaller ? 0 : 1, queries.isSmall ? 0 : 1)), React__default.default.createElement(DirectionalLink.DirectionalLink, {
114
114
  label: ariaLabelNextPage,
115
115
  direction: "next",
116
116
  disabled: nextPageDisabled,
@@ -101,7 +101,7 @@ var Pagination = function (_a) {
101
101
  }
102
102
  }), /*#__PURE__*/React.createElement("div", {
103
103
  className: styles.pagesIndicatorWrapper
104
- }, pagination(1, queries.isSmall ? 0 : 1)), /*#__PURE__*/React.createElement(DirectionalLink, {
104
+ }, pagination(queries.isMediumOrSmaller ? 0 : 1, queries.isSmall ? 0 : 1)), /*#__PURE__*/React.createElement(DirectionalLink, {
105
105
  label: ariaLabelNextPage,
106
106
  direction: "next",
107
107
  disabled: nextPageDisabled,
package/dist/styles.css CHANGED
@@ -1,37 +1,4 @@
1
1
  @layer tokens, normalize, reset;@layer tokens{:root{--theme-key:heart;--animation-easing-function-ease-in-out:cubic-bezier(0.455,0.03,0.515,0.955);--animation-easing-function-ease-in:cubic-bezier(0.55,0.085,0.68,0.53);--animation-easing-function-ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--animation-easing-function-linear:linear;--animation-easing-function-bounce-in:cubic-bezier(0.485,0.155,0.24,1.245);--animation-easing-function-bounce-out:cubic-bezier(0.485,0.155,0.515,0.845);--animation-easing-function-bounce-in-out:cubic-bezier(0.76,-0.245,0.24,1.245);--animation-duration-instant:0ms;--animation-duration-immediate:100ms;--animation-duration-rapid:200ms;--animation-duration-fast:300ms;--animation-duration-slow:400ms;--animation-duration-deliberate:700ms;--border-solid-border-width:2px;--border-solid-border-radius:7px;--border-solid-border-style:solid;--border-solid-border-color:#e1e2ea;--border-solid-border-color-rgb:225,226,234;--border-dashed-border-width:2px;--border-dashed-border-radius:7px;--border-dashed-border-style:dashed;--border-borderless-border-width:2px;--border-borderless-border-radius:7px;--border-borderless-border-style:solid;--border-borderless-border-color:transparent;--border-borderless-border-color-rgb:0,0,0;--border-focus-ring-border-width:2px;--border-focus-ring-border-radius:10px;--border-focus-ring-border-style:solid;--border-width-1:1px;--color-purple-100:#f4edf8;--color-purple-100-rgb:244,237,248;--color-purple-200:#dfc9ea;--color-purple-200-rgb:223,201,234;--color-purple-300:#c9a5dd;--color-purple-300-rgb:201,165,221;--color-purple-400:#ae67b1;--color-purple-400-rgb:174,103,177;--color-purple-500:#844587;--color-purple-500-rgb:132,69,135;--color-purple-600:#5f3361;--color-purple-600-rgb:95,51,97;--color-purple-700:#4a234d;--color-purple-700-rgb:74,35,77;--color-purple-800:#2f2438;--color-purple-800-rgb:47,36,56;--color-blue-100:#e6f6ff;--color-blue-100-rgb:230,246,255;--color-blue-200:#bde2f5;--color-blue-200-rgb:189,226,245;--color-blue-300:#73c0e8;--color-blue-300-rgb:115,192,232;--color-blue-400:#008bd6;--color-blue-400-rgb:0,139,214;--color-blue-500:#0168b3;--color-blue-500-rgb:1,104,179;--color-blue-600:#004970;--color-blue-600-rgb:0,73,112;--color-blue-700:#003157;--color-blue-700-rgb:0,49,87;--color-green-100:#e8f8f4;--color-green-100-rgb:232,248,244;--color-green-200:#c4ede2;--color-green-200-rgb:196,237,226;--color-green-300:#8fdbc7;--color-green-300-rgb:143,219,199;--color-green-400:#5dcaad;--color-green-400-rgb:93,202,173;--color-green-500:#3f9a86;--color-green-500-rgb:63,154,134;--color-green-600:#2c7d67;--color-green-600-rgb:44,125,103;--color-green-700:#22594a;--color-green-700-rgb:34,89,74;--color-yellow-100:#fff9e4;--color-yellow-100-rgb:255,249,228;--color-yellow-200:#ffeeb3;--color-yellow-200-rgb:255,238,179;--color-yellow-300:#ffe36e;--color-yellow-300-rgb:255,227,110;--color-yellow-400:#ffca4d;--color-yellow-400-rgb:255,202,77;--color-yellow-500:#ffb600;--color-yellow-500-rgb:255,182,0;--color-yellow-600:#c68600;--color-yellow-600-rgb:198,134,0;--color-yellow-700:#876400;--color-yellow-700-rgb:135,100,0;--color-red-100:#fdeaee;--color-red-100-rgb:253,234,238;--color-red-200:#f9c2cb;--color-red-200-rgb:249,194,203;--color-red-300:#f597a8;--color-red-300-rgb:245,151,168;--color-red-400:#e0707d;--color-red-400-rgb:224,112,125;--color-red-500:#c93b55;--color-red-500-rgb:201,59,85;--color-red-600:#a82433;--color-red-600-rgb:168,36,51;--color-red-700:#6c1e20;--color-red-700-rgb:108,30,32;--color-orange-100:#fff0e8;--color-orange-100-rgb:255,240,232;--color-orange-200:#ffd1b9;--color-orange-200-rgb:255,209,185;--color-orange-300:#ffb08a;--color-orange-300-rgb:255,176,138;--color-orange-400:#ff9461;--color-orange-400-rgb:255,148,97;--color-orange-500:#e96c2f;--color-orange-500-rgb:233,108,47;--color-orange-600:#b74302;--color-orange-600-rgb:183,67,2;--color-orange-700:#903c00;--color-orange-700-rgb:144,60,0;--color-gray-100:#f9f9f9;--color-gray-100-rgb:249,249,249;--color-gray-200:#f4f4f5;--color-gray-200-rgb:244,244,245;--color-gray-300:#eaeaec;--color-gray-300-rgb:234,234,236;--color-gray-400:#cdcdd0;--color-gray-400-rgb:205,205,208;--color-gray-500:#878792;--color-gray-500-rgb:135,135,146;--color-gray-600:#524e56;--color-gray-600-rgb:82,78,86;--color-white:#fff;--color-white-rgb:255,255,255;--color-black:#000;--color-black-rgb:0,0,0;--data-viz-favorable:#7dd5bd;--data-viz-favorable-rgb:125,213,189;--data-viz-unfavorable:#e68d97;--data-viz-unfavorable-rgb:230,141,151;--layout-content-max-width:1392px;--layout-content-max-width-with-sidebar:1080px;--layout-content-side-margin:72px;--layout-mobile-actions-drawer-height:60px;--layout-navigation-bar-height:72px;--layout-breakpoints-medium:768px;--layout-breakpoints-large:1080px;--shadow-small-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 3px 16px 0 rgba(0,0,0,.06);--shadow-large-box-shadow:0 3px 9px 0 rgba(0,0,0,.1),0 8px 40px 0 rgba(0,0,0,.08);--spacing-0:0;--spacing-1:.0625rem;--spacing-2:.125rem;--spacing-4:.25rem;--spacing-6:.375rem;--spacing-8:.5rem;--spacing-12:.75rem;--spacing-16:1rem;--spacing-20:1.25rem;--spacing-24:1.5rem;--spacing-32:2rem;--spacing-40:2.5rem;--spacing-48:3rem;--spacing-56:3.5rem;--spacing-64:4rem;--spacing-72:4.5rem;--spacing-80:5rem;--spacing-96:6rem;--spacing-112:7rem;--spacing-128:8rem;--spacing-160:10rem;--spacing-200:12.5rem;--spacing-240:15rem;--spacing-280:17.5rem;--spacing-320:20rem;--spacing-xs:0.375rem;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.25rem;--spacing-xl:3rem;--spacing-xxl:3.75rem;--spacing-xxxl:4.5rem;--spacing-xxxxl:5.25rem;--spacing-xxxxxl:6rem;--typography-data-large-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-font-weight:700;--typography-data-large-font-size:5.25rem;--typography-data-large-line-height:5.25rem;--typography-data-large-letter-spacing:normal;--typography-data-large-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-large-units-font-weight:700;--typography-data-large-units-font-size:2.625rem;--typography-data-large-units-line-height:5.25rem;--typography-data-large-units-letter-spacing:normal;--typography-data-medium-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-font-weight:700;--typography-data-medium-font-size:3rem;--typography-data-medium-line-height:5rem;--typography-data-medium-letter-spacing:normal;--typography-data-medium-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-medium-units-font-weight:700;--typography-data-medium-units-font-size:1.5rem;--typography-data-medium-units-line-height:5rem;--typography-data-medium-units-letter-spacing:normal;--typography-data-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-font-weight:700;--typography-data-small-font-size:1.5rem;--typography-data-small-line-height:1.5rem;--typography-data-small-letter-spacing:normal;--typography-data-small-units-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-data-small-units-font-weight:700;--typography-data-small-units-font-size:1.125rem;--typography-data-small-units-line-height:1.5rem;--typography-data-small-units-letter-spacing:normal;--typography-display-0-font-family:"Tiempos Headline",Georgia,serif;--typography-display-0-font-weight:800;--typography-display-0-font-size:4.5rem;--typography-display-0-line-height:5.25rem;--typography-display-0-letter-spacing:0em;--typography-heading-1-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-1-font-weight:500;--typography-heading-1-font-size:2.125rem;--typography-heading-1-line-height:2.625rem;--typography-heading-1-letter-spacing:normal;--typography-heading-2-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-2-font-weight:600;--typography-heading-2-font-size:1.75rem;--typography-heading-2-line-height:2.25rem;--typography-heading-2-letter-spacing:normal;--typography-heading-3-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-3-font-weight:600;--typography-heading-3-font-size:1.375rem;--typography-heading-3-line-height:1.875rem;--typography-heading-3-letter-spacing:normal;--typography-heading-4-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-4-font-weight:600;--typography-heading-4-font-size:1.125rem;--typography-heading-4-line-height:1.5rem;--typography-heading-4-letter-spacing:normal;--typography-heading-5-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-5-font-weight:600;--typography-heading-5-font-size:1rem;--typography-heading-5-line-height:1.5rem;--typography-heading-5-letter-spacing:normal;--typography-heading-6-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-heading-6-font-weight:600;--typography-heading-6-font-size:0.875rem;--typography-heading-6-line-height:1.5rem;--typography-heading-6-letter-spacing:normal;--typography-paragraph-intro-lede-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-intro-lede-font-weight:400;--typography-paragraph-intro-lede-font-size:1.25rem;--typography-paragraph-intro-lede-line-height:1.875rem;--typography-paragraph-intro-lede-letter-spacing:0;--typography-paragraph-intro-lede-max-width:975px;--typography-paragraph-body-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-body-font-weight:400;--typography-paragraph-body-font-size:1rem;--typography-paragraph-body-line-height:1.5rem;--typography-paragraph-body-letter-spacing:normal;--typography-paragraph-body-max-width:780px;--typography-paragraph-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-small-font-weight:400;--typography-paragraph-small-font-size:0.875rem;--typography-paragraph-small-line-height:1.125rem;--typography-paragraph-small-letter-spacing:normal;--typography-paragraph-small-max-width:680px;--typography-paragraph-extra-small-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-paragraph-extra-small-font-weight:400;--typography-paragraph-extra-small-font-size:0.75rem;--typography-paragraph-extra-small-line-height:1.125rem;--typography-paragraph-extra-small-letter-spacing:normal;--typography-paragraph-extra-small-max-width:600px;--typography-paragraph-bold-font-weight:600;--typography-button-primary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-primary-font-weight:500;--typography-button-primary-font-size:1.125rem;--typography-button-primary-line-height:1.5rem;--typography-button-primary-letter-spacing:normal;--typography-button-secondary-font-family:"Inter","Noto Sans",Helvetica,Arial,sans-serif;--typography-button-secondary-font-weight:500;--typography-button-secondary-font-size:1rem;--typography-button-secondary-line-height:1.5rem;--typography-button-secondary-letter-spacing:normal}}@layer normalize{html{text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{appearance:none}::-webkit-file-upload-button{appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}}@layer reset{@font-face{font-family:Tiempos Headline;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-bold.woff)}@font-face{font-family:Tiempos Headline;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/tiempos/tiempos-headline-medium.woff)}@font-face{font-family:Greycliff CF;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-light.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-regular.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-medium.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-demi-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-bold.woff) format("woff")}@font-face{font-family:Greycliff CF;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/greycliff/greycliff-cf-extra-bold.woff) format("woff")}@font-face{font-family:Inter;font-weight:300;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-light.woff)}@font-face{font-family:Inter;font-weight:400;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-regular.woff)}@font-face{font-family:Inter;font-weight:500;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-medium.woff)}@font-face{font-family:Inter;font-weight:600;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-demi-bold.woff)}@font-face{font-family:Inter;font-weight:700;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-bold.woff)}@font-face{font-family:Inter;font-weight:800;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/inter/inter-extra-bold.woff)}@font-face{font-family:IBM Plex Mono;src:url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff2),url(https://d1e7r7b0lb8p4d.cloudfront.net/fonts/ibm-plex-mono/ibm-plex-mono-regular.woff)}}@layer reset{*,:after,:before{border-color:var(--border-solid-border-color,"currentColor");border-style:solid;border-width:0}}
2
- .Menu-module_menu__AowD8 {
3
- background-color: var(--color-white);
4
- color: var(--color-purple-800);
5
- width: 248px;
6
- max-height: 22rem;
7
- overflow: auto;
8
- padding-block: var(--spacing-6);
9
- outline: none;
10
- border-radius: var(--border-solid-border-radius);
11
- box-shadow: var(--shadow-large-box-shadow);
12
- }
13
-
14
- .Menu-module_menu__AowD8 .react-aria-Header {
15
- font-family: var(--typography-heading-6-font-family);
16
- font-size: var(--typography-heading-6-font-size);
17
- letter-spacing: var(--typography-heading-6-letter-spacing);
18
- font-weight: var(--typography-heading-6-font-weight);
19
- line-height: var(--typography-heading-6-line-height);
20
- padding: var(--spacing-6) 10px;
21
- margin-inline: var(--spacing-6);
22
- }
23
-
24
- .Menu-module_menu__AowD8 section:not(:last-of-type) {
25
- &::after {
26
- width: 100%;
27
- height: 1px;
28
- background-color: var(--border-solid-border-color);
29
- content: "";
30
- display: block;
31
- margin-block: var(--spacing-6);
32
- }
33
- }
34
-
35
2
  .MenuItem-module_item__uImZI {
36
3
  display: block;
37
4
  font-family: var(--typography-paragraph-body-font-family);
@@ -72,6 +39,67 @@
72
39
  opacity: 0.3;
73
40
  }
74
41
 
42
+ .Menu-module_menu__AowD8 {
43
+ background-color: var(--color-white);
44
+ color: var(--color-purple-800);
45
+ width: 248px;
46
+ max-height: 22rem;
47
+ overflow: auto;
48
+ padding-block: var(--spacing-6);
49
+ outline: none;
50
+ border-radius: var(--border-solid-border-radius);
51
+ box-shadow: var(--shadow-large-box-shadow);
52
+ }
53
+
54
+ .Menu-module_menu__AowD8 .react-aria-Header {
55
+ font-family: var(--typography-heading-6-font-family);
56
+ font-size: var(--typography-heading-6-font-size);
57
+ letter-spacing: var(--typography-heading-6-letter-spacing);
58
+ font-weight: var(--typography-heading-6-font-weight);
59
+ line-height: var(--typography-heading-6-line-height);
60
+ padding: var(--spacing-6) 10px;
61
+ margin-inline: var(--spacing-6);
62
+ }
63
+
64
+ .Menu-module_menu__AowD8 section:not(:last-of-type) {
65
+ &::after {
66
+ width: 100%;
67
+ height: 1px;
68
+ background-color: var(--border-solid-border-color);
69
+ content: "";
70
+ display: block;
71
+ margin-block: var(--spacing-6);
72
+ }
73
+ }
74
+
75
+ /** THIS IS AN AUTOGENERATED FILE **/
76
+ /** THIS IS AN AUTOGENERATED FILE **/
77
+ .OverlayArrow-module_overlayArrow__hoDyK {
78
+ display: flex;
79
+ padding: 8px;
80
+ }
81
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
82
+ padding: 0 8px;
83
+ }
84
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
85
+ padding: 8px 0;
86
+ }
87
+ .OverlayArrow-module_overlayArrow__hoDyK path {
88
+ fill: var(--color-purple-800, #2f2438);
89
+ box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
90
+ }
91
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
92
+ transform: rotate(90deg);
93
+ }
94
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
95
+ transform: rotate(180deg);
96
+ }
97
+ .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
98
+ transform: rotate(270deg);
99
+ }
100
+ .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
101
+ fill: var(--color-white, #ffffff);
102
+ }
75
103
  .Button-module_button__QOSYH {
76
104
  --button-min-height-width: var(--spacing-48);
77
105
  --button-padding-x: calc(
@@ -160,6 +188,9 @@
160
188
  --button-icon-size: var(--spacing-16);
161
189
  gap: var(--spacing-8);
162
190
  }
191
+ .Focusable-module_focusableWrapper__NfuIi {
192
+ display: inline-flex;
193
+ }
163
194
  /** THIS IS AN AUTOGENERATED FILE **/
164
195
  /** THIS IS AN AUTOGENERATED FILE **/
165
196
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -216,37 +247,6 @@
216
247
  opacity: 1;
217
248
  }
218
249
  }
219
- .Focusable-module_focusableWrapper__NfuIi {
220
- display: inline-flex;
221
- }
222
- /** THIS IS AN AUTOGENERATED FILE **/
223
- /** THIS IS AN AUTOGENERATED FILE **/
224
- .OverlayArrow-module_overlayArrow__hoDyK {
225
- display: flex;
226
- padding: 8px;
227
- }
228
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=top], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] {
229
- padding: 0 8px;
230
- }
231
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left], .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] {
232
- padding: 8px 0;
233
- }
234
- .OverlayArrow-module_overlayArrow__hoDyK path {
235
- fill: var(--color-purple-800, #2f2438);
236
- box-shadow: var(--shadow-small-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.06));
237
- }
238
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=right] svg {
239
- transform: rotate(90deg);
240
- }
241
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=bottom] svg {
242
- transform: rotate(180deg);
243
- }
244
- .OverlayArrow-module_overlayArrow__hoDyK[data-placement=left] svg {
245
- transform: rotate(270deg);
246
- }
247
- .OverlayArrow-module_overlayArrow__hoDyK.OverlayArrow-module_reversed__-WGcR path {
248
- fill: var(--color-white, #ffffff);
249
- }
250
250
  /*
251
251
  * This is taken from the Material Symbols CDN
252
252
  * font-weight & font-size removed as overridden in .icon
@@ -1442,7 +1442,7 @@
1442
1442
  width: 40px;
1443
1443
  height: 40px;
1444
1444
  min-height: auto;
1445
- margin: 0 var(--spacing-2);
1445
+ margin: 0 var(--spacing-4);
1446
1446
  border-radius: 50%;
1447
1447
  }
1448
1448
  .GenericButton-module_circleButton__Ovqs1:not(:disabled):focus-visible::after {
@@ -7582,7 +7582,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
7582
7582
  width: 36px;
7583
7583
  background-color: transparent;
7584
7584
  color: rgba(var(color-purple-800-rgb), 0.7);
7585
- margin: 0 var(--spacing-2);
7585
+ margin: 0 var(--spacing-4);
7586
7586
  }
7587
7587
 
7588
7588
  /** THIS IS AN AUTOGENERATED FILE **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "0.0.0-canary-typescript-transform-paths-3.5.2-20241113035843",
3
+ "version": "0.0.0-canary-package-bundler-v2-20241113055116",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -118,8 +118,8 @@
118
118
  "svgo": "^3.3.2",
119
119
  "tslib": "^2.8.0",
120
120
  "tsx": "^4.19.2",
121
- "@kaizen/design-tokens": "0.0.0-canary-typescript-transform-paths-3.5.2-20241113035843",
122
- "@kaizen/package-bundler": "0.0.0-canary-typescript-transform-paths-3.5.2-20241113035843"
121
+ "@kaizen/design-tokens": "0.0.0-canary-package-bundler-v2-20241113055116",
122
+ "@kaizen/package-bundler": "0.0.0-canary-package-bundler-v2-20241113055116"
123
123
  },
124
124
  "devDependenciesComments": {
125
125
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
@@ -154,7 +154,7 @@ export const Pagination = ({
154
154
  />
155
155
 
156
156
  <div className={styles.pagesIndicatorWrapper}>
157
- {pagination(1, queries.isSmall ? 0 : 1)}
157
+ {pagination(queries.isMediumOrSmaller ? 0 : 1, queries.isSmall ? 0 : 1)}
158
158
  </div>
159
159
 
160
160
  <DirectionalLink
@@ -9,7 +9,7 @@
9
9
  width: 40px;
10
10
  height: 40px;
11
11
  min-height: auto;
12
- margin: 0 var(--spacing-2);
12
+ margin: 0 var(--spacing-4);
13
13
  border-radius: 50%;
14
14
 
15
15
  &:not(:disabled) {
@@ -5,5 +5,5 @@
5
5
  width: 36px;
6
6
  background-color: transparent;
7
7
  color: rgba(var(color-purple-800-rgb), 0.7);
8
- margin: 0 var(--spacing-2);
8
+ margin: 0 var(--spacing-4);
9
9
  }
@@ -1,114 +0,0 @@
1
- import { __rest, __assign } from 'tslib';
2
- import React, { useState, useLayoutEffect, createElement } from 'react';
3
- import classnames from 'classnames';
4
- var styles$1 = {
5
- "badge": "Badge-module_badge__CRtsW",
6
- "large": "Badge-module_large__0QOpY",
7
- "default": "Badge-module_default__k4Kcf",
8
- "active": "Badge-module_active__-e-i2",
9
- "reversed": "Badge-module_reversed__OgQLB",
10
- "dark": "Badge-module_dark__RH34a",
11
- "dot": "Badge-module_dot__BOKL1",
12
- "animation": "Badge-module_animation__NTy6C",
13
- "animationOn": "Badge-module_animationOn__nWK38"
14
- };
15
-
16
- /**
17
- * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3064857333/Badge Guidance} |
18
- * {@link https://cultureamp.design/?path=/docs/components-badge--docs Storybook}
19
- */
20
- const Badge = /*#__PURE__*/function () {
21
- const Badge = function (_a) {
22
- var children = _a.children,
23
- _b = _a.variant,
24
- variant = _b === void 0 ? "default" : _b,
25
- _c = _a.reversed,
26
- reversed = _c === void 0 ? false : _c,
27
- _d = _a.size,
28
- size = _d === void 0 ? "small" : _d,
29
- classNameOverride = _a.classNameOverride,
30
- restProps = __rest(_a, ["children", "variant", "reversed", "size", "classNameOverride"]);
31
- return /*#__PURE__*/React.createElement("span", __assign({
32
- className: classnames(styles$1.badge, styles$1[variant], classNameOverride, reversed && styles$1.reversed, size === "large" && styles$1.large)
33
- }, restProps), variant !== "dot" && children);
34
- };
35
- Badge.displayName = "Badge";
36
- return Badge;
37
- }();
38
- var BadgeAnimated = function (props) {
39
- var _a = useState(false),
40
- isFocused = _a[0],
41
- setIsFocused = _a[1];
42
- useLayoutEffect(function () {
43
- setIsFocused(true);
44
- setTimeout(function () {
45
- setIsFocused(false);
46
- }, 150);
47
- }, [props.children]);
48
- return /*#__PURE__*/React.createElement("span", {
49
- className: classnames(styles$1.animation, isFocused && styles$1.animationOn)
50
- }, /*#__PURE__*/React.createElement(Badge, __assign({}, props)));
51
- };
52
- var styles = {
53
- "heading": "Heading-module_heading__Gq6I8",
54
- "display-0": "Heading-module_display-0__yZ7rx",
55
- "composable-header-title": "Heading-module_composable-header-title__mqQVh",
56
- "heading-1": "Heading-module_heading-1__PbAcw",
57
- "heading-2": "Heading-module_heading-2__Ovpfe",
58
- "heading-3": "Heading-module_heading-3__S4Pb1",
59
- "heading-4": "Heading-module_heading-4__IIiwi",
60
- "heading-5": "Heading-module_heading-5__QFtpN",
61
- "heading-6": "Heading-module_heading-6__kts--",
62
- "dark": "Heading-module_dark__IqcnT",
63
- "dark-reduced-opacity": "Heading-module_dark-reduced-opacity__i-JqI",
64
- "white": "Heading-module_white__mUqRT",
65
- "white-reduced-opacity": "Heading-module_white-reduced-opacity__y1wq8",
66
- "positive": "Heading-module_positive__mBS79",
67
- "small": "Heading-module_small__qupiD",
68
- "large": "Heading-module_large__cB-V3",
69
- "negative": "Heading-module_negative__Q4byH"
70
- };
71
- var VARIANTS_24PX_OR_GREATER = ["display-0", "heading-1", "heading-2"];
72
- /**
73
- * {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3074885298/Typography#Headings Guidance}
74
- * {@link https://cultureamp.design/?path=/docs/components-typography-heading--display-0 Storybook}
75
- */
76
- var Heading = function (_a) {
77
- var children = _a.children,
78
- tag = _a.tag,
79
- variant = _a.variant,
80
- _b = _a.color,
81
- color = _b === void 0 ? "dark" : _b,
82
- classNameOverride = _a.classNameOverride,
83
- restProps = __rest(_a, ["children", "tag", "variant", "color", "classNameOverride"]);
84
- var inferredTag = tag === undefined ? translateHeadingLevelToTag(variant) : tag;
85
- var className = classnames(styles.heading, styles[variant], classNameOverride, styles[color], VARIANTS_24PX_OR_GREATER.includes(variant) ? styles.large : styles.small);
86
- return /*#__PURE__*/createElement(inferredTag, __assign(__assign({}, restProps), {
87
- className: className
88
- }), children);
89
- };
90
- Heading.displayName = "Heading";
91
- /**
92
- * A helper to infer the tag when not explicitly passed as a prop
93
- * @param headingLevel Level of the heading
94
- */
95
- var translateHeadingLevelToTag = function (headingLevel) {
96
- switch (headingLevel) {
97
- case "display-0":
98
- case "composable-header-title":
99
- case "heading-1":
100
- return "h1";
101
- case "heading-2":
102
- return "h2";
103
- case "heading-3":
104
- return "h3";
105
- case "heading-4":
106
- return "h4";
107
- case "heading-5":
108
- return "h5";
109
- case "heading-6":
110
- default:
111
- return "h6";
112
- }
113
- };
114
- export { Badge as B, Heading as H, BadgeAnimated as a };