@designcrowd/fe-shared-lib 1.0.17-fe-upgrade-rc → 1.0.17-fe-upgrade-rc-v2

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.
@@ -651,6 +651,10 @@ video {
651
651
  margin-top: 1rem;
652
652
  margin-bottom: 1rem;
653
653
  }
654
+ .tw-my-5 {
655
+ margin-top: 1.25rem;
656
+ margin-bottom: 1.25rem;
657
+ }
654
658
  .tw-my-auto {
655
659
  margin-top: auto;
656
660
  margin-bottom: auto;
@@ -1190,6 +1194,9 @@ video {
1190
1194
  .tw-border-b-0 {
1191
1195
  border-bottom-width: 0px;
1192
1196
  }
1197
+ .tw-border-b-2 {
1198
+ border-bottom-width: 2px;
1199
+ }
1193
1200
  .tw-border-b-4 {
1194
1201
  border-bottom-width: 4px;
1195
1202
  }
@@ -651,6 +651,10 @@ video {
651
651
  margin-top: 1rem;
652
652
  margin-bottom: 1rem;
653
653
  }
654
+ .tw-my-5 {
655
+ margin-top: 1.25rem;
656
+ margin-bottom: 1.25rem;
657
+ }
654
658
  .tw-my-auto {
655
659
  margin-top: auto;
656
660
  margin-bottom: auto;
@@ -1190,6 +1194,9 @@ video {
1190
1194
  .tw-border-b-0 {
1191
1195
  border-bottom-width: 0px;
1192
1196
  }
1197
+ .tw-border-b-2 {
1198
+ border-bottom-width: 2px;
1199
+ }
1193
1200
  .tw-border-b-4 {
1194
1201
  border-bottom-width: 4px;
1195
1202
  }
@@ -651,6 +651,10 @@ video {
651
651
  margin-top: 1rem;
652
652
  margin-bottom: 1rem;
653
653
  }
654
+ .tw-my-5 {
655
+ margin-top: 1.25rem;
656
+ margin-bottom: 1.25rem;
657
+ }
654
658
  .tw-my-auto {
655
659
  margin-top: auto;
656
660
  margin-bottom: auto;
@@ -1190,6 +1194,9 @@ video {
1190
1194
  .tw-border-b-0 {
1191
1195
  border-bottom-width: 0px;
1192
1196
  }
1197
+ .tw-border-b-2 {
1198
+ border-bottom-width: 2px;
1199
+ }
1193
1200
  .tw-border-b-4 {
1194
1201
  border-bottom-width: 4px;
1195
1202
  }
@@ -651,6 +651,10 @@ video {
651
651
  margin-top: 1rem;
652
652
  margin-bottom: 1rem;
653
653
  }
654
+ .tw-my-5 {
655
+ margin-top: 1.25rem;
656
+ margin-bottom: 1.25rem;
657
+ }
654
658
  .tw-my-auto {
655
659
  margin-top: auto;
656
660
  margin-bottom: auto;
@@ -1190,6 +1194,9 @@ video {
1190
1194
  .tw-border-b-0 {
1191
1195
  border-bottom-width: 0px;
1192
1196
  }
1197
+ .tw-border-b-2 {
1198
+ border-bottom-width: 2px;
1199
+ }
1193
1200
  .tw-border-b-4 {
1194
1201
  border-bottom-width: 4px;
1195
1202
  }
@@ -651,6 +651,10 @@ video {
651
651
  margin-top: 1rem;
652
652
  margin-bottom: 1rem;
653
653
  }
654
+ .tw-my-5 {
655
+ margin-top: 1.25rem;
656
+ margin-bottom: 1.25rem;
657
+ }
654
658
  .tw-my-auto {
655
659
  margin-top: auto;
656
660
  margin-bottom: auto;
@@ -1190,6 +1194,9 @@ video {
1190
1194
  .tw-border-b-0 {
1191
1195
  border-bottom-width: 0px;
1192
1196
  }
1197
+ .tw-border-b-2 {
1198
+ border-bottom-width: 2px;
1199
+ }
1193
1200
  .tw-border-b-4 {
1194
1201
  border-bottom-width: 4px;
1195
1202
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.0.17-fe-upgrade-rc",
3
+ "version": "1.0.17-fe-upgrade-rc-v2",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -28,7 +28,7 @@
28
28
  "postcss-loader": "8.1.0",
29
29
  "swiper": "11.0.6",
30
30
  "tailwindcss": "3.4.1",
31
- "vite": "6.2.3",
31
+ "vite": "5.1.4",
32
32
  "vite-plugin-eslint": "1.8.1",
33
33
  "vite-plugin-vue-devtools": "7.7.0",
34
34
  "vue": "3.5.13",
@@ -47,7 +47,7 @@
47
47
  "@storybook/addon-themes": "8.6.11",
48
48
  "@storybook/vue3": "8.6.11",
49
49
  "@storybook/vue3-vite": "8.6.11",
50
- "@vitejs/plugin-vue": "5.2.3",
50
+ "@vitejs/plugin-vue": "5.0.4",
51
51
  "@vue/cli-plugin-eslint": "5.0.8",
52
52
  "@vue/cli-service": "5.0.8",
53
53
  "@vue/eslint-config-airbnb": "8.0.0",