athlefi-ui 0.1.4 → 0.1.6

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": "athlefi-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Librería UI centralizada del ecosistema AthleFi basada en Componentes Astro",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -1,6 +1,6 @@
1
- @theme {
2
- /* Familia de fuentes */
3
- --font-family-manrope: "Manrope", sans-serif;
1
+ :root {
2
+ /* Familia de fuentes */
3
+ --font-family-manrope: "Manrope", sans-serif;
4
4
 
5
5
  /* ======================
6
6
  HEADINGS
@@ -139,10 +139,10 @@
139
139
  --font-size-2xl: 1.5rem; /* 24px */
140
140
  --font-size-3xl: 2rem; /* 32px */
141
141
  --font-size-4xl: 2.625rem; /* 42px */
142
- --font-size-5xl: 4.6875rem; /* 75px */
143
- }
144
-
145
- @font-face {
142
+ --font-size-5xl: 4.6875rem; /* 75px */
143
+ }
144
+
145
+ @font-face {
146
146
  font-family: "Manrope";
147
147
  src: url("../fonts/manrope-variable.woff2") format("woff2-variations");
148
148
  font-weight: 100 900;
File without changes