@xylabs/sdk-react 4.0.3 → 4.0.4

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.
@@ -21,3 +21,4 @@ export * from '@xylabs/react-render-spin-check';
21
21
  export * from '@xylabs/react-rich-result';
22
22
  export * from '@xylabs/react-scroll-to-top';
23
23
  export * from '@xylabs/react-shared';
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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,yBAAyB,CAAA;AACvC,cAAc,gCAAgC,CAAA;AAC9C,cAAc,oBAAoB,CAAA;AAClC,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"}
package/package.json CHANGED
@@ -1,49 +1,90 @@
1
1
  {
2
2
  "name": "@xylabs/sdk-react",
3
+ "version": "4.0.4",
4
+ "description": "Common React library for all XY Labs projects that use React",
5
+ "keywords": [
6
+ "utility",
7
+ "typescript",
8
+ "react"
9
+ ],
10
+ "homepage": "https://xylabs.com",
11
+ "bugs": {
12
+ "url": "git+https://github.com/xylabs/sdk-react/issues",
13
+ "email": "support@xylabs.com"
14
+ },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/xylabs/sdk-react.git"
18
+ },
19
+ "license": "LGPL-3.0-only",
3
20
  "author": {
4
- "email": "support@xylabs.com",
5
21
  "name": "XY Labs Development Team",
22
+ "email": "support@xylabs.com",
6
23
  "url": "https://xylabs.com"
7
24
  },
