@kaizen/components 3.0.8 → 3.0.10

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.
@@ -1,3 +1,4 @@
1
1
  export * from './SingleSelect';
2
2
  export * from './types';
3
+ export * from './subcomponents/SelectToggle';
3
4
  export { SingleSelect, type SingleSelectProps } from './SingleSelect';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "3.0.8",
3
+ "version": "3.0.10",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "dependencies": {
80
80
  "@floating-ui/react-dom": "^2.1.8",
81
- "@headlessui/react": "^2.2.9",
81
+ "@headlessui/react": "^2.2.10",
82
82
  "@internationalized/date": "^3.8.2",
83
83
  "@popperjs/core": "^2.11.8",
84
84
  "@reach/tabs": "^0.18.0",
@@ -145,7 +145,7 @@
145
145
  "jest-axe": "^10.0.0",
146
146
  "lodash.isempty": "^4.4.0",
147
147
  "normalize.css": "^8.0.1",
148
- "postcss": "^8.5.8",
148
+ "postcss": "^8.5.9",
149
149
  "postcss-cli": "^11.0.1",
150
150
  "postcss-import": "^16.1.1",
151
151
  "postcss-preset-env": "^11.2.0",
@@ -162,7 +162,7 @@
162
162
  "ts-patch": "^3.3.0",
163
163
  "tslib": "^2.8.1",
164
164
  "tsx": "^4.21.0",
165
- "@kaizen/design-tokens": "11.0.3"
165
+ "@kaizen/design-tokens": "11.0.4"
166
166
  },
167
167
  "devDependenciesComments": {
168
168
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
@@ -1,4 +1,5 @@
1
1
  export * from './SingleSelect'
2
2
  export * from './types'
3
+ export * from './subcomponents/SelectToggle'
3
4
 
4
5
  export { SingleSelect, type SingleSelectProps } from './SingleSelect'