microboard-ui-temp 0.3.8 → 0.4.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-dn1bhr0e.css → chunk-f0mvcsbm.css} +6 -0
- package/dist/{chunk-mq91cbqc.js → chunk-tvvz6w0f.js} +2300 -2078
- package/dist/example.html +2 -2
- package/dist/index.css +6 -0
- package/dist/index.html +2 -2
- package/dist/index.js +2300 -2078
- package/dist/spa.css +6 -0
- package/dist/spa.js +2300 -2078
- package/dist/types/features/Pickers/ColorPicker/SemanticColorPicker.d.ts +8 -0
- package/dist/types/features/ToolsPanel/Buttons/ThemeToggle.d.ts +2 -0
- package/dist/types/shared/lib/resolveColorValue.d.ts +9 -0
- package/package.json +2 -2
|
@@ -3003,6 +3003,12 @@ 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
|
+
|
|
3006
3012
|
.quaternary_Lhh5GA:hover {
|
|
3007
3013
|
background-color: #b799f5;
|
|
3008
3014
|
border: 1px solid #924fe8;
|