@xylabs/sdk-react 2.14.19 → 2.14.20

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 +3 -3
  2. package/package.json +20 -20
package/dist/docs.json CHANGED
@@ -3743,7 +3743,7 @@
3743
3743
  },
3744
3744
  {
3745
3745
  "id": 2611,
3746
- "name": "eventId",
3746
+ "name": "eventID",
3747
3747
  "kind": 32768,
3748
3748
  "kindString": "Parameter",
3749
3749
  "flags": {
@@ -3819,7 +3819,7 @@
3819
3819
  },
3820
3820
  {
3821
3821
  "id": 2616,
3822
- "name": "eventId",
3822
+ "name": "eventID",
3823
3823
  "kind": 32768,
3824
3824
  "kindString": "Parameter",
3825
3825
  "flags": {
@@ -180768,7 +180768,7 @@
180768
180768
  "fileName": "src/index.ts",
180769
180769
  "line": 1,
180770
180770
  "character": 0,
180771
- "url": "https://github.com/xylabs/sdk-react/blob/cde8f39/src/index.ts#L1"
180771
+ "url": "https://github.com/xylabs/sdk-react/blob/7f45c98/src/index.ts#L1"
180772
180772
  }
180773
180773
  ]
180774
180774
  }
package/package.json CHANGED
@@ -16,25 +16,25 @@
16
16
  "@emotion/react": "^11.10.4",
17
17
  "@emotion/styled": "^11.10.4",
18
18
  "@mui/material": "^5.10.4",
19
- "@xylabs/react-accordion": "^2.14.19",
20
- "@xylabs/react-appbar": "^2.14.19",
21
- "@xylabs/react-button": "^2.14.19",
22
- "@xylabs/react-common": "^2.14.19",
23
- "@xylabs/react-cookie-consent": "^2.14.19",
24
- "@xylabs/react-crypto": "^2.14.19",
25
- "@xylabs/react-dialogs": "^2.14.19",
26
- "@xylabs/react-experiments": "^2.14.19",
27
- "@xylabs/react-flexbox": "^2.14.19",
28
- "@xylabs/react-identicon": "^2.14.19",
29
- "@xylabs/react-invertable-theme": "^2.14.19",
30
- "@xylabs/react-link": "^2.14.19",
31
- "@xylabs/react-number-status": "^2.14.19",
32
- "@xylabs/react-pixel": "^2.14.19",
33
- "@xylabs/react-pixel-debugger": "^2.14.19",
34
- "@xylabs/react-quick-tip-button": "^2.14.19",
35
- "@xylabs/react-rich-result": "^2.14.19",
36
- "@xylabs/react-scroll-to-top": "^2.14.19",
37
- "@xylabs/react-shared": "^2.14.19",
19
+ "@xylabs/react-accordion": "^2.14.20",
20
+ "@xylabs/react-appbar": "^2.14.20",
21
+ "@xylabs/react-button": "^2.14.20",
22
+ "@xylabs/react-common": "^2.14.20",
23
+ "@xylabs/react-cookie-consent": "^2.14.20",
24
+ "@xylabs/react-crypto": "^2.14.20",
25
+ "@xylabs/react-dialogs": "^2.14.20",
26
+ "@xylabs/react-experiments": "^2.14.20",
27
+ "@xylabs/react-flexbox": "^2.14.20",
28
+ "@xylabs/react-identicon": "^2.14.20",
29
+ "@xylabs/react-invertable-theme": "^2.14.20",
30
+ "@xylabs/react-link": "^2.14.20",
31
+ "@xylabs/react-number-status": "^2.14.20",
32
+ "@xylabs/react-pixel": "^2.14.20",
33
+ "@xylabs/react-pixel-debugger": "^2.14.20",
34
+ "@xylabs/react-quick-tip-button": "^2.14.20",
35
+ "@xylabs/react-rich-result": "^2.14.20",
36
+ "@xylabs/react-scroll-to-top": "^2.14.20",
37
+ "@xylabs/react-shared": "^2.14.20",
38
38
  "react": "^18.2.0",
39
39
  "react-dom": "^18.2.0"
40
40
  },
@@ -110,6 +110,6 @@
110
110
  },
111
111
  "sideEffects": false,
112
112
  "types": "dist/esm/index.d.ts",
113
- "version": "2.14.19",
113
+ "version": "2.14.20",
114
114
  "packageManager": "yarn@3.2.1"
115
115
  }