@cas-smartdesign/icons 2.8.2 → 2.9.0

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/docs/doc.css CHANGED
@@ -1,9 +1,10 @@
1
- /* ../node_modules/.pnpm/github-markdown-css@5.5.0/node_modules/github-markdown-css/github-markdown-light.css */
1
+ /* ../node_modules/.pnpm/github-markdown-css@5.8.1/node_modules/github-markdown-css/github-markdown-light.css */
2
2
  .markdown-body {
3
+ color-scheme: light;
3
4
  -ms-text-size-adjust: 100%;
4
5
  -webkit-text-size-adjust: 100%;
5
6
  margin: 0;
6
- color: #1F2328;
7
+ color: #1f2328;
7
8
  background-color: #ffffff;
8
9
  font-family:
9
10
  -apple-system,
@@ -71,11 +72,11 @@
71
72
  font-weight: 600;
72
73
  padding-bottom: .3em;
73
74
  font-size: 2em;
74
- border-bottom: 1px solid hsla(210, 18%, 87%, 1);
75
+ border-bottom: 1px solid #d1d9e0b3;
75
76
  }
76
77
  .markdown-body mark {
77
78
  background-color: #fff8c5;
78
- color: #1F2328;
79
+ color: #1f2328;
79
80
  }
80
81
  .markdown-body small {
81
82
  font-size: 90%;
@@ -97,7 +98,6 @@
97
98
  border-style: none;
98
99
  max-width: 100%;
99
100
  box-sizing: content-box;
100
- background-color: #ffffff;
101
101
  }
102
102
  .markdown-body code,
103
103
  .markdown-body kbd,
@@ -107,17 +107,17 @@
107
107
  font-size: 1em;
108
108
  }
109
109
  .markdown-body figure {
110
- margin: 1em 40px;
110
+ margin: 1em 2.5rem;
111
111
  }
112
112
  .markdown-body hr {
113
113
  box-sizing: content-box;
114
114
  overflow: hidden;
115
115
  background: transparent;
116
- border-bottom: 1px solid hsla(210, 18%, 87%, 1);
116
+ border-bottom: 1px solid #d1d9e0b3;
117
117
  height: .25em;
118
118
  padding: 0;
119
- margin: 24px 0;
120
- background-color: #d0d7de;
119
+ margin: 1.5rem 0;
120
+ background-color: #d1d9e0;
121
121
  border: 0;
122
122
  }
123
123
  .markdown-body input {
@@ -161,7 +161,7 @@
161
161
  text-decoration: underline;
162
162
  }
163
163
  .markdown-body ::placeholder {
164
- color: #6e7781;
164
+ color: #59636e;
165
165
  opacity: 1;
166
166
  }
167
167
  .markdown-body hr::before {
@@ -180,6 +180,7 @@
180
180
  width: max-content;
181
181
  max-width: 100%;
182
182
  overflow: auto;
183
+ font-variant: tabular-nums;
183
184
  }
184
185
  .markdown-body td,
185
186
  .markdown-body th {
@@ -188,9 +189,6 @@
188
189
  .markdown-body details summary {
189
190
  cursor: pointer;
190
191
  }
191
- .markdown-body details:not([open]) > *:not(summary) {
192
- display: none !important;
193
- }
194
192
  .markdown-body a:focus,
195
193
  .markdown-body [role=button]:focus,
196
194
  .markdown-body input[type=radio]:focus,
@@ -223,7 +221,7 @@
223
221
  }
224
222
  .markdown-body kbd {
225
223
  display: inline-block;
226
- padding: 3px 5px;
224
+ padding: 0.25rem;
227
225
  font:
228
226
  11px ui-monospace,
229
227
  SFMono-Regular,
@@ -233,13 +231,13 @@
233
231
  Liberation Mono,
234
232
  monospace;
235
233
  line-height: 10px;
236
- color: #1F2328;
234
+ color: #1f2328;
237
235
  vertical-align: middle;
238
236
  background-color: #f6f8fa;
239
- border: solid 1px rgba(175, 184, 193, 0.2);
240
- border-bottom-color: rgba(175, 184, 193, 0.2);
237
+ border: solid 1px #d1d9e0b3;
238
+ border-bottom-color: #d1d9e0b3;
241
239
  border-radius: 6px;
242
- box-shadow: inset 0 -1px 0 rgba(175, 184, 193, 0.2);
240
+ box-shadow: inset 0 -1px 0 #d1d9e0b3;
243
241
  }
