pxengine 0.1.142 → 0.1.143
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.cjs +246 -94
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +242 -90
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +10 -1
- package/package.json +1 -1
package/dist/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pxengine/ui",
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"lastUpdated": "2026-08-
|
|
4
|
+
"lastUpdated": "2026-08-13T05:57:59.865Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -10500,6 +10500,15 @@
|
|
|
10500
10500
|
"props": {},
|
|
10501
10501
|
"preview": null,
|
|
10502
10502
|
"layoutHints": null
|
|
10503
|
+
},
|
|
10504
|
+
"Spinner": {
|
|
10505
|
+
"name": "Spinner",
|
|
10506
|
+
"type": "molecule",
|
|
10507
|
+
"isBuilderComponent": true,
|
|
10508
|
+
"description": "Indeterminate spinner shown on an export row while its file is prepared.",
|
|
10509
|
+
"props": {},
|
|
10510
|
+
"preview": null,
|
|
10511
|
+
"layoutHints": null
|
|
10503
10512
|
}
|
|
10504
10513
|
}
|
|
10505
10514
|
}
|