@milestone-sys/web-design-system 3.5.2 → 3.5.5
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/design-system.css +1 -1
- package/design-system.js +2 -2
- package/icons.list.js +15 -0
- package/main.css +1 -1
- package/main.js +2 -2
- package/msds-spritemap.svg +1 -1
- package/package.json +1 -1
- package/rich-icon-spritemap-build-only.svg +1 -1
- package/rich-icons-bundle.css +1 -1
- package/rich-icons-bundle.js +1 -1
- package/svg/rich/failover.svg +34 -0
package/icons.list.js
CHANGED
|
@@ -39,6 +39,11 @@ export const flatIcons = [
|
|
|
39
39
|
value: '/Static/dist/msds-spritemap.svg#direct-and-inform-people',
|
|
40
40
|
previewValue: '#direct-and-inform-people'
|
|
41
41
|
},
|
|
42
|
+
{
|
|
43
|
+
name: 'Digital Signature',
|
|
44
|
+
value: '/Static/dist/msds-spritemap.svg#digital-signature',
|
|
45
|
+
previewValue: '#digital-signature'
|
|
46
|
+
},
|
|
42
47
|
{
|
|
43
48
|
name: 'Emergency Preparedness',
|
|
44
49
|
value: '/Static/dist/msds-spritemap.svg#emergency-preparedness',
|
|
@@ -715,6 +720,11 @@ export const flatIcons = [
|
|
|
715
720
|
value: '/Static/dist/msds-spritemap.svg#software-integration',
|
|
716
721
|
previewValue: '#software-integration'
|
|
717
722
|
},
|
|
723
|
+
{
|
|
724
|
+
name: 'Software Integrations',
|
|
725
|
+
value: '/Static/dist/msds-spritemap.svg#software-integrations',
|
|
726
|
+
previewValue: '#software-integrations'
|
|
727
|
+
},
|
|
718
728
|
{
|
|
719
729
|
name: 'Software Operator',
|
|
720
730
|
value: '/Static/dist/msds-spritemap.svg#software-operator',
|
|
@@ -1483,6 +1493,11 @@ export const richIcons = [
|
|
|
1483
1493
|
value: '/Static/svg/richIcons/extension.svg',
|
|
1484
1494
|
previewValue: 'msds-extension'
|
|
1485
1495
|
},
|
|
1496
|
+
{
|
|
1497
|
+
name: 'Failover',
|
|
1498
|
+
value: '/Static/svg/richIcons/failover.svg',
|
|
1499
|
+
previewValue: 'msds-failover'
|
|
1500
|
+
},
|
|
1486
1501
|
{
|
|
1487
1502
|
name: 'Faq',
|
|
1488
1503
|
value: '/Static/svg/richIcons/faq.svg',
|