@m4l/styles 7.1.41 → 7.1.42

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.
Files changed (134) hide show
  1. package/config.d.ts +1 -0
  2. package/config.d.ts.map +1 -0
  3. package/index.d.ts +1 -0
  4. package/index.d.ts.map +1 -0
  5. package/index.js +6547 -63
  6. package/lib/PaletteSwatch.d.ts +5 -0
  7. package/lib/PaletteSwatch.d.ts.map +1 -0
  8. package/overrides/M4LRHFormProvider.d.ts +1 -0
  9. package/overrides/M4LRHFormProvider.d.ts.map +1 -0
  10. package/overrides/index.d.ts +1 -0
  11. package/overrides/index.d.ts.map +1 -0
  12. package/package.json +18 -39
  13. package/theme/breakpoints.d.ts +1 -0
  14. package/theme/breakpoints.d.ts.map +1 -0
  15. package/theme/index.d.ts +1 -0
  16. package/theme/index.d.ts.map +1 -0
  17. package/theme/palette/baseChipsPalette.d.ts +1 -0
  18. package/theme/palette/baseChipsPalette.d.ts.map +1 -0
  19. package/theme/palette/baseColors.d.ts +1 -0
  20. package/theme/palette/baseColors.d.ts.map +1 -0
  21. package/theme/palette/baseOpacityColors.d.ts +1 -0
  22. package/theme/palette/baseOpacityColors.d.ts.map +1 -0
  23. package/theme/palette/commonColors.d.ts +1 -0
  24. package/theme/palette/commonColors.d.ts.map +1 -0
  25. package/theme/palette/defaultColors.d.ts +1 -0
  26. package/theme/palette/defaultColors.d.ts.map +1 -0
  27. package/theme/palette/greyPalette.d.ts +1 -0
  28. package/theme/palette/greyPalette.d.ts.map +1 -0
  29. package/theme/palette/index.d.ts +1 -0
  30. package/theme/palette/index.d.ts.map +1 -0
  31. package/theme/palette/presetColors.d.ts +1 -0
  32. package/theme/palette/presetColors.d.ts.map +1 -0
  33. package/theme/palette/semanticColors.d.ts +1 -0
  34. package/theme/palette/semanticColors.d.ts.map +1 -0
  35. package/theme/shadows.d.ts +1 -0
  36. package/theme/shadows.d.ts.map +1 -0
  37. package/theme/sizes/BaseDensity.d.ts +1 -0
  38. package/theme/sizes/BaseDensity.d.ts.map +1 -0
  39. package/theme/sizes/baseBorder.d.ts +1 -0
  40. package/theme/sizes/baseBorder.d.ts.map +1 -0
  41. package/theme/sizes/baseBorderRadius.d.ts +1 -0
  42. package/theme/sizes/baseBorderRadius.d.ts.map +1 -0
  43. package/theme/sizes/baseSizes.d.ts +1 -0
  44. package/theme/sizes/baseSizes.d.ts.map +1 -0
  45. package/theme/sizes/index.d.ts +1 -0
  46. package/theme/sizes/index.d.ts.map +1 -0
  47. package/theme/sizes/pointerQr.d.ts +1 -0
  48. package/theme/sizes/pointerQr.d.ts.map +1 -0
  49. package/theme/sizes/presetSizes.d.ts +1 -0
  50. package/theme/sizes/presetSizes.d.ts.map +1 -0
  51. package/theme/sizes/size.d.ts +1 -0
  52. package/theme/sizes/size.d.ts.map +1 -0
  53. package/theme/sizes/types.d.ts +1 -0
  54. package/theme/sizes/types.d.ts.map +1 -0
  55. package/theme/typography/baseFontSize.d.ts +1 -0
  56. package/theme/typography/baseFontSize.d.ts.map +1 -0
  57. package/theme/typography/baseLetterSpacing.d.ts +1 -0
  58. package/theme/typography/baseLetterSpacing.d.ts.map +1 -0
  59. package/theme/typography/baseLineHeight.d.ts +1 -0
  60. package/theme/typography/baseLineHeight.d.ts.map +1 -0
  61. package/theme/typography/baseWeight.d.ts +1 -0
  62. package/theme/typography/baseWeight.d.ts.map +1 -0
  63. package/theme/typography/index.d.ts +1 -0
  64. package/theme/typography/index.d.ts.map +1 -0
  65. package/theme/typography/types.d.ts +1 -0
  66. package/theme/typography/types.d.ts.map +1 -0
  67. package/theme/typography/typography.d.ts +1 -0
  68. package/theme/typography/typography.d.ts.map +1 -0
  69. package/theme/typography/typographySizes.d.ts +1 -0
  70. package/theme/typography/typographySizes.d.ts.map +1 -0
  71. package/theme/typographyOld.d.ts +1 -0
  72. package/theme/typographyOld.d.ts.map +1 -0
  73. package/types/index.d.ts +1 -0
  74. package/types/index.d.ts.map +1 -0
  75. package/types/types.d.ts +1 -0
  76. package/types/types.d.ts.map +1 -0
  77. package/utils/getColorPresets.d.ts +1 -0
  78. package/utils/getColorPresets.d.ts.map +1 -0
  79. package/utils/getColorState.d.ts +1 -0
  80. package/utils/getColorState.d.ts.map +1 -0
  81. package/utils/getFontValue.d.ts +1 -0
  82. package/utils/getFontValue.d.ts.map +1 -0
  83. package/utils/getPaletteByPreset.d.ts +27 -26
  84. package/utils/getPaletteByPreset.d.ts.map +1 -0
  85. package/utils/getUserThemeOptions.d.ts +1 -0
  86. package/utils/getUserThemeOptions.d.ts.map +1 -0
  87. package/utils/index.d.ts +1 -0
  88. package/utils/index.d.ts.map +1 -0
  89. package/utils/useResponsive.d.ts +2 -1
  90. package/utils/useResponsive.d.ts.map +1 -0
  91. package/config.js +0 -17
  92. package/overrides/M4LRHFormProvider.js +0 -19
  93. package/overrides/index.js +0 -9
  94. package/theme/index.js +0 -1
  95. package/theme/palette/baseChipsPalette.js +0 -1099
  96. package/theme/palette/baseColors.js +0 -533
  97. package/theme/palette/baseOpacityColors.js +0 -229
  98. package/theme/palette/commonColors.js +0 -7
  99. package/theme/palette/defaultColors.js +0 -117
  100. package/theme/palette/greyPalette.js +0 -29
  101. package/theme/palette/index.js +0 -1
  102. package/theme/palette/presetColors.js +0 -646
  103. package/theme/palette/semanticColors.js +0 -484
  104. package/theme/shadows.js +0 -81
  105. package/theme/sizes/BaseDensity.js +0 -9
  106. package/theme/sizes/baseBorder.js +0 -7
  107. package/theme/sizes/baseBorderRadius.js +0 -12
  108. package/theme/sizes/baseSizes.js +0 -30
  109. package/theme/sizes/index.js +0 -1
  110. package/theme/sizes/pointerQr.js +0 -61
  111. package/theme/sizes/presetSizes.js +0 -58
  112. package/theme/sizes/size.js +0 -30
  113. package/theme/sizes/types.js +0 -1
  114. package/theme/typography/baseFontSize.js +0 -56
  115. package/theme/typography/baseLetterSpacing.js +0 -7
  116. package/theme/typography/baseLineHeight.js +0 -12
  117. package/theme/typography/baseWeight.js +0 -8
  118. package/theme/typography/index.js +0 -1
  119. package/theme/typography/types.js +0 -1
  120. package/theme/typography/typography.js +0 -14
  121. package/theme/typography/typographySizes.js +0 -307
  122. package/theme/typographyOld.js +0 -137
  123. package/types/augmentations.d.js +0 -1
  124. package/types/augmentations.d.ts +0 -158
  125. package/types/index.js +0 -1
  126. package/types/types.js +0 -1
  127. package/utils/getColorPresets.js +0 -14
  128. package/utils/getColorState.js +0 -4
  129. package/utils/getFontValue.js +0 -24
  130. package/utils/getPaletteByPreset.js +0 -240
  131. package/utils/getUserThemeOptions.js +0 -29
  132. package/utils/index.js +0 -1
  133. package/utils/useResponsive.js +0 -16
  134. package/vite-env.d.ts +0 -3
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Example component that displays base palette swatches from @m4l/styles theme.
3
+ */
4
+ export declare function PaletteSwatch(): import("@emotion/react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=PaletteSwatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaletteSwatch.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/lib/PaletteSwatch.tsx"],"names":[],"mappings":"AAQA;;GAEG;AACH,wBAAgB,aAAa,qDA0B5B"}
@@ -18,3 +18,4 @@ export declare const M4LRHFormProvider: (_theme: Omit<Theme, "palette" | "applyS
18
18
  };
