@clubmed/trident-ui 2.0.0-beta.30 → 2.0.0-beta.31

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": "@clubmed/trident-ui",
3
- "version": "2.0.0-beta.30",
3
+ "version": "2.0.0-beta.31",
4
4
  "type": "module",
5
5
  "description": "Shared ClubMed React UI components",
6
6
  "keywords": [
@@ -3,7 +3,7 @@
3
3
  @apply border;
4
4
  @apply border-solid;
5
5
  @apply font-sans;
6
- @apply font-semibold;
6
+ font-weight: 600;
7
7
  transition-duration: 200ms;
8
8
  column-gap: 8px;
9
9
  align-items: center;
@@ -159,7 +159,7 @@
159
159
  color: hsl(0deg 0% 0%);
160
160
  font-size: 0.75rem;
161
161
  line-height: 0.875rem;
162
- @apply font-semibold;
162
+ font-weight: 600;
163
163
 
164
164
  left: calc(0.5 * var(--thumbWidth));
165
165
  }