@xylabs/sdk-react 6.0.0-rc.2 → 6.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -26,7 +26,7 @@
26
26
  "type": "module",
27
27
  "exports": {
28
28
  ".": {
29
- "types": "./dist/browser/index.d.ts",
29
+ "types": "./dist/types/index.d.ts",
30
30
  "default": "./dist/browser/index.mjs"
31
31
  },
32
32
  "./package.json": "./package.json"
@@ -55,38 +55,38 @@
55
55
  ]
56
56
  },
57
57
  "dependencies": {
58
- "@xylabs/react-accordion": "^6.0.0-rc.2",
59
- "@xylabs/react-animation": "^6.0.0-rc.2",
60
- "@xylabs/react-appbar": "^6.0.0-rc.2",
61
- "@xylabs/react-async-effect": "^6.0.0-rc.2",
62
- "@xylabs/react-button": "^6.0.0-rc.2",
63
- "@xylabs/react-common": "^6.0.0-rc.2",
64
- "@xylabs/react-cookie-consent": "^6.0.0-rc.2",
65
- "@xylabs/react-crypto": "^6.0.0-rc.2",
66
- "@xylabs/react-dialogs": "^6.0.0-rc.2",
67
- "@xylabs/react-experiments": "^6.0.0-rc.2",
68
- "@xylabs/react-flexbox": "^6.0.0-rc.2",
69
- "@xylabs/react-hooks": "^6.0.0-rc.2",
70
- "@xylabs/react-identicon": "^6.0.0-rc.2",
71
- "@xylabs/react-invertible-theme": "^6.0.0-rc.2",
72
- "@xylabs/react-link": "^6.0.0-rc.2",
73
- "@xylabs/react-mixpanel": "^6.0.0-rc.2",
74
- "@xylabs/react-number-status": "^6.0.0-rc.2",
75
- "@xylabs/react-pixel": "^6.0.0-rc.2",
76
- "@xylabs/react-pixel-debugger": "^6.0.0-rc.2",
77
- "@xylabs/react-promise": "^6.0.0-rc.2",
78
- "@xylabs/react-quick-tip-button": "^6.0.0-rc.2",
79
- "@xylabs/react-render-spin-check": "^6.0.0-rc.2",
80
- "@xylabs/react-rich-result": "^6.0.0-rc.2",
81
- "@xylabs/react-scroll-to-top": "^6.0.0-rc.2",
82
- "@xylabs/react-shared": "^6.0.0-rc.2",
83
- "@xylabs/react-theme": "^6.0.0-rc.2"
58
+ "@xylabs/react-accordion": "^6.0.0",
59
+ "@xylabs/react-animation": "^6.0.0",
60
+ "@xylabs/react-appbar": "^6.0.0",
61
+ "@xylabs/react-async-effect": "^6.0.0",
62
+ "@xylabs/react-button": "^6.0.0",
63
+ "@xylabs/react-common": "^6.0.0",
64
+ "@xylabs/react-cookie-consent": "^6.0.0",
65
+ "@xylabs/react-crypto": "^6.0.0",
66
+ "@xylabs/react-dialogs": "^6.0.0",
67
+ "@xylabs/react-experiments": "^6.0.0",
68
+ "@xylabs/react-flexbox": "^6.0.0",
69
+ "@xylabs/react-hooks": "^6.0.0",
70
+ "@xylabs/react-identicon": "^6.0.0",
71
+ "@xylabs/react-invertible-theme": "^6.0.0",
72
+ "@xylabs/react-link": "^6.0.0",
73
+ "@xylabs/react-mixpanel": "^6.0.0",
74
+ "@xylabs/react-number-status": "^6.0.0",
75
+ "@xylabs/react-pixel": "^6.0.0",
76
+ "@xylabs/react-pixel-debugger": "^6.0.0",
77
+ "@xylabs/react-promise": "^6.0.0",
78
+ "@xylabs/react-quick-tip-button": "^6.0.0",
79
+ "@xylabs/react-render-spin-check": "^6.0.0",
80
+ "@xylabs/react-rich-result": "^6.0.0",
81
+ "@xylabs/react-scroll-to-top": "^6.0.0",
82
+ "@xylabs/react-shared": "^6.0.0",
83
+ "@xylabs/react-theme": "^6.0.0"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@chromatic-com/storybook": "^3.2.5",
87
87
  "@emotion/react": "^11.14.0",
88
88
  "@emotion/styled": "^11.14.0",
89
- "@eslint-react/eslint-plugin": "^1.31.0",
89
+ "@eslint-react/eslint-plugin": "^1.32.0",
90
90
  "@mui/icons-material": "^6.4.7",
91
91
  "@mui/material": "^6.4.7",
92
92
  "@storybook/addon-actions": "^8.6.4",
@@ -107,18 +107,18 @@
107
107
  "@stylistic/eslint-plugin": "^4.2.0",
108
108
  "@types/node": "^22.13.10",
109
109
  "@types/react": "^19.0.10",
110
- "@typescript-eslint/eslint-plugin": "^8.26.0",
111
- "@typescript-eslint/parser": "^8.26.0",
112
- "@xylabs/eslint-config-flat": "^5.1.14",
113
- "@xylabs/eslint-config-react-flat": "^5.1.14",
114
- "@xylabs/ts-scripts-yarn3": "^5.1.14",
115
- "@xylabs/tsconfig": "^5.1.14",
116
- "@xylabs/tsconfig-react": "^5.1.14",
110
+ "@typescript-eslint/eslint-plugin": "^8.26.1",
111
+ "@typescript-eslint/parser": "^8.26.1",
112
+ "@xylabs/eslint-config-flat": "^6.0.5",
113
+ "@xylabs/eslint-config-react-flat": "^6.0.5",
114
+ "@xylabs/ts-scripts-yarn3": "^6.0.5",
115
+ "@xylabs/tsconfig": "^6.0.5",
116
+ "@xylabs/tsconfig-react": "^6.0.5",
117
117
  "@xyo-network/react-theme": "^4.4.11",
118
- "axios": "^1.8.2",
118
+ "axios": "^1.8.3",
119
119
  "buffer": "^6.0.3",
120
120
  "eslint": "^9.22.0",
121
- "eslint-import-resolver-typescript": "^3.8.3",
121
+ "eslint-import-resolver-typescript": "^3.8.5",
122
122
  "knip": "^5.45.0",
123
123
  "react": "^19.0.0",
124
124
  "react-dom": "^19.0.0",
@@ -145,6 +145,5 @@
145
145
  },
146
146
  "publishConfig": {
147
147
  "access": "public"
148
- },
149
- "stableVersion": "5.3.25"
148
+ }
150
149
  }
File without changes
File without changes