@designcrowd/fe-shared-lib 1.4.6 → 1.4.7-ast-generate-ai-2
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/css/tailwind-brandCrowd.css +3 -6
- package/dist/css/tailwind-brandPage.css +3 -6
- package/dist/css/tailwind-crazyDomains.css +3 -6
- package/dist/css/tailwind-designCom.css +3 -6
- package/dist/css/tailwind-designCrowd.css +3 -6
- package/index.js +1 -0
- package/package.json +1 -1
- package/public/css/tailwind-brandCrowd.css +2414 -0
- package/public/css/tailwind-brandPage.css +2098 -0
- package/public/css/tailwind-crazyDomains.css +2414 -0
- package/public/css/tailwind-designCom.css +2414 -0
- package/public/css/tailwind-designCrowd.css +2414 -0
- package/src/atoms/components/Icon/Icon.stories.js +2 -0
- package/src/atoms/components/Icon/Icon.vue +4 -0
- package/src/atoms/components/Icon/icons/send.vue +12 -0
- package/src/atoms/components/Icon/icons/stop.vue +5 -0
- package/src/atoms/components/SparkleIcon/SparkleIcon.vue +16 -1
- package/src/atoms/components/SparkleIcon/assets/sparkle.svg +1 -1
|
@@ -738,6 +738,9 @@ video {
|
|
|
738
738
|
.tw-mt-0 {
|
|
739
739
|
margin-top: 0px;
|
|
740
740
|
}
|
|
741
|
+
.tw-mt-0\.5 {
|
|
742
|
+
margin-top: 0.125rem;
|
|
743
|
+
}
|
|
741
744
|
.tw-mt-1 {
|
|
742
745
|
margin-top: 0.25rem;
|
|
743
746
|
}
|
|
@@ -750,9 +753,6 @@ video {
|
|
|
750
753
|
.tw-mt-4 {
|
|
751
754
|
margin-top: 1rem;
|
|
752
755
|
}
|
|
753
|
-
.tw-mt-6 {
|
|
754
|
-
margin-top: 1.5rem;
|
|
755
|
-
}
|
|
756
756
|
.tw-mt-8 {
|
|
757
757
|
margin-top: 2rem;
|
|
758
758
|
}
|
|
@@ -926,9 +926,6 @@ video {
|
|
|
926
926
|
.tw-flex-none {
|
|
927
927
|
flex: none;
|
|
928
928
|
}
|
|
929
|
-
.tw-flex-shrink-0 {
|
|
930
|
-
flex-shrink: 0;
|
|
931
|
-
}
|
|
932
929
|
.tw-grow {
|
|
933
930
|
flex-grow: 1;
|
|
934
931
|
}
|
|
@@ -738,6 +738,9 @@ video {
|
|
|
738
738
|
.tw-mt-0 {
|
|
739
739
|
margin-top: 0px;
|
|
740
740
|
}
|
|
741
|
+
.tw-mt-0\.5 {
|
|
742
|
+
margin-top: 0.125rem;
|
|
743
|
+
}
|
|
741
744
|
.tw-mt-1 {
|
|
742
745
|
margin-top: 0.25rem;
|
|
743
746
|
}
|
|
@@ -750,9 +753,6 @@ video {
|
|
|
750
753
|
.tw-mt-4 {
|
|
751
754
|
margin-top: 1rem;
|
|
752
755
|
}
|
|
753
|
-
.tw-mt-6 {
|
|
754
|
-
margin-top: 1.5rem;
|
|
755
|
-
}
|
|
756
756
|
.tw-mt-8 {
|
|
757
757
|
margin-top: 2rem;
|
|
758
758
|
}
|
|
@@ -926,9 +926,6 @@ video {
|
|
|
926
926
|
.tw-flex-none {
|
|
927
927
|
flex: none;
|
|
928
928
|
}
|
|
929
|
-
.tw-flex-shrink-0 {
|
|
930
|
-
flex-shrink: 0;
|
|
931
|
-
}
|
|
932
929
|
.tw-grow {
|
|
933
930
|
flex-grow: 1;
|
|
934
931
|
}
|
|
@@ -738,6 +738,9 @@ video {
|
|
|
738
738
|
.tw-mt-0 {
|
|
739
739
|
margin-top: 0px;
|
|
740
740
|
}
|
|
741
|
+
.tw-mt-0\.5 {
|
|
742
|
+
margin-top: 0.125rem;
|
|
743
|
+
}
|
|
741
744
|
.tw-mt-1 {
|
|
742
745
|
margin-top: 0.25rem;
|
|
743
746
|
}
|
|
@@ -750,9 +753,6 @@ video {
|
|
|
750
753
|
.tw-mt-4 {
|
|
751
754
|
margin-top: 1rem;
|
|
752
755
|
}
|
|
753
|
-
.tw-mt-6 {
|
|
754
|
-
margin-top: 1.5rem;
|
|
755
|
-
}
|
|
756
756
|
.tw-mt-8 {
|
|
757
757
|
margin-top: 2rem;
|
|
758
758
|
}
|
|
@@ -926,9 +926,6 @@ video {
|
|
|
926
926
|
.tw-flex-none {
|
|
927
927
|
flex: none;
|
|
928
928
|
}
|
|
929
|
-
.tw-flex-shrink-0 {
|
|
930
|
-
flex-shrink: 0;
|
|
931
|
-
}
|
|
932
929
|
.tw-grow {
|
|
933
930
|
flex-grow: 1;
|
|
934
931
|
}
|
|
@@ -738,6 +738,9 @@ video {
|
|
|
738
738
|
.tw-mt-0 {
|
|
739
739
|
margin-top: 0px;
|
|
740
740
|
}
|
|
741
|
+
.tw-mt-0\.5 {
|
|
742
|
+
margin-top: 0.125rem;
|
|
743
|
+
}
|
|
741
744
|
.tw-mt-1 {
|
|
742
745
|
margin-top: 0.25rem;
|
|
743
746
|
}
|
|
@@ -750,9 +753,6 @@ video {
|
|
|
750
753
|
.tw-mt-4 {
|
|
751
754
|
margin-top: 1rem;
|
|
752
755
|
}
|
|
753
|
-
.tw-mt-6 {
|
|
754
|
-
margin-top: 1.5rem;
|
|
755
|
-
}
|
|
756
756
|
.tw-mt-8 {
|
|
757
757
|
margin-top: 2rem;
|
|
758
758
|
}
|
|
@@ -926,9 +926,6 @@ video {
|
|
|
926
926
|
.tw-flex-none {
|
|
927
927
|
flex: none;
|
|
928
928
|
}
|
|
929
|
-
.tw-flex-shrink-0 {
|
|
930
|
-
flex-shrink: 0;
|
|
931
|
-
}
|
|
932
929
|
.tw-grow {
|
|
933
930
|
flex-grow: 1;
|
|
934
931
|
}
|
|
@@ -738,6 +738,9 @@ video {
|
|
|
738
738
|
.tw-mt-0 {
|
|
739
739
|
margin-top: 0px;
|
|
740
740
|
}
|
|
741
|
+
.tw-mt-0\.5 {
|
|
742
|
+
margin-top: 0.125rem;
|
|
743
|
+
}
|
|
741
744
|
.tw-mt-1 {
|
|
742
745
|
margin-top: 0.25rem;
|
|
743
746
|
}
|
|
@@ -750,9 +753,6 @@ video {
|
|
|
750
753
|
.tw-mt-4 {
|
|
751
754
|
margin-top: 1rem;
|
|
752
755
|
}
|
|
753
|
-
.tw-mt-6 {
|
|
754
|
-
margin-top: 1.5rem;
|
|
755
|
-
}
|
|
756
756
|
.tw-mt-8 {
|
|
757
757
|
margin-top: 2rem;
|
|
758
758
|
}
|
|
@@ -926,9 +926,6 @@ video {
|
|
|
926
926
|
.tw-flex-none {
|
|
927
927
|
flex: none;
|
|
928
928
|
}
|
|
929
|
-
.tw-flex-shrink-0 {
|
|
930
|
-
flex-shrink: 0;
|
|
931
|
-
}
|
|
932
929
|
.tw-grow {
|
|
933
930
|
flex-grow: 1;
|
|
934
931
|
}
|
package/index.js
CHANGED
|
@@ -54,3 +54,4 @@ export { default as HashRouteModal } from './src/atoms/components/Modal/HashRout
|
|
|
54
54
|
export { default as Select } from './src/atoms/components/Select/Select.vue';
|
|
55
55
|
export { default as NumberStepper } from './src/atoms/components/NumberStepper/NumberStepper.vue';
|
|
56
56
|
export { default as CopyToClipboardText } from './src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue';
|
|
57
|
+
export { default as SparkleIcon } from './src/atoms/components/SparkleIcon/SparkleIcon.vue';
|