indicator-ui 0.0.33 → 0.0.34
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/index.css +3 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/scss/ui/Buttons/styles/mixins/baseButton.scss +2 -0
- package/dist/scss/ui/Buttons/styles/mixins/button.scss +0 -1
- package/dist/scss/ui/MicroButton/styles/mixins/base-button.scss +2 -0
- package/dist/scss/ui/MicroButton/styles/mixins/micro-button.scss +0 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -116,6 +116,7 @@
|
|
|
116
116
|
font-style: normal;
|
|
117
117
|
}
|
|
118
118
|
.Buttons-module__button___I3yLe {
|
|
119
|
+
cursor: pointer;
|
|
119
120
|
transition: all ease-out 0.2s;
|
|
120
121
|
}
|
|
121
122
|
.Buttons-module__button___I3yLe {
|
|
@@ -561,9 +562,10 @@
|
|
|
561
562
|
font-style: normal;
|
|
562
563
|
}
|
|
563
564
|
.MicroButton-module__button___QMj95 {
|
|
564
|
-
transition: all ease-out 0.2s;
|
|
565
565
|
width: fit-content;
|
|
566
566
|
height: fit-content;
|
|
567
|
+
cursor: pointer;
|
|
568
|
+
transition: all ease-out 0.2s;
|
|
567
569
|
}
|
|
568
570
|
.MicroButton-module__button___QMj95 {
|
|
569
571
|
display: flex;
|