@designcrowd/fe-shared-lib 1.5.25-eng3931 → 1.5.26-eng3931

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.5.25-eng3931",
3
+ "version": "1.5.26-eng3931",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -8,7 +8,7 @@
8
8
  {
9
9
  'no-rounded-l': !rounded && !roundedLeft,
10
10
  'no-rounded-r': !rounded && !roundedRight,
11
- 'tw-cursor-pointer tw-bg-grayscale-300 tw-border-grayscale-300 hover:tw-border-grayscale-400 hover:tw-bg-grayscale-400':
11
+ 'tw-cursor-pointer tw-bg-grayscale-300 tw-border-grayscale-300 hover:tw-border-grayscale-500 hover:tw-bg-grayscale-500':
12
12
  !disabled,
13
13
  'tw-bg-grayscale-100 tw-border-grayscale-300 tw-cursor-not-allowed': disabled,
14
14
  },
@@ -23,14 +23,14 @@
23
23
  <a
24
24
  v-else
25
25
  :href="computedUrl"
26
- class="tw-justify-center tw-font-sans tw-inline-flex tw-border-2 tw-font-bold tw-text-grayscale-800 hover:tw-text-grayscale-800 tw-uppercase tw-border-solid tw-transition-colors tw-duration-300 tw-no-underline"
26
+ class="tw-justify-center tw-font-sans tw-inline-flex tw-border-2 tw-font-bold tw-text-grayscale-800 tw-uppercase tw-border-solid tw-transition-colors tw-duration-300 tw-no-underline"
27
27
  :class="[
28
28
  classes,
29
29
  computedClasses,
30
30
  {
31
31
  'no-rounded-l': !rounded && !roundedLeft,
32
32
  'no-rounded-r': !rounded && !roundedRight,
33
- 'tw-cursor-pointer tw-bg-grayscale-300 tw-border-grayscale-300 hover:tw-border-grayscale-400 hover:tw-bg-grayscale-400':
33
+ 'tw-cursor-pointer tw-bg-grayscale-300 tw-border-grayscale-300 hover:tw-border-grayscale-500 hover:tw-bg-grayscale-500':
34
34
  !disabled,
35
35
  'tw-bg-grayscale-100 tw-border-grayscale-100 tw-cursor-not-allowed': disabled,
36
36
  },