hanbiro-react16-sdk 1.0.5 → 1.0.6

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.
package/dist/index.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+
1
2
  export * from './components';
2
3
  export * from './utils';
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ button.icon-button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:999px;transition:background .15s ease-in-out,color .15s ease-in-out;color:var(--grey-main)}button.icon-button:hover,button.icon-button:active{background-color:#f4f4f4}button.icon-button[disabled]{cursor:not-allowed;color:var(--grey-lighter)}button.icon-button.primary,button.icon-button[color=primary]{color:var(--primary-main)}button.icon-button.primary:hover,button.icon-button[color=primary]:hover{background-color:var(--primary-lighter)}button.icon-button.primary:active,button.icon-button[color=primary]:active{background-color:var(--primary-light)}button.icon-button.primary[disabled],button.icon-button[color=primary][disabled]{cursor:not-allowed;color:var(--primary-lighter);background:transparent}button.icon-button{width:36px;height:36px}button.icon-button svg{width:18px;height:18px}button.icon-button.small{width:32px;height:32px}button.icon-button.small svg{width:16px;height:16px}button.icon-button.large{width:40px;height:40px}button.icon-button.large svg{width:20px;height:20px}p{font-size:13px}:root{--primary-lighter: #d9edfd;--primary-light: #42a5f5;--primary-main: #0080fe;--primary-dark: #064476;--primary-darker: #03223b;--primary-contrasttext: #fff;--grey-lighter: #bebebe;--grey-light: #a9a9a9;--grey-main: #7f7f7f;--grey-dark: #6a6a6a;--grey-darker: #3f3f3f;--text-primary: #001737;--text-secondary: #8392a5;--background-softGrey: #f4f4f4;--background-lightGrey: #f9f9f9}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanbiro-react16-sdk",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "React 16.2.0 compatible UI components for Hanbiro",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/hanbiro-react16-sdk.umd.js",