@bagelink/blox 1.9.114 → 1.9.120

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Tabs.vue"],"names":[],"mappings":"AAiEA,KAAK,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAE3B,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IAC1D,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkHF,wBAOG"}
1
+ {"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Tabs.vue"],"names":[],"mappings":"AA8DA,KAAK,WAAW,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAE3B,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,OAAO,CAAA;KAAE,EAAE,CAAA;IAC1D,EAAE,CAAC,EAAE,MAAM,CAAA;CACX,CAAC;;AAkHF,wBAOG"}
package/dist/index.cjs CHANGED
@@ -2102,7 +2102,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
2102
2102
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => activeTab.value = $event),
2103
2103
  class: "flex-shrink-0",
2104
2104
  group: "tabs",
2105
- tabs: itemsList.value.map((item, index) => ({ id: `${index}`, label: item.title })),
2105
+ tabs: itemsList.value.map((item, index) => ({ value: `${index}`, label: item.title })),
2106
2106
  style: vue.normalizeStyle({
2107
2107
  "--input-bg": _ctx.tabColor,
2108
2108
  "color": _ctx.tabTextColor,
package/dist/index.mjs CHANGED
@@ -2100,7 +2100,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
2100
2100
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => activeTab.value = $event),
2101
2101
  class: "flex-shrink-0",
2102
2102
  group: "tabs",
2103
- tabs: itemsList.value.map((item, index) => ({ id: `${index}`, label: item.title })),
2103
+ tabs: itemsList.value.map((item, index) => ({ value: `${index}`, label: item.title })),
2104
2104
  style: normalizeStyle({
2105
2105
  "--input-bg": _ctx.tabColor,
2106
2106
  "color": _ctx.tabTextColor,
package/dist/style.css CHANGED
@@ -499,8 +499,8 @@
499
499
  }
500
500
 
501
501
  .tabBlock .active {
502
- background: var(--bgl-popup-bg) !important;
503
- color: var(--bgl-popup-bgText) !important;
502
+ background: var(--bgl-popup-bg) !important;
503
+ color: var(--bgl-popup-bgText) !important;
504
504
  }
505
505
 
506
506
  .NameSize[data-v-88b050bd] {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/blox",
3
3
  "type": "module",
4
- "version": "1.9.114",
4
+ "version": "1.9.120",
5
5
  "description": "Blox page builder library for drag-and-drop page building and static data management",
6
6
  "author": {
7
7
  "name": "Bagel Studio",
@@ -76,7 +76,7 @@
76
76
  "peerDependencies": {
77
77
  "vue": "^3.3.0",
78
78
  "vue-router": "^4.0.0",
79
- "@bagelink/vue": "1.9.114"
79
+ "@bagelink/vue": "1.9.120"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@vitejs/plugin-vue": "^5.0.0",