@wishket/design-system 1.13.17 → 1.13.18
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,5 +1,5 @@
|
|
|
1
1
|
import { ComponentPropsWithoutRef, ElementType, PropsWithChildren } from 'react';
|
|
2
|
-
interface BoxProps extends PropsWithChildren<ComponentPropsWithoutRef<'div'>> {
|
|
2
|
+
export interface BoxProps extends PropsWithChildren<ComponentPropsWithoutRef<'div'>> {
|
|
3
3
|
as?: ElementType;
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
@@ -3,6 +3,9 @@ type ColumnSize = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
|
|
|
3
3
|
export interface ColumnProps extends PropsWithChildren {
|
|
4
4
|
container?: boolean;
|
|
5
5
|
size?: ColumnSize;
|
|
6
|
+
leftColumnSize?: ColumnSize;
|
|
7
|
+
centerColumnSize?: ColumnSize;
|
|
8
|
+
rightColumnSize?: ColumnSize;
|
|
6
9
|
className?: string;
|
|
7
10
|
}
|
|
8
11
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wishket/design-system",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Wishket Design System",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -53,20 +53,18 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@babel/core": "^7.23.7",
|
|
55
55
|
"@babel/preset-env": "^7.23.7",
|
|
56
|
-
"@babel/preset-react": "^7.
|
|
56
|
+
"@babel/preset-react": "^7.27.1",
|
|
57
57
|
"@changesets/changelog-github": "^0.5.0",
|
|
58
58
|
"@changesets/cli": "^2.27.1",
|
|
59
|
-
"@chromatic-com/storybook": "^
|
|
59
|
+
"@chromatic-com/storybook": "^4.0.0",
|
|
60
60
|
"@faker-js/faker": "^8.4.1",
|
|
61
61
|
"@rollup/plugin-terser": "^0.4.4",
|
|
62
|
-
"@storybook/addon-
|
|
63
|
-
"@storybook/addon-
|
|
64
|
-
"@storybook/addon-
|
|
65
|
-
"@storybook/addon-
|
|
66
|
-
"@storybook/
|
|
67
|
-
"@storybook/nextjs": "^
|
|
68
|
-
"@storybook/react": "^8.4.0",
|
|
69
|
-
"@storybook/test": "^8.4.0",
|
|
62
|
+
"@storybook/addon-docs": "^9.0.9",
|
|
63
|
+
"@storybook/addon-links": "^9.0.9",
|
|
64
|
+
"@storybook/addon-onboarding": "^9.0.9",
|
|
65
|
+
"@storybook/addon-styling-webpack": "^2.0.0",
|
|
66
|
+
"@storybook/mdx2-csf": "^1.1.0",
|
|
67
|
+
"@storybook/nextjs": "^9.0.9",
|
|
70
68
|
"@swc/core": "^1.5.5",
|
|
71
69
|
"@testing-library/dom": "^9.3.4",
|
|
72
70
|
"@testing-library/jest-dom": "^6.2.0",
|
|
@@ -95,7 +93,7 @@
|
|
|
95
93
|
"rollup-plugin-copy": "^3.5.0",
|
|
96
94
|
"rollup-plugin-swc3": "^0.12.1",
|
|
97
95
|
"rollup-preserve-directives": "^1.1.3",
|
|
98
|
-
"storybook": "^
|
|
96
|
+
"storybook": "^9.0.9",
|
|
99
97
|
"tailwindcss": "^3.4.1",
|
|
100
98
|
"ts-jest": "^29.1.1",
|
|
101
99
|
"ts-node": "^10.9.2",
|