19
19
  };
20
20
  };
21
+ //# sourceMappingURL=M4LRHFormProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"M4LRHFormProvider.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/overrides/M4LRHFormProvider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,eAAO,MAAM,iBAAiB,GAC5B,QAAQ,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,aAAa,CAAC,GAAG,YAAY;;;;;;;;;;;;;;;CAkB9D,CAAC"}
@@ -8,3 +8,4 @@ type ThemeType = Omit<Theme, 'palette' | 'applyStyles'> & CssVarsTheme;
8
8
  */
9
9
  export declare function fnComponentsOverrides(theme: ThemeType): ThemeType['components'];
10
10
  export {};
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/overrides/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,KAAK,EACL,YAAY,EACb,MAAM,sBAAsB,CAAC;AAG9B,KAAK,SAAS,GAAG,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,aAAa,CAAC,GAAG,YAAY,CAAC;AAEvE;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,SAAS,GACf,SAAS,CAAC,YAAY,CAAC,CAIzB"}
package/package.json CHANGED
@@ -1,51 +1,30 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "7.1.41",
4
- "license": "UNLICENSED",
5
- "author": "m4l team",
3
+ "version": "7.1.42",
6
4
  "publishConfig": {
7
5
  "access": "public"
8
6
  },
9
- "lint-staged": {
10
- "*.{js,ts,tsx}": "eslint --fix --max-warnings 0"
11
- },
12
- "dependencies": {
13
- "@mui/material": "5.16.7",
14
- "react": "^18.0.0",
15
- "react-dom": "^18.0.0"
16
- },
17
- "resolutions": {
18
- "eslint": "9.28.0",
19
- "react": "^18.0.0",
20
- "@types/react": "^18.0.0",
21
- "@types/react-dom": "^18.0.0",
22
- "react-dom": "^18.0.0",
23
- "vite": "6.3.5"
24
- },
25
- "overrides": {
26
- "eslint": "9.28.0",
27
- "react": "^18.0.0",
28
- "@types/react": "^18.0.0",
29
- "@types/react-dom": "^18.0.0",
30
- "react-dom": "^18.0.0",
31
- "vite": "6.3.5"
32
- },
7
+ "type": "module",
8
+ "main": "./index.js",
9
+ "module": "./index.js",
10
+ "types": "./index.d.ts",
33
11
  "files": [
12
+ "index.js",
13
+ "index.d.ts",
34
14
  "*"
35
15
  ],
