microboard-ui-temp 0.5.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-8aacyxvb.js → chunk-h36phnsj.js} +2160 -2186
- 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 +2160 -2186
- package/dist/spa.css +0 -43
- package/dist/spa.js +2160 -2186
- 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
|
@@ -3003,12 +3003,6 @@ a.link_jFMnzg {
|
|
|
3003
3003
|
background-color: #f7f7f8;
|
|
3004
3004
|
}
|
|
3005
3005
|
|
|
3006
|
-
.quaternary_Lhh5GA {
|
|
3007
|
-
color: #fff;
|
|
3008
|
-
background-color: #924fe8;
|
|
3009
|
-
border: 1px solid #924fe8;
|
|
3010
|
-
}
|
|
3011
|
-
|
|
3012
3006
|
.quaternary_Lhh5GA:hover {
|
|
3013
3007
|
background-color: #b799f5;
|
|
3014
3008
|
border: 1px solid #924fe8;
|
|
@@ -8077,49 +8071,6 @@ td.currentTariff_0VfwRg {
|
|
|
8077
8071
|
transform: translate(-50%, -50%)rotate(45deg);
|
|
8078
8072
|
}
|
|
8079
8073
|
|
|
8080
|
-
/* src/features/Pickers/ColorPicker/SquareColorItem.module.css */
|
|
8081
|
-
.button_ClApmw {
|
|
8082
|
-
display: flex;
|
|
8083
|
-
cursor: pointer;
|
|
8084
|
-
background: none;
|
|
8085
|
-
border-radius: 5px;
|
|
8086
|
-
justify-content: center;
|
|
8087
|
-
align-items: center;
|
|
8088
|
-
width: 40px;
|
|
8089
|
-
height: 40px;
|
|
8090
|
-
padding: 7.5px;
|
|
8091
|
-
transition: all .2s ease-out;
|
|
8092
|
-
}
|
|
8093
|
-
|
|
8094
|
-
@media (hover: hover) {
|
|
8095
|
-
.button_ClApmw:hover {
|
|
8096
|
-
background-color: #e9eaec;
|
|
8097
|
-
}
|
|
8098
|
-
}
|
|
8099
|
-
|
|
8100
|
-
.button_ClApmw.active_ClApmw {
|
|
8101
|
-
background-color: #e9eaec;
|
|
8102
|
-
}
|
|
8103
|
-
|
|
8104
|
-
.button_ClApmw span {
|
|
8105
|
-
border: 1px solid #1f1f1f40;
|
|
8106
|
-
width: 25px;
|
|
8107
|
-
height: 25px;
|
|
8108
|
-
}
|
|
8109
|
-
|
|
8110
|
-
@media screen and (max-width: 748px) {
|
|
8111
|
-
.button_ClApmw {
|
|
8112
|
-
width: 30px;
|
|
8113
|
-
height: 30px;
|
|
8114
|
-
padding: 5px;
|
|
8115
|
-
}
|
|
8116
|
-
|
|
8117
|
-
.button_ClApmw span {
|
|
8118
|
-
width: 20px;
|
|
8119
|
-
height: 20px;
|
|
8120
|
-
}
|
|
8121
|
-
}
|
|
8122
|
-
|
|
8123
8074
|
/* src/shared/ui-lib/UiColorInput/UiColorInput.module.css */
|
|
8124
8075
|
.colorPickerContainer_ENyM7A {
|
|
8125
8076
|
position: relative;
|
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-s1371kr2.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-h36phnsj.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|
package/dist/index.css
CHANGED
|
@@ -2862,12 +2862,6 @@ a.link_jFMnzg {
|
|
|
2862
2862
|
background-color: #f7f7f8;
|
|
2863
2863
|
}
|
|
2864
2864
|
|
|
2865
|
-
.quaternary_Lhh5GA {
|
|
2866
|
-
color: #fff;
|
|
2867
|
-
background-color: #924fe8;
|
|
2868
|
-
border: 1px solid #924fe8;
|
|
2869
|
-
}
|
|
2870
|
-
|
|
2871
2865
|
.quaternary_Lhh5GA:hover {
|
|
2872
2866
|
background-color: #b799f5;
|
|
2873
2867
|
border: 1px solid #924fe8;
|
|
@@ -7936,49 +7930,6 @@ td.currentTariff_0VfwRg {
|
|
|
7936
7930
|
transform: translate(-50%, -50%)rotate(45deg);
|
|
7937
7931
|
}
|
|
7938
7932
|
|
|
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
7933
|
/* src/shared/ui-lib/UiColorInput/UiColorInput.module.css */
|
|
7983
7934
|
.colorPickerContainer_ENyM7A {
|
|
7984
7935
|
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-s1371kr2.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-h36phnsj.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|