unifyedx-storybook-new 0.1.73 → 0.1.76

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.
@@ -104,7 +104,6 @@
104
104
  --text-lg--line-height: calc(1.75 / 1.125);
105
105
  --text-xl: 1.25rem;
106
106
  --text-xl--line-height: calc(1.75 / 1.25);
107
- --font-weight-light: 300;
108
107
  --font-weight-normal: 400;
109
108
  --font-weight-medium: 500;
110
109
  --font-weight-semibold: 600;
@@ -1090,16 +1089,6 @@
1090
1089
  border-color: var(--color-gray-400);
1091
1090
  }
1092
1091
 
1093
- .border-gray-400\/50 {
1094
- border-color: #99a1af80;
1095
- }
1096
-
1097
- @supports (color: color-mix(in lab, red, red)) {
1098
- .border-gray-400\/50 {
1099
- border-color: color-mix(in oklab, var(--color-gray-400) 50%, transparent);
1100
- }
1101
- }
1102
-
1103
1092
  .border-red-500 {
1104
1093
  border-color: var(--color-red-500);
1105
1094
  }
@@ -1376,11 +1365,6 @@
1376
1365
  font-weight: var(--font-weight-bold);
1377
1366
  }
1378
1367
 
1379
- .font-light {
1380
- --tw-font-weight: var(--font-weight-light);
1381
- font-weight: var(--font-weight-light);
1382
- }
1383
-
1384
1368
  .font-medium {
1385
1369
  --tw-font-weight: var(--font-weight-medium);
1386
1370
  font-weight: var(--font-weight-medium);