@designcrowd/fe-shared-lib 1.4.6-ast-generate-ai-1 → 1.4.6

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.
@@ -738,9 +738,6 @@ video {
738
738
  .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -926,6 +926,9 @@ video {
926
926
  .tw-flex-none {
927
927
  flex: none;
928
928
  }
929
+ .tw-flex-shrink-0 {
930
+ flex-shrink: 0;
931
+ }
929
932
  .tw-grow {
930
933
  flex-grow: 1;
931
934
  }
@@ -738,9 +738,6 @@ video {
738
738
  .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -926,6 +926,9 @@ video {
926
926
  .tw-flex-none {
927
927
  flex: none;
928
928
  }
929
+ .tw-flex-shrink-0 {
930
+ flex-shrink: 0;
931
+ }
929
932
  .tw-grow {
930
933
  flex-grow: 1;
931
934
  }
@@ -738,9 +738,6 @@ video {
738
738
  .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -926,6 +926,9 @@ video {
926
926
  .tw-flex-none {
927
927
  flex: none;
928
928
  }
929
+ .tw-flex-shrink-0 {
930
+ flex-shrink: 0;
931
+ }
929
932
  .tw-grow {
930
933
  flex-grow: 1;
931
934
  }
@@ -738,9 +738,6 @@ video {
738
738
  .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -926,6 +926,9 @@ video {
926
926
  .tw-flex-none {
927
927
  flex: none;
928
928
  }
929
+ .tw-flex-shrink-0 {
930
+ flex-shrink: 0;
931
+ }
929
932
  .tw-grow {
930
933
  flex-grow: 1;
931
934
  }
@@ -738,9 +738,6 @@ video {
738
738
  .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -926,6 +926,9 @@ video {
926
926
  .tw-flex-none {
927
927
  flex: none;
928
928
  }
929
+ .tw-flex-shrink-0 {
930
+ flex-shrink: 0;
931
+ }
929
932
  .tw-grow {
930
933
  flex-grow: 1;
931
934
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.4.6-ast-generate-ai-1",
3
+ "version": "1.4.6",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -205,7 +205,6 @@ export const IconSample = () => {
205
205
  { name: 'reorderable' },
206
206
  { name: 'search' },
207
207
  { name: 'secure' },
208
- { name: 'send' },
209
208
  { name: 'services' },
210
209
  { name: 'settings' },
211
210
  { name: 'share' },
@@ -225,7 +224,6 @@ export const IconSample = () => {
225
224
  { name: 'star-filled' },
226
225
  { name: 'star-hollow' },
227
226
  { name: 'sticker' },
228
- { name: 'stop' },
229
227
  { name: 'submit' },
230
228
  { name: 'time' },
231
229
  { name: 'text-image' },
@@ -255,12 +255,10 @@ import IconReorderable from './icons/reorderable.vue';
255
255
  import IconRequestPayment from './icons/request-payment.vue';
256
256
  import IconSearch from './icons/search.vue';
257
257
  import IconSecure from './icons/secure.vue';
258
- import IconSend from './icons/send.vue';
259
258
  import IconServices from './icons/services.vue';
260
259
  import IconSettings from './icons/settings.vue';
261
260
  import IconShare from './icons/share.vue';
262
261
  import IconShop from './icons/shop.vue';
263
- import IconStop from './icons/stop.vue';
264
262
  import IconSms from './icons/sms.vue';
265
263
  import IconSocialFacebookColor from './icons/social-facebook-color.vue';
266
264
  import IconSocialFacebook from './icons/social-facebook.vue';
@@ -612,7 +610,6 @@ export default {
612
610
  IconShop,
613
611
  IconSearch,
614
612
  IconSecure,
615
- IconSend,
616
613
  IconServices,
617
614
  IconSettings,
618
615
  IconShare,
@@ -632,7 +629,6 @@ export default {
632
629
  IconStarFilled,
633
630
  IconStarHollow,
634
631
  IconSticker,
635
- IconStop,
636
632
  IconStyles,
637
633
  IconSubmit,
638
634
  IconTemplates,