8
- "bugs": {
9
- "email": "support@xylabs.com",
10
- "url": "git+https://github.com/xylabs/sdk-react/issues"
25
+ "sideEffects": false,
26
+ "type": "module",
27
+ "exports": {
28
+ ".": {
29
+ "types": "./dist/browser/index.d.ts",
30
+ "default": "./dist/browser/index.mjs"
31
+ },
32
+ "./package.json": "./package.json"
11
33
  },
34
+ "module": "./dist/browser/index.mjs",
35
+ "types": "dist/browser/index.d.ts",
12
36
  "workspaces": [
13
37
  "packages/*"
14
38
  ],
39
+ "scripts": {
40
+ "build-storybook": "storybook build",
41
+ "build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook",
42
+ "start": "NODE_OPTIONS=--max_old_space_size=8192 storybook dev -p 6006",
43
+ "storybook": "storybook dev -p 6006"
44
+ },
45
+ "browserslist": {
46
+ "production": [
47
+ "last 1 chrome version",
48
+ "last 1 firefox version",
49
+ "last 1 safari version"
50
+ ],
51
+ "development": [
52
+ "last 1 chrome version",
53
+ "last 1 firefox version",
54
+ "last 1 safari version"
55
+ ]
56
+ },
15
57
  "dependencies": {
16
58
  "@xylabs/pixel": "^2.0.1",
17
- "@xylabs/react-accordion": "^4.0.3",
18
- "@xylabs/react-animation": "^4.0.3",
19
- "@xylabs/react-appbar": "^4.0.3",
20
- "@xylabs/react-async-effect": "^4.0.3",
21
- "@xylabs/react-button": "^4.0.3",
22
- "@xylabs/react-common": "^4.0.3",
23
- "@xylabs/react-cookie-consent": "^4.0.3",
24
- "@xylabs/react-crypto": "^4.0.3",
25
- "@xylabs/react-dialogs": "^4.0.3",
26
- "@xylabs/react-experiments": "^4.0.3",
27
- "@xylabs/react-flexbox": "^4.0.3",
28
- "@xylabs/react-identicon": "^4.0.3",
29
- "@xylabs/react-invertible-theme": "^4.0.3",
30
- "@xylabs/react-link": "^4.0.3",
31
- "@xylabs/react-number-status": "^4.0.3",
32
- "@xylabs/react-pixel": "^4.0.3",
33
- "@xylabs/react-pixel-debugger": "^4.0.3",
34
- "@xylabs/react-promise": "^4.0.3",
35
- "@xylabs/react-quick-tip-button": "^4.0.3",
36
- "@xylabs/react-render-spin-check": "^4.0.3",
37
- "@xylabs/react-rich-result": "^4.0.3",
38
- "@xylabs/react-scroll-to-top": "^4.0.3",
39
- "@xylabs/react-shared": "^4.0.3"
59
+ "@xylabs/react-accordion": "^4.0.4",
60
+ "@xylabs/react-animation": "^4.0.4",
61
+ "@xylabs/react-appbar": "^4.0.4",
62
+ "@xylabs/react-async-effect": "^4.0.4",
63
+ "@xylabs/react-button": "^4.0.4",
64
+ "@xylabs/react-common": "^4.0.4",
65
+ "@xylabs/react-cookie-consent": "^4.0.4",
66
+ "@xylabs/react-crypto": "^4.0.4",
67
+ "@xylabs/react-dialogs": "^4.0.4",
68
+ "@xylabs/react-experiments": "^4.0.4",
69
+ "@xylabs/react-flexbox": "^4.0.4",
70
+ "@xylabs/react-identicon": "^4.0.4",
71
+ "@xylabs/react-invertible-theme": "^4.0.4",
72
+ "@xylabs/react-link": "^4.0.4",
73
+ "@xylabs/react-number-status": "^4.0.4",
74
+ "@xylabs/react-pixel": "^4.0.4",
75
+ "@xylabs/react-pixel-debugger": "^4.0.4",
76
+ "@xylabs/react-promise": "^4.0.4",
77
+ "@xylabs/react-quick-tip-button": "^4.0.4",
78
+ "@xylabs/react-render-spin-check": "^4.0.4",
79
+ "@xylabs/react-rich-result": "^4.0.4",
80
+ "@xylabs/react-scroll-to-top": "^4.0.4",
81
+ "@xylabs/react-shared": "^4.0.4"
40
82
  },
41
- "description": "Common React library for all XY Labs projects that use React",
42
83
  "devDependencies": {
43
- "@chromatic-com/storybook": "^1.6.1",
44
- "@emotion/react": "^11.13.0",
84
+ "@chromatic-com/storybook": "^1.7.0",
85
+ "@emotion/react": "^11.13.3",
45
86
  "@emotion/styled": "^11.13.0",
46
- "@eslint-react/eslint-plugin": "^1.10.1",
87
+ "@eslint-react/eslint-plugin": "^1.12.2",
47
88
  "@mui/icons-material": "^5.16.7",
48
89
  "@mui/material": "^5.16.7",
49
90
  "@storybook/addon-actions": "^8.2.9",
@@ -62,18 +103,18 @@
62
103
  "@storybook/test": "^8.2.9",
63
104
  "@storybook/theming": "^8.2.9",
64
105
  "@stylistic/eslint-plugin": "^2.6.4",
65
- "@typescript-eslint/eslint-plugin": "^8.1.0",
66
- "@typescript-eslint/parser": "^8.1.0",
67
- "@xylabs/eslint-config-flat": "^4.0.0-rc.20",
68
- "@xylabs/eslint-config-react-flat": "^4.0.0-rc.20",
69
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.20",
70
- "@xylabs/tsconfig": "^4.0.0-rc.20",
71
- "@xylabs/tsconfig-react": "^4.0.0-rc.20",
72
- "@xyo-network/react-theme": "^3.0.1",
73
- "axios": "^1.7.4",
106
+ "@typescript-eslint/eslint-plugin": "^8.3.0",
107
+ "@typescript-eslint/parser": "^8.3.0",
108
+ "@xylabs/eslint-config-flat": "^4.0.7",
109
+ "@xylabs/eslint-config-react-flat": "^4.0.7",
110
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
111
+ "@xylabs/tsconfig": "^4.0.7",
112
+ "@xylabs/tsconfig-react": "^4.0.7",
113
+ "@xyo-network/react-theme": "^3.0.6",
114
+ "axios": "^1.7.5",
74
115
  "buffer": "^6.0.3",
75
- "eslint": "^9.9.0",
76
- "eslint-import-resolver-typescript": "^3.6.1",
116
+ "eslint": "^9.9.1",
117
+ "eslint-import-resolver-typescript": "^3.6.3",
77
118
  "jest": "^29.7.0",
78
119
  "react": "^18.3.1",
79
120
  "react-dom": "^18.3.1",
@@ -83,7 +124,7 @@
83
124
  "storybook-dark-mode": "^4.0.2",
84
125
  "tsconfig-paths-webpack-plugin": "^4.1.0",
85
126
  "typescript": "^5.5.4",
86
- "vite": "^5.4.1"
127
+ "vite": "^5.4.2"
87
128
  },
88
129
  "peerDependencies": {
89
130
  "@mui/icons-material": "^5",
@@ -93,53 +134,12 @@
93
134
  "react-dom": "^18",
94
135
  "react-helmet": "^6"
95
136
  },
96
- "exports": {
97
- ".": {
98
- "types": "./dist/browser/index.d.ts",
99
- "default": "./dist/browser/index.mjs"
100
- },
101
- "./package.json": "./package.json"
102
- },
103
- "types": "dist/browser/index.d.ts",
104
- "module": "./dist/browser/index.mjs",
105
- "homepage": "https://xylabs.com",
106
- "keywords": [
107
- "utility",
108
- "typescript",
109
- "react"
110
- ],
111
- "license": "LGPL-3.0-only",
112
- "publishConfig": {
113
- "access": "public"
114
- },
115
- "repository": {
116
- "type": "git",
117
- "url": "git+https://github.com/xylabs/sdk-react.git"
118
- },
119
- "scripts": {
120
- "build-storybook": "storybook build",
121
- "start": "NODE_OPTIONS=--max_old_space_size=8192 storybook dev -p 6006",
122
- "build-typedoc-site": "xy gen-docs @xylabs/sdk-react && storybook build -o ./docs/storybook",
123
- "storybook": "storybook dev -p 6006"
124
- },
125
- "sideEffects": false,
126
- "version": "4.0.3",
127
137
  "packageManager": "yarn@4.4.0",
128
138
  "volta": {
129
139
  "node": "22.3.0",
130
140
  "yarn": "4.3.1"
131
141
  },
132
- "browserslist": {
133
- "production": [
134
- "last 1 chrome version",
135
- "last 1 firefox version",
136
- "last 1 safari version"
137
- ],
138
- "development": [
139
- "last 1 chrome version",
140
- "last 1 firefox version",
141
- "last 1 safari version"
142
- ]
143
- },
144
- "type": "module"
142
+ "publishConfig": {
143
+ "access": "public"
144
+ }
145
145
  }
package/xy.config.ts CHANGED
@@ -1,9 +1,7 @@
1
1
  import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
- browser: {
5
- src: {},
6
- },
4
+ browser: { src: {} },
7
5
  node: {},
8
6
  neutral: {},
9
7
  },