bt-core-app 1.4.448 → 1.4.449

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.
@@ -38314,6 +38314,7 @@ const fE = /* @__PURE__ */ Je({
38314
38314
  props: {
38315
38315
  additionalURL: {},
38316
38316
  canEdit: { type: Boolean, default: !0 },
38317
+ color: {},
38317
38318
  dialogWidth: { default: "500" },
38318
38319
  height: { default: 100 },
38319
38320
  id: {},
@@ -38366,6 +38367,7 @@ const fE = /* @__PURE__ */ Je({
38366
38367
  p(Ee, pe({
38367
38368
  onClick: M(g),
38368
38369
  class: "mx-auto pa-1",
38370
+ color: w.color,
38369
38371
  height: w.height + 35,
38370
38372
  width: w.width + 15
38371
38373
  }, C), {
@@ -38429,7 +38431,7 @@ const fE = /* @__PURE__ */ Je({
38429
38431
  }, 1024)
38430
38432
  ]),
38431
38433
  _: 2
38432
- }, 1040, ["onClick", "height", "width"])
38434
+ }, 1040, ["onClick", "color", "height", "width"])
38433
38435
  ]),
38434
38436
  default: F(() => [
38435
38437
  p(Ln, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.448",
3
+ "version": "1.4.449",
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": {