@dpa-id-components/dpa-shared-components 4.0.3 → 4.1.0
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/dpa-shared-components.mjs +1 -1
- package/dist/dpa-shared-components.umd.js +6 -6
- package/dist/emoji-add-7fb19e1a.mjs +29 -0
- package/package.json +1 -1
- package/dist/UseTailwindBreakpoints.stories.ts +0 -22
- package/dist/UseTailwindBreakpoints.vue +0 -12
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/filter-e213ae59.mjs +0 -15
- package/dist/filter-outline-91e5aa0a.mjs +0 -19
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/screens.js +0 -13
- package/dist/screens.json +0 -7
- package/dist/tailwind/screens.d.ts +0 -8
- package/dist/tailwind/tailwind.config.d.cts +0 -214
- package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/useTailwindBreakpoints.ts +0 -19
- package/dist/video-inline-b961f9cd.mjs +0 -19
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as C } from "vue";
|
|
2
|
+
const o = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
+
}, c = /* @__PURE__ */ C("g", { "clip-path": "url(#clip0_288_1427)" }, [
|
|
6
|
+
/* @__PURE__ */ C("path", {
|
|
7
|
+
"fill-rule": "evenodd",
|
|
8
|
+
"clip-rule": "evenodd",
|
|
9
|
+
d: "M21 3H20V2C20 1.45 19.55 1 19 1C18.45 1 18 1.45 18 2V3H17C16.8443 3 16.6966 3.03607 16.5649 3.10026C16.5512 3.10693 16.5377 3.11389 16.5244 3.12115C16.2127 3.29102 16 3.62187 16 4C16 4.55 16.45 5 17 5H18V6C18 6.55 18.45 7 19 7C19.55 7 20 6.55 20 6V5.9989V5H21C21.55 5 22 4.55 22 4C22 3.45 21.55 3 21 3ZM12 2C13.0552 2 14.0721 2.16341 15.027 2.4663C14.6969 2.89005 14.5 3.42248 14.5 4C14.5 4.14026 14.5116 4.27786 14.5339 4.4119C13.7244 4.14155 12.8695 4 12 4C9.87827 4 7.84344 4.84285 6.34315 6.34315C4.84285 7.84344 4 9.87827 4 12C4 14.1217 4.84285 16.1566 6.34315 17.6569C7.84344 19.1571 9.87827 20 12 20C14.1217 20 16.1566 19.1571 17.6569 17.6569C19.1571 16.1566 20 14.1217 20 12C20 10.773 19.7181 9.57512 19.1903 8.49283C19.9053 8.43876 20.5374 8.08251 20.9587 7.55181C21.6252 8.89157 22 10.402 22 12C22 17.523 17.523 22 12 22C6.477 22 2 17.523 2 12C2 6.477 6.477 2 12 2ZM17 13C17 14.3261 16.4732 15.5979 15.5355 16.5355C14.5979 17.4732 13.3261 18 12 18C10.6739 18 9.40215 17.4732 8.46447 16.5355C7.52678 15.5979 7 14.3261 7 13H17ZM10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5ZM15.5 11C16.3284 11 17 10.3284 17 9.5C17 8.67157 16.3284 8 15.5 8C14.6716 8 14 8.67157 14 9.5C14 10.3284 14.6716 11 15.5 11Z"
|
|
10
|
+
})
|
|
11
|
+
], -1), d = /* @__PURE__ */ C("defs", null, [
|
|
12
|
+
/* @__PURE__ */ C("clipPath", { id: "clip0_288_1427" }, [
|
|
13
|
+
/* @__PURE__ */ C("rect", {
|
|
14
|
+
width: "24",
|
|
15
|
+
height: "24"
|
|
16
|
+
})
|
|
17
|
+
])
|
|
18
|
+
], -1), l = [
|
|
19
|
+
c,
|
|
20
|
+
d
|
|
21
|
+
];
|
|
22
|
+
function i(n, r) {
|
|
23
|
+
return e(), t("svg", o, l);
|
|
24
|
+
}
|
|
25
|
+
const _ = { render: i };
|
|
26
|
+
export {
|
|
27
|
+
_ as default,
|
|
28
|
+
i as render
|
|
29
|
+
};
|
package/package.json
CHANGED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import UseTailwindBreakpoints from "./UseTailwindBreakpoints.vue";
|
|
2
|
-
import type { Meta, StoryObj } from "@storybook/vue3";
|
|
3
|
-
|
|
4
|
-
const meta = {
|
|
5
|
-
title: "tailwind/useTailwindBreakpoints.ts",
|
|
6
|
-
component: UseTailwindBreakpoints,
|
|
7
|
-
argTypes: {},
|
|
8
|
-
parameters: {},
|
|
9
|
-
} satisfies Meta<typeof UseTailwindBreakpoints>;
|
|
10
|
-
|
|
11
|
-
export default meta;
|
|
12
|
-
type Story = StoryObj<typeof meta>;
|
|
13
|
-
|
|
14
|
-
export const Default: Story = {
|
|
15
|
-
render: (args: any) => ({
|
|
16
|
-
setup() {
|
|
17
|
-
return { args };
|
|
18
|
-
},
|
|
19
|
-
components: { UseTailwindBreakpoints },
|
|
20
|
-
template: `<div><UseTailwindBreakpoints /></div>`,
|
|
21
|
-
}),
|
|
22
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<UiButton v-if="lg">Button for LG</UiButton>
|
|
3
|
-
<UiIconButton v-else icon-name="emoji" />
|
|
4
|
-
</template>
|
|
5
|
-
|
|
6
|
-
<script setup lang="ts">
|
|
7
|
-
import useTailwindBreakpoints from "./useTailwindBreakpoints";
|
|
8
|
-
import UiIconButton from "@/components/UiIconButton/UiIconButton.vue";
|
|
9
|
-
import UiButton from "@/components/UiButton/UiButton.vue";
|
|
10
|
-
|
|
11
|
-
const { lg } = useTailwindBreakpoints();
|
|
12
|
-
</script>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, l = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M12 6.66671C12.3687 6.66671 12.6667 6.96537 12.6667 7.33337C12.6667 9.68004 10.9247 11.6214 8.66668 11.9467V13.4708C8.66668 13.839 8.3682 14.1375 8.00001 14.1375C7.63182 14.1375 7.33334 13.839 7.33334 13.4708V11.9467C5.07534 11.6214 3.33334 9.68004 3.33334 7.33337C3.33334 6.96537 3.63134 6.66671 4.00001 6.66671C4.36868 6.66671 4.66668 6.96537 4.66668 7.33337C4.66668 9.17137 6.16201 10.6667 8.00001 10.6667C9.83801 10.6667 11.3333 9.17137 11.3333 7.33337C11.3333 6.96537 11.6313 6.66671 12 6.66671ZM10.1667 7.33337C10.1667 8.5279 9.19453 9.50004 8.00001 9.50004C6.80549 9.50004 5.83334 8.5279 5.83334 7.33337V5.00004C5.83334 3.80552 6.80549 2.83337 8.00001 2.83337C9.19453 2.83337 10.1667 3.80552 10.1667 5.00004V7.33337Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
l
|
|
11
|
-
];
|
|
12
|
-
function C(c, d) {
|
|
13
|
-
return e(), o("svg", n, r);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: C };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
C as render
|
|
19
|
-
};
|
package/dist/filter-e213ae59.mjs
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, r = /* @__PURE__ */ o("path", { d: "M3.51471 12L12 3.51472L20.4853 12L12 20.4853L3.51471 12Z" }, null, -1), c = [
|
|
6
|
-
r
|
|
7
|
-
];
|
|
8
|
-
function s(l, d) {
|
|
9
|
-
return e(), t("svg", n, c);
|
|
10
|
-
}
|
|
11
|
-
const i = { render: s };
|
|
12
|
-
export {
|
|
13
|
-
i as default,
|
|
14
|
-
s as render
|
|
15
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 24 24",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, l = /* @__PURE__ */ o("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M12 6.34315L6.34314 12L12 17.6569L17.6568 12L12 6.34315ZM3.51471 12L12 20.4853L20.4853 12L12 3.51472L3.51471 12Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
l
|
|
11
|
-
];
|
|
12
|
-
function c(d, s) {
|
|
13
|
-
return e(), t("svg", n, r);
|
|
14
|
-
}
|
|
15
|
-
const L = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
L as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M5.5 10.75V8.25C5.5 7.83579 5.16421 7.5 4.75 7.5C4.33579 7.5 4 7.83579 4 8.25V10.75C4 11.1642 4.33579 11.5 4.75 11.5C5.16421 11.5 5.5 11.1642 5.5 10.75ZM8.5 10.75V6.25C8.5 5.83579 8.16421 5.5 7.75 5.5C7.33579 5.5 7 5.83579 7 6.25V10.75C7 11.1642 7.33579 11.5 7.75 11.5C8.16421 11.5 8.5 11.1642 8.5 10.75ZM11.5 10.75V4.25C11.5 3.83579 11.1642 3.5 10.75 3.5C10.3358 3.5 10 3.83579 10 4.25V10.75C10 11.1642 10.3358 11.5 10.75 11.5C11.1642 11.5 11.5 11.1642 11.5 10.75Z"
|
|
9
|
-
}, null, -1), c = [
|
|
10
|
-
r
|
|
11
|
-
];
|
|
12
|
-
function l(d, C) {
|
|
13
|
-
return e(), t("svg", n, c);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, r = /* @__PURE__ */ o("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M5 4.5H11C11.138 4.5 11.25 4.612 11.25 4.75V8.594L9.62 7.507C9.252 7.262 8.767 7.287 8.427 7.57L4.75 10.625V4.75C4.75 4.612 4.862 4.5 5 4.5ZM11 3H5C4.034 3 3.25 3.783 3.25 4.75V10.75C3.25 11.717 4.034 12.5 5 12.5H11C11.966 12.5 12.75 11.717 12.75 10.75V4.75C12.75 3.783 11.966 3 11 3ZM6.5 7.25C7.052 7.25 7.5 6.803 7.5 6.25C7.5 5.697 7.052 5.25 6.5 5.25C5.948 5.25 5.5 5.697 5.5 6.25C5.5 6.803 5.948 7.25 6.5 7.25Z"
|
|
9
|
-
}, null, -1), c = [
|
|
10
|
-
r
|
|
11
|
-
];
|
|
12
|
-
function l(d, s) {
|
|
13
|
-
return e(), t("svg", n, c);
|
|
14
|
-
}
|
|
15
|
-
const i = { render: l };
|
|
16
|
-
export {
|
|
17
|
-
i as default,
|
|
18
|
-
l as render
|
|
19
|
-
};
|
package/dist/screens.js
DELETED
package/dist/screens.json
DELETED
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
declare const screens: {
|
|
2
|
-
sm: string;
|
|
3
|
-
md: string;
|
|
4
|
-
lg: string;
|
|
5
|
-
xl: string;
|
|
6
|
-
xxl: string;
|
|
7
|
-
};
|
|
8
|
-
export namespace theme {
|
|
9
|
-
export const inset: {
|
|
10
|
-
0: number;
|
|
11
|
-
"1/2": string;
|
|
12
|
-
full: string;
|
|
13
|
-
};
|
|
14
|
-
export { screens };
|
|
15
|
-
export const fontSize: {
|
|
16
|
-
xs: string;
|
|
17
|
-
sm: string;
|
|
18
|
-
base: string;
|
|
19
|
-
lg: string;
|
|
20
|
-
xl: string;
|
|
21
|
-
"2xl": string;
|
|
22
|
-
"3xl": string;
|
|
23
|
-
"4xl": string;
|
|
24
|
-
"5xl": string;
|
|
25
|
-
"6xl": string;
|
|
26
|
-
"7xl": string;
|
|
27
|
-
};
|
|
28
|
-
export const spacing: {
|
|
29
|
-
px: string;
|
|
30
|
-
0: string;
|
|
31
|
-
0.5: string;
|
|
32
|
-
1: string;
|
|
33
|
-
1.5: string;
|
|
34
|
-
2: string;
|
|
35
|
-
2.5: string;
|
|
36
|
-
3: string;
|
|
37
|
-
3.5: string;
|
|
38
|
-
4: string;
|
|
39
|
-
5: string;
|
|
40
|
-
6: string;
|
|
41
|
-
7: string;
|
|
42
|
-
8: string;
|
|
43
|
-
9: string;
|
|
44
|
-
10: string;
|
|
45
|
-
11: string;
|
|
46
|
-
12: string;
|
|
47
|
-
14: string;
|
|
48
|
-
16: string;
|
|
49
|
-
20: string;
|
|
50
|
-
24: string;
|
|
51
|
-
28: string;
|
|
52
|
-
32: string;
|
|
53
|
-
36: string;
|
|
54
|
-
37: string;
|
|
55
|
-
40: string;
|
|
56
|
-
41: string;
|
|
57
|
-
44: string;
|
|
58
|
-
48: string;
|
|
59
|
-
52: string;
|
|
60
|
-
56: string;
|
|
61
|
-
60: string;
|
|
62
|
-
64: string;
|
|
63
|
-
72: string;
|
|
64
|
-
80: string;
|
|
65
|
-
96: string;
|
|
66
|
-
};
|
|
67
|
-
export namespace extend {
|
|
68
|
-
export namespace outline {
|
|
69
|
-
const blue: string[];
|
|
70
|
-
}
|
|
71
|
-
export namespace fontFamily {
|
|
72
|
-
const sans: string[];
|
|
73
|
-
const marketing: string[];
|
|
74
|
-
}
|
|
75
|
-
export namespace spacing_1 {
|
|
76
|
-
const inherit: string;
|
|
77
|
-
const half: string;
|
|
78
|
-
const inputFocused: string;
|
|
79
|
-
}
|
|
80
|
-
export { spacing_1 as spacing };
|
|
81
|
-
export const duration: {
|
|
82
|
-
0: string;
|
|
83
|
-
};
|
|
84
|
-
export const colors: {
|
|
85
|
-
transparent: string;
|
|
86
|
-
black: string;
|
|
87
|
-
white: string;
|
|
88
|
-
gray: {
|
|
89
|
-
100: string;
|
|
90
|
-
200: string;
|
|
91
|
-
300: string;
|
|
92
|
-
400: string;
|
|
93
|
-
500: string;
|
|
94
|
-
600: string;
|
|
95
|
-
700: string;
|
|
96
|
-
800: string;
|
|
97
|
-
900: string;
|
|
98
|
-
};
|
|
99
|
-
blue: {
|
|
100
|
-
default: string;
|
|
101
|
-
dark: string;
|
|
102
|
-
};
|
|
103
|
-
red: {
|
|
104
|
-
default: string;
|
|
105
|
-
dark: string;
|
|
106
|
-
};
|
|
107
|
-
pink: {
|
|
108
|
-
default: string;
|
|
109
|
-
dark: string;
|
|
110
|
-
};
|
|
111
|
-
purple: {
|
|
112
|
-
default: string;
|
|
113
|
-
dark: string;
|
|
114
|
-
};
|
|
115
|
-
cyan: {
|
|
116
|
-
default: string;
|
|
117
|
-
dark: string;
|
|
118
|
-
};
|
|
119
|
-
teal: {
|
|
120
|
-
default: string;
|
|
121
|
-
dark: string;
|
|
122
|
-
};
|
|
123
|
-
green: {
|
|
124
|
-
default: string;
|
|
125
|
-
dark: string;
|
|
126
|
-
};
|
|
127
|
-
yellow: {
|
|
128
|
-
default: string;
|
|
129
|
-
dark: string;
|
|
130
|
-
};
|
|
131
|
-
orange: {
|
|
132
|
-
default: string;
|
|
133
|
-
dark: string;
|
|
134
|
-
};
|
|
135
|
-
"alert-red": {
|
|
136
|
-
default: string;
|
|
137
|
-
dark: string;
|
|
138
|
-
};
|
|
139
|
-
"alert-green": {
|
|
140
|
-
default: string;
|
|
141
|
-
dark: string;
|
|
142
|
-
};
|
|
143
|
-
"neon-green": string;
|
|
144
|
-
rainbow: {
|
|
145
|
-
red: string;
|
|
146
|
-
"red-dark": string;
|
|
147
|
-
orange: string;
|
|
148
|
-
purple: string;
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
export const opacity: {
|
|
152
|
-
60: string;
|
|
153
|
-
20: string;
|
|
154
|
-
};
|
|
155
|
-
export namespace boxShadow {
|
|
156
|
-
const _default: string;
|
|
157
|
-
export { _default as default };
|
|
158
|
-
export const negative: string;
|
|
159
|
-
export const md: string;
|
|
160
|
-
export const lg: string;
|
|
161
|
-
}
|
|
162
|
-
const inset_1: {
|
|
163
|
-
0: number;
|
|
164
|
-
auto: string;
|
|
165
|
-
1: string;
|
|
166
|
-
3: string;
|
|
167
|
-
4: string;
|
|
168
|
-
5: string;
|
|
169
|
-
12: string;
|
|
170
|
-
16: string;
|
|
171
|
-
full: string;
|
|
172
|
-
};
|
|
173
|
-
export { inset_1 as inset };
|
|
174
|
-
export namespace screens_1 {
|
|
175
|
-
namespace print {
|
|
176
|
-
const raw: string;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
export { screens_1 as screens };
|
|
180
|
-
export const lineHeight: {
|
|
181
|
-
3: string;
|
|
182
|
-
4: string;
|
|
183
|
-
5: string;
|
|
184
|
-
6: string;
|
|
185
|
-
7: string;
|
|
186
|
-
8: string;
|
|
187
|
-
9: string;
|
|
188
|
-
10: string;
|
|
189
|
-
};
|
|
190
|
-
export const width: {
|
|
191
|
-
4.5: string;
|
|
192
|
-
};
|
|
193
|
-
export const height: {
|
|
194
|
-
4.5: string;
|
|
195
|
-
};
|
|
196
|
-
}
|
|
197
|
-
export const maxHeight: {
|
|
198
|
-
60: string;
|
|
199
|
-
};
|
|
200
|
-
}
|
|
201
|
-
export namespace variants {
|
|
202
|
-
const opacity_1: string[];
|
|
203
|
-
export { opacity_1 as opacity };
|
|
204
|
-
const outline_1: string[];
|
|
205
|
-
export { outline_1 as outline };
|
|
206
|
-
export const display: string[];
|
|
207
|
-
export const textColor: string[];
|
|
208
|
-
export const textDecoration: string[];
|
|
209
|
-
}
|
|
210
|
-
export const plugins: (typeof import("@tailwindcss/typography") | {
|
|
211
|
-
handler: import("tailwindcss/types/config").PluginCreator;
|
|
212
|
-
config?: Partial<import("tailwindcss/types/config").Config> | undefined;
|
|
213
|
-
})[];
|
|
214
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const _default: () => {
|
|
2
|
-
currentBreakpoint: import("vue").ComputedRef<string[]>;
|
|
3
|
-
sm: import("vue").ComputedRef<boolean>;
|
|
4
|
-
md: import("vue").ComputedRef<boolean>;
|
|
5
|
-
lg: import("vue").ComputedRef<boolean>;
|
|
6
|
-
xl: import("vue").ComputedRef<boolean>;
|
|
7
|
-
xxl: import("vue").ComputedRef<boolean>;
|
|
8
|
-
};
|
|
9
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, c = /* @__PURE__ */ o("path", { d: "M4.75 4H11.25C11.6642 4 12 4.33579 12 4.75C12 5.16421 11.6642 5.5 11.25 5.5H4.75C4.33579 5.5 4 5.16421 4 4.75C4 4.33579 4.33579 4 4.75 4ZM4.75 7H11.25C11.6642 7 12 7.33579 12 7.75C12 8.16421 11.6642 8.5 11.25 8.5H4.75C4.33579 8.5 4 8.16421 4 7.75C4 7.33579 4.33579 7 4.75 7ZM4.75 10H8.25C8.66421 10 9 10.3358 9 10.75C9 11.1642 8.66421 11.5 8.25 11.5H4.75C4.33579 11.5 4 11.1642 4 10.75C4 10.3358 4.33579 10 4.75 10Z" }, null, -1), r = [
|
|
6
|
-
c
|
|
7
|
-
];
|
|
8
|
-
function C(s, l) {
|
|
9
|
-
return e(), t("svg", n, r);
|
|
10
|
-
}
|
|
11
|
-
const _ = { render: C };
|
|
12
|
-
export {
|
|
13
|
-
_ as default,
|
|
14
|
-
C as render
|
|
15
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { useBreakpoints } from "@vueuse/core";
|
|
2
|
-
import { computed } from "vue";
|
|
3
|
-
import screens from "./screens.json";
|
|
4
|
-
|
|
5
|
-
export default () => {
|
|
6
|
-
const breakpoints = useBreakpoints({
|
|
7
|
-
...screens,
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
const currentBreakpoint = breakpoints.current();
|
|
11
|
-
|
|
12
|
-
const sm = computed(() => currentBreakpoint.value.includes("sm"));
|
|
13
|
-
const md = computed(() => currentBreakpoint.value.includes("md"));
|
|
14
|
-
const lg = computed(() => currentBreakpoint.value.includes("lg"));
|
|
15
|
-
const xl = computed(() => currentBreakpoint.value.includes("xl"));
|
|
16
|
-
const xxl = computed(() => currentBreakpoint.value.includes("xxl"));
|
|
17
|
-
|
|
18
|
-
return { currentBreakpoint, sm, md, lg, xl, xxl };
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const n = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
5
|
-
}, l = /* @__PURE__ */ t("path", {
|
|
6
|
-
"fill-rule": "evenodd",
|
|
7
|
-
"clip-rule": "evenodd",
|
|
8
|
-
d: "M7.304 12.0019C7.09933 12.0019 6.89267 11.9579 6.7 11.8672C6.268 11.6632 6 11.2585 6 10.8099V5.19252C6 4.74385 6.268 4.33918 6.7 4.13518C7.188 3.90518 7.76667 3.97252 8.17267 4.30785L11.572 7.11718C11.8447 7.34118 12 7.66385 12 8.00118C12 8.33852 11.8447 8.66118 11.572 8.88518L8.17267 11.6939C7.92733 11.8972 7.618 12.0019 7.304 12.0019Z"
|
|
9
|
-
}, null, -1), r = [
|
|
10
|
-
l
|
|
11
|
-
];
|
|
12
|
-
function c(d, s) {
|
|
13
|
-
return e(), o("svg", n, r);
|
|
14
|
-
}
|
|
15
|
-
const _ = { render: c };
|
|
16
|
-
export {
|
|
17
|
-
_ as default,
|
|
18
|
-
c as render
|
|
19
|
-
};
|