@bitrise/bitkit 9.1.6 → 9.2.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.
- package/CHANGELOG.md +21 -0
- package/lib/cjs/Button/Button.d.ts +2 -1
- package/lib/cjs/Button/Button.d.ts.map +1 -1
- package/lib/cjs/Button/Button.js.map +1 -1
- package/lib/cjs/Button/ButtonSize.d.ts +3 -0
- package/lib/cjs/Button/ButtonSize.d.ts.map +1 -0
- package/lib/cjs/Button/ButtonSize.js +3 -0
- package/lib/cjs/Button/ButtonSize.js.map +1 -0
- package/lib/cjs/Button/ColorButton.d.ts +2 -1
- package/lib/cjs/Button/ColorButton.d.ts.map +1 -1
- package/lib/cjs/Button/ColorButton.js.map +1 -1
- package/lib/cjs/Icon/tsx/IconsHidePassword.d.ts +4 -0
- package/lib/cjs/Icon/tsx/IconsHidePassword.d.ts.map +1 -0
- package/lib/cjs/Icon/tsx/IconsHidePassword.js +27 -0
- package/lib/cjs/Icon/tsx/IconsHidePassword.js.map +1 -0
- package/lib/cjs/Icon/tsx/IconsShowPassword.d.ts +4 -0
- package/lib/cjs/Icon/tsx/IconsShowPassword.d.ts.map +1 -0
- package/lib/cjs/Icon/tsx/{IconsEye.js → IconsShowPassword.js} +5 -5
- package/lib/cjs/Icon/tsx/IconsShowPassword.js.map +1 -0
- package/lib/cjs/Icon/tsx/index.d.ts +1 -1
- package/lib/cjs/Icon/tsx/index.d.ts.map +1 -1
- package/lib/cjs/Icon/tsx/index.js +6 -3
- package/lib/cjs/Icon/tsx/index.js.map +1 -1
- package/lib/cjs/Progress/ProgressButton.js +3 -3
- package/lib/cjs/Progress/ProgressButton.js.map +1 -1
- package/lib/cjs/Progress/ProgressButtonContent.d.ts +2 -0
- package/lib/cjs/Progress/ProgressButtonContent.d.ts.map +1 -1
- package/lib/cjs/Progress/ProgressButtonContent.js +3 -2
- package/lib/cjs/Progress/ProgressButtonContent.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +53 -24
- package/lib/esn/Button/Button.d.ts +2 -1
- package/lib/esn/Button/Button.d.ts.map +1 -1
- package/lib/esn/Button/Button.js.map +1 -1
- package/lib/esn/Button/ButtonSize.d.ts +3 -0
- package/lib/esn/Button/ButtonSize.d.ts.map +1 -0
- package/lib/esn/Button/ButtonSize.js +1 -0
- package/lib/esn/Button/ButtonSize.js.map +1 -0
- package/lib/esn/Button/ColorButton.d.ts +2 -1
- package/lib/esn/Button/ColorButton.d.ts.map +1 -1
- package/lib/esn/Button/ColorButton.js.map +1 -1
- package/lib/esn/Icon/tsx/IconsHidePassword.d.ts +4 -0
- package/lib/esn/Icon/tsx/IconsHidePassword.d.ts.map +1 -0
- package/lib/esn/Icon/tsx/IconsHidePassword.js +7 -0
- package/lib/esn/Icon/tsx/IconsHidePassword.js.map +1 -0
- package/lib/esn/Icon/tsx/IconsShowPassword.d.ts +4 -0
- package/lib/esn/Icon/tsx/IconsShowPassword.d.ts.map +1 -0
- package/lib/esn/Icon/tsx/{IconsEye.js → IconsShowPassword.js} +5 -5
- package/lib/esn/Icon/tsx/IconsShowPassword.js.map +1 -0
- package/lib/esn/Icon/tsx/index.d.ts +1 -1
- package/lib/esn/Icon/tsx/index.d.ts.map +1 -1
- package/lib/esn/Icon/tsx/index.js +6 -3
- package/lib/esn/Icon/tsx/index.js.map +1 -1
- package/lib/esn/Progress/ProgressButton.js +3 -3
- package/lib/esn/Progress/ProgressButton.js.map +1 -1
- package/lib/esn/Progress/ProgressButtonContent.d.ts +2 -0
- package/lib/esn/Progress/ProgressButtonContent.d.ts.map +1 -1
- package/lib/esn/Progress/ProgressButtonContent.js +3 -2
- package/lib/esn/Progress/ProgressButtonContent.js.map +1 -1
- package/lib/esn/tsconfig.tsbuildinfo +53 -24
- package/package.json +2 -2
- package/site/components/Documentation/Components/SectionProgress.tsx +10 -1
- package/src/Button/Button.tsx +2 -1
- package/src/Button/ButtonSize.ts +3 -0
- package/src/Button/ColorButton.tsx +2 -1
- package/src/Icon/svg/icons-hide-password.svg +4 -0
- package/src/Icon/svg/{icons-eye.svg → icons-show-password.svg} +0 -0
- package/src/Icon/tsx/IconsHidePassword.tsx +17 -0
- package/src/Icon/tsx/{IconsEye.tsx → IconsShowPassword.tsx} +7 -4
- package/src/Icon/tsx/index.ts +8 -4
- package/src/Progress/ProgressButton.tsx +3 -3
- package/src/Progress/ProgressButtonContent.tsx +9 -2
- package/lib/cjs/Icon/tsx/IconsEye.d.ts +0 -4
- package/lib/cjs/Icon/tsx/IconsEye.d.ts.map +0 -1
- package/lib/cjs/Icon/tsx/IconsEye.js.map +0 -1
- package/lib/esn/Icon/tsx/IconsEye.d.ts +0 -4
- package/lib/esn/Icon/tsx/IconsEye.d.ts.map +0 -1
- package/lib/esn/Icon/tsx/IconsEye.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [9.2.2](https://github.com/bitrise-io/bitkit/compare/v9.2.1...v9.2.2) (2022-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **icon:** rename eye to show password ([#141](https://github.com/bitrise-io/bitkit/issues/141)) ([dd0b9c3](https://github.com/bitrise-io/bitkit/commit/dd0b9c3))
|
|
7
|
+
|
|
8
|
+
## [9.2.1](https://github.com/bitrise-io/bitkit/compare/v9.2.0...v9.2.1) (2022-03-08)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **ProgressButton:** add icon support in ProgressButton ([ba6f01a](https://github.com/bitrise-io/bitkit/commit/ba6f01a))
|
|
14
|
+
|
|
15
|
+
# [9.2.0](https://github.com/bitrise-io/bitkit/compare/v9.1.6...v9.2.0) (2022-03-08)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **Icon:** Add Hide-Password icon ([648acbd](https://github.com/bitrise-io/bitkit/commit/648acbd))
|
|
21
|
+
|
|
1
22
|
## [9.1.6](https://github.com/bitrise-io/bitkit/compare/v9.1.5...v9.1.6) (2022-03-04)
|
|
2
23
|
|
|
3
24
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Props as FlexProps } from '../Flex/Flex';
|
|
3
3
|
import './Button.css';
|
|
4
|
+
import ButtonSize from './ButtonSize';
|
|
4
5
|
export interface Props extends FlexProps {
|
|
5
6
|
/**
|
|
6
7
|
* Removes the borders from the Button, useful for when used inside a w
|
|
@@ -19,7 +20,7 @@ export interface Props extends FlexProps {
|
|
|
19
20
|
* into smaller spaces, while large will help the button stand
|
|
20
21
|
* out on a page with lots of space.
|
|
21
22
|
*/
|
|
22
|
-
size?:
|
|
23
|
+
size?: ButtonSize;
|
|
23
24
|
/**
|
|
24
25
|
* Variant is another prop that changes the styles to indicate it's usage.
|
|
25
26
|
* For example "danger" is to let the user know this button performs a
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAa,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAa,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,cAAc,CAAC;AACtB,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,MAAM,WAAW,KAAM,SAAQ,SAAS;IACtC;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,gDAAgD;IAChD,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,CAAC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,QAAQ,CAAC;CACpB;AAED,gCAAgC;AAChC,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CA0B1C,CAAC;AAOF,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/Button/Button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,0DAAoC;AACpC,sDAAwD;AACxD,wBAAsB;
|
|
1
|
+
{"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../src/Button/Button.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,0DAAoC;AACpC,sDAAwD;AACxD,wBAAsB;AA8BtB,gCAAgC;AAChC,IAAM,MAAM,GAAmC,UAAC,KAAY;;IAExD,IAAA,6BAAU,EACV,2BAAS,EACT,mBAAK,EACL,iBAAI,EACJ,uBAAO,EACP,6EAAO,CACC;IAEV,IAAM,GAAG,GAAG,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAC3C,IAAM,OAAO,GAAG,oBAAU,CAAC,QAAQ,EACjC,mBAAiB,KAAO,EACxB,kBAAgB,IAAM;YACpB,oBAAoB,EAAE,UAAU;YAChC,oBAAoB,EAAE,SAAS;;QAC/B,GAAC,qBAAmB,OAAS,IAAG,OAAO;YACvC,CAAC;IAEL,OAAO,CACL,oBAAC,cAAI,aAAC,SAAS,EAAC,QAAQ,IAAM,IAAI,IAC9B,aAAa,EAAC,QAAQ,EACtB,SAAS,EAAG,OAAO,EACnB,SAAS,EAAC,YAAY,EACtB,GAAG,EAAG,GAAG,IAAK,CACnB,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,CAAC,YAAY,GAAG;IACpB,KAAK,EAAE,WAAW;IAClB,IAAI,EAAE,QAAQ;CACf,CAAC;AAEF,kBAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonSize.d.ts","sourceRoot":"","sources":["../../../src/Button/ButtonSize.ts"],"names":[],"mappings":"AAAA,aAAK,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE/C,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ButtonSize.js","sourceRoot":"","sources":["../../../src/Button/ButtonSize.ts"],"names":[],"mappings":""}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Props as FlexProps } from '../Flex/Flex';
|
|
3
3
|
import './ColorButton.css';
|
|
4
|
+
import ButtonSize from './ButtonSize';
|
|
4
5
|
export interface Props extends FlexProps {
|
|
5
6
|
/** Color of the button */
|
|
6
7
|
color: 'blue' | 'grape' | 'green' | 'red' | 'white' | 'yellow';
|
|
@@ -9,7 +10,7 @@ export interface Props extends FlexProps {
|
|
|
9
10
|
* into smaller spaces, while large will help the button stand
|
|
10
11
|
* out on a page with lots of space.
|
|
11
12
|
*/
|
|
12
|
-
size
|
|
13
|
+
size?: ButtonSize;
|
|
13
14
|
}
|
|
14
15
|
/**
|
|
15
16
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorButton.d.ts","sourceRoot":"","sources":["../../../src/Button/ColorButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAa,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"ColorButton.d.ts","sourceRoot":"","sources":["../../../src/Button/ColorButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAa,EAAE,KAAK,IAAI,SAAS,EAAE,MAAM,cAAc,CAAC;AACxD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,UAAU,MAAM,cAAc,CAAC;AAEtC,MAAM,WAAW,KAAM,SAAQ,SAAS;IACtC,0BAA0B;IAC1B,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC/D;;;;OAIG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED;;GAEG;AACH,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAkB/C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorButton.js","sourceRoot":"","sources":["../../../src/Button/ColorButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,0DAAoC;AACpC,sDAAwD;AACxD,6BAA2B;
|
|
1
|
+
{"version":3,"file":"ColorButton.js","sourceRoot":"","sources":["../../../src/Button/ColorButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,0DAAoC;AACpC,sDAAwD;AACxD,6BAA2B;AAc3B;;GAEG;AACH,IAAM,WAAW,GAAmC,UAAC,KAAY;IAE7D,IAAA,mBAAK,EACL,iBAAI,EACJ,uCAAO,CACC;IAEV,IAAM,OAAO,GAAG,oBAAU,CAAC,aAAa,EACtC,wBAAsB,KAAO,EAC7B,uBAAqB,IAAM,CAAC,CAAC;IAE/B,OAAO,CACL,oBAAC,cAAI,aAAC,SAAS,EAAC,QAAQ,IAAM,IAAI,IAC9B,aAAa,EAAC,QAAQ,EACtB,SAAS,EAAG,OAAO,EACnB,SAAS,EAAC,YAAY,EACtB,GAAG,EAAC,IAAI,IAAG,CAChB,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconsHidePassword.d.ts","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsHidePassword.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,oBAAoB,uDAWzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
14
|
+
if (mod && mod.__esModule) return mod;
|
|
15
|
+
var result = {};
|
|
16
|
+
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
|
|
17
|
+
result["default"] = mod;
|
|
18
|
+
return result;
|
|
19
|
+
};
|
|
20
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
|
+
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
22
|
+
var React = __importStar(require("react"));
|
|
23
|
+
var SvgIconsHidePassword = function (props) { return (React.createElement("svg", __assign({}, props, { fill: "none", viewBox: "0 0 22 18" }),
|
|
24
|
+
React.createElement("path", { clipRule: "evenodd", d: "m18.293 17.707-16-16L3.707.293l2.374 2.373A6.979 6.979 0 0 1 9.07 2l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535c.78.78.78 2.05 0 2.828-1.26 1.26-2.475 2.595-3.8 3.787l2.092 2.092-1.414 1.414Zm-2.095-4.923-2.491-2.491a3.001 3.001 0 0 0-4-4L7.624 4.21c.463-.139.949-.21 1.446-.21h3.86c1.336 0 2.59.52 3.535 1.464L20.002 9c-1.256 1.256-2.458 2.625-3.804 3.785Z", fill: "currentColor", fillRule: "evenodd" }),
|
|
25
|
+
React.createElement("path", { d: "M2.963 5.208.585 7.586a2.001 2.001 0 0 0 0 2.828L4.12 13.95A6.954 6.954 0 0 0 9.07 16h3.86c.262 0 .522-.016.78-.045l-1.956-1.956L9.071 14a4.971 4.971 0 0 1-3.536-1.464L1.999 9l2.378-2.378-1.414-1.414Z", fill: "currentColor" }))); };
|
|
26
|
+
exports.default = SvgIconsHidePassword;
|
|
27
|
+
//# sourceMappingURL=IconsHidePassword.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconsHidePassword.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsHidePassword.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,8FAA8F;AAC9F,2CAA+B;AAE/B,IAAM,oBAAoB,GAAG,UAAC,KAAoC,IAAK,OAAA,CACrE,wCAAU,KAAK,IAAG,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW;IAC/C,8BACI,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,8WAA8W,EAChX,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,GAAE;IACxB,8BACI,CAAC,EAAC,0MAA0M,EAC5M,IAAI,EAAC,cAAc,GAAE,CACrB,CACP,EAXsE,CAWtE,CAAC;AAEF,kBAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconsShowPassword.d.ts","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsShowPassword.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,QAAA,MAAM,oBAAoB,uDAYzB,CAAC;AAEF,eAAe,oBAAoB,CAAC"}
|
|
@@ -20,9 +20,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
20
20
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
21
21
|
// THIS IS AN AUTOGERENATED FILE. DO NOT EDIT IT. CHECK README ON HOW TO MANAGE ICONS INSTEAD.
|
|
22
22
|
var React = __importStar(require("react"));
|
|
23
|
-
var
|
|
23
|
+
var SvgIconsShowPassword = function (props) { return (React.createElement("svg", __assign({}, props, { viewBox: "0 0 24 24" }),
|
|
24
24
|
React.createElement("defs", null,
|
|
25
|
-
React.createElement("path", { d: "M11.999 9a3.001 3.001 0 0 1 0 6 3 3 0 1 1 0-6zm5.467 6.535L21.002 12l-3.536-3.534a4.961 4.961 0 0 0-3.534-1.464H10.07a4.967 4.967 0 0 0-3.536 1.463L2.999 12l3.536 3.536A4.971 4.971 0 0 0 10.07 17h3.86a5.029 5.029 0 0 0 3.535-1.465zm4.949-4.949c.78.78.78 2.05 0 2.828L18.88 16.95A7.042 7.042 0 0 1 13.932 19H10.07a6.954 6.954 0 0 1-4.95-2.05l-3.535-3.536a2.001 2.001 0 0 1 0-2.828L5.12 7.05A6.95 6.95 0 0 1 10.07 5l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535z", id: "icons-
|
|
26
|
-
React.createElement("use", { fill: "currentColor", fillRule: "evenodd", xlinkHref: "#icons-
|
|
27
|
-
exports.default =
|
|
28
|
-
//# sourceMappingURL=
|
|
25
|
+
React.createElement("path", { d: "M11.999 9a3.001 3.001 0 0 1 0 6 3 3 0 1 1 0-6zm5.467 6.535L21.002 12l-3.536-3.534a4.961 4.961 0 0 0-3.534-1.464H10.07a4.967 4.967 0 0 0-3.536 1.463L2.999 12l3.536 3.536A4.971 4.971 0 0 0 10.07 17h3.86a5.029 5.029 0 0 0 3.535-1.465zm4.949-4.949c.78.78.78 2.05 0 2.828L18.88 16.95A7.042 7.042 0 0 1 13.932 19H10.07a6.954 6.954 0 0 1-4.95-2.05l-3.535-3.536a2.001 2.001 0 0 1 0-2.828L5.12 7.05A6.95 6.95 0 0 1 10.07 5l3.862.001c1.868 0 3.626.727 4.947 2.05l3.535 3.535z", id: "icons-show-password_svg__a" })),
|
|
26
|
+
React.createElement("use", { fill: "currentColor", fillRule: "evenodd", xlinkHref: "#icons-show-password_svg__a" }))); };
|
|
27
|
+
exports.default = SvgIconsShowPassword;
|
|
28
|
+
//# sourceMappingURL=IconsShowPassword.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconsShowPassword.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/IconsShowPassword.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,8FAA8F;AAC9F,2CAA+B;AAE/B,IAAM,oBAAoB,GAAG,UAAC,KAAoC,IAAK,OAAA,CACrE,wCAAU,KAAK,IAAG,OAAO,EAAC,WAAW;IACnC;QACE,8BACI,CAAC,EAAC,mdAAmd,EACrd,EAAE,EAAC,4BAA4B,GAAE,CAChC;IACP,6BACI,IAAI,EAAC,cAAc,EACnB,QAAQ,EAAC,SAAS,EAClB,SAAS,EAAC,6BAA6B,GAAE,CACzC,CACP,EAZsE,CAYtE,CAAC;AAEF,kBAAe,oBAAoB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare type TypeIconName = 'AddOnsColorTuorqouise' | 'AddOnsColorViolet' | 'AddOnsWhite' | 'AddOns' | 'App' | 'ArrowBack' | 'ArrowDown' | 'ArrowForward' | 'ArrowQuit' | 'ArrowUp' | 'BackArrow' | 'Bell' | 'BitbotFailed' | 'Bitbot' | 'BitbucketFill' | 'Bitbucket' | 'BitriseCertified' | 'Book' | 'BranchBranch' | 'BranchCommit' | 'BranchPull' | 'BranchPush' | 'BranchTag' | 'Bug' | 'Build' | 'BuildstatusAbortedSolid' | 'BuildstatusAborted' | 'BuildstatusFailedSolid' | 'BuildstatusFailed' | 'BuildstatusLoadingAnimated' | 'BuildstatusLoading' | 'BuildstatusLoadingeeehhWhite' | 'BuildstatusLoadingeeehh' | 'BuildstatusNeverbuilt' | 'BuildstatusSuccessfulSolid' | 'BuildstatusSuccessful' | 'Calendar' | 'Chain' | 'ChangePlan' | 'ChatMessage' | 'Chat' | 'ChevronDown' | 'ChevronLeft' | 'ChevronRight' | 'ChevronUp' | 'Clock' | 'CloseSmall' | 'Code' | 'Coffee' | 'Console' | 'Credit' | 'Creditcard' | 'Crown' | 'DeleteNope' | 'Deployment' | 'Doc' | 'Dollars' | 'Download' | 'DropdownArrows' | 'Dudes' | 'Duplicate' | 'Enterprise' | 'ErrorGeneral' | '
|
|
2
|
+
export declare type TypeIconName = 'AddOnsColorTuorqouise' | 'AddOnsColorViolet' | 'AddOnsWhite' | 'AddOns' | 'App' | 'ArrowBack' | 'ArrowDown' | 'ArrowForward' | 'ArrowQuit' | 'ArrowUp' | 'BackArrow' | 'Bell' | 'BitbotFailed' | 'Bitbot' | 'BitbucketFill' | 'Bitbucket' | 'BitriseCertified' | 'Book' | 'BranchBranch' | 'BranchCommit' | 'BranchPull' | 'BranchPush' | 'BranchTag' | 'Bug' | 'Build' | 'BuildstatusAbortedSolid' | 'BuildstatusAborted' | 'BuildstatusFailedSolid' | 'BuildstatusFailed' | 'BuildstatusLoadingAnimated' | 'BuildstatusLoading' | 'BuildstatusLoadingeeehhWhite' | 'BuildstatusLoadingeeehh' | 'BuildstatusNeverbuilt' | 'BuildstatusSuccessfulSolid' | 'BuildstatusSuccessful' | 'Calendar' | 'Chain' | 'ChangePlan' | 'ChatMessage' | 'Chat' | 'ChevronDown' | 'ChevronLeft' | 'ChevronRight' | 'ChevronUp' | 'Clock' | 'CloseSmall' | 'Code' | 'Coffee' | 'Console' | 'Credit' | 'Creditcard' | 'Crown' | 'DeleteNope' | 'Deployment' | 'Doc' | 'Dollars' | 'Download' | 'DropdownArrows' | 'Dudes' | 'Duplicate' | 'Enterprise' | 'ErrorGeneral' | 'FileDoc' | 'FilePdf' | 'FilePlist' | 'FileZip' | 'Filter' | 'Flag' | 'Folder' | 'FullscreenExit' | 'Fullscreen' | 'Gauge' | 'Github' | 'GitlabFill' | 'Gitlab' | 'Globe' | 'Group' | 'Heart' | 'HidePassword' | 'History' | 'Image' | 'Info' | 'Integrations' | 'Interaction' | 'Invoice' | 'Japanese' | 'Key' | 'Laptop' | 'Laptops' | 'Lightbulb' | 'Lock' | 'Login' | 'Logout' | 'Magnifier' | 'Mail' | 'MenuGrid' | 'MenuHamburger' | 'Message' | 'MinusClose' | 'MinusRemove' | 'Mobile' | 'Monitoring' | 'More' | 'NoTie' | 'Numero' | 'OpenInBrowser' | 'Overview' | 'Owner' | 'Pause' | 'Pencil' | 'Percent' | 'Person' | 'PlatformsAndroid' | 'PlatformsApple' | 'PlatformsCordova' | 'PlatformsFastlane' | 'PlatformsFlutter' | 'PlatformsGo' | 'PlatformsIonic' | 'PlatformsMacos' | 'PlatformsNodejs' | 'PlatformsOther' | 'PlatformsReact' | 'PlatformsXamarin' | 'Play' | 'PlusAdd' | 'PlusOpen' | 'Power' | 'Refresh' | 'Request' | 'Responsiveness' | 'Save' | 'SecurityShield' | 'Settings' | 'Ship' | 'ShowPassword' | 'Shuffle' | 'Stability' | 'Stack' | 'Status' | 'StepThirdParty' | 'StepUpgradeCircle' | 'StepUpgrade' | 'StepVersionOk' | 'StepsColorTuorqouise' | 'StepsColorViolet' | 'StepsWhite' | 'Steps' | 'Stopwatch' | 'Support' | 'Switch' | 'TestFailed' | 'TestInconclusive' | 'TestInfo' | 'TestSkipped' | 'TestSuccess' | 'TestWarning' | 'Tick' | 'Time' | 'Trace' | 'Trash' | 'Trigger' | 'Twitter' | 'ValidateShield' | 'Warning' | 'WebUi' | 'Window' | 'WorkflowFlow' | 'Workflow' | 'Wow';
|
|
3
3
|
export declare const IconList: TypeIconName[];
|
|
4
4
|
export declare const IconMap: {
|
|
5
5
|
[key in TypeIconName]: React.FC<React.SVGProps<SVGSVGElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icon/tsx/index.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Icon/tsx/index.ts"],"names":[],"mappings":";AA4KA,oBAAY,YAAY,GACpB,uBAAuB,GACvB,mBAAmB,GACnB,aAAa,GACb,QAAQ,GACR,KAAK,GACL,WAAW,GACX,WAAW,GACX,cAAc,GACd,WAAW,GACX,SAAS,GACT,WAAW,GACX,MAAM,GACN,cAAc,GACd,QAAQ,GACR,eAAe,GACf,WAAW,GACX,kBAAkB,GAClB,MAAM,GACN,cAAc,GACd,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,KAAK,GACL,OAAO,GACP,yBAAyB,GACzB,oBAAoB,GACpB,wBAAwB,GACxB,mBAAmB,GACnB,4BAA4B,GAC5B,oBAAoB,GACpB,8BAA8B,GAC9B,yBAAyB,GACzB,uBAAuB,GACvB,4BAA4B,GAC5B,uBAAuB,GACvB,UAAU,GACV,OAAO,GACP,YAAY,GACZ,aAAa,GACb,MAAM,GACN,aAAa,GACb,aAAa,GACb,cAAc,GACd,WAAW,GACX,OAAO,GACP,YAAY,GACZ,MAAM,GACN,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,OAAO,GACP,YAAY,GACZ,YAAY,GACZ,KAAK,GACL,SAAS,GACT,UAAU,GACV,gBAAgB,GAChB,OAAO,GACP,WAAW,GACX,YAAY,GACZ,cAAc,GACd,SAAS,GACT,SAAS,GACT,WAAW,GACX,SAAS,GACT,QAAQ,GACR,MAAM,GACN,QAAQ,GACR,gBAAgB,GAChB,YAAY,GACZ,OAAO,GACP,QAAQ,GACR,YAAY,GACZ,QAAQ,GACR,OAAO,GACP,OAAO,GACP,OAAO,GACP,cAAc,GACd,SAAS,GACT,OAAO,GACP,MAAM,GACN,cAAc,GACd,aAAa,GACb,SAAS,GACT,UAAU,GACV,KAAK,GACL,QAAQ,GACR,SAAS,GACT,WAAW,GACX,MAAM,GACN,OAAO,GACP,QAAQ,GACR,WAAW,GACX,MAAM,GACN,UAAU,GACV,eAAe,GACf,SAAS,GACT,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,YAAY,GACZ,MAAM,GACN,OAAO,GACP,QAAQ,GACR,eAAe,GACf,UAAU,GACV,OAAO,GACP,OAAO,GACP,QAAQ,GACR,SAAS,GACT,QAAQ,GACR,kBAAkB,GAClB,gBAAgB,GAChB,kBAAkB,GAClB,mBAAmB,GACnB,kBAAkB,GAClB,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,MAAM,GACN,SAAS,GACT,UAAU,GACV,OAAO,GACP,SAAS,GACT,SAAS,GACT,gBAAgB,GAChB,MAAM,GACN,gBAAgB,GAChB,UAAU,GACV,MAAM,GACN,cAAc,GACd,SAAS,GACT,WAAW,GACX,OAAO,GACP,QAAQ,GACR,gBAAgB,GAChB,mBAAmB,GACnB,aAAa,GACb,eAAe,GACf,sBAAsB,GACtB,kBAAkB,GAClB,YAAY,GACZ,OAAO,GACP,WAAW,GACX,SAAS,GACT,QAAQ,GACR,YAAY,GACZ,kBAAkB,GAClB,UAAU,GACV,aAAa,GACb,aAAa,GACb,aAAa,GACb,MAAM,GACN,MAAM,GACN,OAAO,GACP,OAAO,GACP,SAAS,GACT,SAAS,GACT,gBAAgB,GAChB,SAAS,GACT,OAAO,GACP,QAAQ,GACR,cAAc,GACd,UAAU,GACV,KAAK,CAAC;AAEV,eAAO,MAAM,QAAQ,EAAE,YAAY,EA4KlC,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE;KACnB,GAAG,IAAI,YAAY,GAAG,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;CA6K/D,CAAC"}
|
|
@@ -66,7 +66,6 @@ var IconsDudes_1 = __importDefault(require("./IconsDudes"));
|
|
|
66
66
|
var IconsDuplicate_1 = __importDefault(require("./IconsDuplicate"));
|
|
67
67
|
var IconsEnterprise_1 = __importDefault(require("./IconsEnterprise"));
|
|
68
68
|
var IconsErrorGeneral_1 = __importDefault(require("./IconsErrorGeneral"));
|
|
69
|
-
var IconsEye_1 = __importDefault(require("./IconsEye"));
|
|
70
69
|
var IconsFileDoc_1 = __importDefault(require("./IconsFileDoc"));
|
|
71
70
|
var IconsFilePdf_1 = __importDefault(require("./IconsFilePdf"));
|
|
72
71
|
var IconsFilePlist_1 = __importDefault(require("./IconsFilePlist"));
|
|
@@ -83,6 +82,7 @@ var IconsGitlab_1 = __importDefault(require("./IconsGitlab"));
|
|
|
83
82
|
var IconsGlobe_1 = __importDefault(require("./IconsGlobe"));
|
|
84
83
|
var IconsGroup_1 = __importDefault(require("./IconsGroup"));
|
|
85
84
|
var IconsHeart_1 = __importDefault(require("./IconsHeart"));
|
|
85
|
+
var IconsHidePassword_1 = __importDefault(require("./IconsHidePassword"));
|
|
86
86
|
var IconsHistory_1 = __importDefault(require("./IconsHistory"));
|
|
87
87
|
var IconsImage_1 = __importDefault(require("./IconsImage"));
|
|
88
88
|
var IconsInfo_1 = __importDefault(require("./IconsInfo"));
|
|
@@ -139,6 +139,7 @@ var IconsSave_1 = __importDefault(require("./IconsSave"));
|
|
|
139
139
|
var IconsSecurityShield_1 = __importDefault(require("./IconsSecurityShield"));
|
|
140
140
|
var IconsSettings_1 = __importDefault(require("./IconsSettings"));
|
|
141
141
|
var IconsShip_1 = __importDefault(require("./IconsShip"));
|
|
142
|
+
var IconsShowPassword_1 = __importDefault(require("./IconsShowPassword"));
|
|
142
143
|
var IconsShuffle_1 = __importDefault(require("./IconsShuffle"));
|
|
143
144
|
var IconsStability_1 = __importDefault(require("./IconsStability"));
|
|
144
145
|
var IconsStack_1 = __importDefault(require("./IconsStack"));
|
|
@@ -237,7 +238,6 @@ exports.IconList = [
|
|
|
237
238
|
'Duplicate',
|
|
238
239
|
'Enterprise',
|
|
239
240
|
'ErrorGeneral',
|
|
240
|
-
'Eye',
|
|
241
241
|
'FileDoc',
|
|
242
242
|
'FilePdf',
|
|
243
243
|
'FilePlist',
|
|
@@ -254,6 +254,7 @@ exports.IconList = [
|
|
|
254
254
|
'Globe',
|
|
255
255
|
'Group',
|
|
256
256
|
'Heart',
|
|
257
|
+
'HidePassword',
|
|
257
258
|
'History',
|
|
258
259
|
'Image',
|
|
259
260
|
'Info',
|
|
@@ -310,6 +311,7 @@ exports.IconList = [
|
|
|
310
311
|
'SecurityShield',
|
|
311
312
|
'Settings',
|
|
312
313
|
'Ship',
|
|
314
|
+
'ShowPassword',
|
|
313
315
|
'Shuffle',
|
|
314
316
|
'Stability',
|
|
315
317
|
'Stack',
|
|
@@ -409,7 +411,6 @@ exports.IconMap = {
|
|
|
409
411
|
Duplicate: IconsDuplicate_1.default,
|
|
410
412
|
Enterprise: IconsEnterprise_1.default,
|
|
411
413
|
ErrorGeneral: IconsErrorGeneral_1.default,
|
|
412
|
-
Eye: IconsEye_1.default,
|
|
413
414
|
FileDoc: IconsFileDoc_1.default,
|
|
414
415
|
FilePdf: IconsFilePdf_1.default,
|
|
415
416
|
FilePlist: IconsFilePlist_1.default,
|
|
@@ -426,6 +427,7 @@ exports.IconMap = {
|
|
|
426
427
|
Globe: IconsGlobe_1.default,
|
|
427
428
|
Group: IconsGroup_1.default,
|
|
428
429
|
Heart: IconsHeart_1.default,
|
|
430
|
+
HidePassword: IconsHidePassword_1.default,
|
|
429
431
|
History: IconsHistory_1.default,
|
|
430
432
|
Image: IconsImage_1.default,
|
|
431
433
|
Info: IconsInfo_1.default,
|
|
@@ -482,6 +484,7 @@ exports.IconMap = {
|
|
|
482
484
|
SecurityShield: IconsSecurityShield_1.default,
|
|
483
485
|
Settings: IconsSettings_1.default,
|
|
484
486
|
Ship: IconsShip_1.default,
|
|
487
|
+
ShowPassword: IconsShowPassword_1.default,
|
|
485
488
|
Shuffle: IconsShuffle_1.default,
|
|
486
489
|
Stability: IconsStability_1.default,
|
|
487
490
|
Stack: IconsStack_1.default,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/index.ts"],"names":[],"mappings":";;;;;AAAA,4FAAiE;AACjE,oFAAyD;AACzD,wEAA6C;AAC7C,8DAAmC;AACnC,wDAA6B;AAC7B,oEAAyC;AACzC,oEAAyC;AACzC,0EAA+C;AAC/C,oEAAyC;AACzC,gEAAqC;AACrC,oEAAyC;AACzC,0DAA+B;AAC/B,0EAA+C;AAC/C,8DAAmC;AACnC,4EAAiD;AACjD,oEAAyC;AACzC,kFAAuD;AACvD,0DAA+B;AAC/B,0EAA+C;AAC/C,0EAA+C;AAC/C,sEAA2C;AAC3C,sEAA2C;AAC3C,oEAAyC;AACzC,wDAA6B;AAC7B,4DAAiC;AACjC,gGAAqE;AACrE,sFAA2D;AAC3D,8FAAmE;AACnE,oFAAyD;AACzD,sGAA2E;AAC3E,sFAA2D;AAC3D,0GAA+E;AAC/E,gGAAqE;AACrE,4FAAiE;AACjE,sGAA2E;AAC3E,4FAAiE;AACjE,kEAAuC;AACvC,4DAAiC;AACjC,sEAA2C;AAC3C,wEAA6C;AAC7C,0DAA+B;AAC/B,wEAA6C;AAC7C,wEAA6C;AAC7C,0EAA+C;AAC/C,oEAAyC;AACzC,4DAAiC;AACjC,sEAA2C;AAC3C,0DAA+B;AAC/B,8DAAmC;AACnC,gEAAqC;AACrC,8DAAmC;AACnC,sEAA2C;AAC3C,4DAAiC;AACjC,sEAA2C;AAC3C,sEAA2C;AAC3C,wDAA6B;AAC7B,gEAAqC;AACrC,kEAAuC;AACvC,8EAAmD;AACnD,4DAAiC;AACjC,oEAAyC;AACzC,sEAA2C;AAC3C,0EAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/Icon/tsx/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -41,9 +41,9 @@ var ProgressButtonContent_1 = __importDefault(require("./ProgressButtonContent")
|
|
|
41
41
|
* something is happening.
|
|
42
42
|
*/
|
|
43
43
|
var ProgressButton = function (props) {
|
|
44
|
-
var children = props.children, progressing = props.progressing, rest = __rest(props, ["children", "progressing"]);
|
|
45
|
-
return (React.createElement(Button_1.default, __assign({}, rest),
|
|
46
|
-
React.createElement(ProgressButtonContent_1.default, { progressing: progressing }, children)));
|
|
44
|
+
var children = props.children, progressing = props.progressing, size = props.size, rest = __rest(props, ["children", "progressing", "size"]);
|
|
45
|
+
return (React.createElement(Button_1.default, __assign({ size: size }, rest),
|
|
46
|
+
React.createElement(ProgressButtonContent_1.default, { progressing: progressing, size: size }, children)));
|
|
47
47
|
};
|
|
48
48
|
exports.default = ProgressButton;
|
|
49
49
|
//# sourceMappingURL=ProgressButton.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressButton.js","sourceRoot":"","sources":["../../../src/Progress/ProgressButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,4DAAgE;AAChE,kFAAqG;AAIrG;;;;GAIG;AACH,IAAM,cAAc,GAAmC,UAAC,KAAY;IAC1D,IAAA,yBAAQ,EAAE,+BAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"ProgressButton.js","sourceRoot":"","sources":["../../../src/Progress/ProgressButton.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2CAA+B;AAC/B,4DAAgE;AAChE,kFAAqG;AAIrG;;;;GAIG;AACH,IAAM,cAAc,GAAmC,UAAC,KAAY;IAC1D,IAAA,yBAAQ,EAAE,+BAAW,EAAE,iBAAI,EAAE,yDAAO,CAAW;IAEvD,OAAO,CACL,oBAAC,gBAAM,aAAC,IAAI,EAAG,IAAI,IAAQ,IAAI;QAC7B,oBAAC,+BAAqB,IAAC,WAAW,EAAG,WAAW,EAAG,IAAI,EAAG,IAAI,IAC1D,QAAQ,CACY,CACjB,CACV,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,cAAc,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressButtonContent.d.ts","sourceRoot":"","sources":["../../../src/Progress/ProgressButtonContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ProgressButtonContent.d.ts","sourceRoot":"","sources":["../../../src/Progress/ProgressButtonContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,UAAU,MAAM,sBAAsB,CAAC;AAE9C,MAAM,WAAW,KAAK;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAED;;;;GAIG;AACH,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAuBzD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
|
|
@@ -20,9 +20,10 @@ var Visibility_1 = __importDefault(require("../Visibility/Visibility"));
|
|
|
20
20
|
* something is happening.
|
|
21
21
|
*/
|
|
22
22
|
var ProgressButtonContent = function (props) {
|
|
23
|
-
var children = props.children, progressing = props.progressing;
|
|
23
|
+
var children = props.children, progressing = props.progressing, size = props.size;
|
|
24
|
+
var gap = size === 'small' ? 'x1' : 'x2';
|
|
24
25
|
return (React.createElement(Base_1.default, { container: true },
|
|
25
|
-
React.createElement(Visibility_1.default, { visible: !progressing }, children),
|
|
26
|
+
React.createElement(Visibility_1.default, { alignChildren: "middle", direction: "horizontal", gap: gap, visible: !progressing }, children),
|
|
26
27
|
React.createElement(Visibility_1.default, { absolute: "center", visible: progressing }, progressing && (React.createElement(ProgressSpinner_1.default, { size: "1.5rem" })))));
|
|
27
28
|
};
|
|
28
29
|
exports.default = ProgressButtonContent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressButtonContent.js","sourceRoot":"","sources":["../../../src/Progress/ProgressButtonContent.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA+B;AAC/B,sDAAgC;AAChC,sEAAgD;AAChD,wEAAkD;
|
|
1
|
+
{"version":3,"file":"ProgressButtonContent.js","sourceRoot":"","sources":["../../../src/Progress/ProgressButtonContent.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA,2CAA+B;AAC/B,sDAAgC;AAChC,sEAAgD;AAChD,wEAAkD;AASlD;;;;GAIG;AACH,IAAM,qBAAqB,GAAmC,UAAC,KAAY;IACjE,IAAA,yBAAQ,EAAE,+BAAW,EAAE,iBAAI,CAAW;IAC9C,IAAM,GAAG,GAAG,IAAI,KAAK,OAAO,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAE3C,OAAO,CACL,oBAAC,cAAI,IAAC,SAAS;QACb,oBAAC,oBAAU,IACP,aAAa,EAAC,QAAQ,EACtB,SAAS,EAAC,YAAY,EACtB,GAAG,EAAG,GAAG,EACT,OAAO,EAAG,CAAC,WAAW,IACtB,QAAQ,CACC;QAEb,oBAAC,oBAAU,IACP,QAAQ,EAAC,QAAQ,EACjB,OAAO,EAAG,WAAW,IACrB,WAAW,IAAI,CACf,oBAAC,yBAAe,IAAC,IAAI,EAAC,QAAQ,GAAG,CAClC,CACU,CACR,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,kBAAe,qBAAqB,CAAC"}
|