@gitlab/ui 134.3.1 → 134.4.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.
|
@@ -506,6 +506,7 @@ const BVTooltip = /*#__PURE__*/extend({
|
|
|
506
506
|
target = getById(target.replace(/^#/, ''));
|
|
507
507
|
} else if (isFunction(target)) {
|
|
508
508
|
target = target();
|
|
509
|
+
target = target && (target.$el || target);
|
|
509
510
|
} else if (target) {
|
|
510
511
|
target = target.$el || target;
|
|
511
512
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "134.
|
|
3
|
+
"version": "134.4.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@babel/preset-env": "^7.29.7",
|
|
105
105
|
"@babel/preset-react": "^7.29.7",
|
|
106
106
|
"@cypress/grep": "^4.1.1",
|
|
107
|
-
"@figma/code-connect": "^1.4.
|
|
107
|
+
"@figma/code-connect": "^1.4.8",
|
|
108
108
|
"@gitlab/fonts": "^1.3.1",
|
|
109
109
|
"@gitlab/hybrid-vue": "npm:@vue/compat@3.5.34",
|
|
110
110
|
"@gitlab/svgs": "*",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"autoprefixer": "10.5.0",
|
|
140
140
|
"axe-playwright": "^2.2.2",
|
|
141
141
|
"babel-loader": "^9.2.1",
|
|
142
|
-
"cypress": "15.
|
|
142
|
+
"cypress": "15.17.0",
|
|
143
143
|
"cypress-real-events": "^1.15.0",
|
|
144
144
|
"dompurify": "^3.1.2",
|
|
145
145
|
"emoji-regex": "^10.6.0",
|
|
@@ -168,13 +168,13 @@
|
|
|
168
168
|
"rollup-plugin-string": "^3.0.0",
|
|
169
169
|
"rollup-plugin-svg": "^2.0.0",
|
|
170
170
|
"rollup-plugin-vue": "^5.1.9",
|
|
171
|
-
"sass": "^1.
|
|
171
|
+
"sass": "^1.101.0",
|
|
172
172
|
"sass-loader": "^10.5.2",
|
|
173
173
|
"sass-true": "^9",
|
|
174
174
|
"start-server-and-test": "^2.1.5",
|
|
175
175
|
"storybook": "^7.6.24",
|
|
176
176
|
"storybook-dark-mode": "4.0.2",
|
|
177
|
-
"style-dictionary": "^5.4.
|
|
177
|
+
"style-dictionary": "^5.4.4",
|
|
178
178
|
"style-loader": "^4",
|
|
179
179
|
"tailwindcss": "3.4.19",
|
|
180
180
|
"vue": "2.7.16",
|
|
@@ -536,6 +536,7 @@ export const BVTooltip = /*#__PURE__*/ extend({
|
|
|
536
536
|
target = getById(target.replace(/^#/, ''))
|
|
537
537
|
} else if (isFunction(target)) {
|
|
538
538
|
target = target()
|
|
539
|
+
target = target && (target.$el || target)
|
|
539
540
|
} else if (target) {
|
|
540
541
|
target = target.$el || target
|
|
541
542
|
}
|