@actioneer/ads-mcp 0.5.8 → 0.5.9
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/manifest.json +20 -7
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actioneer/ads",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.9",
|
|
4
4
|
"importPath": "@actioneer/ads",
|
|
5
5
|
"styleImport": "@import \"@actioneer/ads/styles.css\";",
|
|
6
6
|
"families": [
|
|
@@ -1381,7 +1381,8 @@
|
|
|
1381
1381
|
"props": [
|
|
1382
1382
|
"options",
|
|
1383
1383
|
"value",
|
|
1384
|
-
"onChange"
|
|
1384
|
+
"onChange",
|
|
1385
|
+
"elevated"
|
|
1385
1386
|
]
|
|
1386
1387
|
},
|
|
1387
1388
|
{
|
|
@@ -1411,12 +1412,16 @@
|
|
|
1411
1412
|
"items",
|
|
1412
1413
|
"value",
|
|
1413
1414
|
"onChange",
|
|
1415
|
+
"multiple",
|
|
1416
|
+
"values",
|
|
1417
|
+
"onValuesChange",
|
|
1414
1418
|
"placeholder",
|
|
1415
1419
|
"disabled",
|
|
1416
1420
|
"isInvalid",
|
|
1417
1421
|
"className",
|
|
1418
1422
|
"id",
|
|
1419
|
-
"placement"
|
|
1423
|
+
"placement",
|
|
1424
|
+
"portal"
|
|
1420
1425
|
]
|
|
1421
1426
|
},
|
|
1422
1427
|
{
|
|
@@ -1866,7 +1871,8 @@
|
|
|
1866
1871
|
"open",
|
|
1867
1872
|
"onOpenChange",
|
|
1868
1873
|
"className",
|
|
1869
|
-
"children"
|
|
1874
|
+
"children",
|
|
1875
|
+
"showCloseButton"
|
|
1870
1876
|
]
|
|
1871
1877
|
},
|
|
1872
1878
|
{
|
|
@@ -2327,6 +2333,7 @@
|
|
|
2327
2333
|
"curve",
|
|
2328
2334
|
"stacked",
|
|
2329
2335
|
"forecastKeys",
|
|
2336
|
+
"animatedSeriesKeys",
|
|
2330
2337
|
"showValues"
|
|
2331
2338
|
]
|
|
2332
2339
|
},
|
|
@@ -2631,7 +2638,8 @@
|
|
|
2631
2638
|
"lineKeys",
|
|
2632
2639
|
"dualAxis",
|
|
2633
2640
|
"stacked",
|
|
2634
|
-
"forecastKeys"
|
|
2641
|
+
"forecastKeys",
|
|
2642
|
+
"animatedSeriesKeys"
|
|
2635
2643
|
]
|
|
2636
2644
|
},
|
|
2637
2645
|
{
|
|
@@ -2961,6 +2969,7 @@
|
|
|
2961
2969
|
"props": [
|
|
2962
2970
|
"curve",
|
|
2963
2971
|
"forecastKeys",
|
|
2972
|
+
"animatedSeriesKeys",
|
|
2964
2973
|
"showValues"
|
|
2965
2974
|
]
|
|
2966
2975
|
},
|
|
@@ -3292,7 +3301,8 @@
|
|
|
3292
3301
|
"onSortChange",
|
|
3293
3302
|
"allowsSorting",
|
|
3294
3303
|
"isStatic",
|
|
3295
|
-
"resizableColumns"
|
|
3304
|
+
"resizableColumns",
|
|
3305
|
+
"maxBodyHeight"
|
|
3296
3306
|
]
|
|
3297
3307
|
},
|
|
3298
3308
|
{
|
|
@@ -5053,6 +5063,8 @@
|
|
|
5053
5063
|
"motion",
|
|
5054
5064
|
"motionMode",
|
|
5055
5065
|
"interactionColor",
|
|
5066
|
+
"palette",
|
|
5067
|
+
"interactionArea",
|
|
5056
5068
|
"hero"
|
|
5057
5069
|
]
|
|
5058
5070
|
},
|
|
@@ -5266,6 +5278,7 @@
|
|
|
5266
5278
|
"onBack",
|
|
5267
5279
|
"backLabel",
|
|
5268
5280
|
"actions",
|
|
5281
|
+
"center",
|
|
5269
5282
|
"meta"
|
|
5270
5283
|
]
|
|
5271
5284
|
},
|
|
@@ -5384,7 +5397,7 @@
|
|
|
5384
5397
|
"kind": "component",
|
|
5385
5398
|
"importPath": "@actioneer/ads",
|
|
5386
5399
|
"module": "sidebar",
|
|
5387
|
-
"description": "Use as
|
|
5400
|
+
"description": "Use as an app's vertical navigation rail. The canonical Actioneer shell pairs one collapsible global product rail with one fixed contextual Sidebar inside the shared workspace Panel; only the global rail owns a collapse control. Compose SidebarBrand, grouped SidebarItems, optional SidebarHistory, and SidebarAccount as the area requires.",
|
|
5388
5401
|
"showcaseUrl": "https://ads.actioneer.dev/#/sidebar",
|
|
5389
5402
|
"props": [
|
|
5390
5403
|
"collapsed",
|