sag_components 2.0.0-beta347 → 2.0.0-beta348
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.esm.js +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -42885,6 +42885,7 @@ const NotAvailableText = styled__default["default"].div`
|
|
|
42885
42885
|
border: 1px solid #D1D5DB;
|
|
42886
42886
|
border-radius: 4px;
|
|
42887
42887
|
background: white;
|
|
42888
|
+
box-sizing: border-box;
|
|
42888
42889
|
|
|
42889
42890
|
&:hover {
|
|
42890
42891
|
border-color: rgba(0, 0, 0, 0.6);
|