indicator-ui 0.0.68 → 0.0.70

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.
@@ -11,6 +11,10 @@
11
11
  @include modify-flex(row, center, center);
12
12
  }
13
13
 
14
+ .text {
15
+ flex: none;
16
+ }
17
+
14
18
  &.widthFill {
15
19
  width: 100%;
16
20
  flex: 1;
@@ -4,7 +4,7 @@
4
4
  width: fit-content;
5
5
  height: fit-content;
6
6
  cursor: pointer;
7
- transition: all ease-out 0.2s;
7
+ transition: all ease-out 0.2s;
8
8
  @include modify-flex(row, center, center);
9
9
  @include modify-svg() {
10
10
  flex: none;
@@ -1 +1,2 @@
1
1
  export * from "./ui";
2
+ export * from "./types";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indicator-ui",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/src/index.d.ts",
6
6
  "style": "dist/index.css",