@gitlab/ui 111.7.1 → 111.8.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,10 @@
1
+ # [111.8.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v111.7.1...v111.8.0) (2025-03-26)
2
+
3
+
4
+ ### Features
5
+
6
+ * **GlAnimatedIcon:** add down-up, lg-down-up and lg-right-down chevrons ([1bc7430](https://gitlab.com/gitlab-org/gitlab-ui/commit/1bc7430bd3ebffb4decd2639867bb52fc544d4c5))
7
+
1
8
  ## [111.7.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v111.7.0...v111.7.1) (2025-03-25)
2
9
 
3
10
 
@@ -0,0 +1,45 @@
1
+ import GlBaseAnimatedIcon from './base_animated_icon';
2
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
3
+
4
+ var script = {
5
+ name: 'GlAnimatedChevronDownUpIcon',
6
+ extends: GlBaseAnimatedIcon
7
+ };
8
+
9
+ /* script */
10
+ const __vue_script__ = script;
11
+
12
+ /* template */
13
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{class:[_vm.iconStateClass, _vm.iconVariantClass],attrs:{"aria-label":_vm.ariaLabel,"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{staticClass:"gl-animated-chevron-down-up-arrow-left-line",attrs:{"d":"M0 0L0 4.6","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}}),_vm._v(" "),_c('path',{staticClass:"gl-animated-chevron-down-up-arrow-right-line",attrs:{"d":"M0 0L0 4.6","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])};
14
+ var __vue_staticRenderFns__ = [];
15
+
16
+ /* style */
17
+ const __vue_inject_styles__ = undefined;
18
+ /* scoped */
19
+ const __vue_scope_id__ = undefined;
20
+ /* module identifier */
21
+ const __vue_module_identifier__ = undefined;
22
+ /* functional template */
23
+ const __vue_is_functional_template__ = false;
24
+ /* style inject */
25
+
26
+ /* style inject SSR */
27
+
28
+ /* style inject shadow dom */
29
+
30
+
31
+
32
+ const __vue_component__ = __vue_normalize__(
33
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
34
+ __vue_inject_styles__,
35
+ __vue_script__,
36
+ __vue_scope_id__,
37
+ __vue_is_functional_template__,
38
+ __vue_module_identifier__,
39
+ false,
40
+ undefined,
41
+ undefined,
42
+ undefined
43
+ );
44
+
45
+ export default __vue_component__;
@@ -0,0 +1,45 @@
1
+ import GlBaseAnimatedIcon from './base_animated_icon';
2
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
3
+
4
+ var script = {
5
+ name: 'GlAnimatedChevronLgDownUpIcon',
6
+ extends: GlBaseAnimatedIcon
7
+ };
8
+
9
+ /* script */
10
+ const __vue_script__ = script;
11
+
12
+ /* template */
13
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{class:[_vm.iconStateClass, _vm.iconVariantClass],attrs:{"aria-label":_vm.ariaLabel,"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{staticClass:"gl-animated-chevron-lg-down-up-arrow-left-line",attrs:{"d":"M0 0L0 7.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}}),_vm._v(" "),_c('path',{staticClass:"gl-animated-chevron-lg-down-up-arrow-right-line",attrs:{"d":"M0 0L0 7.5","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])};
14
+ var __vue_staticRenderFns__ = [];
15
+
16
+ /* style */
17
+ const __vue_inject_styles__ = undefined;
18
+ /* scoped */
19
+ const __vue_scope_id__ = undefined;
20
+ /* module identifier */
21
+ const __vue_module_identifier__ = undefined;
22
+ /* functional template */
23
+ const __vue_is_functional_template__ = false;
24
+ /* style inject */
25
+
26
+ /* style inject SSR */
27
+
28
+ /* style inject shadow dom */
29
+
30
+
31
+
32
+ const __vue_component__ = __vue_normalize__(
33
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
34
+ __vue_inject_styles__,
35
+ __vue_script__,
36
+ __vue_scope_id__,
37
+ __vue_is_functional_template__,
38
+ __vue_module_identifier__,
39
+ false,
40
+ undefined,
41
+ undefined,
42
+ undefined
43
+ );
44
+
45
+ export default __vue_component__;
@@ -0,0 +1,45 @@
1
+ import GlBaseAnimatedIcon from './base_animated_icon';
2
+ import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
3
+
4
+ var script = {
5
+ name: 'GlAnimatedChevronLgRightDownIcon',
6
+ extends: GlBaseAnimatedIcon
7
+ };
8
+
9
+ /* script */
10
+ const __vue_script__ = script;
11
+
12
+ /* template */
13
+ var __vue_render__ = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{class:[_vm.iconStateClass, _vm.iconVariantClass],attrs:{"aria-label":_vm.ariaLabel,"width":"16","height":"16","viewBox":"0 0 16 16","fill":"none","xmlns":"http://www.w3.org/2000/svg"}},[_c('path',{staticClass:"gl-animated-chevron-lg-right-down-arrow",attrs:{"d":"M5.75 13.2537L11.0018 8.00183L5.75 2.75","stroke":"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"}})])};
14
+ var __vue_staticRenderFns__ = [];
15
+
16
+ /* style */
17
+ const __vue_inject_styles__ = undefined;
18
+ /* scoped */
19
+ const __vue_scope_id__ = undefined;
20
+ /* module identifier */
21
+ const __vue_module_identifier__ = undefined;
22
+ /* functional template */
23
+ const __vue_is_functional_template__ = false;
24
+ /* style inject */
25
+
26
+ /* style inject SSR */
27
+
28
+ /* style inject shadow dom */
29
+
30
+
31
+
32
+ const __vue_component__ = __vue_normalize__(
33
+ { render: __vue_render__, staticRenderFns: __vue_staticRenderFns__ },
34
+ __vue_inject_styles__,
35
+ __vue_script__,
36
+ __vue_scope_id__,
37
+ __vue_is_functional_template__,
38
+ __vue_module_identifier__,
39
+ false,
40
+ undefined,
41
+ undefined,
42
+ undefined
43
+ );
44
+
45
+ export default __vue_component__;