@touchtech/baselayer-ui 2.2.9 → 2.2.10

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.
Files changed (2) hide show
  1. package/dist/styles.css +7 -11
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -41,13 +41,11 @@
41
41
  .M9_egEC8msu135oPGVdIf._1bNQhbZwLA8ErLmwdQitJe {
42
42
  --button-size: var(--theme-button-height-small, 30px);
43
43
 
44
- font-size: var(--theme-button-font-size-small, 0.8rem);
44
+ font-size: var(--theme-button-font-size-small, 0.75rem);
45
45
  }
46
46
 
47
47
  .M9_egEC8msu135oPGVdIf._2DwLFD-4gDz9HEAAiwWJPq {
48
48
  --button-size: var(--theme-button-height-large, 54px);
49
-
50
- font-size: var(--theme-button-font-size-large, 1.2rem);
51
49
  }
52
50
 
53
51
  .M9_egEC8msu135oPGVdIf._31CfmTUYpEh1hZvctQ9lK4 {
@@ -145,13 +143,11 @@
145
143
  ._3eVBgmkG6hjVokm5Xy4UMQ._8I9fhnzbMvCrl5KPj9f0 {
146
144
  --button-size: var(--theme-button-height-small, 30px);
147
145
 
148
- font-size: var(--theme-button-font-size-small, 0.8rem);
146
+ font-size: var(--theme-button-font-size-small, 0.75rem);
149
147
  }
150
148
 
151
149
  ._3eVBgmkG6hjVokm5Xy4UMQ._3_SwqmDWOGv877iHACnJpC {
152
150
  --button-size: var(--theme-button-height-large, 54px);
153
-
154
- font-size: var(--theme-button-font-size-large, 1.2rem);
155
151
  }
156
152
 
157
153
  ._3eVBgmkG6hjVokm5Xy4UMQ._1xOa3CBRHzPCRWNsiJ65aC {
@@ -965,12 +961,12 @@
965
961
 
966
962
  ._2wfqOzWBoAn_K7goqvjXJe._1a4QOVJB0zW3Urf_5hqNjj {
967
963
  height: var(--theme-text-input-height-small, 30px);
968
- font-size: var(--theme-text-input-font-size-small, 0.8rem);
964
+ font-size: var(--theme-text-input-font-size-small, 0.75rem);
969
965
  }
970
966
 
971
967
  ._2wfqOzWBoAn_K7goqvjXJe._3DQ52Qd_1K4_VxxVv728SX {
972
968
  height: var(--theme-text-input-height-large, 54px);
973
- font-size: var(--theme-text-input-font-size-large, 1.2rem);
969
+ font-size: var(--theme-text-input-font-size-small, 1.25rem);
974
970
  }
975
971
 
976
972
  ._2wfqOzWBoAn_K7goqvjXJe:focus {
@@ -978,7 +974,7 @@
978
974
  }
979
975
 
980
976
  ._31oAAOE_dvGoAz9qJmo8EG {
981
- font-size: var(--theme-input-label-font-size, 0.8rem);
977
+ font-size: var(--theme-input-label-font-size, 0.75rem);
982
978
  font-family: var(--theme-input-label-font-family, sans-serif);
983
979
  text-transform: uppercase;
984
980
  font-weight: bold;
@@ -1005,7 +1001,7 @@
1005
1001
  flex-direction: column;
1006
1002
  height: 100%;
1007
1003
  justify-content: center;
1008
- font-size: var(--theme-toast-font-size, 0.8rem);
1004
+ font-size: var(--theme-toast-font-size, 0.75rem);
1009
1005
  padding: var(--theme-toast-padding, 10px 60px 10px 25px);
1010
1006
  }
1011
1007
 
@@ -1013,7 +1009,7 @@
1013
1009
  h2,
1014
1010
  h3,
1015
1011
  h4 {
1016
- font-size: var(--theme-toast-heading-font-size, 1.2rem);
1012
+ font-size: var(--theme-toast-heading-font-size, 1.25rem);
1017
1013
  line-height: 1.35em;
1018
1014
  margin: 0;
1019
1015
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchtech/baselayer-ui",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "React UI component library",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {