@carbonorm/carbonreact 3.0.7 → 3.1.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/dist/components/Popup/Popup.d.ts +2 -2
- package/dist/index.esm.css +2 -2
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/{index.cjs.css → index.umd.css} +3 -3
- package/dist/{index.cjs.css.map → index.umd.css.map} +1 -1
- package/dist/index.umd.js +4496 -0
- package/dist/{index.cjs.js.map → index.umd.js.map} +1 -1
- package/package.json +3 -2
- package/src/components/Popup/Popup.tsx +4 -6
- package/src/style.module.css +2 -2
- package/src/style.module.css.d.ts +3 -3
- package/src/style.module.scss +1 -1
- package/src/style.module.scss.d.ts +3 -3
- package/dist/index.cjs.js +0 -4499
|
@@ -13205,11 +13205,11 @@ a {
|
|
|
13205
13205
|
max-height: calc(100vh - 60px);
|
|
13206
13206
|
}
|
|
13207
13207
|
|
|
13208
|
-
|
|
13208
|
+
.-H4Ur9D {
|
|
13209
13209
|
height: 60px;
|
|
13210
13210
|
list-style: none;
|
|
13211
13211
|
}
|
|
13212
|
-
|
|
13212
|
+
.-H4Ur9D:hover {
|
|
13213
13213
|
background-color: var(--neutral7);
|
|
13214
13214
|
transition: all 1s ease;
|
|
13215
13215
|
}
|
|
@@ -13295,4 +13295,4 @@ a {
|
|
|
13295
13295
|
font-weight: 700 !important;
|
|
13296
13296
|
}
|
|
13297
13297
|
|
|
13298
|
-
/*# sourceMappingURL=index.
|
|
13298
|
+
/*# sourceMappingURL=index.umd.css.map */
|