pxengine 0.1.55 → 0.1.57
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 +302 -185
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -4
- package/dist/index.d.ts +17 -4
- package/dist/index.mjs +303 -185
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +59 -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-06T11:49:18.987Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"AccordionAtom": {
|
|
7
7
|
"name": "AccordionAtom",
|
|
@@ -6045,6 +6045,11 @@
|
|
|
6045
6045
|
"defaultValue": "false",
|
|
6046
6046
|
"description": ""
|
|
6047
6047
|
},
|
|
6048
|
+
"seriesColors": {
|
|
6049
|
+
"type": "string[]",
|
|
6050
|
+
"required": false,
|
|
6051
|
+
"description": ""
|
|
6052
|
+
},
|
|
6048
6053
|
"id": {
|
|
6049
6054
|
"type": "string",
|
|
6050
6055
|
"required": true,
|
|
@@ -11968,6 +11973,12 @@
|
|
|
11968
11973
|
"required": false,
|
|
11969
11974
|
"description": ""
|
|
11970
11975
|
},
|
|
11976
|
+
"textColor": {
|
|
11977
|
+
"type": "string",
|
|
11978
|
+
"required": false,
|
|
11979
|
+
"defaultValue": "text-dark",
|
|
11980
|
+
"description": ""
|
|
11981
|
+
},
|
|
11971
11982
|
"className": {
|
|
11972
11983
|
"type": "string",
|
|
11973
11984
|
"required": false,
|
|
@@ -12007,7 +12018,7 @@
|
|
|
12007
12018
|
"name": "InputAtom",
|
|
12008
12019
|
"type": "atom",
|
|
12009
12020
|
"isBuilderComponent": true,
|
|
12010
|
-
"description": "
|
|
12021
|
+
"description": "",
|
|
12011
12022
|
"props": {
|
|
12012
12023
|
"type": {
|
|
12013
12024
|
"type": "\"input\"",
|
|
@@ -12072,6 +12083,11 @@
|
|
|
12072
12083
|
"required": false,
|
|
12073
12084
|
"description": ""
|
|
12074
12085
|
},
|
|
12086
|
+
"labelColor": {
|
|
12087
|
+
"type": "string",
|
|
12088
|
+
"required": false,
|
|
12089
|
+
"description": ""
|
|
12090
|
+
},
|
|
12075
12091
|
"id": {
|
|
12076
12092
|
"type": "string",
|
|
12077
12093
|
"required": true,
|
|
@@ -13137,6 +13153,42 @@
|
|
|
13137
13153
|
"required": true,
|
|
13138
13154
|
"description": ""
|
|
13139
13155
|
},
|
|
13156
|
+
"headerTextColor": {
|
|
13157
|
+
"type": "string",
|
|
13158
|
+
"required": false,
|
|
13159
|
+
"defaultValue": "#9ca3af",
|
|
13160
|
+
"description": ""
|
|
13161
|
+
},
|
|
13162
|
+
"headerBgColor": {
|
|
13163
|
+
"type": "string",
|
|
13164
|
+
"required": false,
|
|
13165
|
+
"defaultValue": "#f9fafb",
|
|
13166
|
+
"description": ""
|
|
13167
|
+
},
|
|
13168
|
+
"rowTextColor": {
|
|
13169
|
+
"type": "string",
|
|
13170
|
+
"required": false,
|
|
13171
|
+
"defaultValue": "#374151",
|
|
13172
|
+
"description": ""
|
|
13173
|
+
},
|
|
13174
|
+
"rowBgColor": {
|
|
13175
|
+
"type": "string",
|
|
13176
|
+
"required": false,
|
|
13177
|
+
"defaultValue": "#ffffff",
|
|
13178
|
+
"description": ""
|
|
13179
|
+
},
|
|
13180
|
+
"hoverBgColor": {
|
|
13181
|
+
"type": "string",
|
|
13182
|
+
"required": false,
|
|
13183
|
+
"defaultValue": "#faf5ff",
|
|
13184
|
+
"description": ""
|
|
13185
|
+
},
|
|
13186
|
+
"borderColor": {
|
|
13187
|
+
"type": "string",
|
|
13188
|
+
"required": false,
|
|
13189
|
+
"defaultValue": "#f3f4f6",
|
|
13190
|
+
"description": ""
|
|
13191
|
+
},
|
|
13140
13192
|
"id": {
|
|
13141
13193
|
"type": "string",
|
|
13142
13194
|
"required": true,
|
|
@@ -13300,6 +13352,11 @@
|
|
|
13300
13352
|
"required": false,
|
|
13301
13353
|
"description": ""
|
|
13302
13354
|
},
|
|
13355
|
+
"labelColor": {
|
|
13356
|
+
"type": "string",
|
|
13357
|
+
"required": false,
|
|
13358
|
+
"description": ""
|
|
13359
|
+
},
|
|
13303
13360
|
"id": {
|
|
13304
13361
|
"type": "string",
|
|
13305
13362
|
"required": true,
|