@syscore/ui-library 1.5.2 → 1.5.3

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/client/global.css CHANGED
@@ -1114,6 +1114,7 @@ body {
1114
1114
  font-weight: 600;
1115
1115
  }
1116
1116
 
1117
+
1117
1118
  .button--large {
1118
1119
  height: 3rem;
1119
1120
  padding-left: 2rem;
@@ -1146,7 +1147,7 @@ body {
1146
1147
  .button-text {
1147
1148
  position: relative;
1148
1149
  z-index: 10;
1149
- font-weight: 600;
1150
+ font-weight: 600 !important;
1150
1151
  }
1151
1152
 
1152
1153
  /* Accordion Styles */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",