@frollo/frollo-web-ui 8.0.3 → 8.0.4
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/cjs/index.js +6 -6
- package/esm/fw-drawer.js +6 -6
- package/frollo-web-ui.esm.js +6 -6
- package/package.json +1 -1
- package/web-components/index.js +6 -6
package/cjs/index.js
CHANGED
|
@@ -25581,7 +25581,7 @@ styleInject(css_248z$7);script$2.render = render$6;var script$1 = vue.defineComp
|
|
|
25581
25581
|
},
|
|
25582
25582
|
setup: function setup(props, ctx) {
|
|
25583
25583
|
var baseDrawerClass = "fixed shadow-card top-0 right-0 z-40 h-screen bg-white";
|
|
25584
|
-
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-
|
|
25584
|
+
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-6 clip-top-shadow\n ";
|
|
25585
25585
|
var isMounted = vue.ref(false);
|
|
25586
25586
|
var uuid = uniqueId();
|
|
25587
25587
|
var isOpen = vue.computed({
|
|
@@ -25615,7 +25615,7 @@ styleInject(css_248z$7);script$2.render = render$6;var script$1 = vue.defineComp
|
|
|
25615
25615
|
}
|
|
25616
25616
|
});var _hoisted_1$f = ["id"];
|
|
25617
25617
|
var _hoisted_2$e = {
|
|
25618
|
-
"class": "flex flex-row justify-between items-center p-
|
|
25618
|
+
"class": "flex flex-row justify-between items-center p-6"
|
|
25619
25619
|
};
|
|
25620
25620
|
var _hoisted_3$c = ["id"];
|
|
25621
25621
|
var _hoisted_4$6 = ["id"];
|
|
@@ -25640,18 +25640,18 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25640
25640
|
"class": vue.normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
|
|
25641
25641
|
tabindex: "-1",
|
|
25642
25642
|
"aria-labelledby": "drawer-label"
|
|
25643
|
-
}, [vue.createElementVNode("div", _hoisted_2$e, [_ctx.$slots.header ? (vue.openBlock(), vue.createElementBlock("
|
|
25643
|
+
}, [vue.createElementVNode("div", _hoisted_2$e, [_ctx.$slots.header ? (vue.openBlock(), vue.createElementBlock("h2", {
|
|
25644
25644
|
key: 0,
|
|
25645
25645
|
id: "drawer_".concat(_ctx.uuid, "_header"),
|
|
25646
|
-
"class": "inline-flex items-center mb-0 text-body font-
|
|
25646
|
+
"class": "inline-flex items-center mb-0 text-body font-bold"
|
|
25647
25647
|
}, [vue.renderSlot(_ctx.$slots, "header")], 8, _hoisted_3$c)) : vue.createCommentVNode("", true), vue.createVNode(_component_FwButton, {
|
|
25648
|
-
variant: "
|
|
25648
|
+
variant: "transparent",
|
|
25649
25649
|
tabindex: "",
|
|
25650
25650
|
title: "Close drawer",
|
|
25651
25651
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
25652
25652
|
return _ctx.onCancelled();
|
|
25653
25653
|
}),
|
|
25654
|
-
"class": "inline-block w-9 h-9 !p-0
|
|
25654
|
+
"class": "inline-block w-9 h-9 !p-0 inline-flex items-center justify-center"
|
|
25655
25655
|
}, {
|
|
25656
25656
|
"default": vue.withCtx(function () {
|
|
25657
25657
|
return [vue.createVNode(_component_XMarkSvg, {
|
package/esm/fw-drawer.js
CHANGED
|
@@ -92,7 +92,7 @@ var script = defineComponent({
|
|
|
92
92
|
},
|
|
93
93
|
setup: function setup(props, ctx) {
|
|
94
94
|
var baseDrawerClass = "fixed shadow-card top-0 right-0 z-40 h-screen bg-white";
|
|
95
|
-
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-
|
|
95
|
+
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-6 clip-top-shadow\n ";
|
|
96
96
|
var isMounted = ref(false);
|
|
97
97
|
var uuid = uniqueId();
|
|
98
98
|
var isOpen = computed({
|
|
@@ -128,7 +128,7 @@ var script = defineComponent({
|
|
|
128
128
|
|
|
129
129
|
var _hoisted_1 = ["id"];
|
|
130
130
|
var _hoisted_2 = {
|
|
131
|
-
"class": "flex flex-row justify-between items-center p-
|
|
131
|
+
"class": "flex flex-row justify-between items-center p-6"
|
|
132
132
|
};
|
|
133
133
|
var _hoisted_3 = ["id"];
|
|
134
134
|
var _hoisted_4 = ["id"];
|
|
@@ -153,18 +153,18 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
153
153
|
"class": normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
|
|
154
154
|
tabindex: "-1",
|
|
155
155
|
"aria-labelledby": "drawer-label"
|
|
156
|
-
}, [createElementVNode("div", _hoisted_2, [_ctx.$slots.header ? (openBlock(), createElementBlock("
|
|
156
|
+
}, [createElementVNode("div", _hoisted_2, [_ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
157
157
|
key: 0,
|
|
158
158
|
id: "drawer_".concat(_ctx.uuid, "_header"),
|
|
159
|
-
"class": "inline-flex items-center mb-0 text-body font-
|
|
159
|
+
"class": "inline-flex items-center mb-0 text-body font-bold"
|
|
160
160
|
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_3)) : createCommentVNode("", true), createVNode(_component_FwButton, {
|
|
161
|
-
variant: "
|
|
161
|
+
variant: "transparent",
|
|
162
162
|
tabindex: "",
|
|
163
163
|
title: "Close drawer",
|
|
164
164
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
165
165
|
return _ctx.onCancelled();
|
|
166
166
|
}),
|
|
167
|
-
"class": "inline-block w-9 h-9 !p-0
|
|
167
|
+
"class": "inline-block w-9 h-9 !p-0 inline-flex items-center justify-center"
|
|
168
168
|
}, {
|
|
169
169
|
"default": withCtx(function () {
|
|
170
170
|
return [createVNode(_component_XMarkSvg, {
|
package/frollo-web-ui.esm.js
CHANGED
|
@@ -25891,7 +25891,7 @@ var script$1 = defineComponent({
|
|
|
25891
25891
|
},
|
|
25892
25892
|
setup: function setup(props, ctx) {
|
|
25893
25893
|
var baseDrawerClass = "fixed shadow-card top-0 right-0 z-40 h-screen bg-white";
|
|
25894
|
-
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-
|
|
25894
|
+
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-6 clip-top-shadow\n ";
|
|
25895
25895
|
var isMounted = ref(false);
|
|
25896
25896
|
var uuid = uniqueId();
|
|
25897
25897
|
var isOpen = computed({
|
|
@@ -25927,7 +25927,7 @@ var script$1 = defineComponent({
|
|
|
25927
25927
|
|
|
25928
25928
|
var _hoisted_1$f = ["id"];
|
|
25929
25929
|
var _hoisted_2$e = {
|
|
25930
|
-
"class": "flex flex-row justify-between items-center p-
|
|
25930
|
+
"class": "flex flex-row justify-between items-center p-6"
|
|
25931
25931
|
};
|
|
25932
25932
|
var _hoisted_3$c = ["id"];
|
|
25933
25933
|
var _hoisted_4$6 = ["id"];
|
|
@@ -25952,18 +25952,18 @@ function render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25952
25952
|
"class": normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
|
|
25953
25953
|
tabindex: "-1",
|
|
25954
25954
|
"aria-labelledby": "drawer-label"
|
|
25955
|
-
}, [createElementVNode("div", _hoisted_2$e, [_ctx.$slots.header ? (openBlock(), createElementBlock("
|
|
25955
|
+
}, [createElementVNode("div", _hoisted_2$e, [_ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
25956
25956
|
key: 0,
|
|
25957
25957
|
id: "drawer_".concat(_ctx.uuid, "_header"),
|
|
25958
|
-
"class": "inline-flex items-center mb-0 text-body font-
|
|
25958
|
+
"class": "inline-flex items-center mb-0 text-body font-bold"
|
|
25959
25959
|
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_3$c)) : createCommentVNode("", true), createVNode(_component_FwButton, {
|
|
25960
|
-
variant: "
|
|
25960
|
+
variant: "transparent",
|
|
25961
25961
|
tabindex: "",
|
|
25962
25962
|
title: "Close drawer",
|
|
25963
25963
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
25964
25964
|
return _ctx.onCancelled();
|
|
25965
25965
|
}),
|
|
25966
|
-
"class": "inline-block w-9 h-9 !p-0
|
|
25966
|
+
"class": "inline-block w-9 h-9 !p-0 inline-flex items-center justify-center"
|
|
25967
25967
|
}, {
|
|
25968
25968
|
"default": withCtx(function () {
|
|
25969
25969
|
return [createVNode(_component_XMarkSvg, {
|
package/package.json
CHANGED
package/web-components/index.js
CHANGED
|
@@ -37454,7 +37454,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
37454
37454
|
},
|
|
37455
37455
|
setup: function setup(props, ctx) {
|
|
37456
37456
|
var baseDrawerClass = "fixed shadow-card top-0 right-0 z-40 h-screen bg-white";
|
|
37457
|
-
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-
|
|
37457
|
+
var drawerFooterClass = "\n sticky bottom-0 w-full shadow-card bg-white p-6 clip-top-shadow\n ";
|
|
37458
37458
|
var isMounted = ref(false);
|
|
37459
37459
|
var uuid = uniqueId();
|
|
37460
37460
|
var isOpen = computed({
|
|
@@ -37490,7 +37490,7 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
37490
37490
|
|
|
37491
37491
|
var _hoisted_1$f = ["id"];
|
|
37492
37492
|
var _hoisted_2$e = {
|
|
37493
|
-
"class": "flex flex-row justify-between items-center p-
|
|
37493
|
+
"class": "flex flex-row justify-between items-center p-6"
|
|
37494
37494
|
};
|
|
37495
37495
|
var _hoisted_3$c = ["id"];
|
|
37496
37496
|
var _hoisted_4$6 = ["id"];
|
|
@@ -37515,18 +37515,18 @@ Expected function or array of functions, received type ${typeof value}.`
|
|
|
37515
37515
|
"class": normalizeClass(["fw-drawer", _ctx.baseDrawerClass]),
|
|
37516
37516
|
tabindex: "-1",
|
|
37517
37517
|
"aria-labelledby": "drawer-label"
|
|
37518
|
-
}, [createBaseVNode("div", _hoisted_2$e, [_ctx.$slots.header ? (openBlock(), createElementBlock("
|
|
37518
|
+
}, [createBaseVNode("div", _hoisted_2$e, [_ctx.$slots.header ? (openBlock(), createElementBlock("h2", {
|
|
37519
37519
|
key: 0,
|
|
37520
37520
|
id: "drawer_".concat(_ctx.uuid, "_header"),
|
|
37521
|
-
"class": "inline-flex items-center mb-0 text-body font-
|
|
37521
|
+
"class": "inline-flex items-center mb-0 text-body font-bold"
|
|
37522
37522
|
}, [renderSlot(_ctx.$slots, "header")], 8, _hoisted_3$c)) : createCommentVNode("", true), createVNode(_component_FwButton, {
|
|
37523
|
-
variant: "
|
|
37523
|
+
variant: "transparent",
|
|
37524
37524
|
tabindex: "",
|
|
37525
37525
|
title: "Close drawer",
|
|
37526
37526
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
37527
37527
|
return _ctx.onCancelled();
|
|
37528
37528
|
}),
|
|
37529
|
-
"class": "inline-block w-9 h-9 !p-0
|
|
37529
|
+
"class": "inline-block w-9 h-9 !p-0 inline-flex items-center justify-center"
|
|
37530
37530
|
}, {
|
|
37531
37531
|
"default": withCtx(function () {
|
|
37532
37532
|
return [createVNode(_component_XMarkSvg, {
|