@ptlm-azulejo/button 2.0.0-alpha.6 → 2.0.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -78
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ptlm-azulejo/button",
3
- "version": "2.0.0-alpha.6",
3
+ "version": "2.0.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "module": "./dist/index.js",
@@ -27,11 +27,11 @@
27
27
  "dist/*"
28
28
  ],
29
29
  "devDependencies": {
30
- "@ptlm-azulejo/themes": "*",
31
30
  "@storybook/addon-essentials": "^7.0.0",
32
31
  "@storybook/addon-interactions": "^7.0.0",
33
32
  "@storybook/vue3": "^7.0.0",
34
33
  "@storybook/vue3-vite": "^7.0.0",
34
+ "@ptlm-azulejo/themes": "*",
35
35
  "@tailwindcss/vite": "^4.0.0",
36
36
  "storybook": "^7.0.0",
37
37
  "tailwindcss": "^4.0.0",
package/CHANGELOG.md DELETED
@@ -1,78 +0,0 @@
1
- # Change Log
2
-
3
- ## 2.0.0
4
-
5
- ### Major 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`.
21
-
22
- All notable changes to this project will be documented in this file.
23
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
24
-
25
- ## [1.3.2](https://github.com/aplemes/library-components/compare/@ptlm-azulejo/button@1.3.1...@ptlm-azulejo/button@1.3.2) (2026-03-12)
26
-
27
- **Note:** Version bump only for package @ptlm-azulejo/button
28
-
29
- ## [1.3.1](https://github.com/aplemes/library-components/compare/@ptlm-azulejo/button@1.3.0...@ptlm-azulejo/button@1.3.1) (2026-03-12)
30
-
31
- **Note:** Version bump only for package @ptlm-azulejo/button
32
-
33
- # 1.3.0 (2026-03-12)
34
-
35
- ### Bug Fixes
36
-
37
- - [US-064] Button - align appearance prop and classObject with mozaic-vue ([152da0b](https://github.com/aplemes/library-components/commit/152da0bfcb05daec46a21cc35e361809d8d0d4fd))
38
- - revert Button default slot text to 'Button Label' ([2cbf624](https://github.com/aplemes/library-components/commit/2cbf624bf1a1f1ea79f7e294c4912a9c7d6247d5))
39
-
40
- ### Features
41
-
42
- - [US-002] - Align Button with mozaic-vue reference ([def8c29](https://github.com/aplemes/library-components/commit/def8c291c8eb9245181f667bcb40a0bacce2a63a))
43
- - [US-002] - Pacote de design tokens (@leroy-merlin-pt/tokens) ([2793d72](https://github.com/aplemes/library-components/commit/2793d72c8205c84ee428699b9d0679a6b791babb))
44
- - [US-003] - Migrar componente Button do Mozaic (@leroy-merlin-pt/button) ([e5fb1c5](https://github.com/aplemes/library-components/commit/e5fb1c5a66560920b8c64014e4e08ca147beb794))
45
- - [US-004] - Componente Input (@leroy-merlin-pt/input) ([a2a7894](https://github.com/aplemes/library-components/commit/a2a7894b057cab6b350a0b7e45cef7eea86e7a24))
46
- - add full documentation, unified Storybook and component generator ([02ec178](https://github.com/aplemes/library-components/commit/02ec178e5c5ce4f1cf75efdcbabe33d7fd9d20f9))
47
- - add README docs to all packages and align Button, IconButton, Input components ([a4df103](https://github.com/aplemes/library-components/commit/a4df103eef20c4c76f532125ae287b93223e1be4))
48
- - migrate org to [@ptlm-azulejo](https://github.com/azulejo-kit) and add Az component prefix ([c31ba38](https://github.com/aplemes/library-components/commit/c31ba38c12562e2f662b07444eca0fba1a4fe8bc))
49
- - test new release flow on Button ([b6014c0](https://github.com/aplemes/library-components/commit/b6014c028b3175a41d2ec5a737fd71b18138643b))
50
- - update Button default label and default color ([16ff665](https://github.com/aplemes/library-components/commit/16ff66512a078307efd656f21da9d913c40ff87a))
51
-
52
- # [1.2.0](https://github.com/aplemes/library-components/compare/@leroy-merlin-pt/button@1.1.3...@leroy-merlin-pt/button@1.2.0) (2026-03-12)
53
-
54
- ### Features
55
-
56
- - update Button default label and default color ([16ff665](https://github.com/aplemes/library-components/commit/16ff66512a078307efd656f21da9d913c40ff87a))
57
-
58
- ## [1.1.2](https://github.com/aplemes/library-components/compare/@leroy-merlin-pt/button@1.1.1...@leroy-merlin-pt/button@1.1.2) (2026-03-11)
59
-
60
- **Note:** Version bump only for package @leroy-merlin-pt/button
61
-
62
- ## [1.1.1](https://github.com/aplemes/library-components/compare/@leroy-merlin-pt/button@1.1.0...@leroy-merlin-pt/button@1.1.1) (2026-03-11)
63
-
64
- ### Bug Fixes
65
-
66
- - revert Button default slot text to 'Button Label' ([2cbf624](https://github.com/aplemes/library-components/commit/2cbf624bf1a1f1ea79f7e294c4912a9c7d6247d5))
67
-
68
- # [1.1.0](https://github.com/aplemes/library-components/compare/@leroy-merlin-pt/button@1.0.3...@leroy-merlin-pt/button@1.1.0) (2026-03-11)
69
-
70
- ### Features
71
-
72
- - test new release flow on Button ([b6014c0](https://github.com/aplemes/library-components/commit/b6014c028b3175a41d2ec5a737fd71b18138643b))
73
-
74
- ## [1.0.3](https://github.com/aplemes/library-components/compare/@leroy-merlin-pt/button@1.0.2...@leroy-merlin-pt/button@1.0.3) (2026-03-11)
75
-
76
- ### Bug Fixes
77
-
78
- - [US-064] Button - align appearance prop and classObject with mozaic-vue ([152da0b](https://github.com/aplemes/library-components/commit/152da0bfcb05daec46a21cc35e361809d8d0d4fd))