slippers-ui 3.3.0 → 3.3.2
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/InfrastructureRegistry.js +22 -0
- package/dist/icons/QuestionO.js +32 -0
- package/dist/icons/index.js +536 -532
- package/icons/InfrastructureRegistry.vue +10 -0
- package/icons/QuestionO.vue +12 -0
- package/icons/index.ts +2 -0
- package/icons.d.ts +2 -0
- package/package.json +9 -7
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path
|
|
4
|
+
fill-rule="evenodd"
|
|
5
|
+
clip-rule="evenodd"
|
|
6
|
+
d="m8 2.732-2.945 1.7L8 6.135l2.945-1.701L8 2.733Zm4.445.834L8 1 3.555 3.566l-1.43-.825a.75.75 0 1 0-.75 1.298l1.429.826V10l4.446 2.567v1.683a.75.75 0 0 0 1.5 0v-1.683L13.196 10V4.865l1.43-.826a.75.75 0 0 0-.751-1.298l-1.43.825Zm-.749 2.165L8.75 7.433v3.402l2.946-1.701V5.731ZM4.304 9.134l2.946 1.7v-3.4L4.304 5.73v3.403Z"
|
|
7
|
+
fill="currentColor"
|
|
8
|
+
/>
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<g clip-path="url(#clip0_838_1239)">
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 8C14.5 11.5899 11.5899 14.5 8 14.5C4.41015 14.5 1.5 11.5899 1.5 8C1.5 4.41015 4.41015 1.5 8 1.5C11.5899 1.5 14.5 4.41015 14.5 8ZM16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM4.927 4.98941C4.64233 5.41874 4.5 5.84258 4.5 6.26089C4.5 6.46345 4.58983 6.65169 4.7695 6.82562C4.94917 6.99956 5.16967 7.08652 5.431 7.08652C5.87434 7.08652 6.17532 6.83773 6.33398 6.34015C6.50199 5.86459 6.70731 5.50461 6.94998 5.26022C7.19265 5.01584 7.57065 4.89365 8.08398 4.89365C8.52265 4.89365 8.88084 5.01474 9.15851 5.25693C9.43618 5.49911 9.57498 5.79632 9.57498 6.14859C9.57498 6.32913 9.52951 6.49646 9.43851 6.65057C9.34751 6.80469 9.23551 6.94451 9.10251 7.07001C8.96951 7.1955 8.75365 7.38153 8.45499 7.62811C8.11432 7.90993 7.84367 8.15321 7.64301 8.35797C7.44234 8.56273 7.28134 8.80051 7.16 9.07132C6.83769 10.316 8.5103 10.4164 8.896 9.52707C8.94266 9.4412 9.01383 9.34652 9.1095 9.24304C9.20516 9.13956 9.33233 9.01959 9.491 8.88309C10.065 8.39872 10.4628 8.05415 10.6845 7.8494C10.9062 7.64464 11.0975 7.40135 11.2585 7.11954C11.4195 6.83772 11.5 6.50969 11.5 6.13541C11.5 5.65984 11.3588 5.2195 11.0765 4.81439C10.7942 4.40928 10.394 4.08894 9.87601 3.85336C9.35801 3.61778 8.76065 3.5 8.08398 3.5C7.35598 3.5 6.71901 3.64088 6.173 3.9227C5.627 4.20451 5.21167 4.56008 4.927 4.98941ZM7.0675 12.0697C7.0675 12.622 7.51522 13.0697 8.0675 13.0697C8.61979 13.0697 9.0675 12.622 9.0675 12.0697C9.0675 11.5174 8.61979 11.0697 8.0675 11.0697C7.51522 11.0697 7.0675 11.5174 7.0675 12.0697Z" fill="black"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_838_1239">
|
|
8
|
+
<rect width="16" height="16" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
12
|
+
</template>
|
package/icons/index.ts
CHANGED
|
@@ -237,6 +237,7 @@ export { default as Inclusion } from './Inclusion.vue';
|
|
|
237
237
|
export { default as Increase } from './Increase.vue';
|
|
238
238
|
export { default as IncreaseThin } from './IncreaseThin.vue';
|
|
239
239
|
export { default as InfoTip } from './InfoTip.vue';
|
|
240
|
+
export { default as InfrastructureRegistry } from './InfrastructureRegistry.vue';
|
|
240
241
|
export { default as Institution } from './Institution.vue';
|
|
241
242
|
export { default as Issue } from './Issue.vue';
|
|
242
243
|
export { default as Iteration } from './Iteration.vue';
|
|
@@ -347,6 +348,7 @@ export { default as ProtectAlt } from './ProtectAlt.vue';
|
|
|
347
348
|
export { default as ProtectAlt2 } from './ProtectAlt2.vue';
|
|
348
349
|
export { default as ProtectLight } from './ProtectLight.vue';
|
|
349
350
|
export { default as Puppet } from './Puppet.vue';
|
|
351
|
+
export { default as QuestionO } from './QuestionO.vue';
|
|
350
352
|
export { default as Quote } from './Quote.vue';
|
|
351
353
|
export { default as Rating } from './Rating.vue';
|
|
352
354
|
export { default as Recover } from './Recover.vue';
|
package/icons.d.ts
CHANGED
|
@@ -246,6 +246,7 @@ declare module 'slippers-ui/icons' {
|
|
|
246
246
|
export const Increase: IconComponent;
|
|
247
247
|
export const IncreaseThin: IconComponent;
|
|
248
248
|
export const InfoTip: IconComponent;
|
|
249
|
+
export const InfrastructureRegistry: IconComponent;
|
|
249
250
|
export const Institution: IconComponent;
|
|
250
251
|
export const Issue: IconComponent;
|
|
251
252
|
export const Iteration: IconComponent;
|
|
@@ -356,6 +357,7 @@ declare module 'slippers-ui/icons' {
|
|
|
356
357
|
export const ProtectAlt2: IconComponent;
|
|
357
358
|
export const ProtectLight: IconComponent;
|
|
358
359
|
export const Puppet: IconComponent;
|
|
360
|
+
export const QuestionO: IconComponent;
|
|
359
361
|
export const Quote: IconComponent;
|
|
360
362
|
export const Rating: IconComponent;
|
|
361
363
|
export const Recover: 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
|
+
"version": "3.3.2",
|
|
6
|
+
"packageManager": "pnpm@10.28.1",
|
|
6
7
|
"engines": {
|
|
7
8
|
"node": "24.12.0",
|
|
8
9
|
"pnpm": "10.28.1"
|
|
@@ -43,6 +44,12 @@
|
|
|
43
44
|
"type": "git",
|
|
44
45
|
"url": "https://gitlab.com/gitlab-com/marketing/digital-experience/slippers-ui.git"
|
|
45
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"
|
|
52
|
+
},
|
|
46
53
|
"peerDependencies": {
|
|
47
54
|
"vue": "^3.5.27"
|
|
48
55
|
},
|
|
@@ -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
|
+
}
|