slippers-ui 3.3.3 → 3.3.4

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,3 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"> <circle cx="15.8049" cy="15.8049" r="7.60976" stroke="currentColor" stroke-width="3.5122"/> <path d="M29.7114 13.7979C29.8052 14.4534 29.8537 15.1235 29.8537 15.8049C29.8537 23.5638 23.5638 29.8537 15.8049 29.8537C8.04596 29.8537 1.7561 23.5638 1.7561 15.8049C1.7561 8.04596 8.04596 1.7561 15.8049 1.7561C16.4863 1.7561 17.1564 1.80462 17.8119 1.89838" stroke="currentColor" stroke-width="3.5122" stroke-linecap="round"/> <circle cx="26.3415" cy="5.2683" r="3.5122" fill="currentColor"/> </svg>
3
+ </template>
@@ -0,0 +1,3 @@
1
+ <template>
2
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_69_46788)"> <path d="M29.741 18.7059C30.4556 18.287 31.3747 18.5266 31.7938 19.2411C32.2127 19.9557 31.9731 20.8748 31.2586 21.2938L16.7586 29.7938C16.2902 30.0683 15.7094 30.0684 15.241 29.7938L0.741043 21.2938C0.02669 20.8748 -0.212905 19.9556 0.205886 19.2411C0.624857 18.5266 1.54403 18.2871 2.25862 18.7059L15.9998 26.7606L29.741 18.7059ZM15.241 2.2059C15.7094 1.93133 16.2902 1.9314 16.7586 2.2059L31.2586 10.7059C31.7178 10.9751 31.9998 11.4676 31.9998 11.9998C31.9998 12.5321 31.7178 13.0245 31.2586 13.2938L16.7586 21.7938C16.2902 22.0683 15.7094 22.0684 15.241 21.7938L0.741043 13.2938C0.282006 13.0245 -0.000168056 12.5321 -0.000168435 11.9998C-0.000168435 11.4676 0.282006 10.9752 0.741043 10.7059L15.241 2.2059ZM4.46565 11.9998L15.9998 18.7606L27.533 11.9998L15.9998 5.23813L4.46565 11.9998Z" fill="currentColor" /> </g> <defs> <clipPath id="clip0_69_46788"> <rect width="32" height="32" fill="white" /> </clipPath> </defs> </svg>
3
+ </template>
package/icons/index.ts CHANGED
@@ -9,6 +9,7 @@ export { default as AiCodeSuggestions } from './AiCodeSuggestions.vue';
9
9
  export { default as AiGenerateIssueDescription } from './AiGenerateIssueDescription.vue';
10
10
  export { default as AiGitSuggestions } from './AiGitSuggestions.vue';
11
11
  export { default as AiGitlabChat } from './AiGitlabChat.vue';
12
+ export { default as AiGraph } from './AiGraph.vue';
12
13
  export { default as AiIssue } from './AiIssue.vue';
13
14
  export { default as AiMergeRequest } from './AiMergeRequest.vue';
14
15
  export { default as AiMergeRequestTemplatePopulation } from './AiMergeRequestTemplatePopulation.vue';
@@ -134,6 +135,7 @@ export { default as ConfigureAlt } from './ConfigureAlt.vue';
134
135
  export { default as ConfigureAlt2 } from './ConfigureAlt2.vue';
135
136
  export { default as ConfigureLight } from './ConfigureLight.vue';
136
137
  export { default as Connected } from './Connected.vue';
138
+ export { default as ContainerImage } from './ContainerImage.vue';
137
139
  export { default as ContinuousDelivery } from './ContinuousDelivery.vue';
138
140
  export { default as ContinuousDeliveryAlt } from './ContinuousDeliveryAlt.vue';
139
141
  export { default as ContinuousIntegration } from './ContinuousIntegration.vue';
package/icons.d.ts CHANGED
@@ -18,6 +18,7 @@ declare module 'slippers-ui/icons' {
18
18
  export const AiGenerateIssueDescription: IconComponent;
19
19
  export const AiGitSuggestions: IconComponent;
20
20
  export const AiGitlabChat: IconComponent;
21
+ export const AiGraph: IconComponent;
21
22
  export const AiIssue: IconComponent;
22
23
  export const AiMergeRequest: IconComponent;
23
24
  export const AiMergeRequestTemplatePopulation: IconComponent;
@@ -143,6 +144,7 @@ declare module 'slippers-ui/icons' {
143
144
  export const ConfigureAlt2: IconComponent;
144
145
  export const ConfigureLight: IconComponent;
145
146
  export const Connected: IconComponent;
147
+ export const ContainerImage: IconComponent;
146
148
  export const ContinuousDelivery: IconComponent;
147
149
  export const ContinuousDeliveryAlt: IconComponent;
148
150
  export const ContinuousIntegration: IconComponent;
package/package.json CHANGED
@@ -2,8 +2,7 @@
2
2
  "name": "slippers-ui",
3
3
  "description": "GitLab Marketing Design System",
4
4
  "author": "GitLab",
5
- "version": "3.3.3",
6
- "packageManager": "pnpm@10.28.1",
5
+ "version": "3.3.4",
7
6
  "engines": {
8
7
  "node": "24.12.0",
9
8
  "pnpm": "10.28.1"
@@ -44,12 +43,6 @@
44
43
  "type": "git",
45
44
  "url": "https://gitlab.com/gitlab-com/marketing/digital-experience/slippers-ui.git"
46
45
  },
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"
52
- },
53
46
  "peerDependencies": {
54
47
  "vue": "^3.5.27"
55
48
  },
@@ -66,5 +59,10 @@
66
59
  "typescript": "^5.9.3",
67
60
  "vite": "^7.3.1",
68
61
  "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"
69
67
  }
70
- }
68
+ }