@ptlm-azulejo/themes 1.1.0-alpha.5 → 1.1.0
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 +1 -1
- package/CHANGELOG.md +0 -20
package/package.json
CHANGED
package/CHANGELOG.md
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# @ptlm-azulejo/themes
|
|
2
|
-
|
|
3
|
-
## 1.1.0
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- 53000f7: Add Mozaic-aligned multi-brand theming support.
|
|
8
|
-
|
|
9
|
-
- New `@ptlm-azulejo/themes` package with structural/status tokens in `base.css`
|
|
10
|
-
and brand presets selected by a root class (`presets/leroy-merlin.css`,
|
|
11
|
-
`presets/adeo.css`), via `.preset-lm` / `.preset-adeo` and `data-theme` for
|
|
12
|
-
light/dark.
|
|
13
|
-
- `AzButton` now consumes theme tokens through utilities mapped in
|
|
14
|
-
`@theme inline`, working across both brands and in light/dark.
|
|
15
|
-
|
|
16
|
-
**BREAKING:** components no longer bake brand colors. The consumer must now
|
|
17
|
-
import `@ptlm-azulejo/themes/base.css` + a preset and apply the
|
|
18
|
-
`.preset-lm`/`.preset-adeo` class (and optional `data-theme="dark"`) on the root
|
|
19
|
-
element; otherwise components render uncolored. See the migration notes in
|
|
20
|
-
`packages/themes/README.md`.
|