@designcrowd/fe-shared-lib 1.0.14 → 1.0.15

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.0.14",
3
+ "version": "1.0.15",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -8,7 +8,7 @@
8
8
  'tw-w-full tw-bg-grayscale-400 tw-flex tw-items-center tw-justify-center tw-flex-col tw-cursor-pointer': isModal,
9
9
  'hover:tw-bg-grayscale-200 tw-bg-white tw-border tw-border-dashed tw-border-secondary-300 tw-rounded': !isModal,
10
10
  'md:tw-py-2 md:tw-pr-2 md:tw-items-start': useLandscapeTile,
11
- 'tw-py-2 tw-pr-2 tw-items-start': shouldUseCompactLayout,
11
+ 'tw-py-4 md:tw-py-2 tw-pr-2 tw-items-start': shouldUseCompactLayout,
12
12
  }"
13
13
  :options="options"
14
14
  :include-styling="false"