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.
@@ -1,6 +1,8 @@
1
1
  @use '../../../../styles' as *;
2
2
 
3
3
  @mixin base-button() {
4
+ cursor: pointer;
5
+ transition: all ease-out 0.2s;
4
6
  @include modify-flex(row, center, center);
5
7
 
6
8
  .icon {
@@ -3,7 +3,6 @@
3
3
 
4
4
  @mixin insertButton() {
5
5
  .button {
6
- transition: all ease-out 0.2s;
7
6
  @include baseButton.base-button();
8
7
 
9
8
  &.small {
@@ -3,6 +3,8 @@
3
3
  @mixin base-micro-button() {
4
4
  width: fit-content;
5
5
  height: fit-content;
6
+ cursor: pointer;
7
+ transition: all ease-out 0.2s;
6
8
  @include modify-flex(row, center, center);
7
9
  @include modify-svg() {
8
10
  flex: none;
@@ -3,7 +3,6 @@
3
3
 
4
4
  @mixin micro-button() {
5
5
  .button {
6
- transition: all ease-out 0.2s;
7
6
  @include base-button.base-micro-button();
8
7
 
9
8
  &.light {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",