microboard-ui-temp 0.4.0 → 0.6.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/{chunk-tvvz6w0f.js → chunk-h36phnsj.js} +2310 -2269
- package/dist/{chunk-f0mvcsbm.css → chunk-s1371kr2.css} +0 -49
- package/dist/example.html +2 -2
- package/dist/index.css +0 -49
- package/dist/index.html +2 -2
- package/dist/index.js +2310 -2269
- package/dist/spa.css +0 -43
- package/dist/spa.js +2310 -2269
- package/package.json +2 -2
- package/dist/types/features/Pickers/ColorPicker/ColorPicker.d.ts +0 -10
- package/dist/types/features/Pickers/ColorPicker/SquareColorItem.d.ts +0 -9
package/dist/spa.css
CHANGED
|
@@ -7936,49 +7936,6 @@ td.currentTariff_0VfwRg {
|
|
|
7936
7936
|
transform: translate(-50%, -50%)rotate(45deg);
|
|
7937
7937
|
}
|
|
7938
7938
|
|
|
7939
|
-
/* src/features/Pickers/ColorPicker/SquareColorItem.module.css */
|
|
7940
|
-
.button_ClApmw {
|
|
7941
|
-
display: flex;
|
|
7942
|
-
cursor: pointer;
|
|
7943
|
-
background: none;
|
|
7944
|
-
border-radius: 5px;
|
|
7945
|
-
justify-content: center;
|
|
7946
|
-
align-items: center;
|
|
7947
|
-
width: 40px;
|
|
7948
|
-
height: 40px;
|
|
7949
|
-
padding: 7.5px;
|
|
7950
|
-
transition: all .2s ease-out;
|
|
7951
|
-
}
|
|
7952
|
-
|
|
7953
|
-
@media (hover: hover) {
|
|
7954
|
-
.button_ClApmw:hover {
|
|
7955
|
-
background-color: #e9eaec;
|
|
7956
|
-
}
|
|
7957
|
-
}
|
|
7958
|
-
|
|
7959
|
-
.button_ClApmw.active_ClApmw {
|
|
7960
|
-
background-color: #e9eaec;
|
|
7961
|
-
}
|
|
7962
|
-
|
|
7963
|
-
.button_ClApmw span {
|
|
7964
|
-
border: 1px solid #1f1f1f40;
|
|
7965
|
-
width: 25px;
|
|
7966
|
-
height: 25px;
|
|
7967
|
-
}
|
|
7968
|
-
|
|
7969
|
-
@media screen and (max-width: 748px) {
|
|
7970
|
-
.button_ClApmw {
|
|
7971
|
-
width: 30px;
|
|
7972
|
-
height: 30px;
|
|
7973
|
-
padding: 5px;
|
|
7974
|
-
}
|
|
7975
|
-
|
|
7976
|
-
.button_ClApmw span {
|
|
7977
|
-
width: 20px;
|
|
7978
|
-
height: 20px;
|
|
7979
|
-
}
|
|
7980
|
-
}
|
|
7981
|
-
|
|
7982
7939
|
/* src/shared/ui-lib/UiColorInput/UiColorInput.module.css */
|
|
7983
7940
|
.colorPickerContainer_ENyM7A {
|
|
7984
7941
|
position: relative;
|