@milestone-sys/web-design-system 3.5.7 → 3.6.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/design-system.css +1 -1
- package/design-system.js +2 -2
- package/icons.list.js +35 -1
- package/main.css +1 -1
- package/main.js +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/scss/_variables.scss +1 -0
- package/svg/rich/ai-bridge.svg +1 -0
- package/svg/rich/driver-framework.svg +1 -0
- package/svg/rich/marketplace-collect.svg +121 -0
- package/svg/rich/marketplace-convert.svg +1 -0
- package/svg/rich/marketplace-see.svg +1 -0
- package/svg/rich/marketplace-solution-service.svg +75 -1
- package/svg/rich/marketplace-understanding-data.svg +1 -0
- package/svg/rich/vps.svg +39 -0
package/icons.list.js
CHANGED
|
@@ -159,7 +159,6 @@ export const flatIcons = [
|
|
|
159
159
|
value: '/Static/dist/msds-spritemap.svg#weather-forecasting',
|
|
160
160
|
previewValue: '#weather-forecasting'
|
|
161
161
|
},
|
|
162
|
-
|
|
163
162
|
{
|
|
164
163
|
name: 'Access',
|
|
165
164
|
value: '/Static/dist/msds-spritemap.svg#access',
|
|
@@ -2098,6 +2097,21 @@ export const richIcons = [
|
|
|
2098
2097
|
value: '/Static/svg/richIcons/mind-at-ease.svg',
|
|
2099
2098
|
previewValue: 'msds-mind-at-ease'
|
|
2100
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
|
+
},
|
|
2101
2115
|
////////////////////////////////////////
|
|
2102
2116
|
{
|
|
2103
2117
|
name: 'Marketplace Challenges Assist People Feel Safe Leaving',
|
|
@@ -2394,5 +2408,25 @@ export const richIcons = [
|
|
|
2394
2408
|
name: 'Marketplace Solution Service',
|
|
2395
2409
|
value: '/Static/svg/richIcons/marketplace-solution-service.svg',
|
|
2396
2410
|
previewValue: 'msds-marketplace-solution-service'
|
|
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'
|
|
2397
2431
|
}
|
|
2398
2432
|
]
|