@ceed/ads 0.0.63 → 0.0.64

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 +2 -2
  2. package/package.json +1 -1
package/framer/index.js CHANGED
@@ -41739,8 +41739,8 @@ var breadcrumbsPropertyControls = {
41739
41739
  },
41740
41740
  defaultValue: []
41741
41741
  },
41742
- separatorIcon: {
41743
- title: "Separator Icon",
41742
+ separator: {
41743
+ title: "Separator",
41744
41744
  type: ControlType5.ComponentInstance
41745
41745
  },
41746
41746
  size: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.63",
3
+ "version": "0.0.64",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",