@ringcentral/juno 2.31.0-hotfix.1 → 2.31.0-hotfix.2

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.
@@ -4,7 +4,7 @@ var foundation_1 = require("../../../foundation");
4
4
  // first is width, second is border
5
5
  exports.RcPresenceSizes = {
6
6
  xxsmall: [8, 1],
7
- xsmall: [8, 2],
7
+ xsmall: [10, 1],
8
8
  small: [10, 2],
9
9
  medium: [12, 2],
10
10
  large: [16, 2],
@@ -2,7 +2,7 @@ import { palette2 } from '../../../foundation';
2
2
  // first is width, second is border
3
3
  export var RcPresenceSizes = {
4
4
  xxsmall: [8, 1],
5
- xsmall: [8, 2],
5
+ xsmall: [10, 1],
6
6
  small: [10, 2],
7
7
  medium: [12, 2],
8
8
  large: [16, 2],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ringcentral/juno",
3
- "version": "2.31.0-hotfix.1",
3
+ "version": "2.31.0-hotfix.2",
4
4
  "author": "RingCentral",
5
5
  "license": "MIT",
6
6
  "main": "./index.js",