36
- "source": "./index.js",
37
- "module": "./index.js",
38
- "types": "./index.d.ts",
39
- "type": "module",
40
- "sideEffects": false,
41
- "engines": {
42
- "node": ">=12.0.0"
43
- },
44
- "packageManager": "yarn@4.5.0",
45
- "private": false,
46
16
  "exports": {
17
+ "./package.json": "./package.json",
47
18
  ".": {
48
- "import": "./index.js"
19
+ "types": "./index.d.ts",
20
+ "import": "./index.js",
21
+ "default": "./index.js"
49
22
  }
23
+ },
24
+ "peerDependencies": {
25
+ "@emotion/react": "11.14.0",
26
+ "@emotion/styled": "11.14.1",
27
+ "react": "^19.0.0",
28
+ "react-dom": "^19.0.0"
50
29
  }
51
- }
30
+ }
@@ -8,3 +8,4 @@ declare const breakpoints: {
8
8
  };
9
9
  };
10
10
  export default breakpoints;
11
+ //# sourceMappingURL=breakpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/theme/breakpoints.ts"],"names":[],"mappings":"AACA,QAAA,MAAM,WAAW;;;;;;;;CAQhB,CAAC;AACF,eAAe,WAAW,CAAC"}
package/theme/index.d.ts CHANGED
@@ -5,3 +5,4 @@ export * from './typography';
5
5
  export * from './typographyOld';
6
6
  export * from './sizes';
7
7
  export { fnComponentsOverrides } from '../overrides';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/theme/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACzD,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC"}
@@ -7,3 +7,4 @@ export declare const BASE_TAG_OBJECT_COLORS_LIGHT: Omit<BaseChipColors, 'primary
7
7
  * Lista de colores definidos para pintar los tags en modo light
