@xyo-network/react-property 2.25.37 → 2.25.40
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/docs.json +2 -2
- package/package.json +15 -15
package/dist/docs.json
CHANGED
|
@@ -25333,7 +25333,7 @@
|
|
|
25333
25333
|
{
|
|
25334
25334
|
"type": "reference",
|
|
25335
25335
|
"qualifiedName": "FlexBoxProps",
|
|
25336
|
-
"package": "@xylabs/
|
|
25336
|
+
"package": "@xylabs/react-flexbox",
|
|
25337
25337
|
"name": "FlexBoxProps"
|
|
25338
25338
|
},
|
|
25339
25339
|
{
|
|
@@ -25607,7 +25607,7 @@
|
|
|
25607
25607
|
{
|
|
25608
25608
|
"type": "reference",
|
|
25609
25609
|
"qualifiedName": "FlexBoxProps",
|
|
25610
|
-
"package": "@xylabs/
|
|
25610
|
+
"package": "@xylabs/react-flexbox",
|
|
25611
25611
|
"name": "FlexBoxProps"
|
|
25612
25612
|
},
|
|
25613
25613
|
{
|
package/package.json
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@emotion/react": "^11.9.0",
|
|
14
14
|
"@emotion/styled": "^11.8.1",
|
|
15
|
-
"@mui/icons-material": "^5.8.
|
|
16
|
-
"@mui/material": "^5.8.
|
|
17
|
-
"@xylabs/sdk-react": "^2.
|
|
18
|
-
"@xyo-network/core": "^2.20.
|
|
19
|
-
"@xyo-network/react-shared": "^2.25.
|
|
20
|
-
"@xyo-network/react-theme": "^2.25.
|
|
15
|
+
"@mui/icons-material": "^5.8.3",
|
|
16
|
+
"@mui/material": "^5.8.3",
|
|
17
|
+
"@xylabs/sdk-react": "^2.13.7",
|
|
18
|
+
"@xyo-network/core": "^2.20.43",
|
|
19
|
+
"@xyo-network/react-shared": "^2.25.40",
|
|
20
|
+
"@xyo-network/react-theme": "^2.25.40",
|
|
21
21
|
"lodash": "^4.17.21",
|
|
22
22
|
"react": "^18.1.0",
|
|
23
23
|
"react-dom": "^18.1.0",
|
|
@@ -28,19 +28,19 @@
|
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/core": "^7.18.2",
|
|
30
30
|
"@babel/preset-env": "^7.18.2",
|
|
31
|
-
"@storybook/addons": "^6.5.
|
|
32
|
-
"@storybook/api": "^6.5.
|
|
33
|
-
"@storybook/components": "^6.5.
|
|
34
|
-
"@storybook/core-events": "^6.5.
|
|
35
|
-
"@storybook/react": "^6.5.
|
|
36
|
-
"@storybook/theming": "^6.5.
|
|
31
|
+
"@storybook/addons": "^6.5.7",
|
|
32
|
+
"@storybook/api": "^6.5.7",
|
|
33
|
+
"@storybook/components": "^6.5.7",
|
|
34
|
+
"@storybook/core-events": "^6.5.7",
|
|
35
|
+
"@storybook/react": "^6.5.7",
|
|
36
|
+
"@storybook/theming": "^6.5.7",
|
|
37
37
|
"@types/lodash": "^4.14.182",
|
|
38
|
-
"@xylabs/sdk-react": "^2.
|
|
38
|
+
"@xylabs/sdk-react": "^2.13.7",
|
|
39
39
|
"@xylabs/ts-scripts": "^1.0.66",
|
|
40
40
|
"@xylabs/tsconfig": "^1.0.13",
|
|
41
41
|
"axios": "^0.27.2",
|
|
42
42
|
"storybook-dark-mode": "^1.1.0",
|
|
43
|
-
"typescript": "^4.7.
|
|
43
|
+
"typescript": "^4.7.3"
|
|
44
44
|
},
|
|
45
45
|
"browser": "dist/esm/index.js",
|
|
46
46
|
"docs": "dist/docs.json",
|
|
@@ -100,6 +100,6 @@
|
|
|
100
100
|
},
|
|
101
101
|
"sideEffects": false,
|
|
102
102
|
"types": "dist/esm/index.d.ts",
|
|
103
|
-
"version": "2.25.
|
|
103
|
+
"version": "2.25.40",
|
|
104
104
|
"packageManager": "yarn@3.1.1"
|
|
105
105
|
}
|