@davincihealthcare/elty-design-system-vue 1.58.1 → 1.58.2
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/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -29100,7 +29100,6 @@ const ED = {
|
|
|
29100
29100
|
O("div", LD, [
|
|
29101
29101
|
Oe(U(B0), {
|
|
29102
29102
|
icon: { name: "ArrowSmallLeftIcon" },
|
|
29103
|
-
class: "left-0 fill-primary w-4 h-4 z-20 overflow-hidden",
|
|
29104
29103
|
onClick: s[1] || (s[1] = (c) => {
|
|
29105
29104
|
var u;
|
|
29106
29105
|
return (u = A.value) == null ? void 0 : u.slidePrev();
|
|
@@ -29110,7 +29109,6 @@ const ED = {
|
|
|
29110
29109
|
O("div", RD, [
|
|
29111
29110
|
Oe(U(B0), {
|
|
29112
29111
|
icon: { name: "ArrowSmallRightIcon" },
|
|
29113
|
-
class: "right-0 w-4 h-4 rounded-full z-20",
|
|
29114
29112
|
onClick: s[2] || (s[2] = (c) => {
|
|
29115
29113
|
var u;
|
|
29116
29114
|
return (u = A.value) == null ? void 0 : u.slideNext();
|