sapo-components-ui-rn 1.1.30 → 1.1.31
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,5 +1,5 @@
|
|
|
1
1
|
export declare const MAXIMIZED_LABEL_FONT_SIZE = 15;
|
|
2
|
-
export declare const MINIMIZED_LABEL_FONT_SIZE =
|
|
2
|
+
export declare const MINIMIZED_LABEL_FONT_SIZE = 12;
|
|
3
3
|
export declare const LABEL_WIGGLE_X_OFFSET = 4;
|
|
4
4
|
export declare const ADORNMENT_SIZE = 24;
|
|
5
5
|
export declare const MIN_WIDTH = 100;
|
package/dist/index.esm.js
CHANGED
|
@@ -1898,7 +1898,7 @@ function getTextColor(_a) {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
|
|
1900
1900
|
var MAXIMIZED_LABEL_FONT_SIZE = 15;
|
|
1901
|
-
var MINIMIZED_LABEL_FONT_SIZE =
|
|
1901
|
+
var MINIMIZED_LABEL_FONT_SIZE = 12;
|
|
1902
1902
|
var LABEL_WIGGLE_X_OFFSET = 4;
|
|
1903
1903
|
var ADORNMENT_SIZE = 24;
|
|
1904
1904
|
var MIN_WIDTH = 100;
|
package/dist/index.js
CHANGED
|
@@ -1940,7 +1940,7 @@ function getTextColor(_a) {
|
|
|
1940
1940
|
}
|
|
1941
1941
|
|
|
1942
1942
|
var MAXIMIZED_LABEL_FONT_SIZE = 15;
|
|
1943
|
-
var MINIMIZED_LABEL_FONT_SIZE =
|
|
1943
|
+
var MINIMIZED_LABEL_FONT_SIZE = 12;
|
|
1944
1944
|
var LABEL_WIGGLE_X_OFFSET = 4;
|
|
1945
1945
|
var ADORNMENT_SIZE = 24;
|
|
1946
1946
|
var MIN_WIDTH = 100;
|
package/package.json
CHANGED