linkedunion-design-kit 1.11.13 → 1.11.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.
@@ -38,7 +38,7 @@ import { buttonStyles } from "..";
38
38
  export var variant = {
39
39
  fill: "",
40
40
  link: "lu-bg-transparent hover:lu-bg-transparent focus:lu-bg-transparent active:lu-bg-transparent !p-0 underline-offset-4 hover:underline border-none font-normal leading-normal",
41
- outline: "lu-border lu-bg-transparent",
41
+ outline: "lu-border",
42
42
  ghost: "lu-bg-transparent border-none",
43
43
  };
44
44
  var buttonVariants = cva("inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none shrink-0 [&_svg]:shrink-0 outline-none aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive cursor-pointer", {
@@ -48,19 +48,19 @@ export var buttonStyles = {
48
48
  sm: "!text-sm",
49
49
  },
50
50
  outlineColor: {
51
- blue: "text-blue-600 hover:bg-blue-700 hover:text-blue-50 active:bg-blue-800 active:text-blue-50",
51
+ blue: "bg-transparent text-blue-600 hover:bg-blue-700 hover:text-blue-50 active:bg-blue-800 active:text-blue-50",
52
52
  "light-blue": "bg-blue-100 text-blue-600 hover:bg-blue-700 hover:text-blue-50 active:bg-blue-800 active:text-blue-50",
53
- green: "text-green-600 hover:bg-green-700 hover:text-green-50 active:bg-green-800 active:text-green-50",
53
+ green: "bg-transparent text-green-600 hover:bg-green-700 hover:text-green-50 active:bg-green-800 active:text-green-50",
54
54
  "light-green": "bg-green-100 text-green-600 hover:bg-green-700 hover:text-green-50 active:bg-green-800 active:text-green-50",
55
- yellow: "text-yellow-500 hover:bg-yellow-600 hover:text-yellow-950 active:bg-yellow-700 active:text-yellow-950",
56
- "light-yellow": "bg-yellow-100 text-yellow-950 hover:bg-yellow-600 active:bg-yellow-700",
57
- red: "text-red-600 hover:bg-red-700 hover:text-red-50 active:bg-red-800 active:text-red-50",
55
+ yellow: "bg-yellow-50 text-yellow-950 border-yellow-500 hover:bg-yellow-600 hover:text-yellow-950 focus-visible:bg-yellow-600 focus-visible:text-yellow-950 focus-visible:ring-2 focus-visible:ring-yellow-500 focus-visible:ring-offset-2 active:bg-yellow-700 active:text-yellow-950",
56
+ "light-yellow": "bg-yellow-100 text-yellow-950 border-yellow-500 hover:bg-yellow-600 focus-visible:bg-yellow-600 focus-visible:text-yellow-950 focus-visible:ring-2 focus-visible:ring-yellow-500 focus-visible:ring-offset-2 active:bg-yellow-700",
57
+ red: "bg-transparent text-red-600 hover:bg-red-700 hover:text-red-50 active:bg-red-800 active:text-red-50",
58
58
  "light-red": "bg-red-100 text-red-600 hover:bg-red-700 hover:text-red-50 active:bg-red-800 active:text-red-50",
59
- indigo: "text-indigo-600 hover:bg-indigo-700 hover:text-indigo-50 active:bg-indigo-800 active:text-indigo-50",
59
+ indigo: "bg-transparent text-indigo-600 hover:bg-indigo-700 hover:text-indigo-50 active:bg-indigo-800 active:text-indigo-50",
60
60
  "light-indigo": "bg-indigo-100 text-indigo-600 hover:bg-indigo-700 hover:text-indigo-50 active:bg-indigo-800 active:text-indigo-50",
61
61
  gray: "bg-gray-50 border-gray-200 text-gray-950 hover:bg-gray-100 hover:text-gray-950 active:bg-gray-300 active:text-gray-950",
62
62
  "light-gray": "text-gray-900 border-gray-900 bg-gray-100 hover:text-gray-950 active:bg-gray-300 active:text-gray-950",
63
- disabled: "text-gray-300",
63
+ disabled: "bg-transparent text-gray-300",
64
64
  },
65
65
  ghostColor: {
66
66
  blue: "text-blue-600 hover:bg-blue-100 active:bg-blue-600 active:text-blue-50",
@@ -1360,6 +1360,11 @@
1360
1360
  border-bottom-right-radius: var(--radius-2xl);
1361
1361
  border-bottom-left-radius: var(--radius-2xl);
1362
1362
  }
1363
+ .lu-border {
1364
+ border-width: 1px;
1365
+ border-style: solid;
1366
+ border-color: currentColor;
1367
+ }
1363
1368
  .\!border {
1364
1369
  border-style: var(--tw-border-style) !important;
1365
1370
  border-width: 1px !important;
@@ -2595,9 +2600,6 @@
2595
2600
  .\[--cell-size\:--spacing\(6\)\] {
2596
2601
  --cell-size: calc(var(--spacing) * 6);
2597
2602
  }
2598
- .lu-border {
2599
- border: 1px solid currentColor;
2600
- }
2601
2603
  .running {
2602
2604
  animation-play-state: running;
2603
2605
  }
@@ -3962,6 +3964,16 @@
3962
3964
  background-color: #fffdf5;
3963
3965
  }
3964
3966
  }
3967
+ .focus-visible\:bg-yellow-600 {
3968
+ &:focus-visible {
3969
+ background-color: #ffc700;
3970
+ }
3971
+ }
3972
+ .focus-visible\:text-yellow-950 {
3973
+ &:focus-visible {
3974
+ color: #473800;
3975
+ }
3976
+ }
3965
3977
  .focus-visible\:ring-2 {
3966
3978
  &:focus-visible {
3967
3979
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linkedunion-design-kit",
3
- "version": "1.11.13",
3
+ "version": "1.11.15",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist",