@ceed/ads 0.0.89 → 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.
Files changed (2) hide show
  1. package/framer/index.js +4 -4
  2. package/package.json +1 -1
package/framer/index.js CHANGED
@@ -45634,14 +45634,14 @@ var alertPropertyControls = {
45634
45634
  title: "Actions",
45635
45635
  type: ControlType2.ComponentInstance
45636
45636
  },
45637
- colors: {
45638
- title: "Colors",
45637
+ color: {
45638
+ title: "Color",
45639
45639
  type: ControlType2.Enum,
45640
45640
  options: ["primary", "danger", "warning", "neutral", "success"],
45641
45641
  defaultValue: "primary"
45642
45642
  },
45643
- variants: {
45644
- title: "Variants",
45643
+ variant: {
45644
+ title: "Variant",
45645
45645
  type: ControlType2.Enum,
45646
45646
  options: ["solid", "outlined", "plain", "soft"],
45647
45647
  defaultValue: "solid"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",