@kaizen/components 1.60.1 → 1.60.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/styles.css CHANGED
@@ -91,6 +91,62 @@
91
91
  display: block;
92
92
  margin-block: var(--spacing-6);
93
93
  }
94
+ /** THIS IS AN AUTOGENERATED FILE **/
95
+ /** THIS IS AN AUTOGENERATED FILE **/
96
+ /** THIS IS AN AUTOGENERATED FILE **/
97
+ /** THIS IS AN AUTOGENERATED FILE **/
98
+ /** THIS IS AN AUTOGENERATED FILE **/
99
+ /** THIS IS AN AUTOGENERATED FILE **/
100
+ .Tooltip-module_tooltip__efL1m {
101
+ max-width: 200px;
102
+ padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
103
+ color: var(--color-white, #ffffff);
104
+ text-align: center;
105
+ font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
106
+ font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
107
+ font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
108
+ letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
109
+ line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
110
+ border-radius: var(--border-solid-border-radius, 7px);
111
+ 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));
112
+ background-color: var(--color-purple-800, #2f2438);
113
+ text-wrap: pretty;
114
+ /* fixes FF gap */
115
+ transform: translate3d(0, 0, 0);
116
+ }
117
+ .Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ {
118
+ background-color: var(--color-white, #ffffff);
119
+ color: var(--color-purple-800, #2f2438);
120
+ }
121
+ .Tooltip-module_tooltip__efL1m[data-placement=top] {
122
+ --origin: translateY(4px);
123
+ }
124
+ .Tooltip-module_tooltip__efL1m[data-placement=bottom] {
125
+ --origin: translateY(-4px);
126
+ }
127
+ .Tooltip-module_tooltip__efL1m[data-placement=right] {
128
+ --origin: translateX(-4px);
129
+ }
130
+ .Tooltip-module_tooltip__efL1m[data-placement=left] {
131
+ --origin: translateX(4px);
132
+ }
133
+ .Tooltip-module_tooltip__efL1m[data-entering] {
134
+ animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms);
135
+ }
136
+ .Tooltip-module_tooltip__efL1m[data-exiting] {
137
+ animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
138
+ }
139
+
140
+ @keyframes Tooltip-module_slide__lFdGA {
141
+ from {
142
+ transform: var(--origin);
143
+ opacity: 0;
144
+ }
145
+ to {
146
+ transform: translateY(0);
147
+ opacity: 1;
148
+ }
149
+ }
94
150
  .Button-module_button__QOSYH {
95
151
  --button-min-height-width: var(--spacing-48);
96
152
  --button-padding-x: calc(
@@ -523,62 +579,6 @@
523
579
  }
524
580
 
525
581
  /* stylelint-enable no-descending-specificity */
526
- /** THIS IS AN AUTOGENERATED FILE **/
527
- /** THIS IS AN AUTOGENERATED FILE **/
528
- /** THIS IS AN AUTOGENERATED FILE **/
529
- /** THIS IS AN AUTOGENERATED FILE **/
530
- /** THIS IS AN AUTOGENERATED FILE **/
531
- /** THIS IS AN AUTOGENERATED FILE **/
532
- .Tooltip-module_tooltip__efL1m {
533
- max-width: 200px;
534
- padding: var(--spacing-8, 0.5rem) var(--spacing-12, 0.75rem);
535
- color: var(--color-white, #ffffff);
536
- text-align: center;
537
- font-family: var(--typography-paragraph-extra-small-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
538
- font-size: var(--typography-paragraph-extra-small-font-size, 0.75rem);
539
- font-weight: var(--typography-paragraph-extra-small-font-weight, 400);
540
- letter-spacing: var(--typography-paragraph-extra-small-letter-spacing, normal);
541
- line-height: var(--typography-paragraph-extra-small-line-height, 1.125rem);
542
- border-radius: var(--border-solid-border-radius, 7px);
543
- 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));
544
- background-color: var(--color-purple-800, #2f2438);
545
- text-wrap: pretty;
546
- /* fixes FF gap */
547
- transform: translate3d(0, 0, 0);
548
- }
549
- .Tooltip-module_tooltip__efL1m.Tooltip-module_reversed__NnCbZ {
550
- background-color: var(--color-white, #ffffff);
551
- color: var(--color-purple-800, #2f2438);
552
- }
553
- .Tooltip-module_tooltip__efL1m[data-placement=top] {
554
- --origin: translateY(4px);
555
- }
556
- .Tooltip-module_tooltip__efL1m[data-placement=bottom] {
557
- --origin: translateY(-4px);
558
- }
559
- .Tooltip-module_tooltip__efL1m[data-placement=right] {
560
- --origin: translateX(-4px);
561
- }
562
- .Tooltip-module_tooltip__efL1m[data-placement=left] {
563
- --origin: translateX(4px);
564
- }
565
- .Tooltip-module_tooltip__efL1m[data-entering] {
566
- animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms);
567
- }
568
- .Tooltip-module_tooltip__efL1m[data-exiting] {
569
- animation: Tooltip-module_slide__lFdGA var(--animation-duration-fast, 300ms) reverse var(--animation-easing-function-ease-in, cubic-bezier(0.55, 0.085, 0.68, 0.53));
570
- }
571
-
572
- @keyframes Tooltip-module_slide__lFdGA {
573
- from {
574
- transform: var(--origin);
575
- opacity: 0;
576
- }
577
- to {
578
- transform: translateY(0);
579
- opacity: 1;
580
- }
581
- }
582
582
  .SVG-module_icon__8J5Ev {
583
583
  width: 20px;
584
584
  height: 20px;
@@ -908,7 +908,7 @@
908
908
  }
909
909
  /** THIS IS AN AUTOGENERATED FILE **/
910
910
  /** THIS IS AN AUTOGENERATED FILE **/
911
- @import "../../styles/foundation/_layers.css";
911
+ @layer tokens, normalize, reset;
912
912
  @layer reset {
913
913
  .Heading-module_heading__Gq6I8 {
914
914
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.60.1",
3
+ "version": "1.60.2",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -1,6 +1,6 @@
1
1
  @import "~@kaizen/design-tokens/sass/color";
2
2
  @import "~@kaizen/design-tokens/sass/typography";
3
- @import "../../styles/foundation/_layers.css";
3
+ @import "../../styles/foundation/layers";
4
4
 
5
5
  @layer reset {
6
6
  .heading {