@gitlab/ui 91.15.0 → 92.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 +16 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +3 -4
- package/dist/tokens/build/js/tokens.js +2 -3
- package/dist/tokens/css/tokens.css +1 -2
- package/dist/tokens/css/tokens.dark.css +2 -3
- package/dist/tokens/js/tokens.dark.js +2 -3
- package/dist/tokens/js/tokens.js +1 -2
- package/dist/tokens/json/tokens.dark.json +4 -36
- package/dist/tokens/json/tokens.json +3 -35
- package/dist/tokens/scss/_tokens.dark.scss +2 -3
- package/dist/tokens/scss/_tokens.scss +1 -2
- package/dist/tokens/scss/_tokens_custom_properties.scss +0 -1
- package/package.json +1 -1
- package/src/components/base/modal/modal.scss +1 -1
- package/src/components/base/popover/popover.scss +10 -10
- package/src/components/base/toast/toast.scss +2 -1
- package/src/scss/variables.scss +0 -1
- package/src/tokens/build/css/tokens.css +1 -2
- package/src/tokens/build/css/tokens.dark.css +2 -3
- package/src/tokens/build/js/tokens.dark.js +2 -3
- package/src/tokens/build/js/tokens.js +1 -2
- package/src/tokens/build/json/tokens.dark.json +4 -36
- package/src/tokens/build/json/tokens.json +3 -35
- package/src/tokens/build/scss/_tokens.dark.scss +2 -3
- package/src/tokens/build/scss/_tokens.scss +1 -2
- package/src/tokens/build/scss/_tokens_custom_properties.scss +0 -1
- package/src/tokens/feedback.tokens.json +2 -8
- package/src/tokens/contextual/popover.tokens.json +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
# [92.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v91.15.0...v92.0.0) (2024-09-10)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **Feedback:** Update feedback tokens ([2f47efa](https://gitlab.com/gitlab-org/gitlab-ui/commit/2f47efa9e71154b7567f59d4c2029095ea35d91b))
|
|
7
|
+
* **Modal:** Use new semantic bg tokens ([bf79388](https://gitlab.com/gitlab-org/gitlab-ui/commit/bf79388fc22d83a85408d9184b1072f288b144ac))
|
|
8
|
+
* **Popover:** Use new semantic bg tokens ([6113aa2](https://gitlab.com/gitlab-org/gitlab-ui/commit/6113aa2e62a1c898ab484ae6ef0ca3047405de25))
|
|
9
|
+
* **Toast:** Remove SCSS var ([fe32492](https://gitlab.com/gitlab-org/gitlab-ui/commit/fe3249273e048ace87c2e98398711032e3afc58a))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
* **Popover:** Update the popover to use new semantic overlap design
|
|
15
|
+
tokens and remove the contextual ones.
|
|
16
|
+
|
|
1
17
|
# [91.15.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v91.14.0...v91.15.0) (2024-09-10)
|
|
2
18
|
|
|
3
19
|
|