kiva-protocol-ui-kit 1.0.74 → 1.0.75

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,6 +1,5 @@
1
1
 
2
2
  button.protocol-button {
3
- height: 50px;
4
3
  text-transform: uppercase;
5
4
  border-radius: 16px !important;
6
5
  background-color: #004FD4 !important;
@@ -10,6 +9,12 @@ button.protocol-button {
10
9
  &.disabled {
11
10
  opacity: 0.5;
12
11
  }
12
+ &.small {
13
+ padding: 10px 10px !important;
14
+ font-size: 14px;
15
+ border-radius: 8px !important;
16
+ text-transform: none;
17
+ }
13
18
  &.secondary {
14
19
  background-color: #FFFFFF !important;
15
20
  border: 0.5px solid #D4D4D4;
@@ -44,7 +44,7 @@ var ActionCard = function (prop) {
44
44
  React.createElement("span", { className: "text-center text-gray-600" }, prop.caption))));
45
45
  };
46
46
 
47
- var css_248z$a = "button.protocol-button{background-color:#004fd4!important;border-radius:16px!important;font-family:Roboto Mono,monospace;height:50px;line-height:18.46px!important;padding:16px 30px!important;text-transform:uppercase}button.protocol-button.disabled{opacity:.5}button.protocol-button.secondary{background-color:#fff!important;border:.5px solid #d4d4d4;color:#000}";
47
+ var css_248z$a = "button.protocol-button{background-color:#004fd4!important;border-radius:16px!important;font-family:Roboto Mono,monospace;line-height:18.46px!important;padding:16px 30px!important;text-transform:uppercase}button.protocol-button.disabled{opacity:.5}button.protocol-button.small{border-radius:8px!important;font-size:14px;padding:10px!important;text-transform:none}button.protocol-button.secondary{background-color:#fff!important;border:.5px solid #d4d4d4;color:#000}";
48
48
  styleInject(css_248z$a);
49
49
 
50
50
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
package/build/index.js CHANGED
@@ -53,7 +53,7 @@ var ActionCard = function (prop) {
53
53
  React__default['default'].createElement("span", { className: "text-center text-gray-600" }, prop.caption))));
54
54
  };
55
55
 
56
- var css_248z$a = "button.protocol-button{background-color:#004fd4!important;border-radius:16px!important;font-family:Roboto Mono,monospace;height:50px;line-height:18.46px!important;padding:16px 30px!important;text-transform:uppercase}button.protocol-button.disabled{opacity:.5}button.protocol-button.secondary{background-color:#fff!important;border:.5px solid #d4d4d4;color:#000}";
56
+ var css_248z$a = "button.protocol-button{background-color:#004fd4!important;border-radius:16px!important;font-family:Roboto Mono,monospace;line-height:18.46px!important;padding:16px 30px!important;text-transform:uppercase}button.protocol-button.disabled{opacity:.5}button.protocol-button.small{border-radius:8px!important;font-size:14px;padding:10px!important;text-transform:none}button.protocol-button.secondary{background-color:#fff!important;border:.5px solid #d4d4d4;color:#000}";
57
57
  styleInject(css_248z$a);
58
58
 
59
59
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kiva-protocol-ui-kit",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "Protocol Web UI",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.esm.js",