@gitlab/ui 113.1.0 → 113.2.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
+ ## [113.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v113.2.0...v113.2.1) (2025-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** upgrade `@floating-ui/dom` to `v1.6.13` ([af9bb56](https://gitlab.com/gitlab-org/gitlab-ui/commit/af9bb56e81c397a1174ce59806bd6947bbf98527))
7
+
8
+ # [113.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v113.1.0...v113.2.0) (2025-04-24)
9
+
10
+
11
+ ### Features
12
+
13
+ * **Token:** Use design tokens ([bcaf4ed](https://gitlab.com/gitlab-org/gitlab-ui/commit/bcaf4ed00425bf2dc33295c935a592fd5dcff6a0))
14
+
1
15
  # [113.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v113.0.0...v113.1.0) (2025-04-24)
2
16
 
3
17
 
@@ -370,7 +370,7 @@ const __vue_script__ = script;
370
370
  /* template */
371
371
  var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('gl-search-box-by-click',_vm._b({attrs:{"value":_vm.tokens,"history-items":_vm.historyItems,"clearable":_vm.hasValue,"search-button-attributes":_vm.searchButtonAttributes,"show-search-button":_vm.showSearchButton,"disabled":_vm.viewOnly,"data-testid":"filtered-search-input"},on:{"submit":_vm.submit,"input":_vm.applyNewValue,"history-item-selected":function($event){return _vm.$emit('history-item-selected', $event)},"clear":function($event){return _vm.$emit('clear')},"clear-history":function($event){return _vm.$emit('clear-history')}},scopedSlots:_vm._u([{key:"history-item",fn:function(slotScope){return [_vm._t("history-item",null,null,slotScope)]}},{key:"input",fn:function(){return [_c('div',{staticClass:"gl-filtered-search-scrollable-container",class:{
372
372
  'gl-filtered-search-scrollable-container-with-search-button': _vm.showSearchButton,
373
- '!gl-bg-gray-10 !gl-shadow-inner-1-gray-100': _vm.viewOnly,
373
+ 'gl-filtered-search-view-only': _vm.viewOnly,
374
374
  }},[_c('div',{staticClass:"gl-filtered-search-scrollable"},_vm._l((_vm.tokens),function(token,idx){return _c(_vm.getTokenComponent(token.type),{key:token.id,ref:"tokens",refInFor:true,tag:"component",class:_vm.getTokenClassList(idx),attrs:{"config":_vm.getTokenEntry(token.type),"active":_vm.activeTokenIdx === idx,"cursor-position":_vm.intendedCursorPosition,"available-tokens":_vm.currentAvailableTokens,"current-value":_vm.tokens,"index":idx,"placeholder":_vm.termPlaceholder,"show-friendly-text":_vm.showFriendlyText,"search-input-attributes":_vm.searchInputAttributes,"view-only":_vm.viewOnly,"is-last-token":_vm.isLastToken(idx),"search-text-option-label":_vm.searchTextOptionLabel,"applied-tokens":_vm.appliedTokens},on:{"activate":function($event){return _vm.activate(idx)},"deactivate":function($event){return _vm.deactivate(token)},"destroy":function($event){return _vm.destroyToken(idx, $event)},"replace":function($event){return _vm.replaceToken(idx, $event)},"complete":_vm.completeToken,"submit":_vm.submit,"split":function($event){return _vm.createTokens(idx, $event)},"previous":_vm.activatePreviousToken,"next":_vm.activateNextToken},model:{value:(token.value),callback:function ($$v) {_vm.$set(token, "value", $$v);},expression:"token.value"}})}),1)]),_vm._v(" "),_c('portal-target',{key:_vm.activeTokenIdx,ref:"menu",style:(_vm.suggestionsStyle),attrs:{"name":_vm.portalName,"slim":""}})]},proxy:true}],null,true)},'gl-search-box-by-click',_vm.$attrs,false))};
375
375
  var __vue_staticRenderFns__ = [];
376
376