indicator-ui 0.0.346 → 0.0.348
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.css +0 -4
- package/dist/index.css.map +1 -1
- package/dist/index.js +7352 -8
- package/dist/index.js.map +1 -1
- package/dist/types/src/hooks/animations/assets/backdropModalAnimations.d.ts +20 -0
- package/dist/types/src/hooks/animations/assets/index.d.ts +2 -0
- package/dist/types/src/hooks/animations/assets/modalAnimations.d.ts +20 -0
- package/dist/types/src/hooks/animations/index.d.ts +2 -0
- package/dist/types/src/hooks/animations/useBackgroundModalAnim.d.ts +33 -0
- package/dist/types/src/hooks/animations/useModalAnim.d.ts +40 -0
- package/dist/types/src/hooks/index.d.ts +2 -0
- package/dist/types/src/hooks/modalWindows/index.d.ts +2 -0
- package/dist/types/src/hooks/modalWindows/useBackdropModal.d.ts +34 -0
- package/dist/types/src/hooks/modalWindows/useModal.d.ts +37 -0
- package/dist/types/src/ui/Dropdown/ui/Dropdown.d.ts +0 -1
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -2961,9 +2961,6 @@
|
|
|
2961
2961
|
width: 20px;
|
|
2962
2962
|
height: 20px;
|
|
2963
2963
|
}
|
|
2964
|
-
.DropdownItem-module__dropdownItem___N8ZNV .DropdownItem-module__check___e4EmQ {
|
|
2965
|
-
display: none;
|
|
2966
|
-
}
|
|
2967
2964
|
@media only screen and (min-width: 1024px) {
|
|
2968
2965
|
.DropdownItem-module__dropdownItem___N8ZNV:hover {
|
|
2969
2966
|
background-color: var(--gray-100);
|
|
@@ -2978,7 +2975,6 @@
|
|
|
2978
2975
|
background-color: var(--primary-50);
|
|
2979
2976
|
}
|
|
2980
2977
|
.DropdownItem-module__dropdownItem___N8ZNV.DropdownItem-module__selected___gw70Z .DropdownItem-module__check___e4EmQ {
|
|
2981
|
-
display: flex;
|
|
2982
2978
|
opacity: 1;
|
|
2983
2979
|
}
|
|
2984
2980
|
@media only screen and (min-width: 1024px) {
|