tailwind-grid-layout 1.1.1 → 1.1.2-beta.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.
package/README.ko.md CHANGED
@@ -6,7 +6,7 @@ React용 현대적이고 가벼운 그리드 레이아웃 시스템. Tailwind CS
6
6
  [![license](https://img.shields.io/npm/l/tailwind-grid-layout.svg)](https://github.com/Seungwoo321/tailwind-grid-layout/blob/main/LICENSE)
7
7
  [![bundle size](https://img.shields.io/bundlephobia/minzip/tailwind-grid-layout)](https://bundlephobia.com/package/tailwind-grid-layout)
8
8
 
9
- > [Live Demo](https://seungwoo321.github.io/tailwind-grid-layout/) | [Storybook](https://seungwoo321.github.io/tailwind-grid-layout/storybook)
9
+ > [Live Demo](https://tailwind-grid-layout.pages.dev/) | [Storybook](https://tailwind-grid-layout-storybook.pages.dev/)
10
10
 
11
11
  > [English](./README.md) | 한국어
12
12
 
package/README.md CHANGED
@@ -6,7 +6,7 @@ A modern, lightweight grid layout system for React built with Tailwind CSS. A po
6
6
  [![license](https://img.shields.io/npm/l/tailwind-grid-layout.svg)](https://github.com/Seungwoo321/tailwind-grid-layout/blob/main/LICENSE)
7
7
  [![bundle size](https://img.shields.io/bundlephobia/minzip/tailwind-grid-layout)](https://bundlephobia.com/package/tailwind-grid-layout)
8
8
 
9
- > [Live Demo](https://seungwoo321.github.io/tailwind-grid-layout/) | [Storybook](https://seungwoo321.github.io/tailwind-grid-layout/storybook)
9
+ > [Live Demo](https://tailwind-grid-layout.pages.dev/) | [Storybook](https://tailwind-grid-layout-storybook.pages.dev/)
10
10
 
11
11
  > English | [한국어](./README.ko.md)
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tailwind-grid-layout",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-beta.0",
4
4
  "type": "module",
5
5
  "description": "A modern, Tailwind CSS-based grid layout system for React. A lightweight alternative to react-grid-layout with full feature parity.",
6
6
  "keywords": [
@@ -64,13 +64,8 @@
64
64
  "@playwright/experimental-ct-react": "^1.53.1",
65
65
  "@playwright/test": "^1.53.1",
66
66
  "@release-it/conventional-changelog": "^10.0.5",
67
- "@storybook/addon-essentials": "8.5.8",
68
- "@storybook/addon-interactions": "8.5.8",
69
- "@storybook/addon-links": "8.5.8",
70
- "@storybook/blocks": "8.5.8",
71
- "@storybook/react": "8.5.8",
72
- "@storybook/react-vite": "8.5.8",
73
- "@storybook/test": "8.5.8",
67
+ "@storybook/addon-links": "10.2.10",
68
+ "@storybook/react-vite": "10.2.10",
74
69
  "@tailwindcss/postcss": "^4.1.8",
75
70
  "@tailwindcss/vite": "^4.1.8",
76
71
  "@testing-library/jest-dom": "^6.6.3",
@@ -89,7 +84,7 @@
89
84
  "eslint": "^9.28.0",
90
85
  "eslint-plugin-react": "^7.37.5",
91
86
  "eslint-plugin-react-hooks": "^5.2.0",
92
- "eslint-plugin-storybook": "^0.9.0",
87
+ "eslint-plugin-storybook": "10.2.10",
93
88
  "jsdom": "^26.1.0",
94
89
  "nyc": "^17.1.0",
95
90
  "playwright": "^1.53.1",
@@ -97,14 +92,15 @@
97
92
  "react": "19.1.0",
98
93
  "react-dom": "19.1.0",
99
94
  "release-it": "^19.2.4",
100
- "storybook": "8.5.8",
95
+ "storybook": "10.2.10",
101
96
  "tailwindcss": "^4.1.8",
102
97
  "terser": "^5.42.0",
103
98
  "typescript": "^5.8.3",
104
99
  "typescript-eslint": "^8.34.1",
105
100
  "vite": "^5.0.12",
106
101
  "vite-plugin-dts": "^4.5.4",
107
- "vitest": "^3.2.2"
102
+ "vitest": "^3.2.2",
103
+ "@storybook/addon-docs": "10.2.10"
108
104
  },
109
105
  "peerDependencies": {
110
106
  "react": "19.1.0",