@gitlab/ui 64.23.0 → 64.24.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [64.24.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v64.24.0...v64.24.1) (2023-07-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **GlCarousel:** Change focus border size ([36afd9c](https://gitlab.com/gitlab-org/gitlab-ui/commit/36afd9c4c1ee78d7d3d9ee9ba82dad4e5e9085a2))
7
+
8
+ # [64.24.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v64.23.0...v64.24.0) (2023-07-28)
9
+
10
+
11
+ ### Features
12
+
13
+ * **tabs:** Remove theme color ([8fadce7](https://gitlab.com/gitlab-org/gitlab-ui/commit/8fadce789cb6a9ec0b8b30eb20f5b11dfa45e41a))
14
+
1
15
  # [64.23.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v64.22.0...v64.23.0) (2023-07-25)
2
16
 
3
17
 
@@ -200,6 +200,20 @@ var script = {
200
200
  }
201
201
  };
202
202
  },
203
+ toggleListeners() {
204
+ return this.toggleOptions.listeners;
205
+ },
206
+ toggleAttributes() {
207
+ const {
208
+ listeners,
209
+ is,
210
+ ...attributes
211
+ } = this.toggleOptions;
212
+ return attributes;
213
+ },
214
+ toggleComponent() {
215
+ return this.toggleOptions.is;
216
+ },
203
217
  toggleElement() {
204
218
  var _this$$refs$toggle;
205
219
  return this.$refs.toggle.$el || ((_this$$refs$toggle = this.$refs.toggle) === null || _this$$refs$toggle === void 0 ? void 0 : _this$$refs$toggle.firstElementChild);
@@ -374,7 +388,7 @@ var script = {
374
388
  const __vue_script__ = script;
375
389
 
376
390
  /* template */
377
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"outside",rawName:"v-outside",value:(_vm.close),expression:"close"}],staticClass:"gl-new-dropdown",class:{ 'gl-display-block!': _vm.block }},[_c(_vm.toggleOptions.is,_vm._g(_vm._b({ref:"toggle",tag:"component",attrs:{"id":_vm.toggleId,"data-testid":"base-dropdown-toggle"}},'component',_vm.toggleOptions,false),_vm.toggleOptions.listeners),[_vm._t("toggle",function(){return [_c('span',{staticClass:"gl-new-dropdown-button-text",class:{ 'gl-sr-only': _vm.textSrOnly }},[_vm._v("\n "+_vm._s(_vm.toggleText)+"\n ")]),_vm._v(" "),(!_vm.noCaret)?_c('gl-icon',{staticClass:"gl-button-icon gl-new-dropdown-chevron",attrs:{"name":"chevron-down"}}):_vm._e()]})],2),_vm._v(" "),_c('div',{ref:"content",staticClass:"gl-new-dropdown-panel",class:_vm.panelClasses,attrs:{"id":_vm.baseDropdownId,"data-testid":"base-dropdown-menu"},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.closeAndFocus.apply(null, arguments)}}},[_c('div',{staticClass:"gl-new-dropdown-inner"},[_vm._t("default")],2)])],1)};
391
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"outside",rawName:"v-outside",value:(_vm.close),expression:"close"}],staticClass:"gl-new-dropdown",class:{ 'gl-display-block!': _vm.block }},[_c(_vm.toggleComponent,_vm._g(_vm._b({ref:"toggle",tag:"component",attrs:{"id":_vm.toggleId,"data-testid":"base-dropdown-toggle"}},'component',_vm.toggleAttributes,false),_vm.toggleListeners),[_vm._t("toggle",function(){return [_c('span',{staticClass:"gl-new-dropdown-button-text",class:{ 'gl-sr-only': _vm.textSrOnly }},[_vm._v("\n "+_vm._s(_vm.toggleText)+"\n ")]),_vm._v(" "),(!_vm.noCaret)?_c('gl-icon',{staticClass:"gl-button-icon gl-new-dropdown-chevron",attrs:{"name":"chevron-down"}}):_vm._e()]})],2),_vm._v(" "),_c('div',{ref:"content",staticClass:"gl-new-dropdown-panel",class:_vm.panelClasses,attrs:{"id":_vm.baseDropdownId,"data-testid":"base-dropdown-menu"},on:{"keydown":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"esc",27,$event.key,["Esc","Escape"])){ return null; }$event.stopPropagation();$event.preventDefault();return _vm.closeAndFocus.apply(null, arguments)}}},[_c('div',{staticClass:"gl-new-dropdown-inner"},[_vm._t("default")],2)])],1)};
378
392
  var __vue_staticRenderFns__ = [];
379
393
 
380
394
  /* style */