@quintoandar-tokko/theme 1.2.360 → 1.2.362

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/lib/index.js +7 -0
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -910,6 +910,13 @@ var theme = {
910
910
  fontSize: '18px',
911
911
  fontSizeIcon: '18px'
912
912
  },
913
+ iconSmallSize16px: {
914
+ height: '32px',
915
+ width: '32px',
916
+ borderRadius: '9px',
917
+ fontSize: '16px',
918
+ fontSizeIcon: '16px'
919
+ },
913
920
  iconExtraSmall: {
914
921
  height: '26px',
915
922
  width: '26px',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintoandar-tokko/theme",
3
- "version": "1.2.360",
3
+ "version": "1.2.362",
4
4
  "main": "lib/index.js",
5
5
  "module": "src/index.js",
6
6
  "files": [
@@ -10,5 +10,5 @@
10
10
  "publishConfig": {
11
11
  "access": "public"
12
12
  },
13
- "gitHead": "d33e426a17c29e62c8ea591ae6afa96300d55ad9"
13
+ "gitHead": "8ade45a0fe1aa58ef0256dc116324b133b01de1f"
14
14
  }