@xylabs/sdk-react 2.15.10 → 2.15.11

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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +21 -21
package/dist/docs.json CHANGED
@@ -181078,7 +181078,7 @@
181078
181078
  "fileName": "src/index.ts",
181079
181079
  "line": 1,
181080
181080
  "character": 0,
181081
- "url": "https://github.com/xylabs/sdk-react/blob/3dc0f03/src/index.ts#L1"
181081
+ "url": "https://github.com/xylabs/sdk-react/blob/851b2b1/src/index.ts#L1"
181082
181082
  }
181083
181083
  ]
181084
181084
  }
package/package.json CHANGED
@@ -13,25 +13,25 @@
13
13
  "packages/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xylabs/react-accordion": "^2.15.10",
17
- "@xylabs/react-appbar": "^2.15.10",
18
- "@xylabs/react-button": "^2.15.10",
19
- "@xylabs/react-common": "^2.15.10",
20
- "@xylabs/react-cookie-consent": "^2.15.10",
21
- "@xylabs/react-crypto": "^2.15.10",
22
- "@xylabs/react-dialogs": "^2.15.10",
23
- "@xylabs/react-experiments": "^2.15.10",
24
- "@xylabs/react-flexbox": "^2.15.10",
25
- "@xylabs/react-identicon": "^2.15.10",
26
- "@xylabs/react-invertable-theme": "^2.15.10",
27
- "@xylabs/react-link": "^2.15.10",
28
- "@xylabs/react-number-status": "^2.15.10",
29
- "@xylabs/react-pixel": "^2.15.10",
30
- "@xylabs/react-pixel-debugger": "^2.15.10",
31
- "@xylabs/react-quick-tip-button": "^2.15.10",
32
- "@xylabs/react-rich-result": "^2.15.10",
33
- "@xylabs/react-scroll-to-top": "^2.15.10",
34
- "@xylabs/react-shared": "^2.15.10"
16
+ "@xylabs/react-accordion": "^2.15.11",
17
+ "@xylabs/react-appbar": "^2.15.11",
18
+ "@xylabs/react-button": "^2.15.11",
19
+ "@xylabs/react-common": "^2.15.11",
20
+ "@xylabs/react-cookie-consent": "^2.15.11",
21
+ "@xylabs/react-crypto": "^2.15.11",
22
+ "@xylabs/react-dialogs": "^2.15.11",
23
+ "@xylabs/react-experiments": "^2.15.11",
24
+ "@xylabs/react-flexbox": "^2.15.11",
25
+ "@xylabs/react-identicon": "^2.15.11",
26
+ "@xylabs/react-invertable-theme": "^2.15.11",
27
+ "@xylabs/react-link": "^2.15.11",
28
+ "@xylabs/react-number-status": "^2.15.11",
29
+ "@xylabs/react-pixel": "^2.15.11",
30
+ "@xylabs/react-pixel-debugger": "^2.15.11",
31
+ "@xylabs/react-quick-tip-button": "^2.15.11",
32
+ "@xylabs/react-rich-result": "^2.15.11",
33
+ "@xylabs/react-scroll-to-top": "^2.15.11",
34
+ "@xylabs/react-shared": "^2.15.11"
35
35
  },
36
36
  "description": "Common React library for all XY Labs projects that use React",
37
37
  "devDependencies": {
@@ -58,7 +58,7 @@
58
58
  "@types/react-dom": "^18.0.10",
59
59
  "@xylabs/assert": "2.6.16",
60
60
  "@xylabs/eslint-config-react": "^2.12.23",
61
- "@xylabs/pixel": "^1.4.9",
61
+ "@xylabs/pixel": "^1.4.10",
62
62
  "@xylabs/ts-scripts-yarn3": "^2.12.23",
63
63
  "@xylabs/tsconfig-dom": "^2.12.23",
64
64
  "async-mutex": "^0.4.0",
@@ -135,6 +135,6 @@
135
135
  },
136
136
  "sideEffects": false,
137
137
  "types": "dist/types/index.d.ts",
138
- "version": "2.15.10",
138
+ "version": "2.15.11",
139
139
  "packageManager": "yarn@3.3.1"
140
140
  }