@kaizen/components 1.67.15 → 1.67.17

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
@@ -72,6 +72,9 @@
72
72
  }
73
73
  }
74
74
 
75
+ .Focusable-module_focusableWrapper__NfuIi {
76
+ display: inline-flex;
77
+ }
75
78
  .Button-module_button__QOSYH {
76
79
  --button-min-height-width: var(--spacing-48);
77
80
  --button-padding-x: calc(
@@ -160,9 +163,6 @@
160
163
  --button-icon-size: var(--spacing-16);
161
164
  gap: var(--spacing-8);
162
165
  }
163
- .Focusable-module_focusableWrapper__NfuIi {
164
- display: inline-flex;
165
- }
166
166
  /** THIS IS AN AUTOGENERATED FILE **/
167
167
  /** THIS IS AN AUTOGENERATED FILE **/
168
168
  /** THIS IS AN AUTOGENERATED FILE **/
@@ -1,4 +1,10 @@
1
+ import { ReactNode } from "react";
2
+ type Label = {
3
+ content: ReactNode;
4
+ isReversed: boolean;
5
+ };
1
6
  export declare const Label: {
2
7
  ({ content, isReversed }: Label): JSX.Element;
3
8
  displayName: string;
4
9
  };
10
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.67.15",
3
+ "version": "1.67.17",
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": "10.8.2",
122
- "@kaizen/package-bundler": "1.1.11"
121
+ "@kaizen/design-tokens": "10.8.4",
122
+ "@kaizen/package-bundler": "2.0.1"
123
123
  },
124
124
  "devDependenciesComments": {
125
125
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",