slippers-ui 3.1.13 → 3.1.14

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.
@@ -0,0 +1,15 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ fill-rule="evenodd"
10
+ clip-rule="evenodd"
11
+ d="M10.72 10.159a.75.75 0 1 1 1.06 1.06l-3.25 3.25L8 15l-.53-.53-3.25-3.25a.75.75 0 0 1 1.06-1.061l1.97 1.97V1.75a.75.75 0 1 1 1.5 0v10.379l1.97-1.97Z"
12
+ fill="currentColor"
13
+ />
14
+ </svg>
15
+ </template>
@@ -1,3 +1,10 @@
1
1
  <template>
2
- <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.159 10.72a.75.75 0 1 0 1.06 1.06l3.25-3.25L15 8l-.53-.53-3.25-3.25a.75.75 0 0 0-1.061 1.06l1.97 1.97H1.75a.75.75 0 1 0 0 1.5h10.379l-1.97 1.97Z" fill="#000"/></svg>
2
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M10.159 10.72a.75.75 0 1 0 1.06 1.06l3.25-3.25L15 8l-.53-.53-3.25-3.25a.75.75 0 0 0-1.061 1.06l1.97 1.97H1.75a.75.75 0 1 0 0 1.5h10.379l-1.97 1.97Z"
7
+ fill="currentColor"
8
+ />
9
+ </svg>
3
10
  </template>
@@ -0,0 +1,15 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="16"
5
+ viewBox="0 0 16 16"
6
+ xmlns="http://www.w3.org/2000/svg"
7
+ >
8
+ <path
9
+ fill-rule="evenodd"
10
+ clip-rule="evenodd"
11
+ d="M10.72 5.841a.75.75 0 1 0 1.06-1.06L8.53 1.53 8 1l-.53.53-3.25 3.25a.75.75 0 0 0 1.06 1.061l1.97-1.97V14.25a.75.75 0 0 0 1.5 0V3.871l1.97 1.97Z"
12
+ fill="currentColor"
13
+ />
14
+ </svg>
15
+ </template>
@@ -0,0 +1,28 @@
1
+ <template>
2
+ <svg
3
+ width="16"
4
+ height="17"
5
+ viewBox="0 0 16 17"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <g clip-path="url(#clip0_885_6556)">
10
+ <path
11
+ fill-rule="evenodd"
12
+ clip-rule="evenodd"
13
+ d="M8 14.5898C11.5899 14.5898 14.5 11.6797 14.5 8.08984C14.5 4.49999 11.5899 1.58984 8 1.58984C4.41015 1.58984 1.5 4.49999 1.5 8.08984C1.5 11.6797 4.41015 14.5898 8 14.5898ZM8 16.0898C12.4183 16.0898 16 12.5081 16 8.08984C16 3.67157 12.4183 0.0898438 8 0.0898438C3.58172 0.0898438 0 3.67157 0 8.08984C0 12.5081 3.58172 16.0898 8 16.0898ZM9 11.0898C9 11.6421 8.55229 12.0898 8 12.0898C7.44772 12.0898 7 11.6421 7 11.0898C7 10.5376 7.44772 10.0898 8 10.0898C8.55229 10.0898 9 10.5376 9 11.0898ZM8.75 4.83984C8.75 4.42563 8.41421 4.08984 8 4.08984C7.58579 4.08984 7.25 4.42563 7.25 4.83984V8.33984C7.25 8.75406 7.58579 9.08984 8 9.08984C8.41421 9.08984 8.75 8.75406 8.75 8.33984V4.83984Z"
14
+ fill="currentColor"
15
+ />
16
+ </g>
17
+ <defs>
18
+ <clipPath id="clip0_885_6556">
19
+ <rect
20
+ width="16"
21
+ height="16"
22
+ fill="currentColor"
23
+ transform="translate(0 0.0898438)"
24
+ />
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
28
+ </template>
package/icons/index.ts CHANGED
@@ -26,7 +26,9 @@ export { default as AnnouncementAlt } from './AnnouncementAlt.vue';
26
26
  export { default as Applications } from './Applications.vue';
27
27
  export { default as ApproveDismiss } from './ApproveDismiss.vue';
28
28
  export { default as ArrowCircle } from './ArrowCircle.vue';
29
+ export { default as ArrowDown } from './ArrowDown.vue';
29
30
  export { default as ArrowRight } from './ArrowRight.vue';
31
+ export { default as ArrowUp } from './ArrowUp.vue';
30
32
  export { default as Arrows } from './Arrows.vue';
31
33
  export { default as Article } from './Article.vue';
32
34
  export { default as Articles } from './Articles.vue';
@@ -150,6 +152,7 @@ export { default as EbookAlt } from './EbookAlt.vue';
150
152
  export { default as Efficiency } from './Efficiency.vue';
151
153
  export { default as Enablement } from './Enablement.vue';
152
154
  export { default as Ensure } from './Ensure.vue';
155
+ export { default as Error } from './Error.vue';
153
156
  export { default as Event } from './Event.vue';
154
157
  export { default as Expand } from './Expand.vue';
155
158
  export { default as ExternalLink } from './ExternalLink.vue';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "slippers-ui",
3
3
  "description": "GitLab Marketing Design System",
4
4
  "author": "GitLab",
5
- "version": "3.1.13",
5
+ "version": "3.1.14",
6
6
  "type": "module",
7
7
  "files": [
8
8
  "dist",
@@ -1,3 +0,0 @@
1
- {
2
- "recommendations": ["Vue.volar"]
3
- }