8
8
  */
9
9
  export declare const BASE_TAG_OBJECT_COLORS_DARK: Omit<BaseChipColors, 'primary'>;
10
+ //# sourceMappingURL=baseChipsPalette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseChipsPalette.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/baseChipsPalette.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAG7C;;GAEG;AACH,eAAO,MAAM,4BAA4B,EAAE,IAAI,CAAC,cAAc,EAAE,SAAS,CAqWxE,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,2BAA2B,EAAE,IAAI,CAAC,cAAc,EAAE,SAAS,CAuWvE,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { BaseConstantColors } from '../../types';
2
2
  export declare const BASE_COLORS: BaseConstantColors;
3
+ //# sourceMappingURL=baseColors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseColors.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/baseColors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,eAAO,MAAM,WAAW,EAAE,kBA+RzB,CAAC"}
@@ -3,3 +3,4 @@ import { BaseOpacityPalettes, OpacityColors } from '../../types';
3
3
  * Paleta de colores con opacidad
4
4
  */
5
5
  export declare const BASE_OPACITY_COLORS: Record<BaseOpacityPalettes, OpacityColors>;
6
+ //# sourceMappingURL=baseOpacityColors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseOpacityColors.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/baseOpacityColors.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGtE;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,mBAAmB,EAAE,aAAa,CA+N1E,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { CommonColors } from '@mui/material/styles';
2
2
  export declare const COMMON_COLORS: CommonColors;
3
+ //# sourceMappingURL=commonColors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commonColors.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/commonColors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,eAAO,MAAM,aAAa,EAAE,YAG3B,CAAC"}
@@ -12,3 +12,4 @@ export declare const BASE_DEFAULT_COLOR_LIGHT: Omit<PaletteColor, 'focusVisible'
12
12
  * Opción de paleta default en modo dark, se usa para colorear componentes con la variante semántica de tipo default
13
13
  */
14
14
  export declare const BASE_DEFAULT_COLOR_DARK: Omit<PaletteColor, 'focusVisible' | 'semanticText'>;
15
+ //# sourceMappingURL=defaultColors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"defaultColors.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/defaultColors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,kBAmC5B,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,wBAAwB,EAAE,IAAI,CAAC,YAAY,EAAE,cAAc,GAAG,cAAc,CAoBxF,CAAC;AACF;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,IAAI,CAAC,YAAY,EAAE,cAAc,GAAG,cAAc,CAoBvF,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Color } from '@mui/material';
2
2
  export declare const GREY_PALETTE: Color;
3
+ //# sourceMappingURL=greyPalette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"greyPalette.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/greyPalette.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAEtC,eAAO,MAAM,YAAY,EAAE,KAwBjB,CAAC"}
@@ -8,3 +8,4 @@ export { PRESET_DEFAULT } from './defaultColors';
8
8
  export { PRESET_SEMANTICS_COLORS } from './semanticColors';
9
9
  export { PRESET_COLORS } from './presetColors';
10
10
  export { PRIMARY_COLORS_LIGHT, PRIMARY_COLORS_DARK } from './presetColors';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAC7C,OAAO,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,4BAA4B,EAAE,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,EAAE,uBAAuB,EAAE,MAAM,kBAAkB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC"}
@@ -17,3 +17,4 @@ export declare const PRIMARY_COLORS_LIGHT: ThemePaletteColors;
17
17
  */
18
18
  export declare const PRIMARY_COLORS_DARK: OursColorPalette;
19
19
  export declare const presetsOptionsMainColor: PresetsOptionsColorMain;
20
+ //# sourceMappingURL=presetColors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"presetColors.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/presetColors.ts"],"names":[],"mappings":"AACA,OAAO,EACL,kBAAkB,EAClB,kBAAkB,IAAI,gBAAgB,EACtC,iBAAiB,EACjB,uBAAuB,EAExB,MAAM,aAAa,CAAC;AAGrB;;;GAGG;AACH,eAAO,MAAM,aAAa,EAAE,iBAmN3B,CAAC;AACF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,EAAE,kBAoHlC,CAAC;AACF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAAE,gBAoHjC,CAAC;AAGF,eAAO,MAAM,uBAAuB,EAAE,uBAGnC,CAAC"}
@@ -14,3 +14,4 @@ export declare const SEMANTIC_COLORS_LIGHT: SemanticsPaletteColors;
14
14
  * Se tiene en cuanta cuando la variable semántica aplicada al componente es de tipo warning, error, success o info.
