@jaw.id/ui 1.0.0 → 1.0.2
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -53132,7 +53132,7 @@ function YL(e = 768) {
|
|
|
53132
53132
|
}
|
|
53133
53133
|
//#endregion
|
|
53134
53134
|
//#region ../core/dist/sdk-info.js
|
|
53135
|
-
var XL = "0.
|
|
53135
|
+
var XL = "1.0.1";
|
|
53136
53136
|
(/* @__PURE__ */ L(((e, t) => {
|
|
53137
53137
|
var n = Object.prototype.hasOwnProperty, r = "~";
|
|
53138
53138
|
function i() {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaw.id/ui",
|
|
3
3
|
"description": "Pre-built React dialogs for JAW.id",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": [
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-dom": ">=18.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@jaw.id/core": "1.0.
|
|
60
|
+
"@jaw.id/core": "1.0.2",
|
|
61
61
|
"@hookform/resolvers": "^5.2.2",
|
|
62
62
|
"@justaname.id/sdk": "^0.2.204",
|
|
63
63
|
"@radix-ui/react-accordion": "^1.2.12",
|