ab-ui-library 1.33.5 → 1.34.0
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/components/SVGIcons/{IconQuestionFilled.d.ts → IconQuestionCircle.d.ts} +2 -2
- package/components/SVGIcons/{IconQuestion.js → IconQuestionCircle.js} +3 -6
- package/components/SVGIcons/IconQuestionCircleFilled.d.ts +4 -0
- package/components/SVGIcons/{IconQuestionFilled.js → IconQuestionCircleFilled.js} +3 -6
- package/components/SVGIcons/IconSignOut.js +2 -5
- package/components/SVGIcons/IconSignOutFilled.js +5 -5
- package/components/SVGIcons/index.d.ts +2 -2
- package/components/SVGIcons/index.js +2 -2
- package/index.js +2 -2
- package/package.json +1 -1
- package/components/SVGIcons/IconQuestion.d.ts +0 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { ReactElement } from 'react';
|
|
2
2
|
import type { ISVGIconProps } from './types';
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconQuestionCircle: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
|
+
export default IconQuestionCircle;
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-639ca574.js';
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var IconQuestionCircle = function IconQuestionCircle(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
8
8
|
type = _ref.type,
|
|
9
9
|
_ref$className = _ref.className,
|
|
@@ -21,13 +21,10 @@ var IconQuestion = function IconQuestion(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
25
|
-
id: "Size=24, Theme=Regular"
|
|
26
24
|
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
id: "Shape",
|
|
28
25
|
d: "M12 2C17.523 2 22 6.478 22 12C22 17.522 17.523 22 12 22C6.477 22 2 17.522 2 12C2 6.478 6.477 2 12 2ZM12 3.667C7.405 3.667 3.667 7.405 3.667 12C3.667 16.595 7.405 20.333 12 20.333C16.595 20.333 20.333 16.595 20.333 12C20.333 7.405 16.595 3.667 12 3.667ZM12 15.5C12.5523 15.5 13 15.9477 13 16.5C13 17.0523 12.5523 17.5 12 17.5C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5ZM12 6.75C13.5188 6.75 14.75 7.98122 14.75 9.5C14.75 10.5108 14.4525 11.074 13.6989 11.8586L13.5303 12.0303C12.9084 12.6522 12.75 12.9163 12.75 13.5C12.75 13.9142 12.4142 14.25 12 14.25C11.5858 14.25 11.25 13.9142 11.25 13.5C11.25 12.4892 11.5475 11.926 12.3011 11.1414L12.4697 10.9697C13.0916 10.3478 13.25 10.0837 13.25 9.5C13.25 8.80964 12.6904 8.25 12 8.25C11.3528 8.25 10.8205 8.74187 10.7565 9.37219L10.75 9.5C10.75 9.91421 10.4142 10.25 10 10.25C9.58579 10.25 9.25 9.91421 9.25 9.5C9.25 7.98122 10.4812 6.75 12 6.75Z",
|
|
29
26
|
fill: "#222222"
|
|
30
|
-
}))
|
|
27
|
+
}));
|
|
31
28
|
};
|
|
32
29
|
|
|
33
|
-
export {
|
|
30
|
+
export { IconQuestionCircle, IconQuestionCircle as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ReactElement } from 'react';
|
|
2
|
+
import type { ISVGIconProps } from './types';
|
|
3
|
+
export declare const IconQuestionCircleFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
|
|
4
|
+
export default IconQuestionCircleFilled;
|
|
@@ -3,7 +3,7 @@ import React from 'react';
|
|
|
3
3
|
import classNames from 'classnames';
|
|
4
4
|
import '../../typeof-639ca574.js';
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var IconQuestionCircleFilled = function IconQuestionCircleFilled(_ref) {
|
|
7
7
|
var size = _ref.size,
|
|
8
8
|
type = _ref.type,
|
|
9
9
|
_ref$className = _ref.className,
|
|
@@ -21,13 +21,10 @@ var IconQuestionFilled = function IconQuestionFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
25
|
-
id: "Size=24, Theme=Filled"
|
|
26
24
|
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
id: "Shape",
|
|
28
25
|
d: "M12 2C17.523 2 22 6.478 22 12C22 17.522 17.523 22 12 22C6.477 22 2 17.522 2 12C2 6.478 6.477 2 12 2ZM12 15.5C11.4477 15.5 11 15.9477 11 16.5C11 17.0523 11.4477 17.5 12 17.5C12.5523 17.5 13 17.0523 13 16.5C13 15.9477 12.5523 15.5 12 15.5ZM12 6.75C10.4812 6.75 9.25 7.98122 9.25 9.5C9.25 9.91421 9.58579 10.25 10 10.25C10.3797 10.25 10.6935 9.96785 10.7432 9.60177L10.75 9.5C10.75 8.80964 11.3096 8.25 12 8.25C12.6904 8.25 13.25 8.80964 13.25 9.5C13.25 10.0388 13.115 10.3053 12.6051 10.8322L12.4697 10.9697C11.5916 11.8478 11.25 12.4171 11.25 13.5C11.25 13.9142 11.5858 14.25 12 14.25C12.4142 14.25 12.75 13.9142 12.75 13.5C12.75 12.9612 12.885 12.6947 13.3949 12.1678L13.5303 12.0303C14.4084 11.1522 14.75 10.5829 14.75 9.5C14.75 7.98122 13.5188 6.75 12 6.75Z",
|
|
29
26
|
fill: "#222222"
|
|
30
|
-
}))
|
|
27
|
+
}));
|
|
31
28
|
};
|
|
32
29
|
|
|
33
|
-
export {
|
|
30
|
+
export { IconQuestionCircleFilled, IconQuestionCircleFilled as default };
|
|
@@ -21,13 +21,10 @@ var IconSignOut = function IconSignOut(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
25
|
-
id: "Size=24, Theme=Regular"
|
|
26
24
|
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
|
|
28
|
-
d: "M8.50215 11.5C9.05562 11.5 9.5043 11.9487 9.5043 12.5022C9.5043 13.0556 9.05562 13.5043 8.50215 13.5043C7.94868 13.5043 7.5 13.0556 7.5 12.5022C7.5 11.9487 7.94868 11.5 8.50215 11.5ZM12 4.35418V10.5L12.0005 11.005L19.442 11.004L17.7196 9.28026C17.4534 9.01395 17.4292 8.59728 17.6471 8.3037L17.7198 8.2196C17.9861 7.95338 18.4027 7.92924 18.6963 8.14715L18.7804 8.21978L21.777 11.2174C22.043 11.4835 22.0674 11.8997 21.85 12.1933L21.7775 12.2774L18.7809 15.2808C18.4884 15.5741 18.0135 15.5746 17.7203 15.282C17.4537 15.0161 17.429 14.5994 17.6465 14.3056L17.7191 14.2214L19.432 12.504L12.0005 12.505L12 19.25C12 19.7164 11.5788 20.0697 11.1196 19.9886L2.61955 18.4873C2.26121 18.424 2 18.1126 2 17.7487V5.75002C2 5.38271 2.26601 5.06945 2.62847 5.00993L11.1285 3.6141C11.5851 3.53911 12 3.89145 12 4.35418ZM10.5 5.23739L3.5 6.3869V17.1196L10.5 18.3559V5.23739ZM13 18.5013L13.7652 18.5015L13.867 18.4946C14.2335 18.4448 14.5158 18.1304 14.5152 17.7502L14.508 13.5H13V18.5013ZM13.002 10L13 8.72536V5.00001L13.7453 5.00002C14.1245 5.00002 14.4381 5.28154 14.4883 5.64713L14.4953 5.74878L14.502 10H13.002Z",
|
|
25
|
+
d: "M14.398 20C14.8399 20 15.198 19.6418 15.198 19.2C15.198 18.7582 14.8399 18.4 14.398 18.4H7.73138C6.55317 18.4 5.59805 17.4449 5.59805 16.2667V7.73333C5.59805 6.55513 6.55317 5.6 7.73138 5.6H14.398C14.8399 5.6 15.198 5.24183 15.198 4.8C15.198 4.35817 14.8399 4 14.398 4H7.73138C5.66952 4 3.99805 5.67147 3.99805 7.73333V16.2667C3.99805 18.3285 5.66952 20 7.73138 20H14.398ZM15.4554 7.94549C15.7801 7.64581 16.2862 7.66606 16.5859 7.99071L19.7859 11.4574C20.0688 11.7638 20.0688 12.2362 19.7859 12.5426L16.5859 16.0093C16.2862 16.334 15.7801 16.3542 15.4554 16.0545C15.1308 15.7548 15.1105 15.2487 15.4102 14.924L17.3709 12.8H9.06471C8.62289 12.8 8.26471 12.4418 8.26471 12C8.26471 11.5582 8.62289 11.2 9.06471 11.2H17.3709L15.4102 9.07596C15.1105 8.75131 15.1308 8.24518 15.4554 7.94549Z",
|
|
29
26
|
fill: "#222222"
|
|
30
|
-
}))
|
|
27
|
+
}));
|
|
31
28
|
};
|
|
32
29
|
|
|
33
30
|
export { IconSignOut, IconSignOut as default };
|
|
@@ -21,13 +21,13 @@ var IconSignOutFilled = function IconSignOutFilled(_ref) {
|
|
|
21
21
|
ref: refHandler,
|
|
22
22
|
id: id,
|
|
23
23
|
"data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
|
|
24
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
25
|
-
id: "Size=24, Theme=Filled"
|
|
26
24
|
}, /*#__PURE__*/React.createElement("path", {
|
|
27
|
-
|
|
28
|
-
d: "M12 4.35418V10.5L12.0005 11.005L19.442 11.004L17.7196 9.28026C17.4534 9.01395 17.4292 8.59728 17.6471 8.3037L17.7198 8.2196C17.9861 7.95338 18.4027 7.92924 18.6963 8.14715L18.7804 8.21978L21.777 11.2174C22.043 11.4835 22.0674 11.8997 21.85 12.1933L21.7775 12.2774L18.7809 15.2808C18.4884 15.5741 18.0135 15.5746 17.7203 15.282C17.4537 15.0161 17.429 14.5994 17.6465 14.3056L17.7191 14.2214L19.432 12.504L12.0005 12.505L12 19.25C12 19.7164 11.5788 20.0697 11.1196 19.9886L2.61955 18.4873C2.26121 18.424 2 18.1126 2 17.7487V5.75002C2 5.38271 2.26601 5.06945 2.62847 5.00993L11.1285 3.6141C11.5851 3.53911 12 3.89145 12 4.35418ZM8.50215 11.5C7.94868 11.5 7.5 11.9487 7.5 12.5022C7.5 13.0556 7.94868 13.5043 8.50215 13.5043C9.05562 13.5043 9.5043 13.0556 9.5043 12.5022C9.5043 11.9487 9.05562 11.5 8.50215 11.5ZM13 18.5013L13.7652 18.5015L13.867 18.4946C14.2335 18.4448 14.5158 18.1304 14.5152 17.7502L14.508 13.5H13V18.5013ZM13.002 10L13 8.72536V5.00001L13.7453 5.00002C14.1245 5.00002 14.4381 5.28154 14.4883 5.64713L14.4953 5.74878L14.502 10H13.002Z",
|
|
25
|
+
d: "M14.3139 4C14.8992 4.0002 15.3737 4.47453 15.3738 5.05989C15.3738 5.64533 14.8993 6.12052 14.3139 6.12072H7.88758C6.91162 6.12072 6.12076 6.91157 6.12076 7.88752V16.1125C6.12076 17.0884 6.91162 17.8793 7.88758 17.8793H14.3139C14.8993 17.8795 15.3738 18.3547 15.3738 18.9401C15.3737 19.5255 14.8992 19.9998 14.3139 20H7.88758C5.74046 20 4 18.2596 4 16.1125V7.88752C4 5.74043 5.74046 4 7.88758 4H14.3139Z",
|
|
29
26
|
fill: "#222222"
|
|
30
|
-
})
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M15.1366 7.87904C15.5668 7.48208 16.238 7.50908 16.6351 7.93929L19.7188 11.2809C20.0937 11.687 20.0937 12.313 19.7188 12.7191L16.6351 16.0607C16.238 16.4909 15.5668 16.5179 15.1366 16.121C14.7063 15.7238 14.6793 15.0527 15.0763 14.6224L16.5193 13.0599H9.17246C8.587 13.0598 8.11255 12.5855 8.11255 12C8.11255 11.4145 8.587 10.9402 9.17246 10.9401H16.5193L15.0763 9.37757C14.6793 8.94729 14.7063 8.27615 15.1366 7.87904Z",
|
|
29
|
+
fill: "#222222"
|
|
30
|
+
}));
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
export { IconSignOutFilled, IconSignOutFilled as default };
|
|
@@ -318,8 +318,8 @@ export * from './IconPosFilled';
|
|
|
318
318
|
export * from './IconProhibited';
|
|
319
319
|
export * from './IconProhibitedFilled';
|
|
320
320
|
export * from './IconProjectProduct';
|
|
321
|
-
export * from './
|
|
322
|
-
export * from './
|
|
321
|
+
export * from './IconQuestionCircle';
|
|
322
|
+
export * from './IconQuestionCircleFilled';
|
|
323
323
|
export * from './IconRedo';
|
|
324
324
|
export * from './IconRedoFilled';
|
|
325
325
|
export * from './IconRu';
|
|
@@ -318,8 +318,8 @@ export { IconPosFilled } from './IconPosFilled.js';
|
|
|
318
318
|
export { IconProhibited } from './IconProhibited.js';
|
|
319
319
|
export { IconProhibitedFilled } from './IconProhibitedFilled.js';
|
|
320
320
|
export { IconProjectProduct } from './IconProjectProduct.js';
|
|
321
|
-
export {
|
|
322
|
-
export {
|
|
321
|
+
export { IconQuestionCircle } from './IconQuestionCircle.js';
|
|
322
|
+
export { IconQuestionCircleFilled } from './IconQuestionCircleFilled.js';
|
|
323
323
|
export { IconRedo } from './IconRedo.js';
|
|
324
324
|
export { IconRedoFilled } from './IconRedoFilled.js';
|
|
325
325
|
export { IconRu } from './IconRu.js';
|
package/index.js
CHANGED
|
@@ -383,8 +383,8 @@ export { IconPosFilled } from './components/SVGIcons/IconPosFilled.js';
|
|
|
383
383
|
export { IconProhibited } from './components/SVGIcons/IconProhibited.js';
|
|
384
384
|
export { IconProhibitedFilled } from './components/SVGIcons/IconProhibitedFilled.js';
|
|
385
385
|
export { IconProjectProduct } from './components/SVGIcons/IconProjectProduct.js';
|
|
386
|
-
export {
|
|
387
|
-
export {
|
|
386
|
+
export { IconQuestionCircle } from './components/SVGIcons/IconQuestionCircle.js';
|
|
387
|
+
export { IconQuestionCircleFilled } from './components/SVGIcons/IconQuestionCircleFilled.js';
|
|
388
388
|
export { IconRedo } from './components/SVGIcons/IconRedo.js';
|
|
389
389
|
export { IconRedoFilled } from './components/SVGIcons/IconRedoFilled.js';
|
|
390
390
|
export { IconRu } from './components/SVGIcons/IconRu.js';
|
package/package.json
CHANGED