@designcrowd/fe-shared-lib 1.1.2-ast-number-stepper → 1.1.2-rte-icons-1
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 +10 -0
- package/public/css/tailwind-brandPage.css +10 -0
- package/public/css/tailwind-crazyDomains.css +10 -0
- package/public/css/tailwind-designCom.css +10 -0
- package/public/css/tailwind-designCrowd.css +10 -0
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +4 -0
- package/src/atoms/components/Icon/Icon.vue +2 -0
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -0
package/package.json
CHANGED
|
@@ -651,6 +651,10 @@ 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
|
+
}
|
|
654
658
|
.theme-brandCrowd .tw-my-auto {
|
|
655
659
|
margin-top: auto;
|
|
656
660
|
margin-bottom: auto;
|
|
@@ -1190,6 +1194,9 @@ video {
|
|
|
1190
1194
|
.theme-brandCrowd .tw-border-b-0 {
|
|
1191
1195
|
border-bottom-width: 0px;
|
|
1192
1196
|
}
|
|
1197
|
+
.theme-brandCrowd .tw-border-b-2 {
|
|
1198
|
+
border-bottom-width: 2px;
|
|
1199
|
+
}
|
|
1193
1200
|
.theme-brandCrowd .tw-border-b-4 {
|
|
1194
1201
|
border-bottom-width: 4px;
|
|
1195
1202
|
}
|
|
@@ -2206,6 +2213,9 @@ video {
|
|
|
2206
2213
|
.theme-brandCrowd .md\:tw-grid {
|
|
2207
2214
|
display: grid;
|
|
2208
2215
|
}
|
|
2216
|
+
.theme-brandCrowd .md\:tw-hidden {
|
|
2217
|
+
display: none;
|
|
2218
|
+
}
|
|
2209
2219
|
.theme-brandCrowd .md\:tw-h-10 {
|
|
2210
2220
|
height: 2.5rem;
|
|
2211
2221
|
}
|
|
@@ -651,6 +651,10 @@ 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
|
+
}
|
|
654
658
|
.theme-brandPage .tw-my-auto {
|
|
655
659
|
margin-top: auto;
|
|
656
660
|
margin-bottom: auto;
|
|
@@ -1190,6 +1194,9 @@ video {
|
|
|
1190
1194
|
.theme-brandPage .tw-border-b-0 {
|
|
1191
1195
|
border-bottom-width: 0px;
|
|
1192
1196
|
}
|
|
1197
|
+
.theme-brandPage .tw-border-b-2 {
|
|
1198
|
+
border-bottom-width: 2px;
|
|
1199
|
+
}
|
|
1193
1200
|
.theme-brandPage .tw-border-b-4 {
|
|
1194
1201
|
border-bottom-width: 4px;
|
|
1195
1202
|
}
|
|
@@ -1894,6 +1901,9 @@ video {
|
|
|
1894
1901
|
.theme-brandPage .md\:tw-grid {
|
|
1895
1902
|
display: grid;
|
|
1896
1903
|
}
|
|
1904
|
+
.theme-brandPage .md\:tw-hidden {
|
|
1905
|
+
display: none;
|
|
1906
|
+
}
|
|
1897
1907
|
.theme-brandPage .md\:tw-h-10 {
|
|
1898
1908
|
height: 2.5rem;
|
|
1899
1909
|
}
|
|
@@ -651,6 +651,10 @@ 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
|
+
}
|
|
654
658
|
.theme-crazyDomains .tw-my-auto {
|
|
655
659
|
margin-top: auto;
|
|
656
660
|
margin-bottom: auto;
|
|
@@ -1190,6 +1194,9 @@ video {
|
|
|
1190
1194
|
.theme-crazyDomains .tw-border-b-0 {
|
|
1191
1195
|
border-bottom-width: 0px;
|
|
1192
1196
|
}
|
|
1197
|
+
.theme-crazyDomains .tw-border-b-2 {
|
|
1198
|
+
border-bottom-width: 2px;
|
|
1199
|
+
}
|
|
1193
1200
|
.theme-crazyDomains .tw-border-b-4 {
|
|
1194
1201
|
border-bottom-width: 4px;
|
|
1195
1202
|
}
|
|
@@ -2206,6 +2213,9 @@ video {
|
|
|
2206
2213
|
.theme-crazyDomains .md\:tw-grid {
|
|
2207
2214
|
display: grid;
|
|
2208
2215
|
}
|
|
2216
|
+
.theme-crazyDomains .md\:tw-hidden {
|
|
2217
|
+
display: none;
|
|
2218
|
+
}
|
|
2209
2219
|
.theme-crazyDomains .md\:tw-h-10 {
|
|
2210
2220
|
height: 2.5rem;
|
|
2211
2221
|
}
|
|
@@ -651,6 +651,10 @@ 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
|
+
}
|
|
654
658
|
.theme-designCom .tw-my-auto {
|
|
655
659
|
margin-top: auto;
|
|
656
660
|
margin-bottom: auto;
|
|
@@ -1190,6 +1194,9 @@ video {
|
|
|
1190
1194
|
.theme-designCom .tw-border-b-0 {
|
|
1191
1195
|
border-bottom-width: 0px;
|
|
1192
1196
|
}
|
|
1197
|
+
.theme-designCom .tw-border-b-2 {
|
|
1198
|
+
border-bottom-width: 2px;
|
|
1199
|
+
}
|
|
1193
1200
|
.theme-designCom .tw-border-b-4 {
|
|
1194
1201
|
border-bottom-width: 4px;
|
|
1195
1202
|
}
|
|
@@ -2206,6 +2213,9 @@ video {
|
|
|
2206
2213
|
.theme-designCom .md\:tw-grid {
|
|
2207
2214
|
display: grid;
|
|
2208
2215
|
}
|
|
2216
|
+
.theme-designCom .md\:tw-hidden {
|
|
2217
|
+
display: none;
|
|
2218
|
+
}
|
|
2209
2219
|
.theme-designCom .md\:tw-h-10 {
|
|
2210
2220
|
height: 2.5rem;
|
|
2211
2221
|
}
|
|
@@ -651,6 +651,10 @@ 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
|
+
}
|
|
654
658
|
.theme-designCrowd .tw-my-auto {
|
|
655
659
|
margin-top: auto;
|
|
656
660
|
margin-bottom: auto;
|
|
@@ -1190,6 +1194,9 @@ video {
|
|
|
1190
1194
|
.theme-designCrowd .tw-border-b-0 {
|
|
1191
1195
|
border-bottom-width: 0px;
|
|
1192
1196
|
}
|
|
1197
|
+
.theme-designCrowd .tw-border-b-2 {
|
|
1198
|
+
border-bottom-width: 2px;
|
|
1199
|
+
}
|
|
1193
1200
|
.theme-designCrowd .tw-border-b-4 {
|
|
1194
1201
|
border-bottom-width: 4px;
|
|
1195
1202
|
}
|
|
@@ -2206,6 +2213,9 @@ video {
|
|
|
2206
2213
|
.theme-designCrowd .md\:tw-grid {
|
|
2207
2214
|
display: grid;
|
|
2208
2215
|
}
|
|
2216
|
+
.theme-designCrowd .md\:tw-hidden {
|
|
2217
|
+
display: none;
|
|
2218
|
+
}
|
|
2209
2219
|
.theme-designCrowd .md\:tw-h-10 {
|
|
2210
2220
|
height: 2.5rem;
|
|
2211
2221
|
}
|
|
@@ -355,6 +355,7 @@ import IconMakerItalic from './icons/maker/italic.vue';
|
|
|
355
355
|
import IconMakerBold from './icons/maker/bold.vue';
|
|
356
356
|
import IconMakerUnderline from './icons/maker/underline.vue';
|
|
357
357
|
import IconMakerStrikethrough from './icons/maker/strikethrough.vue';
|
|
358
|
+
import IconMakerSpacing from './icons/maker/spacing.vue';
|
|
358
359
|
import IconMakerPlay from './icons/maker/play.vue';
|
|
359
360
|
import IconMakerPause from './icons/maker/pause.vue';
|
|
360
361
|
import IconMakerEraser from './icons/maker/eraser.vue';
|
|
@@ -698,6 +699,7 @@ export default {
|
|
|
698
699
|
IconMakerBold,
|
|
699
700
|
IconMakerUnderline,
|
|
700
701
|
IconMakerStrikethrough,
|
|
702
|
+
IconMakerSpacing,
|
|
701
703
|
IconMakerPlay,
|
|
702
704
|
IconMakerPause,
|
|
703
705
|
IconMakerEraser,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<path
|
|
3
|
+
d="M8.25 4.5H2.75C2.336 4.5 2 4.16475 2 3.75C2 3.33525 2.336 3 2.75 3H8.25C8.664 3 9 3.33525 9 3.75C9 4.16475 8.664 4.5 8.25 4.5Z"
|
|
4
|
+
fill="black"
|
|
5
|
+
/>
|
|
6
|
+
<path
|
|
7
|
+
d="M8.25 9H2.75C2.336 9 2 8.66475 2 8.25C2 7.83525 2.336 7.5 2.75 7.5H8.25C8.664 7.5 9 7.83525 9 8.25C9 8.66475 8.664 9 8.25 9Z"
|
|
8
|
+
fill="black"
|
|
9
|
+
/>
|
|
10
|
+
<path
|
|
11
|
+
d="M2.75 13.5H8.25C8.664 13.5 9 13.1648 9 12.75C9 12.3352 8.664 12 8.25 12H2.75C2.336 12 2 12.3352 2 12.75C2 13.1648 2.336 13.5 2.75 13.5Z"
|
|
12
|
+
fill="black"
|
|
13
|
+
/>
|
|
14
|
+
<path
|
|
15
|
+
d="M10.1661 11.7138C9.94463 11.9247 9.94463 12.2658 10.1661 12.4767L11.5995 13.8418C11.821 14.0527 12.1791 14.0527 12.4006 13.8418L13.834 12.4767C13.9445 12.3715 14 12.2333 14 12.0953C14 11.9572 13.9445 11.819 13.834 11.7138C13.6125 11.5029 13.2544 11.5029 13.0329 11.7138L12.5666 12.1579L12.5666 3.84211L13.0329 4.2862C13.2544 4.49712 13.6125 4.49712 13.834 4.2862C13.9445 4.18102 14 4.04278 14 3.90474C14 3.7667 13.9445 3.62845 13.834 3.52328L12.4006 2.15819C12.1791 1.94727 11.821 1.94727 11.5995 2.15819L10.1661 3.52328C9.94463 3.73419 9.94463 4.07528 10.1661 4.2862C10.3876 4.49712 10.7457 4.49712 10.9672 4.2862L11.4335 3.84211V12.1579L10.9672 11.7138C10.7457 11.5029 10.3876 11.5029 10.1661 11.7138Z"
|
|
16
|
+
fill="black"
|
|
17
|
+
/>
|
|
18
|
+
</template>
|