@carbon/ibm-products 1.73.2 → 1.73.3
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/css/index-full-carbon.css +0 -2
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index-without-carbon-released-only.css +0 -1
- package/css/index-without-carbon-released-only.css.map +1 -1
- package/css/index-without-carbon-released-only.min.css.map +1 -1
- package/css/index-without-carbon.css +0 -2
- package/css/index-without-carbon.css.map +1 -1
- package/css/index-without-carbon.min.css.map +1 -1
- package/css/index.css +0 -2
- package/css/index.css.map +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +11 -11
- package/scss/components/Checklist/_checklist.scss +0 -1
- package/scss/components/Datagrid/_datagrid.scss +0 -1
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/ibm-products",
|
3
3
|
"description": "Carbon for IBM Products",
|
4
|
-
"version": "1.73.
|
4
|
+
"version": "1.73.3",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "lib/index.js",
|
7
7
|
"module": "es/index.js",
|
@@ -85,18 +85,18 @@
|
|
85
85
|
"react-window": "^1.8.8"
|
86
86
|
},
|
87
87
|
"peerDependencies": {
|
88
|
-
"@carbon/colors": "^10.37.
|
89
|
-
"@carbon/icons-react": "^10.49.
|
90
|
-
"@carbon/import-once": "^10.7.
|
91
|
-
"@carbon/layout": "^10.37.
|
92
|
-
"@carbon/motion": "^10.29.
|
93
|
-
"@carbon/themes": "^10.55.
|
94
|
-
"@carbon/type": "^10.45.
|
95
|
-
"carbon-components": "^10.
|
96
|
-
"carbon-components-react": "^7.
|
88
|
+
"@carbon/colors": "^10.37.4",
|
89
|
+
"@carbon/icons-react": "^10.49.5",
|
90
|
+
"@carbon/import-once": "^10.7.2",
|
91
|
+
"@carbon/layout": "^10.37.4",
|
92
|
+
"@carbon/motion": "^10.29.4",
|
93
|
+
"@carbon/themes": "^10.55.5",
|
94
|
+
"@carbon/type": "^10.45.5",
|
95
|
+
"carbon-components": "^10.59.0",
|
96
|
+
"carbon-components-react": "^7.70.0",
|
97
97
|
"carbon-icons": "^7.0.7",
|
98
98
|
"react": "^16.8.6 || ^17.0.1",
|
99
99
|
"react-dom": "^16.8.6 || ^17.0.1"
|
100
100
|
},
|
101
|
-
"gitHead": "
|
101
|
+
"gitHead": "95e6a30dd00eebb0418cc5639ae0965da61286f5"
|
102
102
|
}
|
@@ -110,7 +110,6 @@
|
|
110
110
|
max-width: none !important;
|
111
111
|
min-height: auto !important;
|
112
112
|
// override bx--btn to allow two-line ellipsis
|
113
|
-
/* stylelint-disable-next-line declaration-property-value-disallowed-list */
|
114
113
|
flex-shrink: unset !important;
|
115
114
|
padding: 0 !important;
|
116
115
|
border: none !important;
|