slippers-ui 3.2.10 → 3.2.11
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/BuildingStar.js +14 -10
- package/dist/icons/CatalogCheckMark.js +15 -15
- package/dist/icons/Comments.js +22 -0
- package/dist/icons/index.js +36 -36
- package/icons/BuildingStar.vue +15 -10
- package/icons/CatalogCheckMark.vue +1 -3
- package/icons/Comments.vue +3 -0
- package/icons/index.ts +1 -1
- package/icons.d.ts +1 -1
- package/package.json +7 -9
- package/dist/icons/ChatBubbles.js +0 -22
- package/icons/ChatBubbles.vue +0 -5
|
@@ -1,19 +1,23 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
import { _ as
|
|
3
|
-
const
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, n = {
|
|
4
4
|
width: "32",
|
|
5
5
|
height: "32",
|
|
6
6
|
viewBox: "0 0 32 32",
|
|
7
|
-
fill: "
|
|
8
|
-
stroke: "currentColor",
|
|
7
|
+
fill: "currentColor",
|
|
9
8
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10
9
|
};
|
|
11
|
-
function
|
|
12
|
-
return
|
|
13
|
-
|
|
10
|
+
function H(d, C) {
|
|
11
|
+
return t(), o("svg", n, [...C[0] || (C[0] = [
|
|
12
|
+
e("path", { d: "M20.5 -0.0693359C21.3284 -0.0693359 22 0.602237 22 1.43066C21.9999 2.25899 21.3284 2.93066 20.5 2.93066H6.54883V29.1348H10.3926V22.5518C10.3926 21.4472 11.288 20.5518 12.3926 20.5518H19.6064C20.7109 20.5519 21.6064 21.4473 21.6064 22.5518V29.1348H25.4512V13.5C25.4513 12.6719 26.1231 12.0003 26.9512 12C27.7795 12 28.451 12.6717 28.4512 13.5V29.6348C28.4508 31.0152 27.3317 32.1348 25.9512 32.1348H6.04883C4.66839 32.1347 3.54916 31.0151 3.54883 29.6348V2.43066C3.54883 1.05001 4.66819 -0.0692527 6.04883 -0.0693359H20.5ZM13.3926 29.1348H18.6064V23.5518H13.3926V29.1348ZM13.7178 13.1631C14.5462 13.1631 15.2177 13.8347 15.2178 14.6631C15.2178 15.4915 14.5462 16.1631 13.7178 16.1631H11.8926C11.0643 16.163 10.3926 15.4914 10.3926 14.6631C10.3927 13.8348 11.0643 13.1632 11.8926 13.1631H13.7178ZM20.1064 13.1631C20.9348 13.1631 21.6064 13.8347 21.6064 14.6631C21.6064 15.4915 20.9349 16.1631 20.1064 16.1631H18.2812C17.4528 16.1631 16.7812 15.4915 16.7812 14.6631C16.7813 13.8347 17.4529 13.1631 18.2812 13.1631H20.1064ZM13.7178 6.77539C14.5462 6.77539 15.2178 7.44696 15.2178 8.27539C15.2175 9.10362 14.5461 9.77539 13.7178 9.77539H11.8926C11.0644 9.77527 10.3928 9.10355 10.3926 8.27539C10.3926 7.44704 11.0643 6.77551 11.8926 6.77539H13.7178Z" }, null, -1),
|
|
13
|
+
e("path", {
|
|
14
|
+
"fill-rule": "evenodd",
|
|
15
|
+
"clip-rule": "evenodd",
|
|
16
|
+
d: "M27.9415 0.665236C27.6272 -0.221745 26.3728 -0.221745 26.0585 0.665236L25.3298 2.7219C25.2292 3.00582 25.0058 3.22918 24.7219 3.32978L22.6652 4.05852C21.7783 4.37282 21.7783 5.62718 22.6652 5.94148L24.7219 6.67022C25.0058 6.77082 25.2292 6.99418 25.3298 7.2781L26.0585 9.33476C26.3728 10.2217 27.6272 10.2217 27.9415 9.33476L28.6702 7.2781C28.7708 6.99418 28.9942 6.77082 29.2781 6.67022L31.3348 5.94148C32.2217 5.62718 32.2217 4.37282 31.3348 4.05852L29.2781 3.32978C28.9942 3.22918 28.7708 3.00582 28.6702 2.7219L27.9415 0.665236Z"
|
|
17
|
+
}, null, -1)
|
|
14
18
|
])]);
|
|
15
19
|
}
|
|
16
|
-
const
|
|
20
|
+
const s = /* @__PURE__ */ r(l, [["render", H]]);
|
|
17
21
|
export {
|
|
18
|
-
|
|
22
|
+
s as default
|
|
19
23
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as o, createElementVNode as
|
|
2
|
-
import { _ as
|
|
3
|
-
const
|
|
4
|
-
width: "
|
|
5
|
-
height: "
|
|
6
|
-
viewBox: "0 0
|
|
7
|
-
fill: "none",
|
|
8
|
-
stroke: "currentColor",
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
import { _ as a } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const l = {}, n = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
9
7
|
xmlns: "http://www.w3.org/2000/svg"
|
|
10
8
|
};
|
|
11
|
-
function
|
|
12
|
-
return t(), o("svg",
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
function c(h, e) {
|
|
10
|
+
return t(), o("svg", n, [...e[0] || (e[0] = [
|
|
11
|
+
r("path", {
|
|
12
|
+
"fill-rule": "evenodd",
|
|
13
|
+
"clip-rule": "evenodd",
|
|
14
|
+
d: "M5.75 1a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5h-4.5Zm-2 2.5a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5Zm-1.25 4v6h11v-6h-11ZM2 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H2Zm8.28 3.83a.75.75 0 1 0-1.06-1.06l-1.97 1.97-.47-.47a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0l2.5-2.5Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
16
|
}, null, -1)
|
|
17
17
|
])]);
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const i = /* @__PURE__ */ a(l, [["render", c]]);
|
|
20
20
|
export {
|
|
21
|
-
|
|
21
|
+
i as default
|
|
22
22
|
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as l } from "vue";
|
|
2
|
+
import { _ as r } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
+
const n = {}, a = {
|
|
4
|
+
width: "16",
|
|
5
|
+
height: "16",
|
|
6
|
+
viewBox: "0 0 16 16",
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
+
};
|
|
9
|
+
function s(c, e) {
|
|
10
|
+
return t(), o("svg", a, [...e[0] || (e[0] = [
|
|
11
|
+
l("path", {
|
|
12
|
+
"fill-rule": "evenodd",
|
|
13
|
+
"clip-rule": "evenodd",
|
|
14
|
+
d: "M2 0a2 2 0 0 0-2 2v10.06l1.28-1.28 1.53-1.53H4V11a2 2 0 0 0 2 2h7l1.5 1.5L16 16V6a2 2 0 0 0-2-2h-2V2a2 2 0 0 0-2-2H2Zm8.5 4V2a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v6.44l.47-.47.22-.22H4V6a2 2 0 0 1 2-2h4.5Zm3.56 7.94.44.439V6a.5.5 0 0 0-.5-.5H6a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7.621l.44.44Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
])]);
|
|
18
|
+
}
|
|
19
|
+
const i = /* @__PURE__ */ r(n, [["render", s]]);
|
|
20
|
+
export {
|
|
21
|
+
i as default
|
|
22
|
+
};
|
package/dist/icons/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import { default as S } from "./AiIssue.js";
|
|
|
13
13
|
import { default as T } from "./AiMergeRequest.js";
|
|
14
14
|
import { default as M } from "./AiMergeRequestTemplatePopulation.js";
|
|
15
15
|
import { default as D } from "./AiReviewerSuggestions.js";
|
|
16
|
-
import { default as
|
|
16
|
+
import { default as B } from "./AiRootCauseAnalysis.js";
|
|
17
17
|
import { default as I } from "./AiSummarizeMrReview.js";
|
|
18
18
|
import { default as V } from "./AiTestsInMr.js";
|
|
19
19
|
import { default as F } from "./AiValueStreamForecast.js";
|
|
@@ -40,7 +40,7 @@ import { default as Se } from "./Benefit.js";
|
|
|
40
40
|
import { default as Te } from "./Blog.js";
|
|
41
41
|
import { default as Me } from "./BlogAlt.js";
|
|
42
42
|
import { default as De } from "./Book.js";
|
|
43
|
-
import { default as
|
|
43
|
+
import { default as Be } from "./BookAlt.js";
|
|
44
44
|
import { default as Ie } from "./Bookmark.js";
|
|
45
45
|
import { default as Ve } from "./Booth.js";
|
|
46
46
|
import { default as Fe } from "./Branch.js";
|
|
@@ -65,9 +65,9 @@ import { default as kt } from "./CaseStudyAlt.js";
|
|
|
65
65
|
import { default as Lt } from "./ChartGraph.js";
|
|
66
66
|
import { default as St } from "./Chat.js";
|
|
67
67
|
import { default as Tt } from "./ChatBubble.js";
|
|
68
|
-
import { default as Mt } from "./
|
|
68
|
+
import { default as Mt } from "./Comments.js";
|
|
69
69
|
import { default as Dt } from "./ChatLaptop.js";
|
|
70
|
-
import { default as
|
|
70
|
+
import { default as Bt } from "./Check.js";
|
|
71
71
|
import { default as It } from "./CheckCircle.js";
|
|
72
72
|
import { default as Vt } from "./CheckCircleAlt.js";
|
|
73
73
|
import { default as Ft } from "./CheckCircleFilled.js";
|
|
@@ -93,7 +93,7 @@ import { default as Po } from "./CloudPod.js";
|
|
|
93
93
|
import { default as yo } from "./CloudServer.js";
|
|
94
94
|
import { default as Ro } from "./CloudTerminal.js";
|
|
95
95
|
import { default as Go } from "./CloudThin.js";
|
|
96
|
-
import { default as
|
|
96
|
+
import { default as vo } from "./CloudTick.js";
|
|
97
97
|
import { default as wo } from "./Code.js";
|
|
98
98
|
import { default as Eo } from "./CodeAlt.js";
|
|
99
99
|
import { default as Uo } from "./CodeAlt2.js";
|
|
@@ -120,7 +120,7 @@ import { default as Pa } from "./Community.js";
|
|
|
120
120
|
import { default as ya } from "./CommunityAlt.js";
|
|
121
121
|
import { default as Ra } from "./CommunityAlt2.js";
|
|
122
122
|
import { default as Ga } from "./Compliance.js";
|
|
123
|
-
import { default as
|
|
123
|
+
import { default as va } from "./ComplianceAndSecurity.js";
|
|
124
124
|
import { default as wa } from "./ComplianceThin.js";
|
|
125
125
|
import { default as Ea } from "./Computer.js";
|
|
126
126
|
import { default as Ua } from "./ComputerTest.js";
|
|
@@ -147,7 +147,7 @@ import { default as Pr } from "./DAndI.js";
|
|
|
147
147
|
import { default as yr } from "./Dash.js";
|
|
148
148
|
import { default as Rr } from "./DataCircle.js";
|
|
149
149
|
import { default as Gr } from "./Delay.js";
|
|
150
|
-
import { default as
|
|
150
|
+
import { default as vr } from "./Deliver.js";
|
|
151
151
|
import { default as wr } from "./Deployments.js";
|
|
152
152
|
import { default as Er } from "./DevEnablement.js";
|
|
153
153
|
import { default as Ur } from "./Devsecops.js";
|
|
@@ -174,7 +174,7 @@ import { default as Sf } from "./Ensure.js";
|
|
|
174
174
|
import { default as Tf } from "./Error.js";
|
|
175
175
|
import { default as Mf } from "./Event.js";
|
|
176
176
|
import { default as Df } from "./Expand.js";
|
|
177
|
-
import { default as
|
|
177
|
+
import { default as Bf } from "./ExternalLink.js";
|
|
178
178
|
import { default as If } from "./Eye.js";
|
|
179
179
|
import { default as Vf } from "./EyeMagnifyingGlass.js";
|
|
180
180
|
import { default as Ff } from "./Eyebrow.js";
|
|
@@ -201,7 +201,7 @@ import { default as Sl } from "./GitlabCredits.js";
|
|
|
201
201
|
import { default as Tl } from "./GitlabEnvironmentToolkit.js";
|
|
202
202
|
import { default as Ml } from "./GitlabLines.js";
|
|
203
203
|
import { default as Dl } from "./GitlabMonitorAlt.js";
|
|
204
|
-
import { default as
|
|
204
|
+
import { default as Bl } from "./GitlabOperator.js";
|
|
205
205
|
import { default as Il } from "./GitlabPipeline.js";
|
|
206
206
|
import { default as Vl } from "./GitlabPipelineAlt.js";
|
|
207
207
|
import { default as Fl } from "./GitlabRelease.js";
|
|
@@ -228,7 +228,7 @@ import { default as Ss } from "./Inclusion.js";
|
|
|
228
228
|
import { default as Ts } from "./Increase.js";
|
|
229
229
|
import { default as Ms } from "./IncreaseThin.js";
|
|
230
230
|
import { default as Ds } from "./InfoTip.js";
|
|
231
|
-
import { default as
|
|
231
|
+
import { default as Bs } from "./Institution.js";
|
|
232
232
|
import { default as Is } from "./Issue.js";
|
|
233
233
|
import { default as Vs } from "./Kanban.js";
|
|
234
234
|
import { default as Fs } from "./LaptopVideo.js";
|
|
@@ -255,7 +255,7 @@ import { default as Su } from "./MachineLearning.js";
|
|
|
255
255
|
import { default as Tu } from "./MagnifyingGlass.js";
|
|
256
256
|
import { default as Mu } from "./MagnifyingGlassCode.js";
|
|
257
257
|
import { default as Du } from "./MagnifyingGlassEye.js";
|
|
258
|
-
import { default as
|
|
258
|
+
import { default as Bu } from "./MagnifyingGlassShiftLeft.js";
|
|
259
259
|
import { default as Iu } from "./Mail.js";
|
|
260
260
|
import { default as Vu } from "./MailAlt.js";
|
|
261
261
|
import { default as Fu } from "./MailOpen.js";
|
|
@@ -282,7 +282,7 @@ import { default as Sd } from "./MonitorLight.js";
|
|
|
282
282
|
import { default as Td } from "./MonitorLines.js";
|
|
283
283
|
import { default as Md } from "./MonitorLinesAlt.js";
|
|
284
284
|
import { default as Dd } from "./MonitorPipeline.js";
|
|
285
|
-
import { default as
|
|
285
|
+
import { default as Bd } from "./MonitorTest.js";
|
|
286
286
|
import { default as Id } from "./MonitorTest2.js";
|
|
287
287
|
import { default as Vd } from "./MonitorWebApp.js";
|
|
288
288
|
import { default as Fd } from "./NewTechnologies.js";
|
|
@@ -309,7 +309,7 @@ import { default as Sp } from "./PiggyBank.js";
|
|
|
309
309
|
import { default as Tp } from "./PiggyBankAlt.js";
|
|
310
310
|
import { default as Mp } from "./PillarSpeed.js";
|
|
311
311
|
import { default as Dp } from "./Pin.js";
|
|
312
|
-
import { default as
|
|
312
|
+
import { default as Bp } from "./PinUser.js";
|
|
313
313
|
import { default as Ip } from "./Pipeline.js";
|
|
314
314
|
import { default as Vp } from "./PipelineAlt.js";
|
|
315
315
|
import { default as Fp } from "./PipelineList.js";
|
|
@@ -336,7 +336,7 @@ import { default as Sm } from "./ProtectLight.js";
|
|
|
336
336
|
import { default as Tm } from "./Puppet.js";
|
|
337
337
|
import { default as Mm } from "./Quote.js";
|
|
338
338
|
import { default as Dm } from "./Rating.js";
|
|
339
|
-
import { default as
|
|
339
|
+
import { default as Bm } from "./Recover.js";
|
|
340
340
|
import { default as Im } from "./Release.js";
|
|
341
341
|
import { default as Vm } from "./ReleaseAlt.js";
|
|
342
342
|
import { default as Fm } from "./ReleaseAlt2.js";
|
|
@@ -363,7 +363,7 @@ import { default as Sx } from "./RibbonCheckAlt.js";
|
|
|
363
363
|
import { default as Tx } from "./RibbonCheckAlt2.js";
|
|
364
364
|
import { default as Mx } from "./RibbonCheckAltThin.js";
|
|
365
365
|
import { default as Dx } from "./Rocket.js";
|
|
366
|
-
import { default as
|
|
366
|
+
import { default as Bx } from "./RocketAlt.js";
|
|
367
367
|
import { default as Ix } from "./Roles.js";
|
|
368
368
|
import { default as Vx } from "./Scale.js";
|
|
369
369
|
import { default as Fx } from "./Search.js";
|
|
@@ -390,7 +390,7 @@ import { default as Si } from "./SmileyFace.js";
|
|
|
390
390
|
import { default as Ti } from "./Source.js";
|
|
391
391
|
import { default as Mi } from "./SourceCode.js";
|
|
392
392
|
import { default as Di } from "./Speaker.js";
|
|
393
|
-
import { default as
|
|
393
|
+
import { default as Bi } from "./SpeakerPresentation.js";
|
|
394
394
|
import { default as Ii } from "./Speed.js";
|
|
395
395
|
import { default as Vi } from "./SpeedAlt.js";
|
|
396
396
|
import { default as Fi } from "./SpeedAlt2.js";
|
|
@@ -416,7 +416,7 @@ import { default as Pn } from "./TimeIsMoneyAlt.js";
|
|
|
416
416
|
import { default as yn } from "./TimerCircle.js";
|
|
417
417
|
import { default as Rn } from "./Topics.js";
|
|
418
418
|
import { default as Gn } from "./Trending.js";
|
|
419
|
-
import { default as
|
|
419
|
+
import { default as vn } from "./TwitterCircle.js";
|
|
420
420
|
import { default as wn } from "./TwitterX.js";
|
|
421
421
|
import { default as En } from "./Upgrade.js";
|
|
422
422
|
import { default as Un } from "./User.js";
|
|
@@ -443,7 +443,7 @@ import { default as Pc } from "./VideoChat.js";
|
|
|
443
443
|
import { default as yc } from "./Visibility.js";
|
|
444
444
|
import { default as Rc } from "./VisibilityAlt.js";
|
|
445
445
|
import { default as Gc } from "./Web.js";
|
|
446
|
-
import { default as
|
|
446
|
+
import { default as vc } from "./WebAlt.js";
|
|
447
447
|
import { default as wc } from "./Webcast.js";
|
|
448
448
|
import { default as Ec } from "./WebcastAlt.js";
|
|
449
449
|
import { default as Uc } from "./Weight.js";
|
|
@@ -466,7 +466,7 @@ export {
|
|
|
466
466
|
T as AiMergeRequest,
|
|
467
467
|
M as AiMergeRequestTemplatePopulation,
|
|
468
468
|
D as AiReviewerSuggestions,
|
|
469
|
-
|
|
469
|
+
B as AiRootCauseAnalysis,
|
|
470
470
|
I as AiSummarizeMrReview,
|
|
471
471
|
V as AiTestsInMr,
|
|
472
472
|
F as AiValueStreamForecast,
|
|
@@ -493,7 +493,7 @@ export {
|
|
|
493
493
|
Te as Blog,
|
|
494
494
|
Me as BlogAlt,
|
|
495
495
|
De as Book,
|
|
496
|
-
|
|
496
|
+
Be as BookAlt,
|
|
497
497
|
Ie as Bookmark,
|
|
498
498
|
Ve as Booth,
|
|
499
499
|
Fe as Branch,
|
|
@@ -518,9 +518,8 @@ export {
|
|
|
518
518
|
Lt as ChartGraph,
|
|
519
519
|
St as Chat,
|
|
520
520
|
Tt as ChatBubble,
|
|
521
|
-
Mt as ChatBubbles,
|
|
522
521
|
Dt as ChatLaptop,
|
|
523
|
-
|
|
522
|
+
Bt as Check,
|
|
524
523
|
It as CheckCircle,
|
|
525
524
|
Vt as CheckCircleAlt,
|
|
526
525
|
Ft as CheckCircleFilled,
|
|
@@ -546,7 +545,7 @@ export {
|
|
|
546
545
|
yo as CloudServer,
|
|
547
546
|
Ro as CloudTerminal,
|
|
548
547
|
Go as CloudThin,
|
|
549
|
-
|
|
548
|
+
vo as CloudTick,
|
|
550
549
|
wo as Code,
|
|
551
550
|
Eo as CodeAlt,
|
|
552
551
|
Uo as CodeAlt2,
|
|
@@ -569,11 +568,12 @@ export {
|
|
|
569
568
|
Aa as CollaborationAlt4,
|
|
570
569
|
ha as CollaborationAlt4Thin,
|
|
571
570
|
ba as CollaborationLink,
|
|
571
|
+
Mt as Comments,
|
|
572
572
|
Pa as Community,
|
|
573
573
|
ya as CommunityAlt,
|
|
574
574
|
Ra as CommunityAlt2,
|
|
575
575
|
Ga as Compliance,
|
|
576
|
-
|
|
576
|
+
va as ComplianceAndSecurity,
|
|
577
577
|
wa as ComplianceThin,
|
|
578
578
|
Ea as Computer,
|
|
579
579
|
Ua as ComputerTest,
|
|
@@ -600,7 +600,7 @@ export {
|
|
|
600
600
|
yr as Dash,
|
|
601
601
|
Rr as DataCircle,
|
|
602
602
|
Gr as Delay,
|
|
603
|
-
|
|
603
|
+
vr as Deliver,
|
|
604
604
|
wr as Deployments,
|
|
605
605
|
Er as DevEnablement,
|
|
606
606
|
Ur as Devsecops,
|
|
@@ -627,7 +627,7 @@ export {
|
|
|
627
627
|
Tf as Error,
|
|
628
628
|
Mf as Event,
|
|
629
629
|
Df as Expand,
|
|
630
|
-
|
|
630
|
+
Bf as ExternalLink,
|
|
631
631
|
If as Eye,
|
|
632
632
|
Vf as EyeMagnifyingGlass,
|
|
633
633
|
Ff as Eyebrow,
|
|
@@ -654,7 +654,7 @@ export {
|
|
|
654
654
|
Tl as GitlabEnvironmentToolkit,
|
|
655
655
|
Ml as GitlabLines,
|
|
656
656
|
Dl as GitlabMonitorAlt,
|
|
657
|
-
|
|
657
|
+
Bl as GitlabOperator,
|
|
658
658
|
Il as GitlabPipeline,
|
|
659
659
|
Vl as GitlabPipelineAlt,
|
|
660
660
|
Fl as GitlabRelease,
|
|
@@ -681,7 +681,7 @@ export {
|
|
|
681
681
|
Ts as Increase,
|
|
682
682
|
Ms as IncreaseThin,
|
|
683
683
|
Ds as InfoTip,
|
|
684
|
-
|
|
684
|
+
Bs as Institution,
|
|
685
685
|
Is as Issue,
|
|
686
686
|
Vs as Kanban,
|
|
687
687
|
Fs as LaptopVideo,
|
|
@@ -708,7 +708,7 @@ export {
|
|
|
708
708
|
Tu as MagnifyingGlass,
|
|
709
709
|
Mu as MagnifyingGlassCode,
|
|
710
710
|
Du as MagnifyingGlassEye,
|
|
711
|
-
|
|
711
|
+
Bu as MagnifyingGlassShiftLeft,
|
|
712
712
|
Iu as Mail,
|
|
713
713
|
Vu as MailAlt,
|
|
714
714
|
Fu as MailOpen,
|
|
@@ -735,7 +735,7 @@ export {
|
|
|
735
735
|
Td as MonitorLines,
|
|
736
736
|
Md as MonitorLinesAlt,
|
|
737
737
|
Dd as MonitorPipeline,
|
|
738
|
-
|
|
738
|
+
Bd as MonitorTest,
|
|
739
739
|
Id as MonitorTest2,
|
|
740
740
|
Vd as MonitorWebApp,
|
|
741
741
|
Fd as NewTechnologies,
|
|
@@ -762,7 +762,7 @@ export {
|
|
|
762
762
|
Tp as PiggyBankAlt,
|
|
763
763
|
Mp as PillarSpeed,
|
|
764
764
|
Dp as Pin,
|
|
765
|
-
|
|
765
|
+
Bp as PinUser,
|
|
766
766
|
Ip as Pipeline,
|
|
767
767
|
Vp as PipelineAlt,
|
|
768
768
|
Fp as PipelineList,
|
|
@@ -789,7 +789,7 @@ export {
|
|
|
789
789
|
Tm as Puppet,
|
|
790
790
|
Mm as Quote,
|
|
791
791
|
Dm as Rating,
|
|
792
|
-
|
|
792
|
+
Bm as Recover,
|
|
793
793
|
Im as Release,
|
|
794
794
|
Vm as ReleaseAlt,
|
|
795
795
|
Fm as ReleaseAlt2,
|
|
@@ -816,7 +816,7 @@ export {
|
|
|
816
816
|
Tx as RibbonCheckAlt2,
|
|
817
817
|
Mx as RibbonCheckAltThin,
|
|
818
818
|
Dx as Rocket,
|
|
819
|
-
|
|
819
|
+
Bx as RocketAlt,
|
|
820
820
|
Ix as Roles,
|
|
821
821
|
Vx as Scale,
|
|
822
822
|
Fx as Search,
|
|
@@ -843,7 +843,7 @@ export {
|
|
|
843
843
|
Ti as Source,
|
|
844
844
|
Mi as SourceCode,
|
|
845
845
|
Di as Speaker,
|
|
846
|
-
|
|
846
|
+
Bi as SpeakerPresentation,
|
|
847
847
|
Ii as Speed,
|
|
848
848
|
Vi as SpeedAlt,
|
|
849
849
|
Fi as SpeedAlt2,
|
|
@@ -869,7 +869,7 @@ export {
|
|
|
869
869
|
yn as TimerCircle,
|
|
870
870
|
Rn as Topics,
|
|
871
871
|
Gn as Trending,
|
|
872
|
-
|
|
872
|
+
vn as TwitterCircle,
|
|
873
873
|
wn as TwitterX,
|
|
874
874
|
En as Upgrade,
|
|
875
875
|
Un as User,
|
|
@@ -896,7 +896,7 @@ export {
|
|
|
896
896
|
yc as Visibility,
|
|
897
897
|
Rc as VisibilityAlt,
|
|
898
898
|
Gc as Web,
|
|
899
|
-
|
|
899
|
+
vc as WebAlt,
|
|
900
900
|
wc as Webcast,
|
|
901
901
|
Ec as WebcastAlt,
|
|
902
902
|
Uc as Weight,
|
package/icons/BuildingStar.vue
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<svg
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
<svg
|
|
3
|
+
width="32"
|
|
4
|
+
height="32"
|
|
5
|
+
viewBox="0 0 32 32"
|
|
6
|
+
fill="currentColor"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M20.5 -0.0693359C21.3284 -0.0693359 22 0.602237 22 1.43066C21.9999 2.25899 21.3284 2.93066 20.5 2.93066H6.54883V29.1348H10.3926V22.5518C10.3926 21.4472 11.288 20.5518 12.3926 20.5518H19.6064C20.7109 20.5519 21.6064 21.4473 21.6064 22.5518V29.1348H25.4512V13.5C25.4513 12.6719 26.1231 12.0003 26.9512 12C27.7795 12 28.451 12.6717 28.4512 13.5V29.6348C28.4508 31.0152 27.3317 32.1348 25.9512 32.1348H6.04883C4.66839 32.1347 3.54916 31.0151 3.54883 29.6348V2.43066C3.54883 1.05001 4.66819 -0.0692527 6.04883 -0.0693359H20.5ZM13.3926 29.1348H18.6064V23.5518H13.3926V29.1348ZM13.7178 13.1631C14.5462 13.1631 15.2177 13.8347 15.2178 14.6631C15.2178 15.4915 14.5462 16.1631 13.7178 16.1631H11.8926C11.0643 16.163 10.3926 15.4914 10.3926 14.6631C10.3927 13.8348 11.0643 13.1632 11.8926 13.1631H13.7178ZM20.1064 13.1631C20.9348 13.1631 21.6064 13.8347 21.6064 14.6631C21.6064 15.4915 20.9349 16.1631 20.1064 16.1631H18.2812C17.4528 16.1631 16.7812 15.4915 16.7812 14.6631C16.7813 13.8347 17.4529 13.1631 18.2812 13.1631H20.1064ZM13.7178 6.77539C14.5462 6.77539 15.2178 7.44696 15.2178 8.27539C15.2175 9.10362 14.5461 9.77539 13.7178 9.77539H11.8926C11.0644 9.77527 10.3928 9.10355 10.3926 8.27539C10.3926 7.44704 11.0643 6.77551 11.8926 6.77539H13.7178Z"
|
|
11
|
+
/>
|
|
12
|
+
<path
|
|
13
|
+
fill-rule="evenodd"
|
|
14
|
+
clip-rule="evenodd"
|
|
15
|
+
d="M27.9415 0.665236C27.6272 -0.221745 26.3728 -0.221745 26.0585 0.665236L25.3298 2.7219C25.2292 3.00582 25.0058 3.22918 24.7219 3.32978L22.6652 4.05852C21.7783 4.37282 21.7783 5.62718 22.6652 5.94148L24.7219 6.67022C25.0058 6.77082 25.2292 6.99418 25.3298 7.2781L26.0585 9.33476C26.3728 10.2217 27.6272 10.2217 27.9415 9.33476L28.6702 7.2781C28.7708 6.99418 28.9942 6.77082 29.2781 6.67022L31.3348 5.94148C32.2217 5.62718 32.2217 4.37282 31.3348 4.05852L29.2781 3.32978C28.9942 3.22918 28.7708 3.00582 28.6702 2.7219L27.9415 0.665236Z"
|
|
16
|
+
/>
|
|
12
17
|
</svg>
|
|
13
18
|
</template>
|
|
@@ -1,5 +1,3 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<svg width="
|
|
3
|
-
<path d="M28.2041 12.0107C29.2128 12.113 30 12.9644 30 14V28C30 29.0356 29.2128 29.887 28.2041 29.9893L28 30H4C2.96435 30 2.113 29.2128 2.01074 28.2041L2 28V14C2.00003 12.8955 2.89545 12 4 12H28L28.2041 12.0107ZM5 27H27V15H5V27ZM18.4395 17.5391C19.0252 16.9536 19.9748 16.9536 20.5605 17.5391C21.1463 18.1248 21.1461 19.0744 20.5605 19.6602L15.5605 24.6602C15.2792 24.9415 14.8978 25.0996 14.5 25.0996C14.1022 25.0996 13.7208 24.9415 13.4395 24.6602L11.4395 22.6602C10.8539 22.0744 10.8537 21.1248 11.4395 20.5391C12.0252 19.9536 12.9748 19.9536 13.5605 20.5391L14.5 21.4785L18.4395 17.5391ZM24.5 7C25.3284 7 26 7.6716 26 8.5C26 9.32842 25.3284 10 24.5 10H7.5C6.67159 10 6.00003 9.3284 6 8.5C6.00003 7.6716 6.67159 7 7.5 7H24.5ZM20.5 2C21.3284 2 22 2.6716 22 3.5C22 4.32842 21.3284 5 20.5 5H11.5C10.6716 5 10 4.3284 10 3.5C10 2.6716 10.6716 2 11.5 2H20.5Z" fill="#FC6D26"/>
|
|
4
|
-
</svg>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.75 1a.75.75 0 1 0 0 1.5h4.5a.75.75 0 1 0 0-1.5h-4.5Zm-2 2.5a.75.75 0 1 0 0 1.5h8.5a.75.75 0 1 0 0-1.5h-8.5Zm-1.25 4v6h11v-6h-11ZM2 6a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H2Zm8.28 3.83a.75.75 0 1 0-1.06-1.06l-1.97 1.97-.47-.47a.75.75 0 1 0-1.06 1.06l1 1a.75.75 0 0 0 1.06 0l2.5-2.5Z" fill="currentColor"/></svg>
|
|
5
3
|
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2 0a2 2 0 0 0-2 2v10.06l1.28-1.28 1.53-1.53H4V11a2 2 0 0 0 2 2h7l1.5 1.5L16 16V6a2 2 0 0 0-2-2h-2V2a2 2 0 0 0-2-2H2Zm8.5 4V2a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v6.44l.47-.47.22-.22H4V6a2 2 0 0 1 2-2h4.5Zm3.56 7.94.44.439V6a.5.5 0 0 0-.5-.5H6a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h7.621l.44.44Z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
package/icons/index.ts
CHANGED
|
@@ -65,7 +65,6 @@ export { default as CatalogCheckMark } from './CatalogCheckMark.vue';
|
|
|
65
65
|
export { default as ChartGraph } from './ChartGraph.vue';
|
|
66
66
|
export { default as Chat } from './Chat.vue';
|
|
67
67
|
export { default as ChatBubble } from './ChatBubble.vue';
|
|
68
|
-
export { default as ChatBubbles } from './ChatBubbles.vue';
|
|
69
68
|
export { default as ChatLaptop } from './ChatLaptop.vue';
|
|
70
69
|
export { default as Check } from './Check.vue';
|
|
71
70
|
export { default as CheckCircle } from './CheckCircle.vue';
|
|
@@ -116,6 +115,7 @@ export { default as CollaborationAlt3 } from './CollaborationAlt3.vue';
|
|
|
116
115
|
export { default as CollaborationAlt4 } from './CollaborationAlt4.vue';
|
|
117
116
|
export { default as CollaborationAlt4Thin } from './CollaborationAlt4Thin.vue';
|
|
118
117
|
export { default as CollaborationLink } from './CollaborationLink.vue';
|
|
118
|
+
export { default as Comments } from './Comments.vue';
|
|
119
119
|
export { default as Community } from './Community.vue';
|
|
120
120
|
export { default as CommunityAlt } from './CommunityAlt.vue';
|
|
121
121
|
export { default as CommunityAlt2 } from './CommunityAlt2.vue';
|
package/icons.d.ts
CHANGED
|
@@ -74,7 +74,6 @@ declare module 'slippers-ui/icons' {
|
|
|
74
74
|
export const ChartGraph: IconComponent;
|
|
75
75
|
export const Chat: IconComponent;
|
|
76
76
|
export const ChatBubble: IconComponent;
|
|
77
|
-
export const ChatBubbles: IconComponent;
|
|
78
77
|
export const ChatLaptop: IconComponent;
|
|
79
78
|
export const Check: IconComponent;
|
|
80
79
|
export const CheckCircle: IconComponent;
|
|
@@ -125,6 +124,7 @@ declare module 'slippers-ui/icons' {
|
|
|
125
124
|
export const CollaborationAlt4: IconComponent;
|
|
126
125
|
export const CollaborationAlt4Thin: IconComponent;
|
|
127
126
|
export const CollaborationLink: IconComponent;
|
|
127
|
+
export const Comments: IconComponent;
|
|
128
128
|
export const Community: IconComponent;
|
|
129
129
|
export const CommunityAlt: IconComponent;
|
|
130
130
|
export const CommunityAlt2: 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.2.
|
|
6
|
-
"packageManager": "pnpm@10.28.1",
|
|
5
|
+
"version": "3.2.11",
|
|
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
|
+
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
-
import { _ as n } from "./chunks/_plugin-vue_export-helper-CHgC5LLL.js";
|
|
3
|
-
const l = {}, s = {
|
|
4
|
-
width: "25",
|
|
5
|
-
height: "25",
|
|
6
|
-
viewBox: "0 0 25 25",
|
|
7
|
-
fill: "none",
|
|
8
|
-
stroke: "currentColor",
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
-
};
|
|
11
|
-
function C(c, e) {
|
|
12
|
-
return t(), o("svg", s, [...e[0] || (e[0] = [
|
|
13
|
-
r("path", {
|
|
14
|
-
d: "M15.5566 0C16.6612 2.44998e-05 17.5566 0.895446 17.5566 2V5.71973H22.0703L22.2744 5.73047C23.283 5.83273 24.0702 6.68414 24.0703 7.71973V24.0703L19.4824 19.4824H7.71973L7.51562 19.4727C6.57438 19.3772 5.82627 18.6286 5.73047 17.6875L5.71973 17.4824V13.3516H3.73633L0 17.0879V2C0 0.89543 0.895431 0 2 0H15.5566ZM7.71973 7.21973C7.4437 7.2198 7.2198 7.44369 7.21973 7.71973V17.4824C7.21973 17.7585 7.44365 17.9823 7.71973 17.9824H20.1045L20.543 18.4219L22.5703 20.4492V7.71973C22.5702 7.44365 22.3464 7.21973 22.0703 7.21973H7.71973ZM2 1.5C1.72386 1.5 1.5 1.72386 1.5 2V13.4668L3.11523 11.8516H5.71973V7.71973C5.7198 6.68419 6.50706 5.83279 7.51562 5.73047L7.71973 5.71973H16.0566V2C16.0566 1.72387 15.8328 1.50002 15.5566 1.5H2Z",
|
|
15
|
-
fill: "#171321"
|
|
16
|
-
}, null, -1)
|
|
17
|
-
])]);
|
|
18
|
-
}
|
|
19
|
-
const f = /* @__PURE__ */ n(l, [["render", C]]);
|
|
20
|
-
export {
|
|
21
|
-
f as default
|
|
22
|
-
};
|
package/icons/ChatBubbles.vue
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<svg width="25" height="25" viewBox="0 0 25 25" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="M15.5566 0C16.6612 2.44998e-05 17.5566 0.895446 17.5566 2V5.71973H22.0703L22.2744 5.73047C23.283 5.83273 24.0702 6.68414 24.0703 7.71973V24.0703L19.4824 19.4824H7.71973L7.51562 19.4727C6.57438 19.3772 5.82627 18.6286 5.73047 17.6875L5.71973 17.4824V13.3516H3.73633L0 17.0879V2C0 0.89543 0.895431 0 2 0H15.5566ZM7.71973 7.21973C7.4437 7.2198 7.2198 7.44369 7.21973 7.71973V17.4824C7.21973 17.7585 7.44365 17.9823 7.71973 17.9824H20.1045L20.543 18.4219L22.5703 20.4492V7.71973C22.5702 7.44365 22.3464 7.21973 22.0703 7.21973H7.71973ZM2 1.5C1.72386 1.5 1.5 1.72386 1.5 2V13.4668L3.11523 11.8516H5.71973V7.71973C5.7198 6.68419 6.50706 5.83279 7.51562 5.73047L7.71973 5.71973H16.0566V2C16.0566 1.72387 15.8328 1.50002 15.5566 1.5H2Z" fill="#171321"/>
|
|
4
|
-
</svg>
|
|
5
|
-
</template>
|