15
15
  */
16
16
  export declare const SEMANTIC_COLORS_DARK: SemanticsPaletteColors;
17
+ //# sourceMappingURL=semanticColors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"semanticColors.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/palette/semanticColors.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAGhF;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE,oBA6JrC,CAAC;AACF;;;GAGG;AACH,eAAO,MAAM,qBAAqB,EAAE,sBAyFnC,CAAC;AACF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE,sBAyFlC,CAAC"}
@@ -28,3 +28,4 @@ export declare const shadows: {
28
28
  dark: Shadows;
29
29
  };
30
30
  export default shadows;
31
+ //# sourceMappingURL=shadows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/theme/shadows.ts"],"names":[],"mappings":"AAAA,OAAO,EAAS,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAEtD,MAAM,WAAW,mBAAmB;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IAEd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,uBAAuB,EAAE,MAAM,CAAC;IAChC,eAAe,EAAE,MAAM,CAAC;CACzB;AA0CD;;GAEG;AACH,eAAO,MAAM,mBAAmB,GAAI,MAAM,OAAO,GAAG,MAAM,KAAG,mBA2C5D,CAAC;AACF,eAAO,MAAM,OAAO,EAAE;IACpB,KAAK,EAAE,OAAO,CAAC;IACf,IAAI,EAAE,OAAO,CAAC;CAIf,CAAC;AACF,eAAe,OAAO,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { Density } from './types';
2
2
  export declare const DENSITY: Density;
3
+ //# sourceMappingURL=BaseDensity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseDensity.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/BaseDensity.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,eAAO,MAAM,OAAO,EAAE,OAKrB,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { BaseBorderStroke } from './types';
2
2
  export declare const BASE_BORDER_STROKE: BaseBorderStroke;
3
+ //# sourceMappingURL=baseBorder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseBorder.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/baseBorder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,eAAO,MAAM,kBAAkB,EAAE,gBAGhC,CAAC"}
@@ -4,3 +4,4 @@ import { BaseBorderRadius } from './types';
4
4
  * componentes de la aplicación web.
5
5
  */
6
6
  export declare const BASE_BORDER_RADIUS: BaseBorderRadius;
7
+ //# sourceMappingURL=baseBorderRadius.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseBorderRadius.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/baseBorderRadius.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,gBAQhC,CAAC"}
@@ -3,3 +3,4 @@ import { BaseSpacings } from './types';
3
3
  * Conjunto de valores predeterminados utilizados para definir el tamaño y espaciados en los componentes de la aplicación web.
4
4
  */
5
5
  export declare const BASE_SPACINGS: BaseSpacings;
6
+ //# sourceMappingURL=baseSizes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseSizes.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/baseSizes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,YA0B3B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export * from './types';
2
2
  export * from './pointerQr';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC"}
@@ -19,3 +19,4 @@ export declare const POINTER_QR_DESKTOP_SIZES: PointerQrSizes;
19
19
  * - container: Clasificación de altura para componentes que funcionan como contenedores, como DynamicFilter, DynamicSort, HeaderModule, Tabs, etc. Estos agrupan o contienen otros elementos o funcionalidades.
20
20
  */
21
21
  export declare const POINTER_QR_MOBILE_SIZES: PointerQrSizes;
22
+ //# sourceMappingURL=pointerQr.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pointerQr.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/pointerQr.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC;;;;;;;;GAQG;AACH,eAAO,MAAM,wBAAwB,EAAE,cA4BtC,CAAC;AACF;;;;;;;;GAQG;AAEH,eAAO,MAAM,uBAAuB,EAAE,cA2BnB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { Sizes, SizesComponentsTypes } from './types';
2
2
  export declare const PRESET_SIZES_MOBILE: Record<SizesComponentsTypes, Record<Sizes, string>>;
3
3
  export declare const PRESET_SIZES_DESKTOP: Record<SizesComponentsTypes, Record<Sizes, string>>;
4
+ //# sourceMappingURL=presetSizes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"presetSizes.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/presetSizes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEtD,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CA0B5B,CAAC;AAEzD,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,CA0B7B,CAAC"}
@@ -4,3 +4,4 @@ import { Size } from './types';
4
4
  * utilizado para tokenizar las medidas con el sistema de diseño
