slippers-ui 3.3.3 → 3.3.5
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/dist/icons/AiGraph.js +38 -0
- package/dist/icons/ContainerImage.js +33 -0
- package/dist/icons/Infrastructure.js +21 -0
- package/dist/icons/index.js +944 -938
- package/icons/AiGraph.vue +3 -0
- package/icons/ContainerImage.vue +3 -0
- package/icons/Infrastructure.vue +3 -0
- package/icons/index.ts +3 -0
- package/icons.d.ts +3 -0
- package/package.json +7 -9
|
@@ -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>
|
|
@@ -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"> <path d="M25 2C27.7614 2 30 4.23858 30 7C30 9.76142 27.7614 12 25 12C24.1654 12 23.3792 11.7942 22.6875 11.4326L16 18.1211V21.5H20.2285C20.8656 19.4714 22.7611 18 25 18C27.7614 18 30 20.2386 30 23C30 25.7614 27.7614 28 25 28C22.7611 28 20.8656 26.5286 20.2285 24.5H16V28C16 29.0357 15.2128 29.887 14.2041 29.9893L14 30H4L3.7959 29.9893C2.85435 29.8938 2.1062 29.1457 2.01074 28.2041L2 28V18C2 16.8954 2.89543 16 4 16H7.5V11.7705C5.47153 11.1333 4 9.23876 4 7C4 4.23858 6.23858 2 9 2C11.7614 2 14 4.23858 14 7C14 9.23876 12.5285 11.1333 10.5 11.7705V16H13.8789L20.5664 9.31152C20.2052 8.62009 20 7.83414 20 7C20 4.23858 22.2386 2 25 2ZM5 27H13V19H5V27ZM25 21C23.8954 21 23 21.8954 23 23C23 24.1046 23.8954 25 25 25C26.1046 25 27 24.1046 27 23C27 21.8954 26.1046 21 25 21ZM9 5C7.89543 5 7 5.89543 7 7C7 8.10457 7.89543 9 9 9C10.1046 9 11 8.10457 11 7C11 5.89543 10.1046 5 9 5ZM25 5C23.8954 5 23 5.89543 23 7C23 8.10457 23.8954 9 25 9C26.1046 9 27 8.10457 27 7C27 5.89543 26.1046 5 25 5Z" fill="currentColor"/> </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';
|
|
@@ -237,6 +239,7 @@ export { default as Inclusion } from './Inclusion.vue';
|
|
|
237
239
|
export { default as Increase } from './Increase.vue';
|
|
238
240
|
export { default as IncreaseThin } from './IncreaseThin.vue';
|
|
239
241
|
export { default as InfoTip } from './InfoTip.vue';
|
|
242
|
+
export { default as Infrastructure } from './Infrastructure.vue';
|
|
240
243
|
export { default as InfrastructureRegistry } from './InfrastructureRegistry.vue';
|
|
241
244
|
export { default as Institution } from './Institution.vue';
|
|
242
245
|
export { default as Issue } from './Issue.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;
|
|
@@ -246,6 +248,7 @@ declare module 'slippers-ui/icons' {
|
|
|
246
248
|
export const Increase: IconComponent;
|
|
247
249
|
export const IncreaseThin: IconComponent;
|
|
248
250
|
export const InfoTip: IconComponent;
|
|
251
|
+
export const Infrastructure: IconComponent;
|
|
249
252
|
export const InfrastructureRegistry: IconComponent;
|
|
250
253
|
export const Institution: IconComponent;
|
|
251
254
|
export const Issue: 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.
|
|
6
|
-
"packageManager": "pnpm@10.28.1",
|
|
5
|
+
"version": "3.3.5",
|
|
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
|
+
}
|