@designcrowd/fe-shared-lib 1.2.26 → 1.2.27

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.2.26",
3
+ "version": "1.2.27",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -19,7 +19,7 @@
19
19
  "docker:publish": "docker build . --build-arg NPM_TOKEN=$NPM_TOKEN"
20
20
  },
21
21
  "dependencies": {
22
- "@nuxtjs/i18n": "9.5.4",
22
+ "@nuxtjs/i18n": "10.0.6",
23
23
  "@storybook/react": "^9.0.4",
24
24
  "autoprefixer": "10.4.17",
25
25
  "axios": "1.6.7",
@@ -717,6 +717,9 @@ video {
717
717
  .theme-brandCrowd .tw-ml-4 {
718
718
  margin-left: 1rem;
719
719
  }
720
+ .theme-brandCrowd .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
720
723
  .theme-brandCrowd .tw-ml-auto {
721
724
  margin-left: auto;
722
725
  }
@@ -717,6 +717,9 @@ video {
717
717
  .theme-brandPage .tw-ml-4 {
718
718
  margin-left: 1rem;
719
719
  }
720
+ .theme-brandPage .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
720
723
  .theme-brandPage .tw-ml-auto {
721
724
  margin-left: auto;
722
725
  }
@@ -717,6 +717,9 @@ video {
717
717
  .theme-crazyDomains .tw-ml-4 {
718
718
  margin-left: 1rem;
719
719
  }
720
+ .theme-crazyDomains .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
720
723
  .theme-crazyDomains .tw-ml-auto {
721
724
  margin-left: auto;
722
725
  }
@@ -717,6 +717,9 @@ video {
717
717
  .theme-designCom .tw-ml-4 {
718
718
  margin-left: 1rem;
719
719
  }
720
+ .theme-designCom .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
720
723
  .theme-designCom .tw-ml-auto {
721
724
  margin-left: auto;
722
725
  }
@@ -717,6 +717,9 @@ video {
717
717
  .theme-designCrowd .tw-ml-4 {
718
718
  margin-left: 1rem;
719
719
  }
720
+ .theme-designCrowd .tw-ml-6 {
721
+ margin-left: 1.5rem;
722
+ }
720
723
  .theme-designCrowd .tw-ml-auto {
721
724
  margin-left: auto;
722
725
  }