5
5
  */
6
6
  export declare const SIZE: Size;
7
+ //# sourceMappingURL=size.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/size.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/B;;;GAGG;AACH,eAAO,MAAM,IAAI,EAAE,IAoBlB,CAAC"}
@@ -90,3 +90,4 @@ export interface Size {
90
90
  baseSpacings: BaseSpacings;
91
91
  density: Density;
92
92
  }
93
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/sizes/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;IACX,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AACD;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAE;AACxC;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC,CAAC;AAC9E;;;;;GAKG;AACH,MAAM,MAAM,oBAAoB,GAAG,MAAM,GAAG,QAAQ,GAAG,WAAW,GAAG,KAAK,GAAG,MAAM,CAAC;AACpF;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,WAAW,CAAC;AACzC;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AACD;;;;GAIG;AACH,MAAM,WAAW,IAAI;IACnB,MAAM,EAAE,cAAc,CAAC;IACvB,OAAO,EAAE,cAAc,CAAC;IACxB,YAAY,EAAE,gBAAgB,CAAC;IAC/B,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,EAAE,gBAAgB,CAAC;IAC/B,YAAY,EAAE,YAAY,CAAC;IAC3B,OAAO,EAAE,OAAO,CAAC;CAClB"}
@@ -1,2 +1,3 @@
1
1
  import { BaseFontSize } from './types';
2
2
  export declare const BASE_FONT_SIZE: BaseFontSize;
3
+ //# sourceMappingURL=baseFontSize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseFontSize.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/baseFontSize.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AACvC,eAAO,MAAM,cAAc,EAAE,YAoD5B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { BaseLetterSpacing } from './types';
2
2
  export declare const BASE_LETTER_SPACING: BaseLetterSpacing;
3
+ //# sourceMappingURL=baseLetterSpacing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseLetterSpacing.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/baseLetterSpacing.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAC5C,eAAO,MAAM,mBAAmB,EAAE,iBAGjC,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { BaseLineHeight } from './types';
2
2
  export declare const BASE_LINE_HEIGHT: BaseLineHeight;
3
+ //# sourceMappingURL=baseLineHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseLineHeight.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/baseLineHeight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,eAAO,MAAM,gBAAgB,EAAE,cAQ9B,CAAC"}
@@ -1,2 +1,3 @@
1
1
  import { BaseWeight } from './types';
2
2
  export declare const BASE_WEIGHT: BaseWeight;
3
+ //# sourceMappingURL=baseWeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"baseWeight.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/baseWeight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACrC,eAAO,MAAM,WAAW,EAAE,UAIzB,CAAC"}
@@ -5,3 +5,4 @@ export * from './baseWeight';
5
5
  export * from './types';
6
6
  export * from './typography';
7
7
  export * from './typographySizes';
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC"}
@@ -119,3 +119,4 @@ export type FontProps = {
119
119
  lineHeight: string;
120
120
  letterSpacing: string;
121
121
  };
122
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/types.ts"],"names":[],"mappings":"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"}
@@ -1,2 +1,3 @@
1
1
  import { Typography } from './types';
2
2
  export declare const TYPOGRAPHY: Typography;
3
+ //# sourceMappingURL=typography.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/typography.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,UAAU,EAAE,UAMxB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { TypographySizes } from './types';
2
2
  export declare const TYPOGRAPHY_SIZES_MOBILE: TypographySizes;
3
3
  export declare const TYPOGRAPHY_SIZES_DESKTOP: TypographySizes;
4
+ //# sourceMappingURL=typographySizes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typographySizes.d.ts","sourceRoot":"","sources":["../../../../../../packages/styles/src/theme/typography/typographySizes.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAC1C,eAAO,MAAM,uBAAuB,EAAE,eAqJrC,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,eAqJtC,CAAC"}
@@ -224,3 +224,4 @@ export declare const typographyOld: {
224
224
  readonly lineHeight: "16px";
225
225
  };
226
226
  };
227
+ //# sourceMappingURL=typographyOld.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typographyOld.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/theme/typographyOld.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;;;;6BASR,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Hd,CAAC"}
package/types/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from './types';
2
2
  export * from './augmentations.d';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC"}
