@ceed/ads 0.0.88 → 0.0.90
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/framer/index.js +8 -4
- package/package.json +1 -1
package/framer/index.js
CHANGED
|
@@ -45626,18 +45626,22 @@ var alertPropertyControls = {
|
|
|
45626
45626
|
type: ControlType2.String,
|
|
45627
45627
|
defaultValue: "Alert Content"
|
|
45628
45628
|
},
|
|
45629
|
+
startDecorator: {
|
|
45630
|
+
title: "Start Decorator",
|
|
45631
|
+
type: ControlType2.ComponentInstance
|
|
45632
|
+
},
|
|
45629
45633
|
actions: {
|
|
45630
45634
|
title: "Actions",
|
|
45631
45635
|
type: ControlType2.ComponentInstance
|
|
45632
45636
|
},
|
|
45633
|
-
|
|
45634
|
-
title: "
|
|
45637
|
+
color: {
|
|
45638
|
+
title: "Color",
|
|
45635
45639
|
type: ControlType2.Enum,
|
|
45636
45640
|
options: ["primary", "danger", "warning", "neutral", "success"],
|
|
45637
45641
|
defaultValue: "primary"
|
|
45638
45642
|
},
|
|
45639
|
-
|
|
45640
|
-
title: "
|
|
45643
|
+
variant: {
|
|
45644
|
+
title: "Variant",
|
|
45641
45645
|
type: ControlType2.Enum,
|
|
45642
45646
|
options: ["solid", "outlined", "plain", "soft"],
|
|
45643
45647
|
defaultValue: "solid"
|