@dpa-id-components/dpa-shared-components 8.2.3 → 8.3.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 +8 -5
- package/dist/dpa-shared-components.umd.js +3 -3
- package/dist/style.css +1 -1
- package/dist/tailwind/UseBreakpoints.stories.d.ts +10 -0
- package/package.json +1 -1
- package/dist/UseTailwindBreakpoints.stories.ts +0 -22
- package/dist/UseTailwindBreakpoints.vue +0 -13
- package/dist/alert-c8e2ae08.mjs +0 -15
- package/dist/arrow-left-93c1cdc7.mjs +0 -15
- package/dist/arrow-right-caf216c1.mjs +0 -15
- package/dist/audio-f02c6683.mjs +0 -19
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/bookmark-4ff074d8.mjs +0 -19
- package/dist/bookmark-89d43835.mjs +0 -18
- package/dist/bookmark-fill-2b5e5104.mjs +0 -18
- package/dist/bookmark-fill-731ae06c.mjs +0 -19
- package/dist/checklist-e548cc3a.mjs +0 -19
- package/dist/checkmark-d41d01ff.mjs +0 -19
- package/dist/chevron-left-b66f074e.mjs +0 -15
- package/dist/chevron-right-b589ab17.mjs +0 -17
- package/dist/chevron-up-6418abb0.mjs +0 -15
- package/dist/clock-02be24f4.mjs +0 -19
- package/dist/close-5d26c1d1.mjs +0 -15
- package/dist/components/UiDatePickerMobile/UiDatePickerMobile.vue.d.ts +0 -279
- package/dist/copy-link-de7cb91d.mjs +0 -19
- package/dist/emoji-9480b7e3.mjs +0 -19
- package/dist/filter-2926b3c6.mjs +0 -20
- package/dist/filter-e213ae59.mjs +0 -15
- package/dist/filter-outline-91e5aa0a.mjs +0 -19
- package/dist/flags-cb22ae09.mjs +0 -19
- package/dist/flash-6c2fa662.mjs +0 -15
- package/dist/folder-add-e6e37681.mjs +0 -15
- package/dist/folder-bc98dd3b.mjs +0 -15
- package/dist/graphic-855e5909.mjs +0 -19
- package/dist/graphic-90b2d2fc.mjs +0 -20
- package/dist/graphic-a41ad739.mjs +0 -19
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/help-471874fe.mjs +0 -19
- package/dist/home-85e0bf1d.mjs +0 -15
- package/dist/info-ee40cf5c.mjs +0 -15
- package/dist/latest-dd68ea4b.mjs +0 -15
- package/dist/more-vertical-5797b4a7.mjs +0 -15
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/pin-ce661952.mjs +0 -19
- package/dist/plus-0900f7b4.mjs +0 -15
- package/dist/refresh-93ed1124.mjs +0 -15
- package/dist/reset-71987e6a.mjs +0 -15
- package/dist/screens.js +0 -13
- package/dist/search-9bebfc15.mjs +0 -15
- package/dist/share-f49b038e.mjs +0 -15
- package/dist/slack-05d08ea2.mjs +0 -15
- package/dist/tailwind/screens.d.ts +0 -8
- package/dist/tailwind/useTailwindBreakpoints.d.ts +0 -9
- package/dist/text-3969d470.mjs +0 -15
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/useTailwindBreakpoints.ts +0 -19
- package/dist/utils.css +0 -16
- package/dist/video-e95f8e58.mjs +0 -19
- package/dist/video-inline-b961f9cd.mjs +0 -19
|
@@ -5273,7 +5273,10 @@ const tf = (e, t) => {
|
|
|
5273
5273
|
},
|
|
5274
5274
|
setup(e) {
|
|
5275
5275
|
return (t, a) => (k(), N("div", {
|
|
5276
|
-
class: ie([
|
|
5276
|
+
class: ie([
|
|
5277
|
+
"w-full bg-white @container/feed hover:shadow-lg",
|
|
5278
|
+
t.view === "preview" ? "max-h-[260px] p-2 shadow-[0px_1px_1px_0px_rgba(0,0,0,0.10)]" : "p-4 shadow"
|
|
5279
|
+
])
|
|
5277
5280
|
}, [
|
|
5278
5281
|
t.view === "compact" ? (k(), ke(Vf, {
|
|
5279
5282
|
key: 0,
|
|
@@ -14262,9 +14265,9 @@ const l1 = {
|
|
|
14262
14265
|
emits: ["click"],
|
|
14263
14266
|
setup(e) {
|
|
14264
14267
|
const t = e, a = {
|
|
14265
|
-
blue: "hover:bg-blue-dark bg-blue-default disabled:bg-gray-300",
|
|
14266
|
-
none: "hover:bg-gray-100 active:bg-blue-default",
|
|
14267
|
-
"gray-hover": "hover:bg-gray-300"
|
|
14268
|
+
blue: "hover:bg-blue-dark bg-blue-default disabled:bg-gray-300 disabled:hover:bg-none",
|
|
14269
|
+
none: "hover:bg-gray-100 active:bg-blue-default disabled:hover:bg-none",
|
|
14270
|
+
"gray-hover": "hover:bg-gray-300 disabled:hover:bg-none"
|
|
14268
14271
|
}, r = {
|
|
14269
14272
|
blue: "text-blue-default hover:text-blue-dark disabled:text-gray-400 active:text-white",
|
|
14270
14273
|
gray: "text-gray-800 hover:text-gray-900 disabled:text-gray-400 active:text-white",
|
|
@@ -16141,7 +16144,7 @@ const Vy = { class: "pb-1 text-sm font-semibold" }, qy = { class: "text-sm" }, o
|
|
|
16141
16144
|
}, u = {
|
|
16142
16145
|
gray: "from-gray-100",
|
|
16143
16146
|
white: "from-white"
|
|
16144
|
-
}, c = Q(() => u[r.backgroundColor]), d = Q(() => s[r.backgroundColor]), f = Q(() => r.backgroundColor === "gray" ? "gray-hover" :
|
|
16147
|
+
}, c = Q(() => u[r.backgroundColor]), d = Q(() => s[r.backgroundColor]), f = Q(() => r.backgroundColor === "gray" ? "gray-hover" : "none"), g = ({ target: $ }) => {
|
|
16145
16148
|
a("update:modelValue", $.value);
|
|
16146
16149
|
}, x = () => {
|
|
16147
16150
|
o.value?.focus();
|