pxengine 0.1.55 → 0.1.56
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 +231 -172
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -4
- package/dist/index.d.ts +10 -4
- package/dist/index.mjs +231 -172
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +18 -2
- 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-04-
|
|
4
|
+
"lastUpdated": "2026-04-06T04:20:59.043Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -11968,6 +11968,12 @@
|
|
|
11968
11968
|
"required": false,
|
|
11969
11969
|
"description": ""
|
|
11970
11970
|
},
|
|
11971
|
+
"textColor": {
|
|
11972
|
+
"type": "string",
|
|
11973
|
+
"required": false,
|
|
11974
|
+
"defaultValue": "text-dark",
|
|
11975
|
+
"description": ""
|
|
11976
|
+
},
|
|
11971
11977
|
"className": {
|
|
11972
11978
|
"type": "string",
|
|
11973
11979
|
"required": false,
|
|
@@ -12007,7 +12013,7 @@
|
|
|
12007
12013
|
"name": "InputAtom",
|
|
12008
12014
|
"type": "atom",
|
|
12009
12015
|
"isBuilderComponent": true,
|
|
12010
|
-
"description": "
|
|
12016
|
+
"description": "",
|
|
12011
12017
|
"props": {
|
|
12012
12018
|
"type": {
|
|
12013
12019
|
"type": "\"input\"",
|
|
@@ -12072,6 +12078,11 @@
|
|
|
12072
12078
|
"required": false,
|
|
12073
12079
|
"description": ""
|
|
12074
12080
|
},
|
|
12081
|
+
"labelColor": {
|
|
12082
|
+
"type": "string",
|
|
12083
|
+
"required": false,
|
|
12084
|
+
"description": ""
|
|
12085
|
+
},
|
|
12075
12086
|
"id": {
|
|
12076
12087
|
"type": "string",
|
|
12077
12088
|
"required": true,
|
|
@@ -13300,6 +13311,11 @@
|
|
|
13300
13311
|
"required": false,
|
|
13301
13312
|
"description": ""
|
|
13302
13313
|
},
|
|
13314
|
+
"labelColor": {
|
|
13315
|
+
"type": "string",
|
|
13316
|
+
"required": false,
|
|
13317
|
+
"description": ""
|
|
13318
|
+
},
|
|
13303
13319
|
"id": {
|
|
13304
13320
|
"type": "string",
|
|
13305
13321
|
"required": true,
|