react-asc 18.3.4 → 18.5.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/components/Menu/Menu.d.ts +2 -0
- package/components/Menu/MenuBody.d.ts +2 -0
- package/components/Modal/GlobalModal.d.ts +3 -1
- package/components/Modal/Modal.d.ts +3 -2
- package/components/Modal/modal.service.d.ts +2 -0
- package/index.es.js +168 -181
- package/index.es.js.map +1 -1
- package/index.js +167 -180
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react-asc.scss +1 -1
package/package.json
CHANGED
package/react-asc.scss
CHANGED
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
--bodyBg: #f8f9fa;
|
|
162
162
|
--bodyColor: #212529;
|
|
163
163
|
|
|
164
|
-
--borderRadius:
|
|
164
|
+
--borderRadius: 5px;
|
|
165
165
|
--shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
166
166
|
|
|
167
167
|
--buttonMinWidth: 62px;
|