@designcrowd/fe-shared-lib 1.0.12-ast-modal → 1.0.12
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/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +24 -0
- package/public/css/tailwind-brandPage.css +24 -0
- package/public/css/tailwind-crazyDomains.css +24 -0
- package/public/css/tailwind-designCom.css +24 -0
- package/public/css/tailwind-designCrowd.css +24 -0
- package/src/atoms/components/Modal/Modal.vue +1 -13
package/package.json
CHANGED
|
@@ -679,6 +679,9 @@ video {
|
|
|
679
679
|
.theme-brandCrowd .tw-mb-1 {
|
|
680
680
|
margin-bottom: 0.25rem;
|
|
681
681
|
}
|
|
682
|
+
.theme-brandCrowd .tw-mb-10 {
|
|
683
|
+
margin-bottom: 2.5rem;
|
|
684
|
+
}
|
|
682
685
|
.theme-brandCrowd .tw-mb-2 {
|
|
683
686
|
margin-bottom: 0.5rem;
|
|
684
687
|
}
|
|
@@ -835,6 +838,9 @@ video {
|
|
|
835
838
|
.theme-brandCrowd .tw-max-h-screen {
|
|
836
839
|
max-height: 100vh;
|
|
837
840
|
}
|
|
841
|
+
.theme-brandCrowd .tw-w-1\/3 {
|
|
842
|
+
width: 33.333333%;
|
|
843
|
+
}
|
|
838
844
|
.theme-brandCrowd .tw-w-10 {
|
|
839
845
|
width: 2.5rem;
|
|
840
846
|
}
|
|
@@ -1715,6 +1721,9 @@ video {
|
|
|
1715
1721
|
.theme-brandCrowd .tw-text-center {
|
|
1716
1722
|
text-align: center;
|
|
1717
1723
|
}
|
|
1724
|
+
.theme-brandCrowd .tw-align-top {
|
|
1725
|
+
vertical-align: top;
|
|
1726
|
+
}
|
|
1718
1727
|
.theme-brandCrowd .tw-align-middle {
|
|
1719
1728
|
vertical-align: middle;
|
|
1720
1729
|
}
|
|
@@ -2209,12 +2218,21 @@ video {
|
|
|
2209
2218
|
.theme-brandCrowd .md\:tw-w-10 {
|
|
2210
2219
|
width: 2.5rem;
|
|
2211
2220
|
}
|
|
2221
|
+
.theme-brandCrowd .md\:tw-w-24 {
|
|
2222
|
+
width: 6rem;
|
|
2223
|
+
}
|
|
2212
2224
|
.theme-brandCrowd .md\:tw-w-auto {
|
|
2213
2225
|
width: auto;
|
|
2214
2226
|
}
|
|
2215
2227
|
.theme-brandCrowd .md\:tw-w-full {
|
|
2216
2228
|
width: 100%;
|
|
2217
2229
|
}
|
|
2230
|
+
.theme-brandCrowd .md\:tw-max-w-full {
|
|
2231
|
+
max-width: 100%;
|
|
2232
|
+
}
|
|
2233
|
+
.theme-brandCrowd .md\:tw-grow {
|
|
2234
|
+
flex-grow: 1;
|
|
2235
|
+
}
|
|
2218
2236
|
.theme-brandCrowd .md\:tw-grid-cols-2 {
|
|
2219
2237
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2220
2238
|
}
|
|
@@ -2236,6 +2254,9 @@ video {
|
|
|
2236
2254
|
.theme-brandCrowd .md\:tw-justify-start {
|
|
2237
2255
|
justify-content: flex-start;
|
|
2238
2256
|
}
|
|
2257
|
+
.theme-brandCrowd .md\:tw-justify-end {
|
|
2258
|
+
justify-content: flex-end;
|
|
2259
|
+
}
|
|
2239
2260
|
.theme-brandCrowd .md\:tw-justify-center {
|
|
2240
2261
|
justify-content: center;
|
|
2241
2262
|
}
|
|
@@ -2278,6 +2299,9 @@ video {
|
|
|
2278
2299
|
padding-top: 0.5rem;
|
|
2279
2300
|
padding-bottom: 0.5rem;
|
|
2280
2301
|
}
|
|
2302
|
+
.theme-brandCrowd .md\:tw-pl-4 {
|
|
2303
|
+
padding-left: 1rem;
|
|
2304
|
+
}
|
|
2281
2305
|
.theme-brandCrowd .md\:tw-pr-2 {
|
|
2282
2306
|
padding-right: 0.5rem;
|
|
2283
2307
|
}
|
|
@@ -679,6 +679,9 @@ video {
|
|
|
679
679
|
.theme-brandPage .tw-mb-1 {
|
|
680
680
|
margin-bottom: 0.25rem;
|
|
681
681
|
}
|
|
682
|
+
.theme-brandPage .tw-mb-10 {
|
|
683
|
+
margin-bottom: 2.5rem;
|
|
684
|
+
}
|
|
682
685
|
.theme-brandPage .tw-mb-2 {
|
|
683
686
|
margin-bottom: 0.5rem;
|
|
684
687
|
}
|
|
@@ -835,6 +838,9 @@ video {
|
|
|
835
838
|
.theme-brandPage .tw-max-h-screen {
|
|
836
839
|
max-height: 100vh;
|
|
837
840
|
}
|
|
841
|
+
.theme-brandPage .tw-w-1\/3 {
|
|
842
|
+
width: 33.333333%;
|
|
843
|
+
}
|
|
838
844
|
.theme-brandPage .tw-w-10 {
|
|
839
845
|
width: 2.5rem;
|
|
840
846
|
}
|
|
@@ -1563,6 +1569,9 @@ video {
|
|
|
1563
1569
|
.theme-brandPage .tw-text-center {
|
|
1564
1570
|
text-align: center;
|
|
1565
1571
|
}
|
|
1572
|
+
.theme-brandPage .tw-align-top {
|
|
1573
|
+
vertical-align: top;
|
|
1574
|
+
}
|
|
1566
1575
|
.theme-brandPage .tw-align-middle {
|
|
1567
1576
|
vertical-align: middle;
|
|
1568
1577
|
}
|
|
@@ -1897,12 +1906,21 @@ video {
|
|
|
1897
1906
|
.theme-brandPage .md\:tw-w-10 {
|
|
1898
1907
|
width: 2.5rem;
|
|
1899
1908
|
}
|
|
1909
|
+
.theme-brandPage .md\:tw-w-24 {
|
|
1910
|
+
width: 6rem;
|
|
1911
|
+
}
|
|
1900
1912
|
.theme-brandPage .md\:tw-w-auto {
|
|
1901
1913
|
width: auto;
|
|
1902
1914
|
}
|
|
1903
1915
|
.theme-brandPage .md\:tw-w-full {
|
|
1904
1916
|
width: 100%;
|
|
1905
1917
|
}
|
|
1918
|
+
.theme-brandPage .md\:tw-max-w-full {
|
|
1919
|
+
max-width: 100%;
|
|
1920
|
+
}
|
|
1921
|
+
.theme-brandPage .md\:tw-grow {
|
|
1922
|
+
flex-grow: 1;
|
|
1923
|
+
}
|
|
1906
1924
|
.theme-brandPage .md\:tw-grid-cols-2 {
|
|
1907
1925
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1908
1926
|
}
|
|
@@ -1924,6 +1942,9 @@ video {
|
|
|
1924
1942
|
.theme-brandPage .md\:tw-justify-start {
|
|
1925
1943
|
justify-content: flex-start;
|
|
1926
1944
|
}
|
|
1945
|
+
.theme-brandPage .md\:tw-justify-end {
|
|
1946
|
+
justify-content: flex-end;
|
|
1947
|
+
}
|
|
1927
1948
|
.theme-brandPage .md\:tw-justify-center {
|
|
1928
1949
|
justify-content: center;
|
|
1929
1950
|
}
|
|
@@ -1966,6 +1987,9 @@ video {
|
|
|
1966
1987
|
padding-top: 0.5rem;
|
|
1967
1988
|
padding-bottom: 0.5rem;
|
|
1968
1989
|
}
|
|
1990
|
+
.theme-brandPage .md\:tw-pl-4 {
|
|
1991
|
+
padding-left: 1rem;
|
|
1992
|
+
}
|
|
1969
1993
|
.theme-brandPage .md\:tw-pr-2 {
|
|
1970
1994
|
padding-right: 0.5rem;
|
|
1971
1995
|
}
|
|
@@ -679,6 +679,9 @@ video {
|
|
|
679
679
|
.theme-crazyDomains .tw-mb-1 {
|
|
680
680
|
margin-bottom: 0.25rem;
|
|
681
681
|
}
|
|
682
|
+
.theme-crazyDomains .tw-mb-10 {
|
|
683
|
+
margin-bottom: 2.5rem;
|
|
684
|
+
}
|
|
682
685
|
.theme-crazyDomains .tw-mb-2 {
|
|
683
686
|
margin-bottom: 0.5rem;
|
|
684
687
|
}
|
|
@@ -835,6 +838,9 @@ video {
|
|
|
835
838
|
.theme-crazyDomains .tw-max-h-screen {
|
|
836
839
|
max-height: 100vh;
|
|
837
840
|
}
|
|
841
|
+
.theme-crazyDomains .tw-w-1\/3 {
|
|
842
|
+
width: 33.333333%;
|
|
843
|
+
}
|
|
838
844
|
.theme-crazyDomains .tw-w-10 {
|
|
839
845
|
width: 2.5rem;
|
|
840
846
|
}
|
|
@@ -1715,6 +1721,9 @@ video {
|
|
|
1715
1721
|
.theme-crazyDomains .tw-text-center {
|
|
1716
1722
|
text-align: center;
|
|
1717
1723
|
}
|
|
1724
|
+
.theme-crazyDomains .tw-align-top {
|
|
1725
|
+
vertical-align: top;
|
|
1726
|
+
}
|
|
1718
1727
|
.theme-crazyDomains .tw-align-middle {
|
|
1719
1728
|
vertical-align: middle;
|
|
1720
1729
|
}
|
|
@@ -2209,12 +2218,21 @@ video {
|
|
|
2209
2218
|
.theme-crazyDomains .md\:tw-w-10 {
|
|
2210
2219
|
width: 2.5rem;
|
|
2211
2220
|
}
|
|
2221
|
+
.theme-crazyDomains .md\:tw-w-24 {
|
|
2222
|
+
width: 6rem;
|
|
2223
|
+
}
|
|
2212
2224
|
.theme-crazyDomains .md\:tw-w-auto {
|
|
2213
2225
|
width: auto;
|
|
2214
2226
|
}
|
|
2215
2227
|
.theme-crazyDomains .md\:tw-w-full {
|
|
2216
2228
|
width: 100%;
|
|
2217
2229
|
}
|
|
2230
|
+
.theme-crazyDomains .md\:tw-max-w-full {
|
|
2231
|
+
max-width: 100%;
|
|
2232
|
+
}
|
|
2233
|
+
.theme-crazyDomains .md\:tw-grow {
|
|
2234
|
+
flex-grow: 1;
|
|
2235
|
+
}
|
|
2218
2236
|
.theme-crazyDomains .md\:tw-grid-cols-2 {
|
|
2219
2237
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2220
2238
|
}
|
|
@@ -2236,6 +2254,9 @@ video {
|
|
|
2236
2254
|
.theme-crazyDomains .md\:tw-justify-start {
|
|
2237
2255
|
justify-content: flex-start;
|
|
2238
2256
|
}
|
|
2257
|
+
.theme-crazyDomains .md\:tw-justify-end {
|
|
2258
|
+
justify-content: flex-end;
|
|
2259
|
+
}
|
|
2239
2260
|
.theme-crazyDomains .md\:tw-justify-center {
|
|
2240
2261
|
justify-content: center;
|
|
2241
2262
|
}
|
|
@@ -2278,6 +2299,9 @@ video {
|
|
|
2278
2299
|
padding-top: 0.5rem;
|
|
2279
2300
|
padding-bottom: 0.5rem;
|
|
2280
2301
|
}
|
|
2302
|
+
.theme-crazyDomains .md\:tw-pl-4 {
|
|
2303
|
+
padding-left: 1rem;
|
|
2304
|
+
}
|
|
2281
2305
|
.theme-crazyDomains .md\:tw-pr-2 {
|
|
2282
2306
|
padding-right: 0.5rem;
|
|
2283
2307
|
}
|
|
@@ -679,6 +679,9 @@ video {
|
|
|
679
679
|
.theme-designCom .tw-mb-1 {
|
|
680
680
|
margin-bottom: 0.25rem;
|
|
681
681
|
}
|
|
682
|
+
.theme-designCom .tw-mb-10 {
|
|
683
|
+
margin-bottom: 2.5rem;
|
|
684
|
+
}
|
|
682
685
|
.theme-designCom .tw-mb-2 {
|
|
683
686
|
margin-bottom: 0.5rem;
|
|
684
687
|
}
|
|
@@ -835,6 +838,9 @@ video {
|
|
|
835
838
|
.theme-designCom .tw-max-h-screen {
|
|
836
839
|
max-height: 100vh;
|
|
837
840
|
}
|
|
841
|
+
.theme-designCom .tw-w-1\/3 {
|
|
842
|
+
width: 33.333333%;
|
|
843
|
+
}
|
|
838
844
|
.theme-designCom .tw-w-10 {
|
|
839
845
|
width: 2.5rem;
|
|
840
846
|
}
|
|
@@ -1715,6 +1721,9 @@ video {
|
|
|
1715
1721
|
.theme-designCom .tw-text-center {
|
|
1716
1722
|
text-align: center;
|
|
1717
1723
|
}
|
|
1724
|
+
.theme-designCom .tw-align-top {
|
|
1725
|
+
vertical-align: top;
|
|
1726
|
+
}
|
|
1718
1727
|
.theme-designCom .tw-align-middle {
|
|
1719
1728
|
vertical-align: middle;
|
|
1720
1729
|
}
|
|
@@ -2209,12 +2218,21 @@ video {
|
|
|
2209
2218
|
.theme-designCom .md\:tw-w-10 {
|
|
2210
2219
|
width: 2.5rem;
|
|
2211
2220
|
}
|
|
2221
|
+
.theme-designCom .md\:tw-w-24 {
|
|
2222
|
+
width: 6rem;
|
|
2223
|
+
}
|
|
2212
2224
|
.theme-designCom .md\:tw-w-auto {
|
|
2213
2225
|
width: auto;
|
|
2214
2226
|
}
|
|
2215
2227
|
.theme-designCom .md\:tw-w-full {
|
|
2216
2228
|
width: 100%;
|
|
2217
2229
|
}
|
|
2230
|
+
.theme-designCom .md\:tw-max-w-full {
|
|
2231
|
+
max-width: 100%;
|
|
2232
|
+
}
|
|
2233
|
+
.theme-designCom .md\:tw-grow {
|
|
2234
|
+
flex-grow: 1;
|
|
2235
|
+
}
|
|
2218
2236
|
.theme-designCom .md\:tw-grid-cols-2 {
|
|
2219
2237
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2220
2238
|
}
|
|
@@ -2236,6 +2254,9 @@ video {
|
|
|
2236
2254
|
.theme-designCom .md\:tw-justify-start {
|
|
2237
2255
|
justify-content: flex-start;
|
|
2238
2256
|
}
|
|
2257
|
+
.theme-designCom .md\:tw-justify-end {
|
|
2258
|
+
justify-content: flex-end;
|
|
2259
|
+
}
|
|
2239
2260
|
.theme-designCom .md\:tw-justify-center {
|
|
2240
2261
|
justify-content: center;
|
|
2241
2262
|
}
|
|
@@ -2278,6 +2299,9 @@ video {
|
|
|
2278
2299
|
padding-top: 0.5rem;
|
|
2279
2300
|
padding-bottom: 0.5rem;
|
|
2280
2301
|
}
|
|
2302
|
+
.theme-designCom .md\:tw-pl-4 {
|
|
2303
|
+
padding-left: 1rem;
|
|
2304
|
+
}
|
|
2281
2305
|
.theme-designCom .md\:tw-pr-2 {
|
|
2282
2306
|
padding-right: 0.5rem;
|
|
2283
2307
|
}
|
|
@@ -679,6 +679,9 @@ video {
|
|
|
679
679
|
.theme-designCrowd .tw-mb-1 {
|
|
680
680
|
margin-bottom: 0.25rem;
|
|
681
681
|
}
|
|
682
|
+
.theme-designCrowd .tw-mb-10 {
|
|
683
|
+
margin-bottom: 2.5rem;
|
|
684
|
+
}
|
|
682
685
|
.theme-designCrowd .tw-mb-2 {
|
|
683
686
|
margin-bottom: 0.5rem;
|
|
684
687
|
}
|
|
@@ -835,6 +838,9 @@ video {
|
|
|
835
838
|
.theme-designCrowd .tw-max-h-screen {
|
|
836
839
|
max-height: 100vh;
|
|
837
840
|
}
|
|
841
|
+
.theme-designCrowd .tw-w-1\/3 {
|
|
842
|
+
width: 33.333333%;
|
|
843
|
+
}
|
|
838
844
|
.theme-designCrowd .tw-w-10 {
|
|
839
845
|
width: 2.5rem;
|
|
840
846
|
}
|
|
@@ -1715,6 +1721,9 @@ video {
|
|
|
1715
1721
|
.theme-designCrowd .tw-text-center {
|
|
1716
1722
|
text-align: center;
|
|
1717
1723
|
}
|
|
1724
|
+
.theme-designCrowd .tw-align-top {
|
|
1725
|
+
vertical-align: top;
|
|
1726
|
+
}
|
|
1718
1727
|
.theme-designCrowd .tw-align-middle {
|
|
1719
1728
|
vertical-align: middle;
|
|
1720
1729
|
}
|
|
@@ -2209,12 +2218,21 @@ video {
|
|
|
2209
2218
|
.theme-designCrowd .md\:tw-w-10 {
|
|
2210
2219
|
width: 2.5rem;
|
|
2211
2220
|
}
|
|
2221
|
+
.theme-designCrowd .md\:tw-w-24 {
|
|
2222
|
+
width: 6rem;
|
|
2223
|
+
}
|
|
2212
2224
|
.theme-designCrowd .md\:tw-w-auto {
|
|
2213
2225
|
width: auto;
|
|
2214
2226
|
}
|
|
2215
2227
|
.theme-designCrowd .md\:tw-w-full {
|
|
2216
2228
|
width: 100%;
|
|
2217
2229
|
}
|
|
2230
|
+
.theme-designCrowd .md\:tw-max-w-full {
|
|
2231
|
+
max-width: 100%;
|
|
2232
|
+
}
|
|
2233
|
+
.theme-designCrowd .md\:tw-grow {
|
|
2234
|
+
flex-grow: 1;
|
|
2235
|
+
}
|
|
2218
2236
|
.theme-designCrowd .md\:tw-grid-cols-2 {
|
|
2219
2237
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2220
2238
|
}
|
|
@@ -2236,6 +2254,9 @@ video {
|
|
|
2236
2254
|
.theme-designCrowd .md\:tw-justify-start {
|
|
2237
2255
|
justify-content: flex-start;
|
|
2238
2256
|
}
|
|
2257
|
+
.theme-designCrowd .md\:tw-justify-end {
|
|
2258
|
+
justify-content: flex-end;
|
|
2259
|
+
}
|
|
2239
2260
|
.theme-designCrowd .md\:tw-justify-center {
|
|
2240
2261
|
justify-content: center;
|
|
2241
2262
|
}
|
|
@@ -2278,6 +2299,9 @@ video {
|
|
|
2278
2299
|
padding-top: 0.5rem;
|
|
2279
2300
|
padding-bottom: 0.5rem;
|
|
2280
2301
|
}
|
|
2302
|
+
.theme-designCrowd .md\:tw-pl-4 {
|
|
2303
|
+
padding-left: 1rem;
|
|
2304
|
+
}
|
|
2281
2305
|
.theme-designCrowd .md\:tw-pr-2 {
|
|
2282
2306
|
padding-right: 0.5rem;
|
|
2283
2307
|
}
|
|
@@ -2,11 +2,10 @@
|
|
|
2
2
|
<div
|
|
3
3
|
v-show="visible"
|
|
4
4
|
:aria-hidden="visible ? 'false' : 'true'"
|
|
5
|
-
class="tw-bg-black tw-flex tw-items-center tw-justify-center tw-fixed tw-w-full tw-h-full tw-top-0 tw-left-0 tw-z-50"
|
|
5
|
+
class="tw-bg-black tw-bg-opacity-75 tw-flex tw-items-center tw-justify-center tw-fixed tw-w-full tw-h-full tw-top-0 tw-left-0 tw-z-50"
|
|
6
6
|
:class="{
|
|
7
7
|
'tw-px-4': fullScreenBreakpoint === undefined && !isImageMode,
|
|
8
8
|
'sm:tw-px-4': fullScreenBreakpoint === 'sm' && !isImageMode,
|
|
9
|
-
'tw-bg-opacity-75': !darkOverlay,
|
|
10
9
|
}"
|
|
11
10
|
@mousedown.self="close"
|
|
12
11
|
>
|
|
@@ -24,7 +23,6 @@
|
|
|
24
23
|
'tw-rounded-md': fullScreenBreakpoint !== 'sm',
|
|
25
24
|
'modal-bg': !simple && !isImageMode && showModalBackgroundImage,
|
|
26
25
|
'modal-image': isImageMode,
|
|
27
|
-
'tw-bg-transparent': transparentModal,
|
|
28
26
|
},
|
|
29
27
|
classes,
|
|
30
28
|
]"
|
|
@@ -146,16 +144,6 @@ export default {
|
|
|
146
144
|
required: false,
|
|
147
145
|
default: false,
|
|
148
146
|
},
|
|
149
|
-
darkOverlay: {
|
|
150
|
-
type: Boolean,
|
|
151
|
-
required: false,
|
|
152
|
-
default: false,
|
|
153
|
-
},
|
|
154
|
-
transparentModal: {
|
|
155
|
-
type: Boolean,
|
|
156
|
-
required: false,
|
|
157
|
-
default: false,
|
|
158
|
-
},
|
|
159
147
|
},
|
|
160
148
|
computed: {
|
|
161
149
|
isImageMode() {
|