slippers-ui 3.2.14 → 3.2.15
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/Comment.js +20 -0
- package/dist/icons/Work.js +20 -0
- package/dist/icons/index.js +710 -706
- package/icons/Comment.vue +3 -0
- package/icons/Work.vue +3 -0
- package/icons/index.ts +2 -0
- package/icons.d.ts +2 -0
- package/package.json +9 -7
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 4a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H4.063L1.28 15.78A.75.75 0 0 1 0 15.25V4Zm3-1.5A1.5 1.5 0 0 0 1.5 4v9.44l1.723-1.72.22-.22H13a1.5 1.5 0 0 0 1.5-1.5V4A1.5 1.5 0 0 0 13 2.5H3Z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
package/icons/Work.vue
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M6 1a1.75 1.75 0 0 0-1.75 1.75V4H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.25V2.75A1.75 1.75 0 0 0 10 1H6Zm4.25 3V2.75A.25.25 0 0 0 10 2.5H6a.25.25 0 0 0-.25.25V4h4.5ZM3 5.5h10a.5.5 0 0 1 .5.5v1h-11V6a.5.5 0 0 1 .5-.5Zm-.5 3V13a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8.5H9V10H7V8.5H2.5Z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
package/icons/index.ts
CHANGED
|
@@ -117,6 +117,7 @@ export { default as CollaborationAlt3 } from './CollaborationAlt3.vue';
|
|
|
117
117
|
export { default as CollaborationAlt4 } from './CollaborationAlt4.vue';
|
|
118
118
|
export { default as CollaborationAlt4Thin } from './CollaborationAlt4Thin.vue';
|
|
119
119
|
export { default as CollaborationLink } from './CollaborationLink.vue';
|
|
120
|
+
export { default as Comment } from './Comment.vue';
|
|
120
121
|
export { default as Comments } from './Comments.vue';
|
|
121
122
|
export { default as Community } from './Community.vue';
|
|
122
123
|
export { default as CommunityAlt } from './CommunityAlt.vue';
|
|
@@ -465,6 +466,7 @@ export { default as Webcast } from './Webcast.vue';
|
|
|
465
466
|
export { default as WebcastAlt } from './WebcastAlt.vue';
|
|
466
467
|
export { default as Weight } from './Weight.vue';
|
|
467
468
|
export { default as Whitepapers } from './Whitepapers.vue';
|
|
469
|
+
export { default as Work } from './Work.vue';
|
|
468
470
|
export { default as WorkItemEpic } from './WorkItemEpic.vue';
|
|
469
471
|
export { default as WorkItemMaintenance } from './WorkItemMaintenance.vue';
|
|
470
472
|
export { default as WorkItemObjective } from './WorkItemObjective.vue';
|
package/icons.d.ts
CHANGED
|
@@ -126,6 +126,7 @@ declare module 'slippers-ui/icons' {
|
|
|
126
126
|
export const CollaborationAlt4: IconComponent;
|
|
127
127
|
export const CollaborationAlt4Thin: IconComponent;
|
|
128
128
|
export const CollaborationLink: IconComponent;
|
|
129
|
+
export const Comment: IconComponent;
|
|
129
130
|
export const Comments: IconComponent;
|
|
130
131
|
export const Community: IconComponent;
|
|
131
132
|
export const CommunityAlt: IconComponent;
|
|
@@ -474,6 +475,7 @@ declare module 'slippers-ui/icons' {
|
|
|
474
475
|
export const WebcastAlt: IconComponent;
|
|
475
476
|
export const Weight: IconComponent;
|
|
476
477
|
export const Whitepapers: IconComponent;
|
|
478
|
+
export const Work: IconComponent;
|
|
477
479
|
export const WorkItemEpic: IconComponent;
|
|
478
480
|
export const WorkItemMaintenance: IconComponent;
|
|
479
481
|
export const WorkItemObjective: 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.2.
|
|
5
|
+
"version": "3.2.15",
|
|
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
|
+
}
|