slippers-ui 3.3.5 → 3.3.7-alpha.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/icons/Fork.vue ADDED
@@ -0,0 +1,28 @@
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="M5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-.25 2.386a2.501 2.501 0 1 0-1.5 0v.364a2.5 2.5 0 0 0 2.5 2.5 1 1 0 0 1 1 1v.364a2.501 2.501 0 1 0 1.5 0V9.75a1 1 0 0 1 1-1 2.5 2.5 0 0 0 2.5-2.5v-.364a2.501 2.501 0 1 0-1.5 0v.364a1 1 0 0 1-1 1c-.681 0-1.3.273-1.75.715a2.492 2.492 0 0 0-1.75-.715 1 1 0 0 1-1-1v-.364ZM11.5 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
12
+ fill="currentColor"
13
+ />
14
+ </svg>
15
+ <svg
16
+ width="16"
17
+ height="16"
18
+ viewBox="0 0 16 16"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M5.5 3.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-.25 2.386a2.501 2.501 0 1 0-1.5 0v.364a2.5 2.5 0 0 0 2.5 2.5 1 1 0 0 1 1 1v.364a2.501 2.501 0 1 0 1.5 0V9.75a1 1 0 0 1 1-1 2.5 2.5 0 0 0 2.5-2.5v-.364a2.501 2.501 0 1 0-1.5 0v.364a1 1 0 0 1-1 1c-.681 0-1.3.273-1.75.715a2.492 2.492 0 0 0-1.75-.715 1 1 0 0 1-1-1v-.364ZM11.5 4.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
25
+ fill="currentColor"
26
+ />
27
+ </svg>
28
+ </template>
@@ -0,0 +1,28 @@
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="M14 3.5H2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5ZM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm5 8.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75ZM4.28 5.22a.75.75 0 0 0-1.06 1.06L4.94 8 3.22 9.72a.75.75 0 1 0 1.06 1.06l2.25-2.25.53-.53-.53-.53-2.25-2.25Z"
12
+ fill="currentColor"
13
+ />
14
+ </svg>
15
+ <svg
16
+ width="16"
17
+ height="16"
18
+ viewBox="0 0 16 16"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ >
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M14 3.5H2a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h12a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5ZM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm5 8.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75ZM4.28 5.22a.75.75 0 0 0-1.06 1.06L4.94 8 3.22 9.72a.75.75 0 1 0 1.06 1.06l2.25-2.25.53-.53-.53-.53-2.25-2.25Z"
25
+ fill="currentColor"
26
+ />
27
+ </svg>
28
+ </template>
package/icons/index.ts CHANGED
@@ -200,6 +200,7 @@ export { default as FlagAlt } from './FlagAlt.vue';
200
200
  export { default as FlowAi } from './FlowAi.vue';
201
201
  export { default as Folder } from './Folder.vue';
202
202
  export { default as FolderCog } from './FolderCog.vue';
203
+ export { default as Fork } from './Fork.vue';
203
204
  export { default as FutureRoles } from './FutureRoles.vue';
204
205
  export { default as Gear } from './Gear.vue';
205
206
  export { default as GetInTouch } from './GetInTouch.vue';
@@ -428,6 +429,7 @@ export { default as SwagTee } from './SwagTee.vue';
428
429
  export { default as Tanuki } from './Tanuki.vue';
429
430
  export { default as TanukiAi } from './TanukiAi.vue';
430
431
  export { default as Target } from './Target.vue';
432
+ export { default as Terminal } from './Terminal.vue';
431
433
  export { default as TestInvite } from './TestInvite.vue';
432
434
  export { default as TestTube } from './TestTube.vue';
433
435
  export { default as Threads } from './Threads.vue';
package/icons.d.ts CHANGED
@@ -209,6 +209,7 @@ declare module 'slippers-ui/icons' {
209
209
  export const FlowAi: IconComponent;
210
210
  export const Folder: IconComponent;
211
211
  export const FolderCog: IconComponent;
212
+ export const Fork: IconComponent;
212
213
  export const FutureRoles: IconComponent;
213
214
  export const Gear: IconComponent;
214
215
  export const GetInTouch: IconComponent;
@@ -437,6 +438,7 @@ declare module 'slippers-ui/icons' {
437
438
  export const Tanuki: IconComponent;
438
439
  export const TanukiAi: IconComponent;
439
440
  export const Target: IconComponent;
441
+ export const Terminal: IconComponent;
440
442
  export const TestInvite: IconComponent;
441
443
  export const TestTube: IconComponent;
442
444
  export const Threads: IconComponent;
package/package.json CHANGED
@@ -2,7 +2,8 @@
2
2
  "name": "slippers-ui",
3
3
  "description": "GitLab Marketing Design System",
4
4
  "author": "GitLab",
5
- "version": "3.3.5",
5
+ "version": "3.3.7-alpha.1",
6
+ "packageManager": "pnpm@10.28.1",
6
7
  "engines": {
7
8
  "node": "24.12.0",
8
9
  "pnpm": "10.28.1"
@@ -41,7 +42,13 @@
41
42
  "license": "MIT",
42
43
  "repository": {
43
44
  "type": "git",
44
- "url": "https://gitlab.com/gitlab-com/marketing/digital-experience/slippers-ui.git"
45
+ "url": "git+https://gitlab.com/gitlab-com/marketing/digital-experience/slippers-ui.git"
46
+ },
47
+ "scripts": {
48
+ "prepublishOnly": "node ./scripts/add-icons.mjs",
49
+ "dev": "storybook dev",
50
+ "storybook": "storybook",
51
+ "build": "vite build && vite build --config vite.icons.config.ts"
45
52
  },
46
53
  "peerDependencies": {
47
54
  "vue": "^3.5.27"
@@ -59,10 +66,5 @@
59
66
  "typescript": "^5.9.3",
60
67
  "vite": "^7.3.1",
61
68
  "vue": "^3.5.27"
62
- },
63
- "scripts": {
64
- "dev": "storybook dev",
65
- "storybook": "storybook",
66
- "build": "vite build && vite build --config vite.icons.config.ts"
67
69
  }
68
- }
70
+ }