bt-core-app 2.0.12 → 2.0.14

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.
@@ -27672,6 +27672,7 @@ const DR = ci({
27672
27672
  __name: "BT-Color-Picker-Menu",
27673
27673
  props: {
27674
27674
  color: {},
27675
+ hideButton: { type: Boolean },
27675
27676
  modelValue: {},
27676
27677
  openToggle: { type: Boolean }
27677
27678
  },
@@ -27692,11 +27693,12 @@ const DR = ci({
27692
27693
  "onUpdate:modelValue": s[1] || (s[1] = (c) => r.value = c)
27693
27694
  }, {
27694
27695
  activator: W(({ props: c }) => [
27695
- w(Pe, ye({
27696
+ o.hideButton ? ee("", !0) : (N(), ce(Pe, ye({
27697
+ key: 0,
27696
27698
  color: o.color,
27697
27699
  icon: "",
27698
27700
  size: "small"
27699
- }, c), null, 16, ["color"])
27701
+ }, c), null, 16, ["color"]))
27700
27702
  ]),
27701
27703
  default: W(() => [
27702
27704
  w(Nt, null, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {