unifyedx-storybook-new 0.1.48 → 0.1.49

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.
@@ -72,6 +72,7 @@
72
72
  --color-teal-700: oklch(51.1% .096 186.391);
73
73
  --color-blue-50: oklch(97% .014 254.604);
74
74
  --color-blue-100: oklch(93.2% .032 255.585);
75
+ --color-blue-200: oklch(88.2% .059 254.128);
75
76
  --color-blue-300: oklch(80.9% .105 251.813);
76
77
  --color-blue-400: oklch(70.7% .165 254.624);
77
78
  --color-blue-500: oklch(62.3% .214 259.815);
@@ -1073,6 +1074,10 @@
1073
1074
  border-color: var(--color-black);
1074
1075
  }
1075
1076
 
1077
+ .border-blue-200 {
1078
+ border-color: var(--color-blue-200);
1079
+ }
1080
+
1076
1081
  .border-gray-200 {
1077
1082
  border-color: var(--color-gray-200);
1078
1083
  }
@@ -1129,6 +1134,10 @@
1129
1134
  }
1130
1135
  }
1131
1136
 
1137
+ .bg-blue-50 {
1138
+ background-color: var(--color-blue-50);
1139
+ }
1140
+
1132
1141
  .bg-blue-100 {
1133
1142
  background-color: var(--color-blue-100);
1134
1143
  }
@@ -1475,6 +1484,10 @@
1475
1484
  color: var(--color-white);
1476
1485
  }
1477
1486
 
1487
+ .capitalize {
1488
+ text-transform: capitalize;
1489
+ }
1490
+
1478
1491
  .opacity-0 {
1479
1492
  opacity: 0;
1480
1493
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.1.48",
4
+ "version": "0.1.49",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",