@gitlab/ui 98.1.1 → 98.2.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,19 @@
1
+ # [98.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v98.1.2...v98.2.0) (2024-10-23)
2
+
3
+
4
+ ### Features
5
+
6
+ * **GlButton:** Update design tokens for darkmode ([aa25a3f](https://gitlab.com/gitlab-org/gitlab-ui/commit/aa25a3f3da2bbb19333784768b892e0850850a72))
7
+ * **GlForm:** Input group use default font size ([22280fb](https://gitlab.com/gitlab-org/gitlab-ui/commit/22280fbb8b2bf853b14dffc938e298ab5f1e314e))
8
+ * **GlForm:** Input group use design tokens ([533f374](https://gitlab.com/gitlab-org/gitlab-ui/commit/533f374a97875f37f27d1a077cc2531dea4d8735))
9
+
10
+ ## [98.1.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v98.1.1...v98.1.2) (2024-10-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **Breadcrumb:** Add key attribute to v-for loop ([b460ea3](https://gitlab.com/gitlab-org/gitlab-ui/commit/b460ea341ca329c62c8f9482958f79861af31e3b))
16
+
1
17
  ## [98.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v98.1.0...v98.1.1) (2024-10-22)
2
18
 
3
19
 
@@ -194,7 +194,7 @@ var script = {
194
194
  const __vue_script__ = script;
195
195
 
196
196
  /* template */
197
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"gl-breadcrumbs",style:(_vm.breadcrumbStyle),attrs:{"aria-label":_vm.ariaLabel}},[_c('b-breadcrumb',_vm._g(_vm._b({staticClass:"gl-breadcrumb-list"},'b-breadcrumb',_vm.$attrs,false),_vm.$listeners),[(_vm.hasCollapsible)?_c('li',{staticClass:"gl-breadcrumb-item"},[_c('gl-disclosure-dropdown',{attrs:{"items":_vm.overflowingItems,"toggle-text":_vm.showMoreLabel,"fluid-width":"","text-sr-only":"","no-caret":"","icon":"ellipsis_h","size":"small"}})],1):_vm._e(),_vm._v(" "),_vm._l((_vm.fittingItems),function(item,index){return _c('gl-breadcrumb-item',{ref:"breadcrumbs",refInFor:true,style:(_vm.itemStyle),attrs:{"text":item.text,"href":item.href,"to":item.to,"aria-current":_vm.getAriaCurrentAttr(index)}},[(item.avatarPath)?_c('gl-avatar',{staticClass:"gl-breadcrumb-avatar-tile gl-border gl-mr-2 !gl-rounded-base",attrs:{"src":item.avatarPath,"size":16,"aria-hidden":"true","shape":"rect","data-testid":"avatar"}}):_vm._e(),_c('span',[_vm._v(_vm._s(item.text))])],1)})],2)],1)};
197
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('nav',{staticClass:"gl-breadcrumbs",style:(_vm.breadcrumbStyle),attrs:{"aria-label":_vm.ariaLabel}},[_c('b-breadcrumb',_vm._g(_vm._b({staticClass:"gl-breadcrumb-list"},'b-breadcrumb',_vm.$attrs,false),_vm.$listeners),[(_vm.hasCollapsible)?_c('li',{staticClass:"gl-breadcrumb-item"},[_c('gl-disclosure-dropdown',{attrs:{"items":_vm.overflowingItems,"toggle-text":_vm.showMoreLabel,"fluid-width":"","text-sr-only":"","no-caret":"","icon":"ellipsis_h","size":"small"}})],1):_vm._e(),_vm._v(" "),_vm._l((_vm.fittingItems),function(item,index){return _c('gl-breadcrumb-item',{key:index,ref:"breadcrumbs",refInFor:true,style:(_vm.itemStyle),attrs:{"text":item.text,"href":item.href,"to":item.to,"aria-current":_vm.getAriaCurrentAttr(index)}},[(item.avatarPath)?_c('gl-avatar',{staticClass:"gl-breadcrumb-avatar-tile gl-border gl-mr-2 !gl-rounded-base",attrs:{"src":item.avatarPath,"size":16,"aria-hidden":"true","shape":"rect","data-testid":"avatar"}}):_vm._e(),_c('span',[_vm._v(_vm._s(item.text))])],1)})],2)],1)};
198
198
  var __vue_staticRenderFns__ = [];
199
199
 
200
200
  /* style */