microboard-ui-temp 0.5.0 → 0.7.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-f0mvcsbm.css → chunk-1pn0bvy7.css} +0 -43
- package/dist/{chunk-8aacyxvb.js → chunk-hzfm51wn.js} +2203 -2215
- package/dist/example.html +2 -2
- package/dist/index.css +0 -43
- package/dist/index.html +2 -2
- package/dist/index.js +2203 -2215
- package/dist/spa.css +0 -43
- package/dist/spa.js +2203 -2215
- package/dist/types/features/ErrorBoundary/ErrorScreen.d.ts +6 -0
- package/dist/types/features/ErrorBoundary/index.d.ts +1 -0
- package/dist/types/features/Pickers/ColorPicker/ColorItem.d.ts +2 -1
- package/dist/types/features/Pickers/ColorPicker/SemanticColorPicker.d.ts +2 -1
- 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/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-1pn0bvy7.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-hzfm51wn.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|
package/dist/index.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;
|
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-1pn0bvy7.css"><script src="/env.js"></script>
|
|
35
|
+
<script type="module" crossorigin src="/chunk-hzfm51wn.js"></script></head>
|
|
36
36
|
|
|
37
37
|
<body
|
|
38
38
|
style="
|