@sorocraft/ui 1.2.38 → 1.2.41
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/DropDown/DropDown.types.d.ts +3 -0
- package/dist/components/IconLink/IconLink.d.ts +1 -1
- package/dist/components/SVGIcon/SVGIcon.d.ts +2 -2
- package/dist/components/SVGIcon/SVGIcon.types.d.ts +1 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles/scss/variables.scss +2 -0
- package/dist/styles/ui.css +1 -1
- package/dist/styles/ui.css.map +1 -1
- package/package.json +1 -1
|
@@ -98,6 +98,8 @@ $table-loading-message-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
|
|
|
98
98
|
$menu-dropdown-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
|
|
99
99
|
$tooltip-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
|
|
100
100
|
$card-box-shadow: 0px 10px 35px 0px rgba(56, 71, 109, 0.075);
|
|
101
|
+
$card-hover-box-shadow: 0px 50px 20px -40px rgba(0, 0, 0, 0.1),
|
|
102
|
+
0px 30px 50px 0px rgba(50, 50, 93, 0.25);
|
|
101
103
|
$shadow-around: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
|
|
102
104
|
$highlighted-message-shadow: 0px 0px 20px 0px
|
|
103
105
|
rgba(
|