@designcrowd/fe-shared-lib 1.1.5-rte-haider-10 → 1.1.5-rte-ast-1

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.1.5-rte-haider-10",
3
+ "version": "1.1.5-rte-ast-1",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -827,6 +827,10 @@ video {
827
827
  .theme-brandCrowd .tw-h-auto {
828
828
  height: auto;
829
829
  }
830
+ .theme-brandCrowd .tw-h-fit {
831
+ height: -moz-fit-content;
832
+ height: fit-content;
833
+ }
830
834
  .theme-brandCrowd .tw-h-full {
831
835
  height: 100%;
832
836
  }
@@ -827,6 +827,10 @@ video {
827
827
  .theme-brandPage .tw-h-auto {
828
828
  height: auto;
829
829
  }
830
+ .theme-brandPage .tw-h-fit {
831
+ height: -moz-fit-content;
832
+ height: fit-content;
833
+ }
830
834
  .theme-brandPage .tw-h-full {
831
835
  height: 100%;
832
836
  }
@@ -827,6 +827,10 @@ video {
827
827
  .theme-crazyDomains .tw-h-auto {
828
828
  height: auto;
829
829
  }
830
+ .theme-crazyDomains .tw-h-fit {
831
+ height: -moz-fit-content;
832
+ height: fit-content;
833
+ }
830
834
  .theme-crazyDomains .tw-h-full {
831
835
  height: 100%;
832
836
  }
@@ -827,6 +827,10 @@ video {
827
827
  .theme-designCom .tw-h-auto {
828
828
  height: auto;
829
829
  }
830
+ .theme-designCom .tw-h-fit {
831
+ height: -moz-fit-content;
832
+ height: fit-content;
833
+ }
830
834
  .theme-designCom .tw-h-full {
831
835
  height: 100%;
832
836
  }
@@ -827,6 +827,10 @@ video {
827
827
  .theme-designCrowd .tw-h-auto {
828
828
  height: auto;
829
829
  }
830
+ .theme-designCrowd .tw-h-fit {
831
+ height: -moz-fit-content;
832
+ height: fit-content;
833
+ }
830
834
  .theme-designCrowd .tw-h-full {
831
835
  height: 100%;
832
836
  }
@@ -29,7 +29,7 @@
29
29
  :value="sliderValue"
30
30
  type="text"
31
31
  :step="step"
32
- class="tw-rounded-r tw-rounded-l tw-py-2 tw-bg-white tw-text-grayscale-600 tw-box-border tw-w-full tw-text-base tw-px-4 tw-border tw-border-solid focus:tw-outline-none tw-transition-colors tw-duration-300 tw-ease-out tw-shadow-inner"
32
+ class="input-slider tw-rounded-r tw-rounded-l tw-py-2 tw-bg-white tw-text-grayscale-600 tw-box-border tw-w-full tw-text-base tw-px-4 tw-border tw-border-solid focus:tw-outline-none tw-transition-colors tw-duration-300 tw-ease-out tw-shadow-inner"
33
33
  @input.stop="setInput"
34
34
  @blur.stop="checkLimit"
35
35
  @keydown.down="limitToMinimum"