@ceed/ads 0.0.81 → 0.0.82

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 +12 -2
  2. package/package.json +1 -1
package/framer/index.js CHANGED
@@ -41984,8 +41984,8 @@ var breadcrumbsPropertyControls = {
41984
41984
  // NOTE: 일단 framer에서는 string만 받는다
41985
41985
  type: ControlType5.Object,
41986
41986
  controls: {
41987
- title: {
41988
- title: "Title",
41987
+ label: {
41988
+ title: "Label",
41989
41989
  type: ControlType5.String,
41990
41990
  defaultValue: "Home"
41991
41991
  },
@@ -42002,6 +42002,16 @@ var breadcrumbsPropertyControls = {
42002
42002
  title: "Separator",
42003
42003
  type: ControlType5.ComponentInstance
42004
42004
  },
42005
+ frontCrumbCounts: {
42006
+ title: "Front Crumb Counts",
42007
+ type: ControlType5.Number,
42008
+ defaultValue: 1
42009
+ },
42010
+ backCrumbCounts: {
42011
+ title: "Back Crumb Counts",
42012
+ type: ControlType5.Number,
42013
+ defaultValue: 3
42014
+ },
42005
42015
  size: {
42006
42016
  title: "Size",
42007
42017
  type: ControlType5.Enum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceed/ads",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",