siesa-ui-kit 1.0.17 → 1.0.19
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/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/POSTable/POSTable.d.ts +1 -1
- package/dist/siesa-ui-kit.cjs +1 -1
- package/dist/siesa-ui-kit.cjs.map +1 -1
- package/dist/siesa-ui-kit.mjs +1 -1
- package/dist/siesa-ui-kit.mjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +7 -5
|
@@ -16,7 +16,7 @@ import type { BadgeProps } from './Badge.types';
|
|
|
16
16
|
*
|
|
17
17
|
* Mejores prácticas implementadas:
|
|
18
18
|
* - Tokens de color de Tailwind estándar para badges
|
|
19
|
-
* - Font-family explícita (
|
|
19
|
+
* - Font-family explícita (Inter via font-sans)
|
|
20
20
|
* - Transiciones suaves (duration-200)
|
|
21
21
|
* - Estructura clara y mantenible
|
|
22
22
|
*
|
|
@@ -46,7 +46,7 @@ import type { POSTableProps } from './POSTable.types';
|
|
|
46
46
|
* - Gap: 4px entre todos los elementos
|
|
47
47
|
*
|
|
48
48
|
* Tipografía:
|
|
49
|
-
* - Label: 10px / 12px line-height, weight: 400, font:
|
|
49
|
+
* - Label: 10px / 12px line-height, weight: 400, font: Inter
|
|
50
50
|
*
|
|
51
51
|
* Mejores prácticas implementadas:
|
|
52
52
|
* - Orden de modificadores: {responsive}:{dark}:{state}:{utility}
|
package/dist/siesa-ui-kit.cjs
CHANGED
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
duration-150
|
|
1119
1119
|
${f?"bg-primary-custom-100 dark:bg-primary-custom-100":"bg-transparent hover:bg-hover-overlay dark:hover:bg-hover-overlay-dark"}
|
|
1120
1120
|
`.replace(/\s+/g," ").trim(),g=`
|
|
1121
|
-
font-['
|
|
1121
|
+
font-['Inter:Bold',sans-serif]
|
|
1122
1122
|
text-[10px]
|
|
1123
1123
|
leading-[12px]
|
|
1124
1124
|
font-bold
|