@cds/core 6.16.0 → 6.17.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/custom-elements.json +57 -1
- package/global.css +7 -5
- package/global.min.css +1 -1
- package/icon/collections/technology.d.ts +2 -0
- package/icon/collections/technology.js +1 -1
- package/icon/collections/technology.js.map +1 -1
- package/icon/index.d.ts +1 -0
- package/icon/index.js +1 -1
- package/icon/shapes/container-group.d.ts +3 -0
- package/icon/shapes/container-group.js +2 -0
- package/icon/shapes/container-group.js.map +1 -0
- package/internal/base/base.element.scss.js +1 -1
- package/internal/utils/global.js +1 -1
- package/package.json +432 -2
- package/styles/module.tokens.css +7 -5
- package/styles/module.tokens.min.css +1 -1
- package/styles/theme.dark.css +3 -2
- package/styles/theme.dark.min.css +1 -1
- package/tokens/tokens.android.xml +6 -4
- package/tokens/tokens.d.ts +2 -0
- package/tokens/tokens.ios.swift +6 -4
- package/tokens/tokens.js +2 -0
- package/tokens/tokens.json +32 -16
- package/tokens/tokens.scss +2 -0
package/custom-elements.json
CHANGED
|
@@ -11323,7 +11323,7 @@
|
|
|
11323
11323
|
"type": {
|
|
11324
11324
|
"text": "IconShapeTuple[]"
|
|
11325
11325
|
},
|
|
11326
|
-
"default": "[\n administratorIcon,\n animationIcon,\n applicationIcon,\n applicationsIcon,\n archiveIcon,\n assignUserIcon,\n atomIcon,\n backupIcon,\n backupRestoreIcon,\n barCodeIcon,\n batteryIcon,\n blockIcon,\n blocksGroupIcon,\n bluetoothIcon,\n bluetoothOffIcon,\n buildingIcon,\n bundleIcon,\n capacitorIcon,\n cdDvdIcon,\n certificateIcon,\n ciCdIcon,\n cloudNetworkIcon,\n cloudScaleIcon,\n cloudTrafficIcon,\n clusterIcon,\n codeIcon,\n computerIcon,\n connectIcon,\n containerIcon,\n containerVolumeIcon,\n controlLunIcon,\n cpuIcon,\n dashboardIcon,\n dataClusterIcon,\n deployIcon,\n devicesIcon,\n digitalSignatureIcon,\n disconnectIcon,\n displayIcon,\n downloadCloudIcon,\n exportIcon,\n fileShareIcon,\n fileShare2Icon,\n flaskIcon,\n floppyIcon,\n forkingIcon,\n hardDriveIcon,\n hardDriveDisksIcon,\n hardDiskIcon,\n helixIcon,\n hostIcon,\n hostGroupIcon,\n importIcon,\n inductorIcon,\n installIcon,\n internetOfThingsIcon,\n keyboardIcon,\n layersIcon,\n linkIcon,\n mediaChangerIcon,\n memoryIcon,\n mobileIcon,\n mouseIcon,\n namespaceIcon,\n networkGlobeIcon,\n networkSettingsIcon,\n networkSwitchIcon,\n nodeGroupIcon,\n nodeIcon,\n nodesIcon,\n noWifiIcon,\n nvmeIcon,\n pdfFileIcon,\n phoneHandsetIcon,\n pluginIcon,\n podIcon,\n processOnVmIcon,\n qrCodeIcon,\n rackServerIcon,\n radarIcon,\n resistorIcon,\n resourcePoolIcon,\n routerIcon,\n rulerPencilIcon,\n scriptExecuteIcon,\n scriptScheduleIcon,\n shieldIcon,\n shieldCheckIcon,\n shieldXIcon,\n squidIcon,\n ssdIcon,\n storageIcon,\n storageAdapterIcon,\n tabletIcon,\n tapeDriveIcon,\n terminalIcon,\n thinClientIcon,\n unarchiveIcon,\n uninstallIcon,\n unlinkIcon,\n updateIcon,\n uploadCloudIcon,\n usbIcon,\n vmIcon,\n vmwAppIcon,\n wifiIcon,\n xlsFileIcon,\n]"
|
|
11326
|
+
"default": "[\n administratorIcon,\n animationIcon,\n applicationIcon,\n applicationsIcon,\n archiveIcon,\n assignUserIcon,\n atomIcon,\n backupIcon,\n backupRestoreIcon,\n barCodeIcon,\n batteryIcon,\n blockIcon,\n blocksGroupIcon,\n bluetoothIcon,\n bluetoothOffIcon,\n buildingIcon,\n bundleIcon,\n capacitorIcon,\n cdDvdIcon,\n certificateIcon,\n ciCdIcon,\n cloudNetworkIcon,\n cloudScaleIcon,\n cloudTrafficIcon,\n clusterIcon,\n codeIcon,\n computerIcon,\n connectIcon,\n containerIcon,\n containerGroupIcon,\n containerVolumeIcon,\n controlLunIcon,\n cpuIcon,\n dashboardIcon,\n dataClusterIcon,\n deployIcon,\n devicesIcon,\n digitalSignatureIcon,\n disconnectIcon,\n displayIcon,\n downloadCloudIcon,\n exportIcon,\n fileShareIcon,\n fileShare2Icon,\n flaskIcon,\n floppyIcon,\n forkingIcon,\n hardDriveIcon,\n hardDriveDisksIcon,\n hardDiskIcon,\n helixIcon,\n hostIcon,\n hostGroupIcon,\n importIcon,\n inductorIcon,\n installIcon,\n internetOfThingsIcon,\n keyboardIcon,\n layersIcon,\n linkIcon,\n mediaChangerIcon,\n memoryIcon,\n mobileIcon,\n mouseIcon,\n namespaceIcon,\n networkGlobeIcon,\n networkSettingsIcon,\n networkSwitchIcon,\n nodeGroupIcon,\n nodeIcon,\n nodesIcon,\n noWifiIcon,\n nvmeIcon,\n pdfFileIcon,\n phoneHandsetIcon,\n pluginIcon,\n podIcon,\n processOnVmIcon,\n qrCodeIcon,\n rackServerIcon,\n radarIcon,\n resistorIcon,\n resourcePoolIcon,\n routerIcon,\n rulerPencilIcon,\n scriptExecuteIcon,\n scriptScheduleIcon,\n shieldIcon,\n shieldCheckIcon,\n shieldXIcon,\n squidIcon,\n ssdIcon,\n storageIcon,\n storageAdapterIcon,\n tabletIcon,\n tapeDriveIcon,\n terminalIcon,\n thinClientIcon,\n unarchiveIcon,\n uninstallIcon,\n unlinkIcon,\n updateIcon,\n uploadCloudIcon,\n usbIcon,\n vmIcon,\n vmwAppIcon,\n wifiIcon,\n xlsFileIcon,\n]"
|
|
11327
11327
|
},
|
|
11328
11328
|
{
|
|
11329
11329
|
"kind": "variable",
|
|
@@ -16127,6 +16127,22 @@
|
|
|
16127
16127
|
"module": "./shapes/container.js"
|
|
16128
16128
|
}
|
|
16129
16129
|
},
|
|
16130
|
+
{
|
|
16131
|
+
"kind": "js",
|
|
16132
|
+
"name": "containerGroupIcon",
|
|
16133
|
+
"declaration": {
|
|
16134
|
+
"name": "containerGroupIcon",
|
|
16135
|
+
"module": "./shapes/container-group.js"
|
|
16136
|
+
}
|
|
16137
|
+
},
|
|
16138
|
+
{
|
|
16139
|
+
"kind": "js",
|
|
16140
|
+
"name": "containerGroupIconName",
|
|
16141
|
+
"declaration": {
|
|
16142
|
+
"name": "containerGroupIconName",
|
|
16143
|
+
"module": "./shapes/container-group.js"
|
|
16144
|
+
}
|
|
16145
|
+
},
|
|
16130
16146
|
{
|
|
16131
16147
|
"kind": "js",
|
|
16132
16148
|
"name": "containerVolumeIcon",
|
|
@@ -22741,6 +22757,46 @@
|
|
|
22741
22757
|
}
|
|
22742
22758
|
]
|
|
22743
22759
|
},
|
|
22760
|
+
{
|
|
22761
|
+
"kind": "javascript-module",
|
|
22762
|
+
"path": "icon/shapes/container-group.js",
|
|
22763
|
+
"declarations": [
|
|
22764
|
+
{
|
|
22765
|
+
"kind": "variable",
|
|
22766
|
+
"name": "containerGroupIconName",
|
|
22767
|
+
"type": {
|
|
22768
|
+
"text": "string"
|
|
22769
|
+
},
|
|
22770
|
+
"default": "'container-group'"
|
|
22771
|
+
},
|
|
22772
|
+
{
|
|
22773
|
+
"kind": "variable",
|
|
22774
|
+
"name": "containerGroupIcon",
|
|
22775
|
+
"type": {
|
|
22776
|
+
"text": "IconShapeTuple"
|
|
22777
|
+
},
|
|
22778
|
+
"default": "[containerGroupIconName, renderIcon(icon)]"
|
|
22779
|
+
}
|
|
22780
|
+
],
|
|
22781
|
+
"exports": [
|
|
22782
|
+
{
|
|
22783
|
+
"kind": "js",
|
|
22784
|
+
"name": "containerGroupIconName",
|
|
22785
|
+
"declaration": {
|
|
22786
|
+
"name": "containerGroupIconName",
|
|
22787
|
+
"module": "icon/shapes/container-group.js"
|
|
22788
|
+
}
|
|
22789
|
+
},
|
|
22790
|
+
{
|
|
22791
|
+
"kind": "js",
|
|
22792
|
+
"name": "containerGroupIcon",
|
|
22793
|
+
"declaration": {
|
|
22794
|
+
"name": "containerGroupIcon",
|
|
22795
|
+
"module": "icon/shapes/container-group.js"
|
|
22796
|
+
}
|
|
22797
|
+
}
|
|
22798
|
+
]
|
|
22799
|
+
},
|
|
22744
22800
|
{
|
|
22745
22801
|
"kind": "javascript-module",
|
|
22746
22802
|
"path": "icon/shapes/container-volume.js",
|
package/global.css
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This software is released under MIT license.
|
|
5
5
|
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6
6
|
*/
|
|
7
|
-
:root {
|
|
7
|
+
:where(:root, :host) {
|
|
8
8
|
--cds-global-base: 20;
|
|
9
9
|
--cds-global-scale-space: 1;
|
|
10
10
|
--cds-global-scale-layout-space: 1;
|
|
@@ -308,8 +308,9 @@
|
|
|
308
308
|
--cds-global-typography-x-height: 0.517em;
|
|
309
309
|
--cds-global-typography-link-color: var(--cds-global-color-blue-700);
|
|
310
310
|
--cds-global-typography-link-color-hover: var(--cds-global-color-blue-800);
|
|
311
|
-
--cds-global-typography-link-color-
|
|
312
|
-
--cds-global-typography-link-color-visited
|
|
311
|
+
--cds-global-typography-link-color-active: var(--cds-global-color-red-700);
|
|
312
|
+
--cds-global-typography-link-color-visited: var(--cds-global-color-violet-700);
|
|
313
|
+
--cds-global-typography-link-color-visited-hover: var(--cds-global-color-violet-1000);
|
|
313
314
|
--cds-global-typography-link-on-colorbg: var(--cds-global-color-black);
|
|
314
315
|
--cds-global-typography-body-font-size: calc(14 * var(--cds-internal-scale-3));
|
|
315
316
|
--cds-global-typography-body-line-height: 1.4285714em;
|
|
@@ -690,8 +691,9 @@
|
|
|
690
691
|
--cds-alias-typography-x-height: 0.517em;
|
|
691
692
|
--cds-alias-typography-link-color: var(--cds-global-color-blue-700);
|
|
692
693
|
--cds-alias-typography-link-color-hover: var(--cds-global-color-blue-800);
|
|
693
|
-
--cds-alias-typography-link-color-
|
|
694
|
-
--cds-alias-typography-link-color-visited
|
|
694
|
+
--cds-alias-typography-link-color-active: var(--cds-global-color-red-700);
|
|
695
|
+
--cds-alias-typography-link-color-visited: var(--cds-global-color-violet-700);
|
|
696
|
+
--cds-alias-typography-link-color-visited-hover: var(--cds-global-color-violet-1000);
|
|
695
697
|
--cds-alias-typography-link-on-colorbg: var(--cds-global-color-black);
|
|
696
698
|
--cds-alias-typography-body-font-size: calc(14 * var(--cds-internal-scale-3));
|
|
697
699
|
--cds-alias-typography-body-line-height: 1.4285714em;
|