@everchron/ec-shards 19.11.4 → 19.11.5

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/dist/ec-shards.js CHANGED
@@ -7582,6 +7582,10 @@ var Nc = /*#__PURE__*/ V(vc, [["render", Mc]]), Pc = {
7582
7582
  preventUnusableColors: {
7583
7583
  type: Boolean,
7584
7584
  default: !1
7585
+ },
7586
+ noBackground: {
7587
+ type: Boolean,
7588
+ default: !1
7585
7589
  }
7586
7590
  },
7587
7591
  computed: {
@@ -7618,13 +7622,13 @@ function Fc(e, t, n, r, i, a) {
7618
7622
  "preventUnusableColors"
7619
7623
  ])]),
7620
7624
  default: I(() => [l("button", {
7621
- class: b(["ecs-color-picker-input-button", a.sizeClass]),
7625
+ class: b(["ecs-color-picker-input-button", [a.sizeClass, { "ecs-color-picker-input-button-no-background": n.noBackground }]]),
7622
7626
  style: S(a.selectedColorStyle)
7623
7627
  }, [l("span", null, N(a.selectedColorName), 1)], 6)]),
7624
7628
  _: 1
7625
7629
  });
7626
7630
  }
7627
- var Ic = /*#__PURE__*/ V(Pc, [["render", Fc], ["__scopeId", "data-v-08aaa823"]]), Lc = {
7631
+ var Ic = /*#__PURE__*/ V(Pc, [["render", Fc], ["__scopeId", "data-v-1eb48d38"]]), Lc = {
7628
7632
  name: "ecs-data-card",
7629
7633
  components: {
7630
7634
  EcsIcon: H,