@gnist/design-system 0.0.6 → 0.1.1
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 +19 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,28 @@
|
|
|
1
|
-
|
|
2
1
|
# Change Log
|
|
3
2
|
|
|
4
3
|
All notable changes to this project will be documented in this file.
|
|
5
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
6
5
|
|
|
6
|
+
## [0.1.1](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@0.1.0...@gnist/design-system@0.1.1) (2024-11-08)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @gnist/design-system
|
|
9
|
+
|
|
10
|
+
## [0.1.0](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@0.0.2...@gnist/design-system@0.1.0) (2024-11-08)
|
|
11
|
+
|
|
12
|
+
### ⚠ BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
* Brand new packages
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* Initial release of Gnist Design-system npm page and Gnist Themes npm package ([69b6f9f](https://github.com/mollerdigital/design-system-design-system/commit/69b6f9fe80741a0816b1e35d70b1d311dd3bed86))
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* Fix elevated label styling ([a17d0e6](https://github.com/mollerdigital/design-system-design-system/commit/a17d0e6b0cb7b0a7baedb7524c5ceae8e0501ff8))
|
|
23
|
+
|
|
7
24
|
## [0.0.1] (2024-10-08)
|
|
8
25
|
|
|
9
26
|
### Initial setup
|
|
10
27
|
|
|
11
|
-
* Set up to push package to new npm registry
|
|
28
|
+
* Set up to push package to new npm registry
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnist/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@formkit/auto-animate": "^0.7.0",
|
|
51
|
-
"@gnist/component-utils": "
|
|
52
|
-
"@gnist/themes": "^0.0
|
|
51
|
+
"@gnist/component-utils": "2.0.0",
|
|
52
|
+
"@gnist/themes": "^0.2.0",
|
|
53
53
|
"@mui/base": "^5.0.0-beta.36",
|
|
54
54
|
"@vanilla-extract/css": "^1.14.1",
|
|
55
55
|
"@vanilla-extract/css-utils": "^0.1.3",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"optional": true
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "bfdae41644497f720aab10a01fbc5b9898c005b6"
|
|
117
117
|
}
|