@milestone-sys/web-design-system 3.5.8 → 3.5.9
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/icons.list.js +9 -9
- package/main.css +1 -1
- package/package.json +1 -1
- package/rich-icon-spritemap-build-only.svg +1 -1
- package/rich-icons-bundle.css +1 -1
- package/svg/rich/marketplace-collect.svg +121 -1
- package/svg/rich/marketplace-solution-service.svg +75 -1
- package/svg/rich/vps.svg +39 -1
package/icons.list.js
CHANGED
|
@@ -2100,17 +2100,17 @@ export const richIcons = [
|
|
|
2100
2100
|
{
|
|
2101
2101
|
name: 'AI bridge',
|
|
2102
2102
|
value: '/Static/svg/richIcons/ai-bridge.svg',
|
|
2103
|
-
previewValue: 'msds-ai-bridge'
|
|
2103
|
+
previewValue: 'msds-ai-bridge'
|
|
2104
2104
|
},
|
|
2105
2105
|
{
|
|
2106
2106
|
name: 'Driver framework',
|
|
2107
2107
|
value: '/Static/svg/richIcons/driver-framework.svg',
|
|
2108
|
-
previewValue: 'msds-driver-framework'
|
|
2108
|
+
previewValue: 'msds-driver-framework'
|
|
2109
2109
|
},
|
|
2110
2110
|
{
|
|
2111
2111
|
name: 'VPS',
|
|
2112
|
-
value:'/Static/svg/richIcons/vps.svg',
|
|
2113
|
-
previewValue: 'msds-vps'
|
|
2112
|
+
value: '/Static/svg/richIcons/vps.svg',
|
|
2113
|
+
previewValue: 'msds-vps'
|
|
2114
2114
|
},
|
|
2115
2115
|
////////////////////////////////////////
|
|
2116
2116
|
{
|
|
@@ -2412,21 +2412,21 @@ export const richIcons = [
|
|
|
2412
2412
|
{
|
|
2413
2413
|
name: 'Marketplace Collect',
|
|
2414
2414
|
value: '/Static/svg/richIcons/marketplace-collect.svg',
|
|
2415
|
-
previewValue: 'msds-marketplace-collect'
|
|
2415
|
+
previewValue: 'msds-marketplace-collect'
|
|
2416
2416
|
},
|
|
2417
2417
|
{
|
|
2418
2418
|
name: 'Marketplace Convert',
|
|
2419
2419
|
value: '/Static/svg/richIcons/marketplace-convert.svg',
|
|
2420
|
-
previewValue: 'msds-marketplace-convert'
|
|
2420
|
+
previewValue: 'msds-marketplace-convert'
|
|
2421
2421
|
},
|
|
2422
2422
|
{
|
|
2423
2423
|
name: 'Marketplace See',
|
|
2424
2424
|
value: '/Static/svg/richIcons/marketplace-see.svg',
|
|
2425
|
-
previewValue: 'msds-marketplace-see'
|
|
2425
|
+
previewValue: 'msds-marketplace-see'
|
|
2426
2426
|
},
|
|
2427
2427
|
{
|
|
2428
2428
|
name: 'Marketplace Understanding data',
|
|
2429
2429
|
value: '/Static/svg/richIcons/marketplace-understanding-data.svg',
|
|
2430
|
-
previewValue: 'msds-marketplace-understanding-data'
|
|
2431
|
-
}
|
|
2430
|
+
previewValue: 'msds-marketplace-understanding-data'
|
|
2431
|
+
}
|
|
2432
2432
|
]
|