@bagelink/blox 1.9.116 → 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.
- package/dist/components/blocks/Tabs.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/style.css +2 -2
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blocks/Tabs.vue"],"names":[],"mappings":"
|
|
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) => ({
|
|
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) => ({
|
|
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
|
-
|
|
503
|
-
|
|
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.
|
|
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.
|
|
79
|
+
"@bagelink/vue": "1.9.120"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@vitejs/plugin-vue": "^5.0.0",
|