@milestone-sys/web-design-system 3.5.4 → 3.5.8

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/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',
@@ -154,7 +159,6 @@ export const flatIcons = [
154
159
  value: '/Static/dist/msds-spritemap.svg#weather-forecasting',
155
160
  previewValue: '#weather-forecasting'
156
161
  },
157
-
158
162
  {
159
163
  name: 'Access',
160
164
  value: '/Static/dist/msds-spritemap.svg#access',
@@ -715,6 +719,11 @@ export const flatIcons = [
715
719
  value: '/Static/dist/msds-spritemap.svg#software-integration',
716
720
  previewValue: '#software-integration'
717
721
  },
722
+ {
723
+ name: 'Software Integrations',
724
+ value: '/Static/dist/msds-spritemap.svg#software-integrations',
725
+ previewValue: '#software-integrations'
726
+ },
718
727
  {
719
728
  name: 'Software Operator',
720
729
  value: '/Static/dist/msds-spritemap.svg#software-operator',
@@ -1483,6 +1492,11 @@ export const richIcons = [
1483
1492
  value: '/Static/svg/richIcons/extension.svg',
1484
1493
  previewValue: 'msds-extension'
1485
1494
  },
1495
+ {
1496
+ name: 'Failover',
1497
+ value: '/Static/svg/richIcons/failover.svg',
1498
+ previewValue: 'msds-failover'
1499
+ },
1486
1500
  {
1487
1501
  name: 'Faq',
1488
1502
  value: '/Static/svg/richIcons/faq.svg',
@@ -2083,6 +2097,21 @@ export const richIcons = [
2083
2097
  value: '/Static/svg/richIcons/mind-at-ease.svg',
2084
2098
  previewValue: 'msds-mind-at-ease'
2085
2099
  },
2100
+ {
2101
+ name: 'AI bridge',
2102
+ value: '/Static/svg/richIcons/ai-bridge.svg',
2103
+ previewValue: 'msds-ai-bridge',
2104
+ },
2105
+ {
2106
+ name: 'Driver framework',
2107
+ value: '/Static/svg/richIcons/driver-framework.svg',
2108
+ previewValue: 'msds-driver-framework',
2109
+ },
2110
+ {
2111
+ name: 'VPS',
2112
+ value:'/Static/svg/richIcons/vps.svg',
2113
+ previewValue: 'msds-vps',
2114
+ },
2086
2115
  ////////////////////////////////////////
2087
2116
  {
2088
2117
  name: 'Marketplace Challenges Assist People Feel Safe Leaving',
@@ -2379,5 +2408,25 @@ export const richIcons = [
2379
2408
  name: 'Marketplace Solution Service',
2380
2409
  value: '/Static/svg/richIcons/marketplace-solution-service.svg',
2381
2410
  previewValue: 'msds-marketplace-solution-service'
2382
- }
2411
+ },
2412
+ {
2413
+ name: 'Marketplace Collect',
2414
+ value: '/Static/svg/richIcons/marketplace-collect.svg',
2415
+ previewValue: 'msds-marketplace-collect',
2416
+ },
2417
+ {
2418
+ name: 'Marketplace Convert',
2419
+ value: '/Static/svg/richIcons/marketplace-convert.svg',
2420
+ previewValue: 'msds-marketplace-convert',
2421
+ },
2422
+ {
2423
+ name: 'Marketplace See',
2424
+ value: '/Static/svg/richIcons/marketplace-see.svg',
2425
+ previewValue: 'msds-marketplace-see',
2426
+ },
2427
+ {
2428
+ name: 'Marketplace Understanding data',
2429
+ value: '/Static/svg/richIcons/marketplace-understanding-data.svg',
2430
+ previewValue: 'msds-marketplace-understanding-data',
2431
+ },
2383
2432
  ]