microboard-ui-temp 0.7.1 → 0.8.1
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-1pn0bvy7.css → chunk-2qjdhnz5.css} +53 -0
- package/dist/{chunk-4x5gzkx7.js → chunk-zqybbz9v.js} +2197 -2099
- package/dist/example.html +2 -2
- package/dist/index.css +53 -0
- package/dist/index.html +2 -2
- package/dist/index.js +2197 -2099
- package/dist/spa.css +53 -0
- package/dist/spa.js +2197 -2099
- package/dist/types/features/Pickers/ColorPicker/SemanticColorPicker.d.ts +2 -1
- package/dist/types/features/Pickers/ColorPicker/SquareColorItem.d.ts +10 -0
- package/package.json +2 -2
package/dist/example.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
34
|
+
<link rel="stylesheet" crossorigin href="/chunk-2qjdhnz5.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-zqybbz9v.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|
package/dist/index.css
CHANGED
|
@@ -696,6 +696,8 @@
|
|
|
696
696
|
|
|
697
697
|
.tipContainer_woN4eg.bottom_woN4eg {
|
|
698
698
|
top: calc(100% + 1.2rem);
|
|
699
|
+
left: 50%;
|
|
700
|
+
transform: translateX(-50%);
|
|
699
701
|
}
|
|
700
702
|
|
|
701
703
|
.withoutArrowTip_woN4eg {
|
|
@@ -7901,6 +7903,12 @@ td.currentTariff_0VfwRg {
|
|
|
7901
7903
|
padding: 0;
|
|
7902
7904
|
}
|
|
7903
7905
|
|
|
7906
|
+
@media (hover: hover) {
|
|
7907
|
+
.button_rNYg_A:hover {
|
|
7908
|
+
z-index: 1;
|
|
7909
|
+
}
|
|
7910
|
+
}
|
|
7911
|
+
|
|
7904
7912
|
.button_rNYg_A.active_rNYg_A:before {
|
|
7905
7913
|
position: absolute;
|
|
7906
7914
|
content: "";
|
|
@@ -7936,6 +7944,51 @@ td.currentTariff_0VfwRg {
|
|
|
7936
7944
|
transform: translate(-50%, -50%)rotate(45deg);
|
|
7937
7945
|
}
|
|
7938
7946
|
|
|
7947
|
+
/* src/features/Pickers/ColorPicker/SquareColorItem.module.css */
|
|
7948
|
+
.button_ClApmw {
|
|
7949
|
+
position: relative;
|
|
7950
|
+
display: flex;
|
|
7951
|
+
cursor: pointer;
|
|
7952
|
+
background: none;
|
|
7953
|
+
border-radius: 5px;
|
|
7954
|
+
justify-content: center;
|
|
7955
|
+
align-items: center;
|
|
7956
|
+
width: 40px;
|
|
7957
|
+
height: 40px;
|
|
7958
|
+
padding: 7.5px;
|
|
7959
|
+
transition: all .2s ease-out;
|
|
7960
|
+
}
|
|
7961
|
+
|
|
7962
|
+
@media (hover: hover) {
|
|
7963
|
+
.button_ClApmw:hover {
|
|
7964
|
+
z-index: 1;
|
|
7965
|
+
background-color: #e9eaec;
|
|
7966
|
+
}
|
|
7967
|
+
}
|
|
7968
|
+
|
|
7969
|
+
.button_ClApmw.active_ClApmw {
|
|
7970
|
+
background-color: #e9eaec;
|
|
7971
|
+
}
|
|
7972
|
+
|
|
7973
|
+
.button_ClApmw span {
|
|
7974
|
+
border: 1px solid #1f1f1f40;
|
|
7975
|
+
width: 25px;
|
|
7976
|
+
height: 25px;
|
|
7977
|
+
}
|
|
7978
|
+
|
|
7979
|
+
@media screen and (max-width: 748px) {
|
|
7980
|
+
.button_ClApmw {
|
|
7981
|
+
width: 30px;
|
|
7982
|
+
height: 30px;
|
|
7983
|
+
padding: 5px;
|
|
7984
|
+
}
|
|
7985
|
+
|
|
7986
|
+
.button_ClApmw span {
|
|
7987
|
+
width: 20px;
|
|
7988
|
+
height: 20px;
|
|
7989
|
+
}
|
|
7990
|
+
}
|
|
7991
|
+
|
|
7939
7992
|
/* src/shared/ui-lib/UiColorInput/UiColorInput.module.css */
|
|
7940
7993
|
.colorPickerContainer_ENyM7A {
|
|
7941
7994
|
position: relative;
|
package/dist/index.html
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
rel="stylesheet"
|
|
32
32
|
/>
|
|
33
33
|
|
|
34
|
-
<link rel="stylesheet" crossorigin href="/chunk-
|
|
35
|
-
<script type="module" crossorigin src="/chunk-
|
|
34
|
+
<link rel="stylesheet" crossorigin href="/chunk-2qjdhnz5.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-zqybbz9v.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|