stratosphere-ui 1.3.3 → 1.4.0

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.
@@ -30440,7 +30440,14 @@ const e$ = ({
30440
30440
  /* @__PURE__ */ W.jsx(
30441
30441
  Cy.List,
30442
30442
  {
30443
- className: nt("tabs", f && "tabs-boxed", p),
30443
+ className: nt(
30444
+ "tabs",
30445
+ r && "tabs-bordered",
30446
+ f && "tabs-boxed",
30447
+ x && "tabs-lifted",
30448
+ O && `tabs-${O}`,
30449
+ p
30450
+ ),
30444
30451
  ...N,
30445
30452
  children: L.map(({ className: H, disabled: z, id: U, ...G }) => /* @__PURE__ */ W.jsx(
30446
30453
  Cy,
@@ -30448,11 +30455,8 @@ const e$ = ({
30448
30455
  disabled: z,
30449
30456
  className: ({ selected: q }) => nt(
30450
30457
  "tab",
30451
- r && "tab-bordered",
30452
30458
  z && "tab-disabled",
30453
- x && "tab-lifted",
30454
30459
  q && "tab-active",
30455
- O && `tab-${O}`,
30456
30460
  H
30457
30461
  ),
30458
30462
  ...G
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratosphere-ui",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "description": "React component library for all Stratosphere Labs user interfaces",
5
5
  "type": "module",
6
6
  "files": [
@@ -69,8 +69,8 @@
69
69
  "autoprefixer": "^10.4.16",
70
70
  "classnames": "^2.3.2",
71
71
  "cross-env": "^7.0.3",
72
- "daisyui": "^3.9.4",
73
- "eslint": "^8.52.0",
72
+ "daisyui": "^4.0.1",
73
+ "eslint": "^8.53.0",
74
74
  "eslint-config-prettier": "^9.0.0",
75
75
  "eslint-config-standard-with-typescript": "^39.1.1",
76
76
  "eslint-plugin-import": "^2.29.0",
@@ -85,24 +85,24 @@
85
85
  "multi-range-slider-react": "^2.0.5",
86
86
  "postcss": "^8.4.31",
87
87
  "prettier": "^3.0.3",
88
- "prettier-plugin-tailwindcss": "^0.5.6",
89
- "prism-react-renderer": "^2.1.0",
88
+ "prettier-plugin-tailwindcss": "^0.5.7",
89
+ "prism-react-renderer": "^2.2.0",
90
90
  "react": "^18.2.0",
91
91
  "react-dom": "^18.2.0",
92
- "react-hook-form": "^7.47.0",
92
+ "react-hook-form": "^7.48.2",
93
93
  "storybook-addon-themes": "^6.1.0",
94
94
  "tailwind-scrollbar": "^3.0.5",
95
95
  "tailwindcss": "^3.3.5",
96
96
  "ts-node": "^10.9.1",
97
97
  "typescript": "^5.1.6",
98
98
  "vite": "^4.5.0",
99
- "vite-plugin-dts": "^3.6.2",
99
+ "vite-plugin-dts": "^3.6.3",
100
100
  "vite-plugin-eslint": "^1.8.1",
101
101
  "vitest": "^0.34.6",
102
102
  "zod": "^3.22.4"
103
103
  },
104
104
  "peerDependencies": {
105
- "daisyui": "^3.0.0",
105
+ "daisyui": "^3.0.0 || ^4.0.0",
106
106
  "react": "^18.0.0",
107
107
  "react-hook-form": "^7.0.0"
108
108
  }