slippers-ui 3.2.2 → 3.2.3
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/Car.js +21 -0
- package/dist/icons/Compliance.js +19 -0
- package/dist/icons/License.js +19 -0
- package/dist/icons/MonitorLinesAlt.js +29 -0
- package/dist/icons/Organization.js +19 -0
- package/dist/icons/PaperAirplaneAlt.js +19 -0
- package/dist/icons/TanukiAi.js +6 -8
- package/dist/icons/WorkItemEpic.js +30 -0
- package/dist/icons/index.js +762 -748
- package/icons/Car.vue +3 -0
- package/icons/Compliance.vue +3 -0
- package/icons/License.vue +3 -0
- package/icons/MonitorLinesAlt.vue +3 -0
- package/icons/Organization.vue +3 -0
- package/icons/PaperAirplaneAlt.vue +3 -0
- package/icons/TanukiAi.vue +1 -1
- package/icons/WorkItemEpic.vue +3 -0
- package/icons/index.ts +7 -0
- package/icons.d.ts +7 -0
- package/package.json +1 -1
- package/.vscode/extensions.json +0 -3
package/icons/Car.vue
ADDED
|
@@ -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"><path d="M22 2a4 4 0 0 1 4 4v2.5h2.5a1.5 1.5 0 0 1 0 3h-1.839A7.99 7.99 0 0 1 30 18v10a2 2 0 1 1-4 0v-2H6v2a2 2 0 1 1-4 0V18a7.99 7.99 0 0 1 3.339-6.5H3.5a1.5 1.5 0 0 1 0-3H6V6a4 4 0 0 1 4-4zM10 13a5 5 0 0 0-5 5v5h3v-1a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1h3v-5a5 5 0 0 0-5-5zm0-8a1 1 0 0 0-1 1v4h14V6a1 1 0 0 0-1-1z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M22 2a2 2 0 0 1 2 2v6.55l8 2.2v7.161a12 12 0 0 1-7.689 11.2L22 32l-2.311-.89A12 12 0 0 1 15.138 28H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm-7 13.036v4.875a9 9 0 0 0 5.767 8.4l1.233.474 1.233-.474A9 9 0 0 0 29 19.91v-4.875l-7-1.925zM5 25h8.134A12 12 0 0 1 12 19.911V12.75l9-2.476V5H5zm19.94-7.56a1.5 1.5 0 1 1 2.12 2.12l-5 5a1.5 1.5 0 0 1-2.12 0l-2-2a1.5 1.5 0 1 1 2.12-2.12l.94.939z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M16 0c6.627 0 12 5.373 12 12 0 4.346-2.311 8.152-5.771 10.258L24 32l-8-2.68L8 32l1.77-9.742A11.99 11.99 0 0 1 4 12C4 5.373 9.373 0 16 0m-4.142 27.543 3.189-1.067.953-.32.953.32 3.188 1.067L19.497 24h-6.994zM16 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18m0 3a6 6 0 1 1 0 12 6 6 0 0 1 0-12m0 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><g clip-path="url(#a)"><path d="M30.204 2.01A2 2 0 0 1 32 4v18l-.01.204a2 2 0 0 1-1.786 1.785L30 24h-8v3h2.5a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 0 1 0-3H10v-3H2l-.204-.01A2 2 0 0 1 .01 22.203L0 22V4a2 2 0 0 1 1.796-1.99L2 2h28zM13 27h6v-3h-6zM3 21h26V5H3zm15.5-7a1.5 1.5 0 0 1 0 3h-11a1.5 1.5 0 0 1 0-3zm6-5a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 0 1 0-3z" fill="currentColor"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M16 0c8.837 0 16 7.163 16 16s-7.163 16-16 16S0 24.837 0 16 7.163 0 16 0m0 3C8.82 3 3 8.82 3 16s5.82 13 13 13 13-5.82 13-13S23.18 3 16 3m-3 2.5a6 6 0 0 1 5.894 4.88 6 6 0 1 1 0 11.237A6 6 0 1 1 9.034 16 6 6 0 0 1 13 5.5m0 12a3 3 0 1 0 0 6 3 3 0 0 0 0-6m8-4.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6m-8-4.5a3 3 0 0 0-.154 5.996L13 14.5l.154-.004A3 3 0 0 0 13 8.5" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><path d="M28.07 2.063a1.5 1.5 0 0 1 1.867 1.867l-7.5 25a1.501 1.501 0 0 1-2.711.36l-5.704-9.192-3.461 3.462a1.5 1.5 0 0 1-2.121-2.12l3.462-3.463-9.193-5.702a1.5 1.5 0 0 1 .36-2.711zM16.2 17.919l4.319 6.961 4.833-16.113zm-9.083-6.44 6.962 4.318 9.154-9.153z" fill="currentColor"/></svg>
|
|
3
|
+
</template>
|
package/icons/TanukiAi.vue
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<svg
|
|
2
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.377.266a.4.4 0 0 0-.754 0l-.291.823a.4.4 0 0 1-.243.243l-.823.291a.4.4 0 0 0 0 .754l.823.291a.4.4 0 0 1 .243.243l.291.823a.4.4 0 0 0 .754 0l.291-.823a.4.4 0 0 1 .243-.243l.823-.291a.4.4 0 0 0 0-.754l-.823-.291a.4.4 0 0 1-.243-.243L2.377.266Zm12.018 6.602-.014-.038-.55-1.44-.172.53-.337 1.035H6.678L6.342 5.92l-.172-.528-.551 1.445-.004.01-.004.01-.012.03a1.557 1.557 0 0 0 .512 1.78l.001.001.003.003.01.008.01.008.004.002 2.474 1.862.005.004 1.232.935.148.112.146-.112 1.233-.935.006-.004 2.49-1.873.006-.004.009-.006a1.558 1.558 0 0 0 .51-1.79l-.003-.009Zm.391 3-2.502 1.88-1.233.936-.748.569a.505.505 0 0 1-.61 0l-.75-.569-1.232-.935-2.485-1.87-.013-.011-.007-.005A3.057 3.057 0 0 1 4.2 6.343l.017-.042L5.431 3.12l.068-.178.043-.114.173-.453.017-.045.118-.308a.425.425 0 0 1 .356-.27.43.43 0 0 1 .46.314l.099.305.004.013.193.594.06.181.746 2.296h4.464l.747-2.296.06-.18.193-.595.004-.013.099-.305a.433.433 0 0 1 .648-.248.43.43 0 0 1 .168.204l.116.305.019.048.171.45.045.117.068.177L15.784 6.3l.016.044a3.057 3.057 0 0 1-1.007 3.518l-.007.006ZM3.03 11.333a.5.5 0 0 1 .942 0l.364 1.028a.5.5 0 0 0 .304.304l1.028.364a.5.5 0 0 1 0 .942l-1.028.364a.5.5 0 0 0-.304.304l-.364 1.028a.5.5 0 0 1-.942 0l-.364-1.028a.5.5 0 0 0-.304-.304l-1.028-.364a.5.5 0 0 1 0-.942l1.028-.364a.5.5 0 0 0 .304-.304l.364-1.028Z" fill="currentColor"/></svg>
|
|
3
3
|
</template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none"><g clip-path="url(#clip0_1465_10323)"><path d="M24.8172 2.00586C25.5633 2.06204 26.2214 2.53206 26.5125 3.23047L31.7693 15.8457C32.567 17.7601 31.2289 19.8648 29.1981 19.9941L28.9998 20H2.99982V21.5C2.99982 21.7761 3.22374 21.9999 3.49982 22H27.4998C28.3282 22 28.9998 22.6716 28.9998 23.5C28.9998 24.3284 28.3282 25 27.4998 25H6.99982V26.5C6.99982 26.7761 7.22375 26.9999 7.49982 27H24.4998C25.3282 27 25.9998 27.6716 25.9998 28.5C25.9998 29.3284 25.3282 30 24.4998 30H7.49982C5.56689 29.9999 3.99982 28.4329 3.99982 26.5V25H3.49982C1.56689 24.9999 -0.000183105 23.4329 -0.000183105 21.5V17.1465C-0.0212138 16.7198 0.0502111 16.2779 0.230286 15.8457L5.48712 3.23047C5.79767 2.48549 6.52572 2.00019 7.33282 2H24.6668L24.8172 2.00586ZM2.99982 17H28.9998L23.9998 5H7.99982L2.99982 17Z" fill="currentColor"/></g><defs><clipPath id="clip0_1465_10323"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>
|
|
3
|
+
</template>
|
package/icons/index.ts
CHANGED
|
@@ -53,6 +53,7 @@ export { default as CalendarAlt2 } from './CalendarAlt2.vue';
|
|
|
53
53
|
export { default as CalendarAlt3 } from './CalendarAlt3.vue';
|
|
54
54
|
export { default as CalendarCheck } from './CalendarCheck.vue';
|
|
55
55
|
export { default as Camera } from './Camera.vue';
|
|
56
|
+
export { default as Car } from './Car.vue';
|
|
56
57
|
export { default as CaseStudy } from './CaseStudy.vue';
|
|
57
58
|
export { default as CaseStudyAlt } from './CaseStudyAlt.vue';
|
|
58
59
|
export { default as ChartGraph } from './ChartGraph.vue';
|
|
@@ -110,6 +111,7 @@ export { default as CollaborationLink } from './CollaborationLink.vue';
|
|
|
110
111
|
export { default as Community } from './Community.vue';
|
|
111
112
|
export { default as CommunityAlt } from './CommunityAlt.vue';
|
|
112
113
|
export { default as CommunityAlt2 } from './CommunityAlt2.vue';
|
|
114
|
+
export { default as Compliance } from './Compliance.vue';
|
|
113
115
|
export { default as ComplianceAndSecurity } from './ComplianceAndSecurity.vue';
|
|
114
116
|
export { default as ComplianceThin } from './ComplianceThin.vue';
|
|
115
117
|
export { default as Computer } from './Computer.vue';
|
|
@@ -222,6 +224,7 @@ export { default as Learn } from './Learn.vue';
|
|
|
222
224
|
export { default as LessRisk } from './LessRisk.vue';
|
|
223
225
|
export { default as LessRiskAlt } from './LessRiskAlt.vue';
|
|
224
226
|
export { default as LevelUpAlt } from './LevelUpAlt.vue';
|
|
227
|
+
export { default as License } from './License.vue';
|
|
225
228
|
export { default as Linkedin } from './Linkedin.vue';
|
|
226
229
|
export { default as LinkedinCircle } from './LinkedinCircle.vue';
|
|
227
230
|
export { default as ListBulleted } from './ListBulleted.vue';
|
|
@@ -263,6 +266,7 @@ export { default as MonitorGitlab } from './MonitorGitlab.vue';
|
|
|
263
266
|
export { default as MonitorGraph } from './MonitorGraph.vue';
|
|
264
267
|
export { default as MonitorLight } from './MonitorLight.vue';
|
|
265
268
|
export { default as MonitorLines } from './MonitorLines.vue';
|
|
269
|
+
export { default as MonitorLinesAlt } from './MonitorLinesAlt.vue';
|
|
266
270
|
export { default as MonitorPipeline } from './MonitorPipeline.vue';
|
|
267
271
|
export { default as MonitorTest } from './MonitorTest.vue';
|
|
268
272
|
export { default as MonitorTest2 } from './MonitorTest2.vue';
|
|
@@ -273,6 +277,7 @@ export { default as Notification } from './Notification.vue';
|
|
|
273
277
|
export { default as OpenBook } from './OpenBook.vue';
|
|
274
278
|
export { default as OpenSource } from './OpenSource.vue';
|
|
275
279
|
export { default as OpenSourceAlt } from './OpenSourceAlt.vue';
|
|
280
|
+
export { default as Organization } from './Organization.vue';
|
|
276
281
|
export { default as Package } from './Package.vue';
|
|
277
282
|
export { default as PackageAlt } from './PackageAlt.vue';
|
|
278
283
|
export { default as PackageAlt2 } from './PackageAlt2.vue';
|
|
@@ -280,6 +285,7 @@ export { default as PackageLight } from './PackageLight.vue';
|
|
|
280
285
|
export { default as PackageLines } from './PackageLines.vue';
|
|
281
286
|
export { default as PadlockClosed } from './PadlockClosed.vue';
|
|
282
287
|
export { default as PaperAirplane } from './PaperAirplane.vue';
|
|
288
|
+
export { default as PaperAirplaneAlt } from './PaperAirplaneAlt.vue';
|
|
283
289
|
export { default as Partners } from './Partners.vue';
|
|
284
290
|
export { default as Pencil } from './Pencil.vue';
|
|
285
291
|
export { default as PencilCode } from './PencilCode.vue';
|
|
@@ -424,4 +430,5 @@ export { default as Webcast } from './Webcast.vue';
|
|
|
424
430
|
export { default as WebcastAlt } from './WebcastAlt.vue';
|
|
425
431
|
export { default as Weight } from './Weight.vue';
|
|
426
432
|
export { default as Whitepapers } from './Whitepapers.vue';
|
|
433
|
+
export { default as WorkItemEpic } from './WorkItemEpic.vue';
|
|
427
434
|
export { default as World } from './World.vue';
|
package/icons.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ declare module 'slippers-ui/icons' {
|
|
|
62
62
|
export const CalendarAlt3: IconComponent;
|
|
63
63
|
export const CalendarCheck: IconComponent;
|
|
64
64
|
export const Camera: IconComponent;
|
|
65
|
+
export const Car: IconComponent;
|
|
65
66
|
export const CaseStudy: IconComponent;
|
|
66
67
|
export const CaseStudyAlt: IconComponent;
|
|
67
68
|
export const ChartGraph: IconComponent;
|
|
@@ -119,6 +120,7 @@ declare module 'slippers-ui/icons' {
|
|
|
119
120
|
export const Community: IconComponent;
|
|
120
121
|
export const CommunityAlt: IconComponent;
|
|
121
122
|
export const CommunityAlt2: IconComponent;
|
|
123
|
+
export const Compliance: IconComponent;
|
|
122
124
|
export const ComplianceAndSecurity: IconComponent;
|
|
123
125
|
export const ComplianceThin: IconComponent;
|
|
124
126
|
export const Computer: IconComponent;
|
|
@@ -231,6 +233,7 @@ declare module 'slippers-ui/icons' {
|
|
|
231
233
|
export const LessRisk: IconComponent;
|
|
232
234
|
export const LessRiskAlt: IconComponent;
|
|
233
235
|
export const LevelUpAlt: IconComponent;
|
|
236
|
+
export const License: IconComponent;
|
|
234
237
|
export const Linkedin: IconComponent;
|
|
235
238
|
export const LinkedinCircle: IconComponent;
|
|
236
239
|
export const ListBulleted: IconComponent;
|
|
@@ -272,6 +275,7 @@ declare module 'slippers-ui/icons' {
|
|
|
272
275
|
export const MonitorGraph: IconComponent;
|
|
273
276
|
export const MonitorLight: IconComponent;
|
|
274
277
|
export const MonitorLines: IconComponent;
|
|
278
|
+
export const MonitorLinesAlt: IconComponent;
|
|
275
279
|
export const MonitorPipeline: IconComponent;
|
|
276
280
|
export const MonitorTest: IconComponent;
|
|
277
281
|
export const MonitorTest2: IconComponent;
|
|
@@ -282,6 +286,7 @@ declare module 'slippers-ui/icons' {
|
|
|
282
286
|
export const OpenBook: IconComponent;
|
|
283
287
|
export const OpenSource: IconComponent;
|
|
284
288
|
export const OpenSourceAlt: IconComponent;
|
|
289
|
+
export const Organization: IconComponent;
|
|
285
290
|
export const Package: IconComponent;
|
|
286
291
|
export const PackageAlt: IconComponent;
|
|
287
292
|
export const PackageAlt2: IconComponent;
|
|
@@ -289,6 +294,7 @@ declare module 'slippers-ui/icons' {
|
|
|
289
294
|
export const PackageLines: IconComponent;
|
|
290
295
|
export const PadlockClosed: IconComponent;
|
|
291
296
|
export const PaperAirplane: IconComponent;
|
|
297
|
+
export const PaperAirplaneAlt: IconComponent;
|
|
292
298
|
export const Partners: IconComponent;
|
|
293
299
|
export const Pencil: IconComponent;
|
|
294
300
|
export const PencilCode: IconComponent;
|
|
@@ -433,5 +439,6 @@ declare module 'slippers-ui/icons' {
|
|
|
433
439
|
export const WebcastAlt: IconComponent;
|
|
434
440
|
export const Weight: IconComponent;
|
|
435
441
|
export const Whitepapers: IconComponent;
|
|
442
|
+
export const WorkItemEpic: IconComponent;
|
|
436
443
|
export const World: IconComponent;
|
|
437
444
|
}
|
package/package.json
CHANGED
package/.vscode/extensions.json
DELETED