package/types/types.d.ts CHANGED
@@ -161,3 +161,4 @@ export type ChipColorOptions = 'default' | 'disabled' | 'warning' | 'error' | 's
161
161
  * Representa la definición de la lista de colores para usarse en los chips. Son los colores con los que se van a pintar el componente chip.
162
162
  */
163
163
  export type BaseChipColors = Record<ChipColorOptions, Record<ChipColorVariant, ChipColor>>;
164
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/types/types.ts"],"names":[],"mappings":"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"}
@@ -6,3 +6,4 @@ export declare const defaultPresetColors: PresetColor;
6
6
  */
7
7
  export declare function getColorPresets(presetsKey: ThemeUserColor): PresetColor;
8
8
  export default getColorPresets;
9
+ //# sourceMappingURL=getColorPresets.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getColorPresets.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/getColorPresets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAEvD,eAAO,MAAM,cAAc,EAAE,cAA2B,CAAC;AACzD,eAAO,MAAM,mBAAmB,aAAgC,CAAC;AACjE;;GAEG;AACH,wBAAgB,eAAe,CAAC,UAAU,EAAE,cAAc,GAAG,WAAW,CAKvE;AACD,eAAe,eAAe,CAAC"}
@@ -4,3 +4,4 @@ import { Theme } from '@mui/material';
4
4
  * Get color state
5
5
  */
6
6
  export declare const getColorState: (color: ComponentPalletColor, palette: Theme["palette"] | Theme["vars"]["palette"]) => string;
7
+ //# sourceMappingURL=getColorState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getColorState.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/getColorState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AACtC;;GAEG;AACH,eAAO,MAAM,aAAa,GACxB,OAAO,oBAAoB,EAC3B,SAAS,KAAK,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,WAGrD,CAAC"}
@@ -18,3 +18,4 @@ export declare function responsiveFontSizes({ sm, md, lg }: {
18
18
  fontSize: string;
19
19
  };
20
20
  };
21
+ //# sourceMappingURL=getFontValue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFontValue.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/getFontValue.ts"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,UAEpC;AACD,wBAAgB,OAAO,CAAC,KAAK,EAAE,MAAM,UAEpC;AACD;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAC;IAAC,EAAE,EAAE,MAAM,CAAA;CAAE;;;;;;;;;;EAYzF"}
@@ -69,19 +69,19 @@ export declare const getPaletteByPreset: (themeUserColor: ThemeUserColor) => {
69
69
  readonly paper: "#fff";
70
70
  };
