@designcrowd/fe-shared-lib 1.4.3-ast-generate-ai → 1.4.3-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.4.3-ast-generate-ai",
3
+ "version": "1.4.3-ast-generate-ai-2",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -738,9 +738,6 @@ video {
738
738
  .theme-brandCrowd .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .theme-brandCrowd .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .theme-brandCrowd .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .theme-brandCrowd .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .theme-brandCrowd .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .theme-brandCrowd .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -738,9 +738,6 @@ video {
738
738
  .theme-brandPage .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .theme-brandPage .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .theme-brandPage .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .theme-brandPage .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .theme-brandPage .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .theme-brandPage .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -738,9 +738,6 @@ video {
738
738
  .theme-crazyDomains .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .theme-crazyDomains .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .theme-crazyDomains .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .theme-crazyDomains .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .theme-crazyDomains .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .theme-crazyDomains .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -738,9 +738,6 @@ video {
738
738
  .theme-designCom .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .theme-designCom .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .theme-designCom .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .theme-designCom .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .theme-designCom .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .theme-designCom .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -738,9 +738,6 @@ video {
738
738
  .theme-designCrowd .tw-mt-0 {
739
739
  margin-top: 0px;
740
740
  }
741
- .theme-designCrowd .tw-mt-0\.5 {
742
- margin-top: 0.125rem;
743
- }
744
741
  .theme-designCrowd .tw-mt-1 {
745
742
  margin-top: 0.25rem;
746
743
  }
@@ -753,6 +750,9 @@ video {
753
750
  .theme-designCrowd .tw-mt-4 {
754
751
  margin-top: 1rem;
755
752
  }
753
+ .theme-designCrowd .tw-mt-6 {
754
+ margin-top: 1.5rem;
755
+ }
756
756
  .theme-designCrowd .tw-mt-8 {
757
757
  margin-top: 2rem;
758
758
  }
@@ -205,6 +205,7 @@ export const IconSample = () => {
205
205
  { name: 'reorderable' },
206
206
  { name: 'search' },
207
207
  { name: 'secure' },
208
+ { name: 'send' },
208
209
  { name: 'services' },
209
210
  { name: 'settings' },
210
211
  { name: 'share' },
@@ -355,8 +356,6 @@ export const IconSample = () => {
355
356
  { name: 'aspect-ratio16_9' },
356
357
  { name: 'aspect-ratio-circle' },
357
358
  { name: 'aspect-ratio-original' },
358
- { name: 'sparkle-bc' },
359
- { name: 'sparkle-dcom' },
360
359
  ],
361
360
  };
362
361
  },
@@ -255,6 +255,7 @@ 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';
258
259
  import IconServices from './icons/services.vue';
259
260
  import IconSettings from './icons/settings.vue';
260
261
  import IconShare from './icons/share.vue';
@@ -397,9 +398,6 @@ import IconVolume from './icons/volume.vue';
397
398
  import IconFile from './icons/file.vue';
398
399
  import IconPenTool from './icons/pen-tool.vue';
399
400
 
400
- import IconSparkleBc from './icons/sparkle-bc.vue';
401
- import IconSparkleDcom from './icons/sparkle-dcom.vue';
402
-
403
401
  export default {
404
402
  components: {
405
403
  IconFile,
@@ -613,6 +611,7 @@ export default {
613
611
  IconShop,
614
612
  IconSearch,
615
613
  IconSecure,
614
+ IconSend,
616
615
  IconServices,
617
616
  IconSettings,
618
617
  IconShare,
@@ -766,9 +765,6 @@ export default {
766
765
  /* eslint-enable camelcase */
767
766
  IconAspectRatioCircle,
768
767
  IconAspectRatioOriginal,
769
-
770
- IconSparkleBc,
771
- IconSparkleDcom,
772
768
  },
773
769
  props: {
774
770
  viewBox: {
@@ -0,0 +1,12 @@
1
+ <template>
2
+ <g clip-path="url(#clip0_3927_472)">
3
+ <path
4
+ d="M10.34 15.818L7.22803 8.837L0.228027 5.731L14.514 0.744002C14.526 0.740002 14.537 0.738002 14.548 0.733002L15.783 0.302002L15.351 1.535C15.347 1.545 15.343 1.557 15.34 1.567L10.34 15.818ZM3.69403 5.874L7.57003 7.595L12.31 2.864L3.69403 5.874ZM10.197 12.36L13.215 3.766L8.47303 8.496L10.197 12.36Z"
5
+ />
6
+ </g>
7
+ <defs>
8
+ <clipPath id="clip0_3927_472">
9
+ <rect width="16" height="16" fill="white" />
10
+ </clipPath>
11
+ </defs>
12
+ </template>
@@ -1,6 +0,0 @@
1
- <template>
2
- <path
3
- d="M9.59375 4.41406C9.53125 4.38281 9.5 4.32812 9.5 4.25C9.5 4.17188 9.53125 4.11719 9.59375 4.08594L11 3.5L11.5859 2.09375C11.6172 2.03125 11.6719 2 11.75 2C11.8281 2 11.8828 2.03125 11.9141 2.09375L12.5 3.5L13.9062 4.08594C13.9688 4.11719 14 4.17188 14 4.25C14 4.32812 13.9688 4.38281 13.9062 4.41406L12.5 5L11.9141 6.40625C11.8828 6.46875 11.8281 6.5 11.75 6.5C11.6719 6.5 11.6172 6.46875 11.5859 6.40625L11 5L9.59375 4.41406ZM13.9062 11.5859C13.9688 11.6172 14 11.6719 14 11.75C14 11.8281 13.9688 11.8828 13.9062 11.9141L12.5 12.5L11.9141 13.9062C11.8828 13.9688 11.8281 14 11.75 14C11.6719 14 11.6172 13.9688 11.5859 13.9062L11 12.5L9.59375 11.9141C9.53125 11.8828 9.5 11.8281 9.5 11.75C9.5 11.6719 9.53125 11.6172 9.59375 11.5859L11 11L11.5859 9.59375C11.6172 9.53125 11.6719 9.5 11.75 9.5C11.8281 9.5 11.8828 9.53125 11.9141 9.59375L12.5 11L13.9062 11.5859ZM10.7891 7.64844C10.9297 7.72656 11 7.84375 11 8C11 8.15625 10.9297 8.26562 10.7891 8.32812L8.16406 9.64062L6.82812 12.2891C6.76562 12.4297 6.65625 12.5 6.5 12.5C6.34375 12.5 6.23438 12.4297 6.17188 12.2891L4.83594 9.64062L2.21094 8.32812C2.07031 8.26562 2 8.15625 2 8C2 7.84375 2.07031 7.72656 2.21094 7.64844L4.83594 6.33594L6.17188 3.6875C6.23438 3.5625 6.34375 3.5 6.5 3.5C6.65625 3.5 6.76562 3.5625 6.82812 3.6875L8.16406 6.33594L10.7891 7.64844Z"
4
- fill="#F21B3F"
5
- />
6
- </template>
@@ -1,6 +0,0 @@
1
- <template>
2
- <path
3
- d="M9.59375 4.41406C9.53125 4.38281 9.5 4.32812 9.5 4.25C9.5 4.17188 9.53125 4.11719 9.59375 4.08594L11 3.5L11.5859 2.09375C11.6172 2.03125 11.6719 2 11.75 2C11.8281 2 11.8828 2.03125 11.9141 2.09375L12.5 3.5L13.9062 4.08594C13.9688 4.11719 14 4.17188 14 4.25C14 4.32812 13.9688 4.38281 13.9062 4.41406L12.5 5L11.9141 6.40625C11.8828 6.46875 11.8281 6.5 11.75 6.5C11.6719 6.5 11.6172 6.46875 11.5859 6.40625L11 5L9.59375 4.41406ZM13.9062 11.5859C13.9688 11.6172 14 11.6719 14 11.75C14 11.8281 13.9688 11.8828 13.9062 11.9141L12.5 12.5L11.9141 13.9062C11.8828 13.9688 11.8281 14 11.75 14C11.6719 14 11.6172 13.9688 11.5859 13.9062L11 12.5L9.59375 11.9141C9.53125 11.8828 9.5 11.8281 9.5 11.75C9.5 11.6719 9.53125 11.6172 9.59375 11.5859L11 11L11.5859 9.59375C11.6172 9.53125 11.6719 9.5 11.75 9.5C11.8281 9.5 11.8828 9.53125 11.9141 9.59375L12.5 11L13.9062 11.5859ZM10.7891 7.64844C10.9297 7.72656 11 7.84375 11 8C11 8.15625 10.9297 8.26562 10.7891 8.32812L8.16406 9.64062L6.82812 12.2891C6.76562 12.4297 6.65625 12.5 6.5 12.5C6.34375 12.5 6.23438 12.4297 6.17188 12.2891L4.83594 9.64062L2.21094 8.32812C2.07031 8.26562 2 8.15625 2 8C2 7.84375 2.07031 7.72656 2.21094 7.64844L4.83594 6.33594L6.17188 3.6875C6.23438 3.5625 6.34375 3.5 6.5 3.5C6.65625 3.5 6.76562 3.5625 6.82812 3.6875L8.16406 6.33594L10.7891 7.64844Z"
4
- fill="#3F59F6"
5
- />
6
- </template>