pxengine 0.1.56 → 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 +71 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.mjs +72 -13
- package/dist/index.mjs.map +1 -1
- package/dist/registry.json +42 -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-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,
|
|
@@ -13148,6 +13153,42 @@
|
|
|
13148
13153
|
"required": true,
|
|
13149
13154
|
"description": ""
|
|
13150
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
|
+
},
|
|
13151
13192
|
"id": {
|
|
13152
13193
|
"type": "string",
|
|
13153
13194
|
"required": true,
|