@spectrum-web-components/styles 0.40.3 → 0.40.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/express/spectrum-core-global.css +0 -3
- package/package.json +6 -6
- package/spectrum-core-global.css +0 -3
- package/tokens/express/global-vars.css +13 -0
- package/tokens/spectrum/custom-large-vars.css +6 -0
- package/tokens/spectrum/custom-medium-vars.css +6 -0
- package/tokens/spectrum/global-vars.css +20 -0
|
@@ -1533,9 +1533,6 @@
|
|
|
1533
1533
|
--spectrum-alias-clearbutton-border-radius: var(
|
|
1534
1534
|
--spectrum-global-dimension-size-150
|
|
1535
1535
|
);
|
|
1536
|
-
--spectrum-alias-combobox-quiet-button-offset-x: var(
|
|
1537
|
-
--spectrum-global-dimension-size-50
|
|
1538
|
-
);
|
|
1539
1536
|
--spectrum-alias-focus-ring-gap-small: var(
|
|
1540
1537
|
--spectrum-global-dimension-static-size-25
|
|
1541
1538
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spectrum-web-components/styles",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -104,13 +104,13 @@
|
|
|
104
104
|
"lit-html"
|
|
105
105
|
],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@spectrum-web-components/base": "^0.40.
|
|
107
|
+
"@spectrum-web-components/base": "^0.40.5"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@spectrum-css/commons": "^9.0
|
|
110
|
+
"@spectrum-css/commons": "^9.1.0",
|
|
111
111
|
"@spectrum-css/expressvars": "^3.0.9",
|
|
112
|
-
"@spectrum-css/tokens": "13.0
|
|
113
|
-
"@spectrum-css/typography": "^5.0
|
|
112
|
+
"@spectrum-css/tokens": "^13.1.0",
|
|
113
|
+
"@spectrum-css/typography": "^5.1.0",
|
|
114
114
|
"@spectrum-css/vars": "^9.0.8"
|
|
115
115
|
},
|
|
116
116
|
"customElements": "custom-elements.json",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
"./**/*.css"
|
|
119
119
|
],
|
|
120
120
|
"style": "all-medium-lightest.css",
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "2e0006478841b07af63c19a0167a136bf724d064"
|
|
122
122
|
}
|
package/spectrum-core-global.css
CHANGED
|
@@ -1497,9 +1497,6 @@
|
|
|
1497
1497
|
--spectrum-alias-clearbutton-border-radius: var(
|
|
1498
1498
|
--spectrum-global-dimension-size-50
|
|
1499
1499
|
);
|
|
1500
|
-
--spectrum-alias-combobox-quiet-button-offset-x: var(
|
|
1501
|
-
--spectrum-global-dimension-size-100
|
|
1502
|
-
);
|
|
1503
1500
|
--spectrum-alias-percent-50: 50%;
|
|
1504
1501
|
--spectrum-alias-percent-70: 70%;
|
|
1505
1502
|
--spectrum-alias-percent-100: 100%;
|
|
@@ -1022,6 +1022,17 @@
|
|
|
1022
1022
|
);
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
|
+
:host,
|
|
1026
|
+
:root {
|
|
1027
|
+
--system-spectrum-combobox-border-color-default: var(--spectrum-gray-400);
|
|
1028
|
+
--system-spectrum-combobox-border-color-hover: var(--spectrum-gray-500);
|
|
1029
|
+
--system-spectrum-combobox-border-color-focus: var(--spectrum-gray-900);
|
|
1030
|
+
--system-spectrum-combobox-border-color-focus-hover: var(
|
|
1031
|
+
--spectrum-gray-800
|
|
1032
|
+
);
|
|
1033
|
+
--system-spectrum-combobox-border-color-key-focus: var(--spectrum-gray-900);
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1025
1036
|
:host,
|
|
1026
1037
|
:root {
|
|
1027
1038
|
--system-spectrum-infieldbutton-spectrum-infield-button-border-width: 0;
|
|
@@ -1072,6 +1083,7 @@
|
|
|
1072
1083
|
--system-spectrum-picker-border-color-hover-open: transparent;
|
|
1073
1084
|
--system-spectrum-picker-border-color-active: transparent;
|
|
1074
1085
|
--system-spectrum-picker-border-color-key-focus: transparent;
|
|
1086
|
+
--system-spectrum-picker-border-width: 0px;
|
|
1075
1087
|
}
|
|
1076
1088
|
|
|
1077
1089
|
:host,
|
|
@@ -1127,6 +1139,7 @@
|
|
|
1127
1139
|
--spectrum-accent-color-1000
|
|
1128
1140
|
);
|
|
1129
1141
|
}
|
|
1142
|
+
|
|
1130
1143
|
:host,
|
|
1131
1144
|
:root {
|
|
1132
1145
|
--system-spectrum-search-border-radius: calc(
|
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
--spectrum-well-border-radius: 5px;
|
|
67
67
|
|
|
68
68
|
--spectrum-icon-chevron-size-50: 8px;
|
|
69
|
+
/* XXL and XXS icon sizes are not within the design spec and are planned to be deprecated in Spectrum 2. */
|
|
70
|
+
--spectrum-workflow-icon-size-xxl: 40px;
|
|
71
|
+
--spectrum-workflow-icon-size-xxs: 15px;
|
|
69
72
|
|
|
70
73
|
--spectrum-treeview-item-indentation-medium: 20px;
|
|
71
74
|
--spectrum-treeview-item-indentation-small: 15px;
|
|
@@ -111,4 +114,7 @@
|
|
|
111
114
|
--spectrum-assetcard-content-font-size: var(--spectrum-body-size-xs);
|
|
112
115
|
|
|
113
116
|
--spectrum-tooltip-animation-distance: 5px;
|
|
117
|
+
|
|
118
|
+
--spectrum-ui-icon-medium-display: none;
|
|
119
|
+
--spectrum-ui-icon-large-display: block;
|
|
114
120
|
}
|
|
@@ -65,6 +65,9 @@
|
|
|
65
65
|
--spectrum-well-border-radius: var(--spectrum-spacing-75);
|
|
66
66
|
|
|
67
67
|
--spectrum-icon-chevron-size-50: 6px;
|
|
68
|
+
/* XXL and XXS icon sizes are not within the design spec and are planned to be deprecated in Spectrum 2. */
|
|
69
|
+
--spectrum-workflow-icon-size-xxl: 32px;
|
|
70
|
+
--spectrum-workflow-icon-size-xxs: 12px;
|
|
68
71
|
|
|
69
72
|
--spectrum-treeview-item-indentation-medium: var(--spectrum-spacing-300);
|
|
70
73
|
--spectrum-treeview-item-indentation-small: var(--spectrum-spacing-200);
|
|
@@ -112,4 +115,7 @@
|
|
|
112
115
|
--spectrum-assetcard-content-font-size: var(--spectrum-body-size-s);
|
|
113
116
|
|
|
114
117
|
--spectrum-tooltip-animation-distance: var(--spectrum-spacing-75);
|
|
118
|
+
|
|
119
|
+
--spectrum-ui-icon-medium-display: block;
|
|
120
|
+
--spectrum-ui-icon-large-display: none;
|
|
115
121
|
}
|
|
@@ -263,6 +263,7 @@
|
|
|
263
263
|
);
|
|
264
264
|
--system-spectrum-actionbutton-staticwhite-selected-mod-actionbutton-border-color-disabled: transparent;
|
|
265
265
|
}
|
|
266
|
+
|
|
266
267
|
:host,
|
|
267
268
|
:root {
|
|
268
269
|
--system-spectrum-actiongroup-gap-size-compact: 0;
|
|
@@ -1022,6 +1023,7 @@
|
|
|
1022
1023
|
--system-spectrum-checkbox-control-color-down: var(--spectrum-gray-800);
|
|
1023
1024
|
--system-spectrum-checkbox-control-color-focus: var(--spectrum-gray-700);
|
|
1024
1025
|
}
|
|
1026
|
+
|
|
1025
1027
|
:host,
|
|
1026
1028
|
:root {
|
|
1027
1029
|
--system-spectrum-closebutton-background-color-default: transparent;
|
|
@@ -1036,6 +1038,17 @@
|
|
|
1036
1038
|
);
|
|
1037
1039
|
}
|
|
1038
1040
|
|
|
1041
|
+
:host,
|
|
1042
|
+
:root {
|
|
1043
|
+
--system-spectrum-combobox-border-color-default: var(--spectrum-gray-500);
|
|
1044
|
+
--system-spectrum-combobox-border-color-hover: var(--spectrum-gray-600);
|
|
1045
|
+
--system-spectrum-combobox-border-color-focus: var(--spectrum-gray-500);
|
|
1046
|
+
--system-spectrum-combobox-border-color-focus-hover: var(
|
|
1047
|
+
--spectrum-gray-600
|
|
1048
|
+
);
|
|
1049
|
+
--system-spectrum-combobox-border-color-key-focus: var(--spectrum-gray-600);
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1039
1052
|
:host,
|
|
1040
1053
|
:root {
|
|
1041
1054
|
--system-spectrum-infieldbutton-spectrum-infield-button-border-width: var(
|
|
@@ -1088,7 +1101,9 @@
|
|
|
1088
1101
|
--system-spectrum-picker-border-color-hover-open: var(--spectrum-gray-600);
|
|
1089
1102
|
--system-spectrum-picker-border-color-active: var(--spectrum-gray-700);
|
|
1090
1103
|
--system-spectrum-picker-border-color-key-focus: var(--spectrum-gray-600);
|
|
1104
|
+
--system-spectrum-picker-border-width: var(--spectrum-border-width-100);
|
|
1091
1105
|
}
|
|
1106
|
+
|
|
1092
1107
|
:host,
|
|
1093
1108
|
:root {
|
|
1094
1109
|
--system-spectrum-pickerbutton-spectrum-picker-button-background-color: var(
|
|
@@ -1113,6 +1128,7 @@
|
|
|
1113
1128
|
--spectrum-border-width-100
|
|
1114
1129
|
);
|
|
1115
1130
|
}
|
|
1131
|
+
|
|
1116
1132
|
:host,
|
|
1117
1133
|
:root {
|
|
1118
1134
|
--system-spectrum-popover-border-width: var(--spectrum-border-width-100);
|
|
@@ -1139,6 +1155,7 @@
|
|
|
1139
1155
|
--spectrum-accent-color-1000
|
|
1140
1156
|
);
|
|
1141
1157
|
}
|
|
1158
|
+
|
|
1142
1159
|
:host,
|
|
1143
1160
|
:root {
|
|
1144
1161
|
--system-spectrum-search-border-radius: var(--spectrum-corner-radius-100);
|
|
@@ -1288,6 +1305,7 @@
|
|
|
1288
1305
|
:root {
|
|
1289
1306
|
--system-spectrum-tabs-font-weight: var(--spectrum-default-font-weight);
|
|
1290
1307
|
}
|
|
1308
|
+
|
|
1291
1309
|
:host,
|
|
1292
1310
|
:root {
|
|
1293
1311
|
--system-spectrum-tag-border-color: var(--spectrum-gray-700);
|
|
@@ -1363,6 +1381,7 @@
|
|
|
1363
1381
|
--spectrum-component-edge-to-visual-200
|
|
1364
1382
|
);
|
|
1365
1383
|
}
|
|
1384
|
+
|
|
1366
1385
|
:host,
|
|
1367
1386
|
:root {
|
|
1368
1387
|
--system-spectrum-textfield-border-color: var(--spectrum-gray-500);
|
|
@@ -1383,6 +1402,7 @@
|
|
|
1383
1402
|
--spectrum-neutral-subdued-background-color-default
|
|
1384
1403
|
);
|
|
1385
1404
|
}
|
|
1405
|
+
|
|
1386
1406
|
:host,
|
|
1387
1407
|
:root {
|
|
1388
1408
|
--system-spectrum-tooltip-backgound-color-default-neutral: var(
|