@actioneer/ads-mcp 0.4.0 → 0.5.0
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 +40 -7
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actioneer/ads",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"importPath": "@actioneer/ads",
|
|
5
5
|
"styleImport": "@import \"@actioneer/ads/styles.css\";",
|
|
6
6
|
"families": [
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"Chat"
|
|
17
17
|
],
|
|
18
18
|
"counts": {
|
|
19
|
-
"total":
|
|
20
|
-
"component":
|
|
19
|
+
"total": 678,
|
|
20
|
+
"component": 327,
|
|
21
21
|
"type": 288,
|
|
22
22
|
"hook": 10,
|
|
23
23
|
"util": 53
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"text-brand",
|
|
149
149
|
"border-brand"
|
|
150
150
|
],
|
|
151
|
-
"description": "Brand (
|
|
151
|
+
"description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"name": "--color-brand-foreground",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"text-brand-foreground",
|
|
158
158
|
"bg-brand-foreground"
|
|
159
159
|
],
|
|
160
|
-
"description": "Brand (
|
|
160
|
+
"description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"name": "--color-brand-hover",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"text-brand-hover",
|
|
168
168
|
"border-brand-hover"
|
|
169
169
|
],
|
|
170
|
-
"description": "Brand (
|
|
170
|
+
"description": "Brand (Sage green) — used for solid fills / primary actions, not body text"
|
|
171
171
|
},
|
|
172
172
|
{
|
|
173
173
|
"name": "--color-fill",
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"kind": "component",
|
|
1319
1319
|
"importPath": "@actioneer/ads",
|
|
1320
1320
|
"module": "drawer",
|
|
1321
|
-
"description": "Use the portaled Drawer for a focused, blocking task (form, details, settings) that slides in over the page with a backdrop and focus trap; use InlineDrawer instead for a contextual panel that must stay in-flow beside content the user still needs.",
|
|
1321
|
+
"description": "Use the portaled Drawer for a focused, blocking task (form, details, settings) that slides in over the page with a backdrop and focus trap; use InlineDrawer instead for a contextual panel that must stay in-flow beside content the user still needs. The inline Drawer is a flat white panel (bg-card, no shadow, no border) that reads ONLY by fill contrast, so it MUST sit as a sibling of its content inside a bg-surface flex row — on a white (bg-background) parent it is invisible. If it doesn't read, tint the ground; never add a border or shadow to force it.",
|
|
1322
1322
|
"showcaseUrl": "https://ads.actioneer.dev/#/drawer",
|
|
1323
1323
|
"variants": {
|
|
1324
1324
|
"side": {
|
|
@@ -3785,6 +3785,38 @@
|
|
|
3785
3785
|
"module": "brand-texture",
|
|
3786
3786
|
"showcaseUrl": "https://ads.actioneer.dev/#/brand-texture"
|
|
3787
3787
|
},
|
|
3788
|
+
{
|
|
3789
|
+
"name": "EmptyConnections",
|
|
3790
|
+
"family": "Feedback",
|
|
3791
|
+
"kind": "component",
|
|
3792
|
+
"importPath": "@actioneer/ads",
|
|
3793
|
+
"module": "empty-state",
|
|
3794
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"name": "EmptyDocuments",
|
|
3798
|
+
"family": "Feedback",
|
|
3799
|
+
"kind": "component",
|
|
3800
|
+
"importPath": "@actioneer/ads",
|
|
3801
|
+
"module": "empty-state",
|
|
3802
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"name": "EmptyInsights",
|
|
3806
|
+
"family": "Feedback",
|
|
3807
|
+
"kind": "component",
|
|
3808
|
+
"importPath": "@actioneer/ads",
|
|
3809
|
+
"module": "empty-state",
|
|
3810
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"name": "EmptySearch",
|
|
3814
|
+
"family": "Feedback",
|
|
3815
|
+
"kind": "component",
|
|
3816
|
+
"importPath": "@actioneer/ads",
|
|
3817
|
+
"module": "empty-state",
|
|
3818
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state"
|
|
3819
|
+
},
|
|
3788
3820
|
{
|
|
3789
3821
|
"name": "EmptyState",
|
|
3790
3822
|
"family": "Feedback",
|
|
@@ -3795,6 +3827,7 @@
|
|
|
3795
3827
|
"showcaseUrl": "https://ads.actioneer.dev/#/empty-state",
|
|
3796
3828
|
"props": [
|
|
3797
3829
|
"icon",
|
|
3830
|
+
"illustration",
|
|
3798
3831
|
"title",
|
|
3799
3832
|
"description",
|
|
3800
3833
|
"action"
|