@gnist/design-system 7.0.0-alpha.1 → 7.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.
- package/CHANGELOG.md +7 -25
- package/README.md +0 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [7.0.0
|
|
6
|
+
## [7.0.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.3.1...@gnist/design-system@7.0.0) (2026-06-03)
|
|
7
7
|
|
|
8
8
|
### ⚠ BREAKING CHANGES
|
|
9
9
|
|
|
@@ -12,40 +12,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
12
12
|
### Features
|
|
13
13
|
|
|
14
14
|
* **design-system:** wrap gnist css in [@layer](https://github.com/layer) gnist ([168f0af](https://github.com/mollerdigital/design-system-design-system/commit/168f0af6ac367c2189060edf030f9a76059164cc))
|
|
15
|
-
## [7.0.0-alpha.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.3.0-alpha.0...@gnist/design-system@7.0.0-alpha.0) (2026-05-21)
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
* **design-system:** Bumping major version.
|
|
20
|
-
|
|
21
|
-
### Features
|
|
22
|
-
|
|
23
|
-
* **design-system:** trigger major version bump ([bbec7c0](https://github.com/mollerdigital/design-system-design-system/commit/bbec7c025f9bbc73e66ac87a08b844a066abebb5))
|
|
24
|
-
* Wrap gnist css in [@layer](https://github.com/layer) gnist { ... } ([c513601](https://github.com/mollerdigital/design-system-design-system/commit/c513601b4831e7d02f08028cdf1f0cd4c42f60bc))
|
|
16
|
+
## [6.3.1](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.3.0...@gnist/design-system@6.3.1) (2026-06-01)
|
|
25
17
|
|
|
26
18
|
### Bug Fixes
|
|
27
19
|
|
|
28
|
-
*
|
|
29
|
-
|
|
30
|
-
## [7.0.0-alpha.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.3.0-alpha.0...@gnist/design-system@7.0.0-alpha.0) (2026-05-21)
|
|
31
|
-
|
|
32
|
-
### ⚠ BREAKING CHANGES
|
|
20
|
+
* skeletons should be treated as decorative, so adding aria-hidden ([e66ae17](https://github.com/mollerdigital/design-system-design-system/commit/e66ae17da1cf61309f0ffd695a7478f1e4568c26))
|
|
33
21
|
|
|
34
|
-
|
|
22
|
+
## [6.3.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.2.3...@gnist/design-system@6.3.0) (2026-05-27)
|
|
35
23
|
|
|
36
24
|
### Features
|
|
37
25
|
|
|
38
|
-
*
|
|
39
|
-
|
|
40
|
-
## [6.3.0-alpha.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.2.2...@gnist/design-system@6.3.0-alpha.0) (2026-05-21)
|
|
41
|
-
|
|
42
|
-
### Features
|
|
26
|
+
* add colorMode to Logo, making it possible to use certain logos on both dark and light mode ([fc47632](https://github.com/mollerdigital/design-system-design-system/commit/fc476323fa78159eb7e6da0c9cb50d244e1ca0d8))
|
|
43
27
|
|
|
44
|
-
|
|
28
|
+
## [6.2.3](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.2.2...@gnist/design-system@6.2.3) (2026-05-26)
|
|
45
29
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
* lint ([1c19f04](https://github.com/mollerdigital/design-system-design-system/commit/1c19f04a0aae90d887e3f26f4c31321bea84dced))
|
|
30
|
+
**Note:** Version bump only for package @gnist/design-system
|
|
49
31
|
|
|
50
32
|
## [6.2.2](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@6.2.1...@gnist/design-system@6.2.2) (2026-05-21)
|
|
51
33
|
|
package/README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
# Multi-brand React component library for Møller
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
`@gnist/design-system` is a React component library containing reusable, multi-brand GUI building blocks for applications in the Møller ecosystem.
|
|
5
4
|
|
|
6
5
|
For instructions on developing components, see the [Development docs](#development).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnist/design-system",
|
|
3
|
-
"version": "7.0.0
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@base-ui/react": "1.0.0",
|
|
52
52
|
"@formkit/auto-animate": "^0.8.2",
|
|
53
|
-
"@gnist/component-utils": "3.0.15
|
|
54
|
-
"@gnist/themes": "^4.0.0
|
|
53
|
+
"@gnist/component-utils": "3.0.15",
|
|
54
|
+
"@gnist/themes": "^4.0.0",
|
|
55
55
|
"@material-symbols/svg-400": "^0.42.3",
|
|
56
56
|
"@vanilla-extract/css": "1.20.1",
|
|
57
57
|
"@vanilla-extract/css-utils": "^0.1.6",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"optional": true
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "7a847f8428b1f70cd83898a36a0454ad9440cca6"
|
|
108
108
|
}
|