@matteoaliano/forest-ui 0.3.1 → 0.3.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/dist/{chunk-GZ6FQWHG.mjs → chunk-J75HY2NM.mjs} +914 -791
- package/dist/chunk-J75HY2NM.mjs.map +1 -0
- package/dist/{index-CSpNzZHg.d.mts → index-BCXD47YU.d.mts} +72 -84
- package/dist/{index-CSpNzZHg.d.ts → index-BCXD47YU.d.ts} +72 -84
- package/dist/index.d.mts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.js +944 -809
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -22
- package/dist/index.mjs.map +1 -1
- package/dist/theme.d.mts +1 -1
- package/dist/theme.d.ts +1 -1
- package/dist/theme.js +915 -789
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +1 -1
- package/guidelines/FOREST_BE_GUIDELINES.md +1 -1
- package/guidelines/FOREST_FE_GUIDELINES.md +1 -1
- package/guidelines/FOREST_UI_GUIDELINES.md +37 -2
- package/package.json +1 -1
- package/dist/chunk-GZ6FQWHG.mjs.map +0 -1
package/dist/theme.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '@mui/material';
|
|
2
2
|
import '@mui/material/styles';
|
|
3
|
-
export { D as DesignTokens, P as PresetVariantConfig, T as ThemePreset, a as alpha, b as avatarColors, c as
|
|
3
|
+
export { D as DesignTokens, P as PresetVariantConfig, T as ThemePreset, a as alpha, b as avatarColors, c as base, d as bg, e as border, f as breadcrumbColors, g as buildTheme, h as buildThemeOptions, i as buttonColors, j as chartColors, O as components, k as container, l as display, m as error, n as fg, o as focusRings, p as fontFamily, q as fontSize, r as fontWeight, s as forestAgencyPreset, t as forestExternalPreset, u as forestInternalPreset, v as forestTheme, w as forestThemeOptions, x as getAvailablePresets, y as getPreset, Q as gray, z as iconColors, A as info, B as lineHeight, R as magenta, S as misc, C as navColors, U as palette, E as radius, V as radiusSharp, W as red, F as registerPreset, X as shadows, G as sliderColors, H as spacing, I as success, J as text, K as toggleColors, Y as typography, Z as violet, M as warning, N as widths } from './index-BCXD47YU.mjs';
|
package/dist/theme.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import '@mui/material';
|
|
2
2
|
import '@mui/material/styles';
|
|
3
|
-
export { D as DesignTokens, P as PresetVariantConfig, T as ThemePreset, a as alpha, b as avatarColors, c as
|
|
3
|
+
export { D as DesignTokens, P as PresetVariantConfig, T as ThemePreset, a as alpha, b as avatarColors, c as base, d as bg, e as border, f as breadcrumbColors, g as buildTheme, h as buildThemeOptions, i as buttonColors, j as chartColors, O as components, k as container, l as display, m as error, n as fg, o as focusRings, p as fontFamily, q as fontSize, r as fontWeight, s as forestAgencyPreset, t as forestExternalPreset, u as forestInternalPreset, v as forestTheme, w as forestThemeOptions, x as getAvailablePresets, y as getPreset, Q as gray, z as iconColors, A as info, B as lineHeight, R as magenta, S as misc, C as navColors, U as palette, E as radius, V as radiusSharp, W as red, F as registerPreset, X as shadows, G as sliderColors, H as spacing, I as success, J as text, K as toggleColors, Y as typography, Z as violet, M as warning, N as widths } from './index-BCXD47YU.js';
|