244
242
  .markdown-body h1,
245
243
  .markdown-body h2,
@@ -247,8 +245,8 @@
247
245
  .markdown-body h4,
248
246
  .markdown-body h5,
249
247
  .markdown-body h6 {
250
- margin-top: 24px;
251
- margin-bottom: 16px;
248
+ margin-top: 1.5rem;
249
+ margin-bottom: 1rem;
252
250
  font-weight: 600;
253
251
  line-height: 1.25;
254
252
  }
@@ -256,7 +254,7 @@
256
254
  font-weight: 600;
257
255
  padding-bottom: .3em;
258
256
  font-size: 1.5em;
259
- border-bottom: 1px solid hsla(210, 18%, 87%, 1);
257
+ border-bottom: 1px solid #d1d9e0b3;
260
258
  }
261
259
  .markdown-body h3 {
262
260
  font-weight: 600;
@@ -273,7 +271,7 @@
273
271
  .markdown-body h6 {
274
272
  font-weight: 600;
275
273
  font-size: .85em;
276
- color: #656d76;
274
+ color: #59636e;
277
275
  }
278
276
  .markdown-body p {
279
277
  margin-top: 0;
@@ -282,8 +280,8 @@
282
280
  .markdown-body blockquote {
283
281
  margin: 0;
284
282
  padding: 0 1em;
285
- color: #656d76;
286
- border-left: .25em solid #d0d7de;
283
+ color: #59636e;
284
+ border-left: .25em solid #d1d9e0;
287
285
  }
288
286
  .markdown-body ul,
289
287
  .markdown-body ol {
@@ -340,11 +338,10 @@
340
338
  .markdown-body input::-webkit-outer-spin-button,
341
339
  .markdown-body input::-webkit-inner-spin-button {
342
340
  margin: 0;
343
- -webkit-appearance: none;
344
341
  appearance: none;
345
342
  }
346
343
  .markdown-body .mr-2 {
347
- margin-right: 8px !important;
344
+ margin-right: 0.5rem !important;
348
345
  }
349
346
  .markdown-body::before {
350
347
  display: table;
@@ -370,7 +367,7 @@
370
367
  }
371
368
  .markdown-body .anchor {
372
369
  float: left;
373
- padding-right: 4px;
370
+ padding-right: 0.25rem;
374
371
  margin-left: -20px;
375
372
  line-height: 1;
376
373
  }
@@ -386,7 +383,7 @@
386
383
  .markdown-body pre,
387
384
  .markdown-body details {
388
385
  margin-top: 0;
389
- margin-bottom: 16px;
386
+ margin-bottom: 1rem;
390
387
  }
391
388
  .markdown-body blockquote > :first-child {
392
389
  margin-top: 0;
@@ -400,7 +397,7 @@
400
397
  .markdown-body h4 .octicon-link,
401
398
  .markdown-body h5 .octicon-link,
402
399
  .markdown-body h6 .octicon-link {
403
- color: #1F2328;
400
+ color: #1f2328;
404
401
  vertical-align: middle;
405
402
  visibility: hidden;
406
403
  }
@@ -487,7 +484,7 @@
487
484
  margin-bottom: 0;
488
485
  }
489
486
  .markdown-body li > p {
490
- margin-top: 16px;
487
+ margin-top: 1rem;
491
488
  }
492
489
  .markdown-body li + li {
493
490
  margin-top: .25em;
@@ -497,14 +494,14 @@
497
494
  }
498
495
  .markdown-body dl dt {
499
496
  padding: 0;
500
- margin-top: 16px;
497
+ margin-top: 1rem;
501
498
  font-size: 1em;
502
499
  font-style: italic;
503
500
  font-weight: 600;
504
501
  }
505
502
  .markdown-body dl dd {
506
- padding: 0 16px;
507
- margin-bottom: 16px;
503
+ padding: 0 1rem;
504
+ margin-bottom: 1rem;
508
505
  }
509
506
  .markdown-body table th {
510
507
  font-weight: 600;
@@ -512,14 +509,14 @@
512
509
  .markdown-body table th,
513
510
  .markdown-body table td {
514
511
  padding: 6px 13px;
515
- border: 1px solid #d0d7de;
512
+ border: 1px solid #d1d9e0;
516
513
  }
517
514
  .markdown-body table td > :last-child {
518
515
  margin-bottom: 0;
519
516
  }
520
517
  .markdown-body table tr {
521
518
  background-color: #ffffff;
522
- border-top: 1px solid hsla(210, 18%, 87%, 1);
519
+ border-top: 1px solid #d1d9e0b3;
523
520
  }
524
521
  .markdown-body table tr:nth-child(2n) {
525
522
  background-color: #f6f8fa;
@@ -549,7 +546,7 @@
549
546
  padding: 7px;
550
547
  margin: 13px 0 0;
551
548
  overflow: hidden;
552
- border: 1px solid #d0d7de;
549
+ border: 1px solid #d1d9e0;
553
550
  }
554
551
  .markdown-body span.frame span img {
555
552
  display: block;
@@ -559,7 +556,7 @@
559
556
  display: block;
560
557
  padding: 5px 0 0;
561
558
  clear: both;
562
- color: #1F2328;
559
+ color: #1f2328;
563
560
  }
564
561
  .markdown-body span.align-center {
565
562
  display: block;
@@ -618,7 +615,7 @@
618
615
  margin: 0;
619
616
  font-size: 85%;
620
617
  white-space: break-spaces;
621
- background-color: rgba(175, 184, 193, 0.2);
618
+ background-color: #818b981f;
622
619
  border-radius: 6px;
623
620
  }
624
621
  .markdown-body code br,
@@ -643,7 +640,7 @@
643
640
  border: 0;
644
641
  }
645
642
  .markdown-body .highlight {
646
- margin-bottom: 16px;
643
+ margin-bottom: 1rem;
647
644
  }
648
645
  .markdown-body .highlight pre {
649
646
  margin-bottom: 0;
@@ -651,11 +648,11 @@
651
648
  }
652
649
  .markdown-body .highlight pre,
653
650
  .markdown-body pre {
654
- padding: 16px;
651
+ padding: 1rem;
655
652
  overflow: auto;
656
653
  font-size: 85%;
657
654
  line-height: 1.45;
658
- color: #1F2328;
655
+ color: #1f2328;
659
656
  background-color: #f6f8fa;
660
657
  border-radius: 6px;
661
658
  }
@@ -681,7 +678,7 @@
681
678
  white-space: nowrap;
682
679
  }
683
680
  .markdown-body .csv-data .blob-num {
684
- padding: 10px 8px 9px;
681
+ padding: 10px 0.5rem 9px;
685
682
  text-align: right;
686
683
  background: #ffffff;
687
684
  border: 0;
@@ -702,39 +699,42 @@
702
699
  }
703
700
  .markdown-body .footnotes {
704
701
  font-size: 12px;
705
- color: #656d76;
706
- border-top: 1px solid #d0d7de;
702
+ color: #59636e;
703
+ border-top: 1px solid #d1d9e0;
707
704
  }
708
705
  .markdown-body .footnotes ol {
709
- padding-left: 16px;
706
+ padding-left: 1rem;
710
707
  }
711
708
  .markdown-body .footnotes ol ul {
712
709
  display: inline-block;
713
- padding-left: 16px;
714
- margin-top: 16px;
710
+ padding-left: 1rem;
711
+ margin-top: 1rem;
715
712
  }
716
713
  .markdown-body .footnotes li {
717
714
  position: relative;
718
715
  }
719
716
  .markdown-body .footnotes li:target::before {
720
717
  position: absolute;
721
- top: -8px;
722
- right: -8px;
723
- bottom: -8px;
724
- left: -24px;
718
+ top: calc(0.5rem*-1);
719
+ right: calc(0.5rem*-1);
720
+ bottom: calc(0.5rem*-1);
721
+ left: calc(1.5rem*-1);
725
722
  pointer-events: none;
726
723
  content: "";
727
724
  border: 2px solid #0969da;
728
725
  border-radius: 6px;
729
726
  }
730
727
  .markdown-body .footnotes li:target {
731
- color: #1F2328;
728
+ color: #1f2328;
732
729
  }
733
730
  .markdown-body .footnotes .data-footnote-backref g-emoji {
734
731
  font-family: monospace;
735
732
  }
733
+ .markdown-body body:has(:modal) {
734
+ padding-right: var(--dialog-scrollgutter) !important;
735
+ }
736
736
  .markdown-body .pl-c {
737
- color: #57606a;
737
+ color: #59636e;
738
738
  }
739
739
  .markdown-body .pl-c1,
740
740
  .markdown-body .pl-s .pl-v {
@@ -746,10 +746,10 @@
746
746
  }
747
747
  .markdown-body .pl-smi,
748
748
  .markdown-body .pl-s .pl-s1 {
749
- color: #24292f;
749
+ color: #1f2328;
750
750
  }
751
751
  .markdown-body .pl-ent {
752
- color: #116329;
752
+ color: #0550ae;
753
753
  }
754
754
  .markdown-body .pl-k {
755
755
  color: #cf222e;
@@ -793,11 +793,11 @@
793
793
  }
794
794
  .markdown-body .pl-mi {
795
795
  font-style: italic;
796
- color: #24292f;
796
+ color: #1f2328;
797
797
  }
798
798
  .markdown-body .pl-mb {
799
799
  font-weight: bold;
800
- color: #24292f;
800
+ color: #1f2328;
801
801
  }
802
802
  .markdown-body .pl-md {
803
803
  color: #82071e;
@@ -812,7 +812,7 @@
812
812
  background-color: #ffd8b5;
813
813
  }
814
814
  .markdown-body .pl-mi2 {
815
- color: #eaeef2;
815
+ color: #d1d9e0;
816
816
  background-color: #0550ae;
817
817
  }
818
818
  .markdown-body .pl-mdr {
@@ -820,15 +820,27 @@
820
820
  color: #8250df;
821
821
  }
822
822
  .markdown-body .pl-ba {
823
- color: #57606a;
823
+ color: #59636e;
824
824
  }
825
825
  .markdown-body .pl-sg {
826
- color: #8c959f;
826
+ color: #818b98;
827
827
  }
828
828
  .markdown-body .pl-corl {
829
829
  text-decoration: underline;
830
830
  color: #0a3069;
831
831
  }
832
+ .markdown-body [role=button]:focus:not(:focus-visible),
833
+ .markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
834
+ .markdown-body button:focus:not(:focus-visible),
835
+ .markdown-body summary:focus:not(:focus-visible),
836
+ .markdown-body a:focus:not(:focus-visible) {
837
+ outline: none;
838
+ box-shadow: none;
839
+ }
840
+ .markdown-body [tabindex="0"]:focus:not(:focus-visible),
841
+ .markdown-body details-dialog:focus:not(:focus-visible) {
842
+ outline: none;
843
+ }
832
844
  .markdown-body g-emoji {
833
845
  display: inline-block;
834
846
  min-width: 1ch;
@@ -856,7 +868,7 @@
856
868
  cursor: pointer;
857
869
  }
858
870
  .markdown-body .task-list-item + .task-list-item {
859
- margin-top: 4px;
871
+ margin-top: 0.25rem;
860
872
  }
861
873
  .markdown-body .task-list-item .handle {
862
874
  display: none;
@@ -865,11 +877,11 @@
865
877
  margin: 0 .2em .25em -1.4em;
866
878
  vertical-align: middle;
867
879
  }
868
- .markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
880
+ .markdown-body ul:dir(rtl) .task-list-item-checkbox {
869
881
  margin: 0 -1.6em .25em .2em;
870
882
  }
871
- .markdown-body .contains-task-list {
872
- position: relative;
883
+ .markdown-body ol:dir(rtl) .task-list-item-checkbox {
884
+ margin: 0 -1.6em .25em .2em;
873
885
  }
874
886
  .markdown-body .contains-task-list:hover .task-list-item-convert-container,
875
887
  .markdown-body .contains-task-list:focus-within .task-list-item-convert-container {
@@ -883,10 +895,10 @@
883
895
  filter: invert(50%);
884
896
  }
885
897
  .markdown-body .markdown-alert {
886
- padding: 8px 16px;
887
- margin-bottom: 16px;
898
+ padding: 0.5rem 1rem;
899
+ margin-bottom: 1rem;
888
900
  color: inherit;
889
- border-left: .25em solid #d0d7de;
901
+ border-left: .25em solid #d1d9e0;
890
902
  }
891
903
  .markdown-body .markdown-alert > :first-child {
892
904
  margin-top: 0;
@@ -919,7 +931,7 @@
919
931
  color: #9a6700;
920
932
  }
921
933
  .markdown-body .markdown-alert.markdown-alert-tip {
922
- border-left-color: #1f883d;
934
+ border-left-color: #1a7f37;
923
935
  }
924
936
  .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
925
937
  color: #1a7f37;
@@ -930,3 +942,9 @@
930
942
  .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
931
943
  color: #d1242f;
932
944
  }
945
+ .markdown-body > *:first-child > .heading-element:first-child {
946
+ margin-top: 0 !important;
947
+ }
948
+ .markdown-body .highlight pre:has(+ .zeroclipboard-container) {
949
+ min-height: 52px;
950
+ }
package/dist/docs/doc.mjs CHANGED
@@ -3,9 +3,9 @@ var __commonJS = (cb, mod) => function __require() {
3
3
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
4
4
  };
5
5
 
6
- // ../node_modules/.pnpm/github-markdown-css@5.5.0/node_modules/github-markdown-css/github-markdown-light.css
6
+ // ../node_modules/.pnpm/github-markdown-css@5.8.1/node_modules/github-markdown-css/github-markdown-light.css
7
7
  var require_github_markdown_light = __commonJS({
8
- "../node_modules/.pnpm/github-markdown-css@5.5.0/node_modules/github-markdown-css/github-markdown-light.css"(exports, module) {
8
+ "../node_modules/.pnpm/github-markdown-css@5.8.1/node_modules/github-markdown-css/github-markdown-light.css"(exports, module) {
9
9
  module.exports = {};
10
10
  }
11
11
  });
@@ -13,7 +13,7 @@ var require_github_markdown_light = __commonJS({
13
13
  // markdown:readme.md
14
14
  var require_readme = __commonJS({
15
15
  "markdown:readme.md"(exports, module) {
16
- module.exports = { html: "<h1>@cas-smartdesign/icons</h1>\n<p>A shared package which contains icons used by SmartDesign.</p>\n<h2>Icons</h2>\n", raw: "# @cas-smartdesign/icons\r\n\r\nA shared package which contains icons used by SmartDesign.\r\n\r\n## Icons\r\n", filename: "readme.md" };
16
+ module.exports = { html: "<h1>@cas-smartdesign/icons</h1>\n<p>A shared package which contains icons used by SmartDesign.</p>\n", raw: "# @cas-smartdesign/icons\r\n\r\nA shared package which contains icons used by SmartDesign.\r\n", filename: "readme.md" };
17
17
  }
18
18
  });
19
19
 
@@ -95,7 +95,8 @@ var require_icons = __commonJS({
95
95
  // docs/doc.ts
96
96
  require_github_markdown_light();
97
97
  var readme = require_readme().html;
98
- document.querySelector("#markdown-container").innerHTML = readme;
98
+ var container = document.querySelector("#markdown-container");
99
+ container.innerHTML = readme;
99
100
  var svgs = require_icons();
100
101
  Object.keys(svgs).forEach((filename) => {
101
102
  const svg = svgs[filename];
@@ -1,60 +1,60 @@
1
1
  {
2
- "@cypress/vite-dev-server@5.0.7": {
2
+ "@cypress/vite-dev-server@7.0.0": {
3
3
  "licenses": "MIT",
4
4
  "repository": "https://github.com/cypress-io/cypress",
5
5
  "licenseUrl": "https://github.com/cypress-io/cypress/tree/develop/npm/vite-dev-server#readme"
6
6
  },
7
- "@rollup/plugin-node-resolve@15.2.3": {
7
+ "@eslint/js@9.34.0": {
8
+ "licenses": "MIT",
9
+ "repository": "https://github.com/eslint/eslint",
10
+ "licenseUrl": "https://github.com/eslint/eslint/raw/HEAD/LICENSE"
11
+ },
12
+ "@rollup/plugin-node-resolve@16.0.1": {
8
13
  "licenses": "MIT",
9
14
  "repository": "https://github.com/rollup/plugins",
10
15
  "licenseUrl": "https://github.com/rollup/plugins/raw/HEAD/LICENSE"
11
16
  },
12
- "@types/node@20.10.6": {
17
+ "@types/node@24.3.0": {
13
18
  "licenses": "MIT",
14
19
  "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
15
20
  "licenseUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/raw/HEAD/LICENSE"
16
21
  },
17
- "@typescript-eslint/eslint-plugin@6.17.0": {
22
+ "@typescript-eslint/eslint-plugin@8.41.0": {
18
23
  "licenses": "MIT",
19
24
  "repository": "https://github.com/typescript-eslint/typescript-eslint",
20
25
  "licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
21
26
  },
22
- "@typescript-eslint/parser@6.17.0": {
23
- "licenses": "BSD-2-Clause",
27
+ "@typescript-eslint/parser@8.41.0": {
28
+ "licenses": "MIT",
24
29
  "repository": "https://github.com/typescript-eslint/typescript-eslint",
25
30
  "licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
26
31
  },
27
- "@vitest/coverage-v8@1.1.1": {
32
+ "@vitest/coverage-v8@3.2.4": {
28
33
  "licenses": "MIT",
29
34
  "repository": "https://github.com/vitest-dev/vitest",
30
35
  "licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
31
36
  },
32
- "@vitest/ui@1.1.1": {
37
+ "@vitest/ui@3.2.4": {
33
38
  "licenses": "MIT",
34
39
  "repository": "https://github.com/vitest-dev/vitest",
35
40
  "licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
36
41
  },
37
- "axe-core@4.8.3": {
42
+ "axe-core@4.10.3": {
38
43
  "licenses": "MPL-2.0",
39
44
  "repository": "https://github.com/dequelabs/axe-core",
40
45
  "licenseUrl": "https://github.com/dequelabs/axe-core/raw/HEAD/LICENSE"
41
46
  },
42
- "cypress-axe@1.5.0": {
47
+ "cypress-axe@1.7.0": {
43
48
  "licenses": "MIT",
44
49
  "repository": "https://github.com/component-driven/cypress-axe",
45
50
  "licenseUrl": "https://github.com/component-driven/cypress-axe/raw/HEAD/License.md"
46
51
  },
47
- "cypress-real-events@1.13.0": {
48
- "licenses": "MIT",
49
- "repository": "https://github.com/dmtrKovalenko/cypress-real-events",
50
- "licenseUrl": "https://github.com/dmtrKovalenko/cypress-real-events"
51
- },
52
- "cypress@13.6.2": {
52
+ "cypress@15.0.0": {
53
53
  "licenses": "MIT",
54
54
  "repository": "https://github.com/cypress-io/cypress",
55
55
  "licenseUrl": "https://cypress.io"
56
56
  },
57
- "esbuild@0.19.11": {
57
+ "esbuild@0.25.9": {
58
58
  "licenses": "MIT",
59
59
  "repository": "https://github.com/evanw/esbuild",
60
60
  "licenseUrl": "https://github.com/evanw/esbuild/raw/HEAD/LICENSE.md"
@@ -64,37 +64,37 @@
64
64
  "repository": "https://github.com/google/eslint-config-google",
65
65
  "licenseUrl": "https://github.com/google/eslint-config-google/raw/HEAD/LICENSE"
66
66
  },
67
- "eslint-config-prettier@9.1.0": {
67
+ "eslint-config-prettier@10.1.8": {
68
68
  "licenses": "MIT",
69
69
  "repository": "https://github.com/prettier/eslint-config-prettier",
70
70
  "licenseUrl": "https://github.com/prettier/eslint-config-prettier/raw/HEAD/LICENSE"
71
71
  },
72
- "eslint@8.56.0": {
72
+ "eslint@9.34.0": {
73
73
  "licenses": "MIT",
74
74
  "repository": "https://github.com/eslint/eslint",
75
75
  "licenseUrl": "https://github.com/eslint/eslint/raw/HEAD/LICENSE"
76
76
  },
77
- "github-markdown-css@5.5.0": {
77
+ "github-markdown-css@5.8.1": {
78
78
  "licenses": "MIT",
79
79
  "repository": "https://github.com/sindresorhus/github-markdown-css",
80
80
  "licenseUrl": "https://github.com/sindresorhus/github-markdown-css/raw/HEAD/license"
81
81
  },
82
- "junit-report-builder@3.1.0": {
82
+ "junit-report-builder@5.1.1": {
83
83
  "licenses": "MIT",
84
84
  "repository": "https://github.com/davidparsson/junit-report-builder",
85
85
  "licenseUrl": "https://github.com/davidparsson/junit-report-builder/raw/HEAD/LICENSE"
86
86
  },
87
- "lint-staged@15.2.0": {
87
+ "lint-staged@16.1.5": {
88
88
  "licenses": "MIT",
89
- "repository": "https://github.com/okonet/lint-staged",
90
- "licenseUrl": "https://github.com/okonet/lint-staged/raw/HEAD/LICENSE"
89
+ "repository": "https://github.com/lint-staged/lint-staged",
90
+ "licenseUrl": "https://github.com/lint-staged/lint-staged/raw/HEAD/LICENSE"
91
91
  },
92
- "marked@11.1.1": {
92
+ "marked@16.2.1": {
93
93
  "licenses": "MIT",
94
94
  "repository": "https://github.com/markedjs/marked",
95
95
  "licenseUrl": "https://github.com/markedjs/marked/raw/HEAD/LICENSE.md"
96
96
  },
97
- "prettier@3.1.1": {
97
+ "prettier@3.6.2": {
98
98
  "licenses": "MIT",
99
99
  "repository": "https://github.com/prettier/prettier",
100
100
  "licenseUrl": "https://github.com/prettier/prettier/raw/HEAD/LICENSE"
@@ -104,62 +104,67 @@
104
104
  "repository": "https://github.com/sindresorhus/resolve-pkg",
105
105
  "licenseUrl": "https://github.com/sindresorhus/resolve-pkg/raw/HEAD/license"
106
106
  },
107
- "sass@1.69.6": {
107
+ "sass@1.91.0": {
108
108
  "licenses": "MIT",
109
109
  "repository": "https://github.com/sass/dart-sass",
110
110
  "licenseUrl": "https://github.com/sass/dart-sass/raw/HEAD/LICENSE"
111
111
  },
112
- "stylelint-config-recommended-scss@14.0.0": {
112
+ "stylelint-config-recommended-scss@16.0.0": {
113
113
  "licenses": "MIT",
114
114
  "repository": "https://github.com/stylelint-scss/stylelint-config-recommended-scss",
115
115
  "licenseUrl": "https://github.com/stylelint-scss/stylelint-config-recommended-scss/raw/HEAD/LICENSE"
116
116
  },
117
- "stylelint-config-standard@36.0.0": {
117
+ "stylelint-config-standard@39.0.0": {
118
118
  "licenses": "MIT",
119
119
  "repository": "https://github.com/stylelint/stylelint-config-standard",
120
120
  "licenseUrl": "https://github.com/stylelint/stylelint-config-standard/raw/HEAD/LICENSE"
121
121
  },
122
- "stylelint-scss@6.0.0": {
122
+ "stylelint-scss@6.12.1": {
123
123
  "licenses": "MIT",
124
124
  "repository": "https://github.com/stylelint-scss/stylelint-scss",
125
125
  "licenseUrl": "https://github.com/stylelint-scss/stylelint-scss/raw/HEAD/LICENSE"
126
126
  },
127
- "stylelint@16.1.0": {
127
+ "stylelint@16.23.1": {
128
128
  "licenses": "MIT",
129
129
  "repository": "https://github.com/stylelint/stylelint",
130
130
  "licenseUrl": "https://github.com/stylelint/stylelint/raw/HEAD/LICENSE"
131
131
  },
132
- "tsup@8.0.1": {
132
+ "tsup@8.5.0": {
133
133
  "licenses": "MIT",
134
134
  "repository": "https://github.com/egoist/tsup",
135
135
  "licenseUrl": "https://github.com/egoist/tsup/raw/HEAD/LICENSE"
136
136
  },
137
- "turbo@1.11.2": {
138
- "licenses": "MPL-2.0",
139
- "repository": "https://github.com/vercel/turbo",
140
- "licenseUrl": "https://github.com/vercel/turbo/raw/HEAD/LICENSE"
137
+ "turbo@2.5.6": {
138
+ "licenses": "MIT",
139
+ "repository": "https://github.com/vercel/turborepo",
140
+ "licenseUrl": "https://github.com/vercel/turborepo/raw/HEAD/LICENSE"
141
+ },
142
+ "typescript-eslint@8.41.0": {
143
+ "licenses": "MIT",
144
+ "repository": "https://github.com/typescript-eslint/typescript-eslint",
145
+ "licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
141
146
  },
142
- "typescript@5.3.3": {
147
+ "typescript@5.9.2": {
143
148
  "licenses": "Apache-2.0",
144
- "repository": "https://github.com/Microsoft/TypeScript",
145
- "licenseUrl": "https://github.com/Microsoft/TypeScript/raw/HEAD/LICENSE.txt"
149
+ "repository": "https://github.com/microsoft/TypeScript",
150
+ "licenseUrl": "https://github.com/microsoft/TypeScript/raw/HEAD/LICENSE.txt"
146
151
  },
147
- "vite-tsconfig-paths@4.2.3": {
152
+ "vite-tsconfig-paths@5.1.4": {
148
153
  "licenses": "MIT",
149
154
  "repository": "https://github.com/aleclarson/vite-tsconfig-paths",
150
155
  "licenseUrl": "https://github.com/aleclarson/vite-tsconfig-paths/raw/HEAD/LICENSE"
151
156
  },
152
- "vite@5.0.10": {
157
+ "vite@7.1.3": {
153
158
  "licenses": "MIT",
154
159
  "repository": "https://github.com/vitejs/vite",
155
160
  "licenseUrl": "https://github.com/vitejs/vite/raw/HEAD/LICENSE.md"
156
161
  },
157
- "vitest@1.1.1": {
162
+ "vitest@3.2.4": {
158
163
  "licenses": "MIT",
159
164
  "repository": "https://github.com/vitest-dev/vitest",
160
165
  "licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE.md"
161
166
  },
162
- "yargs@17.7.2": {
167
+ "yargs@18.0.0": {
163
168
  "licenses": "MIT",
164
169
  "repository": "https://github.com/yargs/yargs",
165
170
  "licenseUrl": "https://github.com/yargs/yargs/raw/HEAD/LICENSE"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/icons",
3
- "version": "2.8.2",
3
+ "version": "2.9.0",
4
4
  "description": "A shared package which contains icons used by SmartDesign",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "files": [
@@ -13,8 +13,8 @@
13
13
  "access": "public"
14
14
  },
15
15
  "devDependencies": {
16
- "tsup": "^8.0.1",
17
- "@cas-smartdesign/license-generator": "^1.6.2"
16
+ "tsup": "^8.5.0",
17
+ "@cas-smartdesign/license-generator": "^1.7.0"
18
18
  },
19
19
  "scripts": {
20
20
  "version": "pnpm version",
package/readme.md CHANGED
@@ -1,5 +1,3 @@
1
1
  # @cas-smartdesign/icons
2
2
 
3
3
  A shared package which contains icons used by SmartDesign.
4
-
5
- ## Icons