71
71
  readonly chips: {
72
- readonly info: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
73
- readonly success: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
74
- readonly warning: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
75
- readonly error: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
76
- readonly default: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
77
- readonly forest: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
78
- readonly pink: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
79
- readonly orange: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
80
- readonly candy: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
81
- readonly persianGreen: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
82
- readonly aqua: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
83
- readonly sheetGreen: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
84
- readonly disabled: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
72
+ readonly info: Record<import('..').ChipColorVariant, import('..').ChipColor>;
73
+ readonly success: Record<import('..').ChipColorVariant, import('..').ChipColor>;
74
+ readonly warning: Record<import('..').ChipColorVariant, import('..').ChipColor>;
75
+ readonly error: Record<import('..').ChipColorVariant, import('..').ChipColor>;
76
+ readonly default: Record<import('..').ChipColorVariant, import('..').ChipColor>;
77
+ readonly forest: Record<import('..').ChipColorVariant, import('..').ChipColor>;
78
+ readonly pink: Record<import('..').ChipColorVariant, import('..').ChipColor>;
79
+ readonly orange: Record<import('..').ChipColorVariant, import('..').ChipColor>;
80
+ readonly candy: Record<import('..').ChipColorVariant, import('..').ChipColor>;
81
+ readonly persianGreen: Record<import('..').ChipColorVariant, import('..').ChipColor>;
82
+ readonly aqua: Record<import('..').ChipColorVariant, import('..').ChipColor>;
83
+ readonly sheetGreen: Record<import('..').ChipColorVariant, import('..').ChipColor>;
84
+ readonly disabled: Record<import('..').ChipColorVariant, import('..').ChipColor>;
85
85
  readonly primary: {
86
86
  readonly outlined: {
87
87
  readonly color: string;
@@ -277,19 +277,19 @@ export declare const getPaletteByPreset: (themeUserColor: ThemeUserColor) => {
277
277
  readonly paper: "#000";
278
278
  };
279
279
  readonly chips: {
280
- readonly info: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
281
- readonly success: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
282
- readonly warning: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
283
- readonly error: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
284
- readonly default: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
285
- readonly forest: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
286
- readonly pink: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
287
- readonly orange: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
288
- readonly candy: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
289
- readonly persianGreen: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
290
- readonly aqua: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
291
- readonly sheetGreen: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
292
- readonly disabled: Record<import('../types').ChipColorVariant, import('../types').ChipColor>;
280
+ readonly info: Record<import('..').ChipColorVariant, import('..').ChipColor>;
281
+ readonly success: Record<import('..').ChipColorVariant, import('..').ChipColor>;
282
+ readonly warning: Record<import('..').ChipColorVariant, import('..').ChipColor>;
283
+ readonly error: Record<import('..').ChipColorVariant, import('..').ChipColor>;
284
+ readonly default: Record<import('..').ChipColorVariant, import('..').ChipColor>;
285
+ readonly forest: Record<import('..').ChipColorVariant, import('..').ChipColor>;
286
+ readonly pink: Record<import('..').ChipColorVariant, import('..').ChipColor>;
287
+ readonly orange: Record<import('..').ChipColorVariant, import('..').ChipColor>;
288
+ readonly candy: Record<import('..').ChipColorVariant, import('..').ChipColor>;
289
+ readonly persianGreen: Record<import('..').ChipColorVariant, import('..').ChipColor>;
290
+ readonly aqua: Record<import('..').ChipColorVariant, import('..').ChipColor>;
291
+ readonly sheetGreen: Record<import('..').ChipColorVariant, import('..').ChipColor>;
292
+ readonly disabled: Record<import('..').ChipColorVariant, import('..').ChipColor>;
293
293
  readonly primary: {
294
294
  readonly outlined: {
295
295
  readonly color: string;
@@ -420,3 +420,4 @@ export declare const getPaletteByPreset: (themeUserColor: ThemeUserColor) => {
420
420
  };
421
421
  };
422
422
  };
423
+ //# sourceMappingURL=getPaletteByPreset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPaletteByPreset.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/getPaletteByPreset.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAwB/C;;GAEG;AACH,eAAO,MAAM,kBAAkB,GAAI,gBAAgB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+LhE,CAAC"}
@@ -4,3 +4,4 @@ import { ThemeUserColor, ThemeUserMode } from '../types/types';
4
4
  * Obtiene el tema de la aplicación basado en el color y modo seleccionado por el usuario.
5
5
  */
6
6
  export declare function getUserThemeOptions(themeUserMode: ThemeUserMode, themeUserColor: ThemeUserColor): Theme;
7
+ //# sourceMappingURL=getUserThemeOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getUserThemeOptions.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/getUserThemeOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,MAAM,eAAe,CAAC;AAI1D,OAAO,EAAG,cAAc,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEhE;;GAEG;AACH,wBAAgB,mBAAmB,CAAE,aAAa,EAAE,aAAa,EAAE,cAAc,EAAE,cAAc,GAAM,KAAK,CAyB3G"}
package/utils/index.d.ts CHANGED
@@ -4,3 +4,4 @@ export * from './getFontValue';
4
4
  export * from './getColorState';
5
5
  export * from './getPaletteByPreset';
6
6
  export * from './getUserThemeOptions';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC"}
@@ -6,5 +6,6 @@ type End = Breakpoint | number;
6
6
  /**
7
7
  * Responsive breakpoints for `theme.breakpoints.up(key)`
8
8
  */
9
- export declare function useResponsive(query: Query, key?: Key, start?: Start, end?: End): boolean | undefined;
9
+ export declare function useResponsive(query: Query, key?: Key, start?: Start, end?: End): boolean;
10
10
  export {};
11
+ //# sourceMappingURL=useResponsive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResponsive.d.ts","sourceRoot":"","sources":["../../../../../packages/styles/src/utils/useResponsive.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAI3C,KAAK,KAAK,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,CAAC;AAChD,KAAK,GAAG,GAAG,UAAU,GAAG,MAAM,CAAC;AAC/B,KAAK,KAAK,GAAG,UAAU,GAAG,MAAM,CAAC;AACjC,KAAK,GAAG,GAAG,UAAU,GAAG,MAAM,CAAC;AAC/B;;GAEG;AACH,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,GAAG,WAoB9E"}