@gitlab/ui 89.7.0 → 90.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 CHANGED
@@ -1,3 +1,16 @@
1
+ # [90.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v89.7.0...v90.0.0) (2024-08-22)
2
+
3
+
4
+ ### Code Refactoring
5
+
6
+ * **GlFormText:** Remove component ([9f0c757](https://gitlab.com/gitlab-org/gitlab-ui/commit/9f0c757e76e91245ba5794ab4a578393b984820d))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * **GlFormText:** Remove GlFormText component entirely. Bootstrap's
12
+ internal BFormText does still exist and is used in e.g. the GlFormGroup
13
+
1
14
  # [89.7.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v89.6.0...v89.7.0) (2024-08-21)
2
15
 
3
16
 
package/dist/config.js CHANGED
@@ -3,9 +3,6 @@ import translationKeys from '../translations';
3
3
  import { BVConfigPlugin } from './vendor/bootstrap-vue/src/bv-config';
4
4
  import { tooltipDelay } from './utils/constants';
5
5
 
6
- const bFormTextGlobalConfig = {
7
- textVariant: 'gl-muted'
8
- };
9
6
  const tooltipGlobalConfig = {
10
7
  // Work around for https://github.com/bootstrap-vue/bootstrap-vue/issues/6507
11
8
  boundaryPadding: 5,
@@ -59,7 +56,6 @@ const setConfigs = function () {
59
56
  }
60
57
  configured = true;
61
58
  Vue.use(BVConfigPlugin, {
62
- BFormText: bFormTextGlobalConfig,
63
59
  BTooltip: tooltipGlobalConfig,
64
60
  BPopover: {
65
61
  delay: popoverDelayConfig