@xylabs/sdk-react 6.3.6 → 6.3.8

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.
@@ -23,4 +23,3 @@ export * from '@xylabs/react-rich-result';
23
23
  export * from '@xylabs/react-scroll-to-top';
24
24
  export * from '@xylabs/react-shared';
25
25
  export * from '@xylabs/react-theme';
26
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "6.3.6",
3
+ "version": "6.3.8",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -26,13 +26,13 @@
26
26
  "type": "module",
27
27
  "exports": {
28
28
  ".": {
29
- "types": "./dist/types/index.d.ts",
29
+ "types": "./dist/browser/index.d.ts",
30
30
  "default": "./dist/browser/index.mjs"
31
31
  },
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "module": "./dist/browser/index.mjs",
35
- "types": "dist/types/index.d.ts",
35
+ "types": "dist/browser/index.d.ts",
36
36
  "workspaces": [
37
37
  "packages/*"
38
38
  ],
@@ -56,57 +56,57 @@
56
56
  ]
57
57
  },
58
58
  "dependencies": {
59
- "@xylabs/react-accordion": "^6.3.6",
60
- "@xylabs/react-animation": "^6.3.6",
61
- "@xylabs/react-appbar": "^6.3.6",
62
- "@xylabs/react-async-effect": "^6.3.6",
63
- "@xylabs/react-button": "^6.3.6",
64
- "@xylabs/react-common": "^6.3.6",
65
- "@xylabs/react-cookie-consent": "^6.3.6",
66
- "@xylabs/react-crypto": "^6.3.6",
67
- "@xylabs/react-dialogs": "^6.3.6",
68
- "@xylabs/react-experiments": "^6.3.6",
69
- "@xylabs/react-flexbox": "^6.3.6",
70
- "@xylabs/react-hooks": "^6.3.6",
71
- "@xylabs/react-identicon": "^6.3.6",
72
- "@xylabs/react-link": "^6.3.6",
73
- "@xylabs/react-mixpanel": "^6.3.6",
74
- "@xylabs/react-number-status": "^6.3.6",
75
- "@xylabs/react-pixel": "^6.3.6",
76
- "@xylabs/react-pixel-debugger": "^6.3.6",
77
- "@xylabs/react-promise": "^6.3.6",
78
- "@xylabs/react-quick-tip-button": "^6.3.6",
79
- "@xylabs/react-render-spin-check": "^6.3.6",
80
- "@xylabs/react-rich-result": "^6.3.6",
81
- "@xylabs/react-scroll-to-top": "^6.3.6",
82
- "@xylabs/react-shared": "^6.3.6",
83
- "@xylabs/react-theme": "^6.3.6"
59
+ "@xylabs/react-accordion": "^6.3.8",
60
+ "@xylabs/react-animation": "^6.3.8",
61
+ "@xylabs/react-appbar": "^6.3.8",
62
+ "@xylabs/react-async-effect": "^6.3.8",
63
+ "@xylabs/react-button": "^6.3.8",
64
+ "@xylabs/react-common": "^6.3.8",
65
+ "@xylabs/react-cookie-consent": "^6.3.8",
66
+ "@xylabs/react-crypto": "^6.3.8",
67
+ "@xylabs/react-dialogs": "^6.3.8",
68
+ "@xylabs/react-experiments": "^6.3.8",
69
+ "@xylabs/react-flexbox": "^6.3.8",
70
+ "@xylabs/react-hooks": "^6.3.8",
71
+ "@xylabs/react-identicon": "^6.3.8",
72
+ "@xylabs/react-link": "^6.3.8",
73
+ "@xylabs/react-mixpanel": "^6.3.8",
74
+ "@xylabs/react-number-status": "^6.3.8",
75
+ "@xylabs/react-pixel": "^6.3.8",
76
+ "@xylabs/react-pixel-debugger": "^6.3.8",
77
+ "@xylabs/react-promise": "^6.3.8",
78
+ "@xylabs/react-quick-tip-button": "^6.3.8",
79
+ "@xylabs/react-render-spin-check": "^6.3.8",
80
+ "@xylabs/react-rich-result": "^6.3.8",
81
+ "@xylabs/react-scroll-to-top": "^6.3.8",
82
+ "@xylabs/react-shared": "^6.3.8",
83
+ "@xylabs/react-theme": "^6.3.8"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@emotion/react": "^11.14.0",
87
- "@emotion/styled": "^11.14.0",
88
- "@mui/icons-material": "^7.1.1",
89
- "@mui/material": "^7.1.1",
90
- "@storybook/addon-links": "^9.0.12",
91
- "@storybook/react-vite": "^9.0.12",
92
- "@types/node": "^22.15.32",
87
+ "@emotion/styled": "^11.14.1",
88
+ "@mui/icons-material": "^7.2.0",
89
+ "@mui/material": "^7.2.0",
90
+ "@storybook/addon-links": "^9.0.16",
91
+ "@storybook/react-vite": "^9.0.16",
92
+ "@types/node": "^24.0.13",
93
93
  "@types/react": "^19.1.8",
94
- "@typescript-eslint/eslint-plugin": "^8.34.1",
95
- "@typescript-eslint/parser": "^8.34.1",
96
- "@xylabs/eslint-config-flat": "^6.5.8",
97
- "@xylabs/eslint-config-react-flat": "^6.5.8",
98
- "@xylabs/ts-scripts-yarn3": "^6.5.8",
99
- "@xylabs/tsconfig-react": "^6.5.8",
100
- "eslint": "^9.29.0",
101
- "eslint-import-resolver-typescript": "^4.4.3",
102
- "eslint-plugin-storybook": "9.0.12",
103
- "knip": "^5.61.2",
94
+ "@typescript-eslint/eslint-plugin": "^8.36.0",
95
+ "@typescript-eslint/parser": "^8.36.0",
96
+ "@xylabs/eslint-config-flat": "^7.0.0-rc.8",
97
+ "@xylabs/eslint-config-react-flat": "^7.0.0-rc.8",
98
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
99
+ "@xylabs/tsconfig-react": "^7.0.0-rc.8",
100
+ "eslint": "^9.30.1",
101
+ "eslint-import-resolver-typescript": "^4.4.4",
102
+ "eslint-plugin-storybook": "9.0.16",
103
+ "knip": "^5.61.3",
104
104
  "react": "^19.1.0",
105
105
  "react-dom": "^19.1.0",
106
- "storybook": "^9.0.12",
107
- "typedoc": "^0.28.5",
106
+ "storybook": "^9.0.16",
107
+ "typedoc": "^0.28.7",
108
108
  "typescript": "^5.8.3",
109
- "vite": "^6.3.5"
109
+ "vite": "^7.0.4"
110
110
  },
111
111
  "peerDependencies": {
112
112
  "@mui/icons-material": ">=6 <8",
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,sBAAsB,CAAA;AACpC,cAAc,sBAAsB,CAAA;AACpC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,sBAAsB,CAAA;AACpC,cAAc,uBAAuB,CAAA;AACrC,cAAc,2BAA2B,CAAA;AACzC,cAAc,uBAAuB,CAAA;AACrC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,oBAAoB,CAAA;AAClC,cAAc,wBAAwB,CAAA;AACtC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,qBAAqB,CAAA;AACnC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,uBAAuB,CAAA;AACrC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,iCAAiC,CAAA;AAC/C,cAAc,2BAA2B,CAAA;AACzC,cAAc,6BAA6B,CAAA;AAC3C,cAAc,sBAAsB,CAAA;AACpC,cAAc,qBAAqB,CAAA"}