@abi-software/map-utilities 1.0.1-beta.0 → 1.0.1-beta.1

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.
@@ -12022,12 +12022,13 @@ const D2 = /* @__PURE__ */ $t(y2, [["render", F2], ["__scopeId", "data-v-aa649ea
12022
12022
  default: ""
12023
12023
  },
12024
12024
  /**
12025
- * Theme 'primary' or 'dark' or any name not 'light'
12026
- * will show primary button color.
12025
+ * `theme: light` will show white button,
12026
+ * to use when the button is over other readable text content.
12027
+ * Default button is transparent.
12027
12028
  */
12028
12029
  theme: {
12029
12030
  type: String,
12030
- default: "light"
12031
+ default: ""
12031
12032
  }
12032
12033
  },
12033
12034
  data: function() {
@@ -12037,9 +12038,6 @@ const D2 = /* @__PURE__ */ $t(y2, [["render", F2], ["__scopeId", "data-v-aa649ea
12037
12038
  iconColor: O2
12038
12039
  };
12039
12040
  },
12040
- mounted: function() {
12041
- this.theme !== "light" && (this.iconColor = "white");
12042
- },
12043
12041
  methods: {
12044
12042
  copyToClipboard: async function() {
12045
12043
  let e = !0;
@@ -12089,7 +12087,7 @@ function N2(e, t, n, o, r, i) {
12089
12087
  _: 1
12090
12088
  }, 8, ["content", "hide-after", "onHide"]);
12091
12089
  }
12092
- const B2 = /* @__PURE__ */ $t(I2, [["render", N2], ["__scopeId", "data-v-e0e80a08"]]);
12090
+ const B2 = /* @__PURE__ */ $t(I2, [["render", N2], ["__scopeId", "data-v-8ac922cb"]]);
12093
12091
  export {
12094
12092
  B2 as CopyToClipboard,
12095
12093
  P2 as DrawToolbar,