@carbon/styles 1.35.0-rc.0 → 1.35.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/styles",
|
|
3
3
|
"description": "Styles for the Carbon Design System",
|
|
4
|
-
"version": "1.35.0
|
|
4
|
+
"version": "1.35.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@carbon/colors": "^11.19.0
|
|
42
|
-
"@carbon/feature-flags": "^0.16.0
|
|
43
|
-
"@carbon/grid": "^11.18.0
|
|
44
|
-
"@carbon/layout": "^11.18.0
|
|
45
|
-
"@carbon/motion": "^11.15.0
|
|
46
|
-
"@carbon/themes": "^11.23.0
|
|
47
|
-
"@carbon/type": "^11.22.0
|
|
41
|
+
"@carbon/colors": "^11.19.0",
|
|
42
|
+
"@carbon/feature-flags": "^0.16.0",
|
|
43
|
+
"@carbon/grid": "^11.18.0",
|
|
44
|
+
"@carbon/layout": "^11.18.0",
|
|
45
|
+
"@carbon/motion": "^11.15.0",
|
|
46
|
+
"@carbon/themes": "^11.23.0",
|
|
47
|
+
"@carbon/type": "^11.22.0",
|
|
48
48
|
"@ibm/plex": "6.0.0-next.6"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"scss/**/*.css",
|
|
66
66
|
"css/**/*.css"
|
|
67
67
|
],
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "f9ac32a70a209100bb30ed41edc39c596eae7956"
|
|
69
69
|
}
|
|
@@ -933,7 +933,7 @@ Object {
|
|
|
933
933
|
Object {
|
|
934
934
|
"position": Position {
|
|
935
935
|
"end": Object {
|
|
936
|
-
"column":
|
|
936
|
+
"column": 59,
|
|
937
937
|
"line": 96,
|
|
938
938
|
},
|
|
939
939
|
"source": undefined,
|
|
@@ -944,12 +944,12 @@ Object {
|
|
|
944
944
|
},
|
|
945
945
|
"property": "font-size",
|
|
946
946
|
"type": "declaration",
|
|
947
|
-
"value": "var(--cds-helper-text-02-font-size,
|
|
947
|
+
"value": "var(--cds-helper-text-02-font-size, 0.875rem)",
|
|
948
948
|
},
|
|
949
949
|
Object {
|
|
950
950
|
"position": Position {
|
|
951
951
|
"end": Object {
|
|
952
|
-
"column":
|
|
952
|
+
"column": 58,
|
|
953
953
|
"line": 97,
|
|
954
954
|
},
|
|
955
955
|
"source": undefined,
|
|
@@ -960,7 +960,7 @@ Object {
|
|
|
960
960
|
},
|
|
961
961
|
"property": "font-weight",
|
|
962
962
|
"type": "declaration",
|
|
963
|
-
"value": "var(--cds-helper-text-02-font-weight,
|
|
963
|
+
"value": "var(--cds-helper-text-02-font-weight, 400)",
|
|
964
964
|
},
|
|
965
965
|
Object {
|
|
966
966
|
"position": Position {
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
font-family: inherit;
|
|
58
58
|
// reset disabled <select> opacity
|
|
59
59
|
opacity: 1;
|
|
60
|
+
text-overflow: ellipsis;
|
|
60
61
|
|
|
61
62
|
// Do not transition on background-color (see: https://github.com/carbon-design-system/carbon/issues/4464)
|
|
62
63
|
transition: outline $duration-fast-01 motion(standard, productive);
|