@ant-design/icons 5.6.0 → 5.6.1
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/dist/index.umd.js +1 -1
- package/dist/index.umd.min.js +1 -1
- package/es/utils.d.ts +1 -1
- package/es/utils.js +1 -1
- package/lib/utils.d.ts +1 -1
- package/lib/utils.js +1 -1
- package/package.json +1 -1
package/dist/index.umd.js
CHANGED
|
@@ -32686,7 +32686,7 @@ var useInsertStyles = function useInsertStyles(eleRef) {
|
|
|
32686
32686
|
var ele = eleRef.current;
|
|
32687
32687
|
var shadowRoot = (0,shadow/* getShadowRoot */.Ay)(ele);
|
|
32688
32688
|
(0,dynamicCSS/* updateCSS */.hq)(mergedStyleStr, '@ant-design-icons', {
|
|
32689
|
-
prepend:
|
|
32689
|
+
prepend: !layer,
|
|
32690
32690
|
csp: csp,
|
|
32691
32691
|
attachTo: shadowRoot
|
|
32692
32692
|
});
|