@gitlab/ui 65.1.2 → 65.1.3

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,11 @@
1
+ ## [65.1.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v65.1.2...v65.1.3) (2023-08-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **GlDisclosureDropdown:** Removes the group role from disclosure groups ([c79c93f](https://gitlab.com/gitlab-org/gitlab-ui/commit/c79c93f75a88b2051ea4bfdfa21251c4a311ba70))
7
+ * **GlProgress:** remove double-passing of props ([3ec1277](https://gitlab.com/gitlab-org/gitlab-ui/commit/3ec1277e2a5ef2d8c391686f280fe018ce71fb17))
8
+
1
9
  ## [65.1.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v65.1.1...v65.1.2) (2023-08-11)
2
10
 
3
11
 
@@ -74,7 +74,7 @@ var script = {
74
74
  const __vue_script__ = script;
75
75
 
76
76
  /* template */
77
- var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:_vm.borderClass},[(_vm.showHeader)?_c('div',{staticClass:"gl-pl-4 gl-py-2 gl-font-sm gl-font-weight-bold",attrs:{"id":_vm.nameId,"aria-hidden":"true"}},[_vm._t("group-label",function(){return [_vm._v(_vm._s(_vm.group.name))]})],2):_vm._e(),_vm._v(" "),_c('ul',{staticClass:"gl-mb-0 gl-pl-0 gl-list-style-none",attrs:{"role":"group","aria-labelledby":_vm.groupLabeledBy}},[_vm._t("default",function(){return _vm._l((_vm.group.items),function(item){return _c('gl-disclosure-dropdown-item',{key:_vm.uniqueItemId(),attrs:{"item":item},on:{"action":_vm.handleAction},scopedSlots:_vm._u([{key:"list-item",fn:function(){return [_vm._t("list-item",null,{"item":item})]},proxy:true}],null,true)})})})],2)])};
77
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('li',{class:_vm.borderClass},[(_vm.showHeader)?_c('div',{staticClass:"gl-pl-4 gl-py-2 gl-font-sm gl-font-weight-bold",attrs:{"id":_vm.nameId,"aria-hidden":"true"}},[_vm._t("group-label",function(){return [_vm._v(_vm._s(_vm.group.name))]})],2):_vm._e(),_vm._v(" "),_c('ul',{staticClass:"gl-mb-0 gl-pl-0 gl-list-style-none",attrs:{"aria-labelledby":_vm.groupLabeledBy}},[_vm._t("default",function(){return _vm._l((_vm.group.items),function(item){return _c('gl-disclosure-dropdown-item',{key:_vm.uniqueItemId(),attrs:{"item":item},on:{"action":_vm.handleAction},scopedSlots:_vm._u([{key:"list-item",fn:function(){return [_vm._t("list-item",null,{"item":item})]},proxy:true}],null,true)})})})],2)])};
78
78
  var __vue_staticRenderFns__ = [];
79
79
 
80
80
  /* style */
@@ -5,7 +5,8 @@ var script = {
5
5
  name: 'GlProgressBar',
6
6
  components: {
7
7
  BProgress
8
- }
8
+ },
9
+ inheritAttrs: false
9
10
  };
10
11
 
11
12
  /* script */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 11 Aug 2023 17:26:50 GMT
3
+ * Generated on Tue, 15 Aug 2023 11:13:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 11 Aug 2023 17:26:50 GMT
3
+ * Generated on Tue, 15 Aug 2023 11:13:15 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 11 Aug 2023 17:26:50 GMT
3
+ * Generated on Tue, 15 Aug 2023 11:13:15 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 11 Aug 2023 17:26:50 GMT
3
+ * Generated on Tue, 15 Aug 2023 11:13:15 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#000";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 11 Aug 2023 17:26:50 GMT
3
+ // Generated on Tue, 15 Aug 2023 11:13:15 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Fri, 11 Aug 2023 17:26:50 GMT
3
+ // Generated on Tue, 15 Aug 2023 11:13:15 GMT
4
4
 
5
5
  $brand-gray-05: #2b2838 !default;
6
6
  $brand-gray-04: #45424d !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "65.1.2",
3
+ "version": "65.1.3",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -123,7 +123,7 @@
123
123
  "emoji-regex": "^10.0.0",
124
124
  "eslint": "8.46.0",
125
125
  "eslint-import-resolver-jest": "3.0.2",
126
- "eslint-plugin-cypress": "2.13.4",
126
+ "eslint-plugin-cypress": "2.14.0",
127
127
  "eslint-plugin-storybook": "0.6.12",
128
128
  "glob": "^7.2.0",
129
129
  "identity-obj-proxy": "^3.0.0",
@@ -20,7 +20,7 @@ describe('GlDisclosureDropdownGroup', () => {
20
20
  });
21
21
  };
22
22
 
23
- const findGroup = () => wrapper.find('ul[role="group"]');
23
+ const findGroup = () => wrapper.find('ul');
24
24
  const findItems = () => wrapper.findAllComponents(GlDisclosureDropdownItem);
25
25
  const findByTestId = (testid, root = wrapper) => root.find(`[data-testid="${testid}"]`);
26
26
  const findLabelElement = () => {
@@ -85,7 +85,7 @@ export default {
85
85
  >
86
86
  <slot name="group-label">{{ group.name }}</slot>
87
87
  </div>
88
- <ul role="group" :aria-labelledby="groupLabeledBy" class="gl-mb-0 gl-pl-0 gl-list-style-none">
88
+ <ul :aria-labelledby="groupLabeledBy" class="gl-mb-0 gl-pl-0 gl-list-style-none">
89
89
  <slot>
90
90
  <!-- eslint-disable vue/valid-v-for -->
91
91
  <gl-disclosure-dropdown-item
@@ -6,6 +6,7 @@ export default {
6
6
  components: {
7
7
  BProgress,
8
8
  },
9
+ inheritAttrs: false,
9
10
  };
10
11
  </script>
11
12