@designcrowd/fe-shared-lib 1.1.1 → 1.1.2-ast-number-stepper
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 +0 -10
- package/public/css/tailwind-brandPage.css +0 -10
- package/public/css/tailwind-crazyDomains.css +0 -10
- package/public/css/tailwind-designCom.css +0 -10
- package/public/css/tailwind-designCrowd.css +0 -10
- package/src/atoms/components/NumberStepper/NumberStepper.vue +2 -0
package/package.json
CHANGED
|
@@ -651,10 +651,6 @@ video {
|
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.theme-brandCrowd .tw-my-5 {
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
654
|
.theme-brandCrowd .tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
@@ -1194,9 +1190,6 @@ video {
|
|
|
1194
1190
|
.theme-brandCrowd .tw-border-b-0 {
|
|
1195
1191
|
border-bottom-width: 0px;
|
|
1196
1192
|
}
|
|
1197
|
-
.theme-brandCrowd .tw-border-b-2 {
|
|
1198
|
-
border-bottom-width: 2px;
|
|
1199
|
-
}
|
|
1200
1193
|
.theme-brandCrowd .tw-border-b-4 {
|
|
1201
1194
|
border-bottom-width: 4px;
|
|
1202
1195
|
}
|
|
@@ -2213,9 +2206,6 @@ video {
|
|
|
2213
2206
|
.theme-brandCrowd .md\:tw-grid {
|
|
2214
2207
|
display: grid;
|
|
2215
2208
|
}
|
|
2216
|
-
.theme-brandCrowd .md\:tw-hidden {
|
|
2217
|
-
display: none;
|
|
2218
|
-
}
|
|
2219
2209
|
.theme-brandCrowd .md\:tw-h-10 {
|
|
2220
2210
|
height: 2.5rem;
|
|
2221
2211
|
}
|
|
@@ -651,10 +651,6 @@ video {
|
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.theme-brandPage .tw-my-5 {
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
654
|
.theme-brandPage .tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
@@ -1194,9 +1190,6 @@ video {
|
|
|
1194
1190
|
.theme-brandPage .tw-border-b-0 {
|
|
1195
1191
|
border-bottom-width: 0px;
|
|
1196
1192
|
}
|
|
1197
|
-
.theme-brandPage .tw-border-b-2 {
|
|
1198
|
-
border-bottom-width: 2px;
|
|
1199
|
-
}
|
|
1200
1193
|
.theme-brandPage .tw-border-b-4 {
|
|
1201
1194
|
border-bottom-width: 4px;
|
|
1202
1195
|
}
|
|
@@ -1901,9 +1894,6 @@ video {
|
|
|
1901
1894
|
.theme-brandPage .md\:tw-grid {
|
|
1902
1895
|
display: grid;
|
|
1903
1896
|
}
|
|
1904
|
-
.theme-brandPage .md\:tw-hidden {
|
|
1905
|
-
display: none;
|
|
1906
|
-
}
|
|
1907
1897
|
.theme-brandPage .md\:tw-h-10 {
|
|
1908
1898
|
height: 2.5rem;
|
|
1909
1899
|
}
|
|
@@ -651,10 +651,6 @@ video {
|
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.theme-crazyDomains .tw-my-5 {
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
654
|
.theme-crazyDomains .tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
@@ -1194,9 +1190,6 @@ video {
|
|
|
1194
1190
|
.theme-crazyDomains .tw-border-b-0 {
|
|
1195
1191
|
border-bottom-width: 0px;
|
|
1196
1192
|
}
|
|
1197
|
-
.theme-crazyDomains .tw-border-b-2 {
|
|
1198
|
-
border-bottom-width: 2px;
|
|
1199
|
-
}
|
|
1200
1193
|
.theme-crazyDomains .tw-border-b-4 {
|
|
1201
1194
|
border-bottom-width: 4px;
|
|
1202
1195
|
}
|
|
@@ -2213,9 +2206,6 @@ video {
|
|
|
2213
2206
|
.theme-crazyDomains .md\:tw-grid {
|
|
2214
2207
|
display: grid;
|
|
2215
2208
|
}
|
|
2216
|
-
.theme-crazyDomains .md\:tw-hidden {
|
|
2217
|
-
display: none;
|
|
2218
|
-
}
|
|
2219
2209
|
.theme-crazyDomains .md\:tw-h-10 {
|
|
2220
2210
|
height: 2.5rem;
|
|
2221
2211
|
}
|
|
@@ -651,10 +651,6 @@ video {
|
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.theme-designCom .tw-my-5 {
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
654
|
.theme-designCom .tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
@@ -1194,9 +1190,6 @@ video {
|
|
|
1194
1190
|
.theme-designCom .tw-border-b-0 {
|
|
1195
1191
|
border-bottom-width: 0px;
|
|
1196
1192
|
}
|
|
1197
|
-
.theme-designCom .tw-border-b-2 {
|
|
1198
|
-
border-bottom-width: 2px;
|
|
1199
|
-
}
|
|
1200
1193
|
.theme-designCom .tw-border-b-4 {
|
|
1201
1194
|
border-bottom-width: 4px;
|
|
1202
1195
|
}
|
|
@@ -2213,9 +2206,6 @@ video {
|
|
|
2213
2206
|
.theme-designCom .md\:tw-grid {
|
|
2214
2207
|
display: grid;
|
|
2215
2208
|
}
|
|
2216
|
-
.theme-designCom .md\:tw-hidden {
|
|
2217
|
-
display: none;
|
|
2218
|
-
}
|
|
2219
2209
|
.theme-designCom .md\:tw-h-10 {
|
|
2220
2210
|
height: 2.5rem;
|
|
2221
2211
|
}
|
|
@@ -651,10 +651,6 @@ video {
|
|
|
651
651
|
margin-top: 1rem;
|
|
652
652
|
margin-bottom: 1rem;
|
|
653
653
|
}
|
|
654
|
-
.theme-designCrowd .tw-my-5 {
|
|
655
|
-
margin-top: 1.25rem;
|
|
656
|
-
margin-bottom: 1.25rem;
|
|
657
|
-
}
|
|
658
654
|
.theme-designCrowd .tw-my-auto {
|
|
659
655
|
margin-top: auto;
|
|
660
656
|
margin-bottom: auto;
|
|
@@ -1194,9 +1190,6 @@ video {
|
|
|
1194
1190
|
.theme-designCrowd .tw-border-b-0 {
|
|
1195
1191
|
border-bottom-width: 0px;
|
|
1196
1192
|
}
|
|
1197
|
-
.theme-designCrowd .tw-border-b-2 {
|
|
1198
|
-
border-bottom-width: 2px;
|
|
1199
|
-
}
|
|
1200
1193
|
.theme-designCrowd .tw-border-b-4 {
|
|
1201
1194
|
border-bottom-width: 4px;
|
|
1202
1195
|
}
|
|
@@ -2213,9 +2206,6 @@ video {
|
|
|
2213
2206
|
.theme-designCrowd .md\:tw-grid {
|
|
2214
2207
|
display: grid;
|
|
2215
2208
|
}
|
|
2216
|
-
.theme-designCrowd .md\:tw-hidden {
|
|
2217
|
-
display: none;
|
|
2218
|
-
}
|
|
2219
2209
|
.theme-designCrowd .md\:tw-h-10 {
|
|
2220
2210
|
height: 2.5rem;
|
|
2221
2211
|
}
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
:classes="buttonStyle"
|
|
9
9
|
:rounded="false"
|
|
10
10
|
:rounded-left="true"
|
|
11
|
+
:full-height="true"
|
|
11
12
|
:disabled="disabled"
|
|
12
13
|
@mousedown.left="onMouseDown('down')"
|
|
13
14
|
@mousedown.right="clearLongPressTimers"
|
|
@@ -38,6 +39,7 @@
|
|
|
38
39
|
variant="flat"
|
|
39
40
|
:rounded="false"
|
|
40
41
|
:rounded-right="true"
|
|
42
|
+
:full-height="true"
|
|
41
43
|
icon="plus"
|
|
42
44
|
:icon-size="buttonIconSize"
|
|
43
45
|
class="tw-rounded-l-none"
|