@gitlab/ui 43.5.0 → 43.7.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 +21 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/dist/utils/constants.js +1 -2
- package/package.json +6 -9
- package/scss_to_js/scss_variables.js +15 -13
- package/scss_to_js/scss_variables.json +97 -19
- package/src/components/base/accordion/accordion_item.spec.js +4 -4
- package/src/components/base/button/button.scss +1 -1
- package/src/components/base/form/form_checkbox/form_checkbox.scss +44 -12
- package/src/components/base/form/form_input/form_input.scss +1 -1
- package/src/components/base/form/form_select/form_select.scss +1 -1
- package/src/components/base/table/table.scss +4 -0
- package/src/scss/mixins.spec.scss +2 -2
- package/src/scss/run_scss_tests.spec.js +8 -0
- package/src/scss/utilities.scss +12 -0
- package/src/scss/utility-mixins/flex.scss +6 -0
- package/src/scss/variables.scss +3 -4
- package/src/utils/constants.js +2 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [43.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.7.0...v43.7.1) (2022-08-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **GlTable:** removes border top when stacked ([402a309](https://gitlab.com/gitlab-org/gitlab-ui/commit/402a3090db5db41add12df39fd40b71a60b32df3))
|
|
7
|
+
|
|
8
|
+
# [43.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.6.0...v43.7.0) (2022-08-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **css:** update disabled states ([bd5c4fe](https://gitlab.com/gitlab-org/gitlab-ui/commit/bd5c4fe186649606fb49128224e95ac891947e4d))
|
|
14
|
+
|
|
15
|
+
# [43.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.5.0...v43.6.0) (2022-08-16)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **css:** add gl-sm-align-items-flex-start utility ([ea811c9](https://gitlab.com/gitlab-org/gitlab-ui/commit/ea811c99c8418f986fcc1679c6102a4a55e3fea9))
|
|
21
|
+
|
|
1
22
|
# [43.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v43.4.0...v43.5.0) (2022-08-11)
|
|
2
23
|
|
|
3
24
|
|