ab-ui-library 1.27.1 → 1.28.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.
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconCompareCar: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCompareCar;
@@ -0,0 +1,31 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-906e6f85.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-6c4b5e15.js';
5
+
6
+ var IconCompareCar = function IconCompareCar(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ onClick: onClick,
20
+ ref: refHandler,
21
+ id: id,
22
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
+ }, /*#__PURE__*/React.createElement("g", {
24
+ clipPath: "url(#clip0_6856_88)"
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "M15.3491 4.62207C17.3198 4.62207 18.9053 4.65836 19.4468 4.73242C20.4694 4.87321 21.27 5.39233 21.6851 6.2666C21.9175 6.75798 22.3343 7.93403 22.6157 9.13281C22.68 9.40639 22.7993 9.66475 22.9741 9.88477L23.3677 10.3799C24.0717 11.2692 24.3013 12.0033 24.3013 13.3076V14.6123C24.3013 15.0865 24.2519 15.5875 23.7163 15.7607C23.5106 15.8433 23.3275 15.9126 23.1646 15.9707V17.3438C23.1645 18.3244 22.3698 19.119 21.3892 19.1191C20.4084 19.1191 19.6129 18.3245 19.6128 17.3438V16.6709C19.2941 16.7219 18.966 16.7795 18.6333 16.8379C17.5288 17.0317 16.3739 17.2343 15.3491 17.2344C14.3218 17.2344 13.2136 17.0357 12.1509 16.8447C11.7884 16.7796 11.4307 16.7152 11.0835 16.6602V17.3438C11.0834 18.3245 10.2888 19.1191 9.30811 19.1191C8.32735 19.1191 7.53183 18.3245 7.53174 17.3438V16.0381C7.23068 15.9785 6.99756 15.9316 6.99756 15.9316C6.47355 15.7274 6.39602 15.0865 6.396 14.6123V13.3076C6.396 12.0033 6.62553 11.2692 7.32959 10.3799L7.72314 9.88477C7.89798 9.66475 8.0173 9.40639 8.08154 9.13281C8.36299 7.93403 8.7798 6.75798 9.01221 6.2666C9.41987 5.39225 10.2279 4.8584 11.2505 4.73242C11.7843 4.66573 13.3779 4.62207 15.3491 4.62207ZM5.53857 4.02539C6.03059 3.98324 7.41514 3.99415 9.16357 4.05566L8.61182 5.21777C7.15274 5.1768 6.09435 5.18606 5.67041 5.22461C5.02305 5.28099 4.53735 5.56611 4.26514 6.08203C4.04765 6.50957 3.73766 7.31869 3.48779 8.10254C4.11671 8.19049 4.93103 8.36309 5.74854 8.53613C5.86835 8.56149 5.98853 8.5862 6.10791 8.61133C6.38002 8.6686 6.65203 8.72542 6.91943 8.7793L6.32568 10.0283C6.15931 9.99398 5.99409 9.95999 5.83154 9.92578L5.52295 9.86035C4.45565 9.63511 3.54356 9.44266 2.99658 9.39551C2.92637 9.51207 2.84858 9.62419 2.76123 9.72949L2.33057 10.248C1.78545 10.9165 1.57455 11.3832 1.53564 12.3828L1.49658 13.375C1.47471 13.9376 1.69899 14.2722 2.33252 14.3711C3.18557 14.5041 3.99713 14.688 4.80811 14.8711C5.07567 14.9315 5.34367 14.9912 5.61279 15.0498L5.52686 16.0645C5.31808 16.0192 5.11163 15.9749 4.90869 15.9346L4.88232 16.6182C4.84412 17.598 4.01844 18.3614 3.03857 18.3232C2.05876 18.285 1.29536 17.4593 1.3335 16.4795L1.38428 15.1758C1.08842 15.1052 0.859252 15.0489 0.85498 15.0479C0.339167 14.8236 0.285793 14.1809 0.304199 13.707L0.35498 12.4033C0.405716 11.1003 0.663888 10.3758 1.40186 9.51465L1.81494 9.03516C1.99805 8.82218 2.12688 8.56859 2.20166 8.29785C2.52946 7.11115 2.99138 5.95259 3.24268 5.4707C3.68393 4.61295 4.51198 4.11152 5.53857 4.02539ZM8.87549 17.3438C8.87558 17.5828 9.06902 17.7764 9.30811 17.7764C9.54716 17.7763 9.74063 17.5828 9.74072 17.3438V16.501C9.41734 16.457 9.15778 16.3911 8.896 16.3242L8.87549 16.3184V17.3438ZM21.0181 16.502C20.9974 16.5032 20.9764 16.5045 20.9556 16.5059V17.3438C20.9557 17.5828 21.1501 17.7764 21.3892 17.7764C21.6281 17.7762 21.8217 17.5827 21.8218 17.3438V16.3281C21.4951 16.395 21.0181 16.502 21.0181 16.502ZM2.67529 16.5322C2.66605 16.7711 2.85242 16.9721 3.09131 16.9814C3.33009 16.9906 3.53123 16.8042 3.54053 16.5654L3.57275 15.7236C3.25145 15.6671 2.99474 15.5916 2.73584 15.5146L2.71533 15.5078L2.67529 16.5322ZM8.91943 10.1992C8.85382 10.3184 8.77896 10.4324 8.6958 10.541L8.28564 11.0771C7.76701 11.7662 7.57471 12.2408 7.57471 13.2412V14.2344C7.57479 14.7974 7.81162 15.1231 8.44873 15.1973C9.30647 15.297 10.1243 15.4491 10.9419 15.6006C12.3425 15.86 13.7441 16.1191 15.3491 16.1191C16.9461 16.1191 18.2983 15.8687 19.687 15.6113C20.5087 15.459 21.343 15.3038 22.2485 15.1973C22.8784 15.1232 23.1156 14.7975 23.1157 14.2344V13.2412C23.1157 12.2409 22.9308 11.7662 22.4048 11.0771L21.9966 10.5449C21.9278 10.4551 21.8648 10.3609 21.8081 10.2637C20.0407 10.566 16.8323 11.0605 15.4185 11.0605C14.4292 11.0605 13.0264 10.8315 11.7729 10.6182L11.4614 10.5654C10.3862 10.3819 9.46797 10.2251 8.91943 10.1992ZM17.5659 13.1982C17.9204 13.1985 18.2407 13.4992 18.2407 13.8701C18.2407 14.241 17.9232 14.5437 17.5659 14.5439C17.254 14.5439 16.8498 14.6104 16.4478 14.6758C16.0494 14.7405 15.6525 14.8046 15.3491 14.8047C15.0446 14.8047 14.6457 14.7398 14.2466 14.6748C13.8466 14.6097 13.4458 14.5439 13.1392 14.5439C12.7791 14.5438 12.4683 14.2417 12.4683 13.876C12.4685 13.5104 12.7897 13.2013 13.1392 13.2012C13.3895 13.2012 13.6002 13.259 13.8472 13.3262C14.199 13.4219 14.6259 13.5371 15.3491 13.5371C16.0692 13.5371 16.4933 13.4216 16.8452 13.3252C17.0949 13.2568 17.3087 13.1982 17.5659 13.1982ZM9.96533 11.7754C10.7925 11.7754 11.4634 12.4463 11.4634 13.2734C11.4633 14.1005 10.7924 14.7705 9.96533 14.7705C9.13845 14.7703 8.46832 14.1004 8.46826 13.2734C8.46826 12.4465 9.13842 11.7756 9.96533 11.7754ZM20.7261 11.7656C21.5532 11.7656 22.224 12.4356 22.2241 13.2627C22.2241 14.0898 21.5532 14.7607 20.7261 14.7607C19.899 14.7607 19.229 14.0898 19.229 13.2627C19.2291 12.4357 19.8991 11.7657 20.7261 11.7656ZM3.98193 11.0117C4.80807 11.0441 5.45159 11.7402 5.41943 12.5664C5.3872 13.3927 4.69106 14.0361 3.86475 14.0039C3.03864 13.9716 2.3953 13.2763 2.42725 12.4502C2.45941 11.6238 3.15557 10.9796 3.98193 11.0117ZM9.96533 12.8496C9.73176 12.8499 9.54248 13.0398 9.54248 13.2734C9.54254 13.507 9.7318 13.696 9.96533 13.6963C10.1991 13.6963 10.3891 13.5072 10.3892 13.2734C10.3892 13.0397 10.1991 12.8496 9.96533 12.8496ZM20.7261 12.8398C20.4924 12.8399 20.3033 13.029 20.3032 13.2627C20.3032 13.4964 20.4924 13.6864 20.7261 13.6865C20.9599 13.6865 21.1499 13.4965 21.1499 13.2627C21.1498 13.029 20.9598 12.8398 20.7261 12.8398ZM3.93994 12.085C3.7065 12.0759 3.50977 12.2578 3.50049 12.4912C3.4914 12.7248 3.67319 12.9216 3.90674 12.9307C4.14031 12.9398 4.3371 12.758 4.34619 12.5244C4.35524 12.291 4.17336 12.0942 3.93994 12.085ZM15.3491 5.7998C13.3852 5.7998 11.9396 5.85908 11.4282 5.92578C10.7834 6.00731 10.3091 6.31169 10.0571 6.83789C9.85644 7.27362 9.57807 8.09384 9.35889 8.88672C9.99094 8.95014 10.8122 9.09124 11.6362 9.23242C11.7568 9.25308 11.8775 9.27351 11.9976 9.29395C13.286 9.5132 14.5664 9.7168 15.4185 9.7168C16.6527 9.71671 19.5594 9.28101 21.3608 8.97754C21.1413 8.15315 20.8525 7.28823 20.6333 6.84473C20.3813 6.31861 19.9213 6.0073 19.2544 5.92578C18.7799 5.8665 17.3127 5.79981 15.3491 5.7998Z",
27
+ fill: "#222222"
28
+ })));
29
+ };
30
+
31
+ export { IconCompareCar, IconCompareCar as default };
@@ -0,0 +1,4 @@
1
+ import type { ReactElement } from 'react';
2
+ import type { ISVGIconProps } from './types';
3
+ export declare const IconCompareCarFilled: ({ size, type, className, onClick, refHandler, id, dataId }: ISVGIconProps) => ReactElement;
4
+ export default IconCompareCarFilled;
@@ -0,0 +1,31 @@
1
+ import { _ as _defineProperty } from '../../defineProperty-906e6f85.js';
2
+ import React from 'react';
3
+ import classNames from 'classnames';
4
+ import '../../typeof-6c4b5e15.js';
5
+
6
+ var IconCompareCarFilled = function IconCompareCarFilled(_ref) {
7
+ var size = _ref.size,
8
+ type = _ref.type,
9
+ _ref$className = _ref.className,
10
+ className = _ref$className === void 0 ? '' : _ref$className,
11
+ onClick = _ref.onClick,
12
+ refHandler = _ref.refHandler,
13
+ id = _ref.id,
14
+ dataId = _ref.dataId;
15
+ return /*#__PURE__*/React.createElement("svg", {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ className: classNames('svg-icon', _defineProperty(_defineProperty(_defineProperty({}, "svg-icon__size-".concat(size), size), "svg-icon__type-".concat(type), type), className, className)),
18
+ viewBox: "0 0 24 24",
19
+ onClick: onClick,
20
+ ref: refHandler,
21
+ id: id,
22
+ "data-id": dataId ? "".concat(dataId, "-svg-icon") : ''
23
+ }, /*#__PURE__*/React.createElement("g", {
24
+ clipPath: "url(#clip0_6856_91)"
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "M15.3494 4.62158C17.3201 4.62159 18.9057 4.65884 19.447 4.73291C20.4698 4.87372 21.2703 5.39256 21.6853 6.26709C21.9177 6.75842 22.3345 7.93369 22.616 9.13232C22.6802 9.40594 22.7995 9.66521 22.9744 9.88525L23.3679 10.3804C24.0719 11.2697 24.3015 12.0038 24.3015 13.3081V14.6118C24.3015 15.0861 24.2523 15.588 23.7166 15.7612C23.5109 15.8437 23.3278 15.9121 23.1648 15.9702V17.3433C23.1648 18.324 22.3701 19.1194 21.3894 19.1196C20.4086 19.1196 19.613 18.3241 19.613 17.3433V16.6704C19.2944 16.7214 18.9662 16.779 18.6335 16.8374C17.529 17.0312 16.3741 17.2338 15.3494 17.2339C14.3221 17.2339 13.2139 17.0352 12.1511 16.8442C11.7886 16.7791 11.4309 16.7147 11.0837 16.6597V17.3433C11.0837 18.324 10.2891 19.1196 9.30835 19.1196C8.32754 19.1196 7.53198 18.3241 7.53198 17.3433V16.0386C7.23084 15.979 6.9978 15.9312 6.9978 15.9312C6.4738 15.7269 6.39624 15.086 6.39624 14.6118V13.3081C6.39624 12.0038 6.62587 11.2696 7.32983 10.3804L7.72339 9.88525C7.89824 9.66521 8.01755 9.40594 8.08179 9.13232C8.36321 7.93374 8.78006 6.75848 9.01245 6.26709C9.42007 5.39256 10.228 4.8589 11.2507 4.73291C11.7845 4.66622 13.3782 4.62158 15.3494 4.62158ZM5.53882 4.0249C6.03084 3.98275 7.41535 3.99464 9.16382 4.05615L8.61206 5.21826C7.15307 5.17729 6.09466 5.18558 5.67065 5.22412C5.02345 5.28049 4.53763 5.56585 4.26538 6.08154C4.04792 6.50902 3.7379 7.31826 3.48804 8.10205C4.11694 8.19 4.93128 8.36261 5.74878 8.53564C5.86865 8.56102 5.98872 8.58668 6.10815 8.61182C6.38032 8.6691 6.65222 8.7259 6.91968 8.77979L6.32593 10.0288C6.1595 9.99445 5.99438 9.95952 5.83179 9.92529L5.52319 9.85986C4.45589 9.63462 3.5438 9.44315 2.99683 9.396C2.92664 9.51247 2.8478 9.62377 2.7605 9.729L2.33081 10.2485C1.78577 10.9169 1.57483 11.383 1.53589 12.3823L1.49683 13.3745C1.47493 13.9372 1.69909 14.2727 2.33276 14.3716C3.18581 14.5046 3.99737 14.6875 4.80835 14.8706C5.07592 14.931 5.3439 14.9917 5.61304 15.0503L5.5271 16.064C5.31835 16.0187 5.11185 15.9754 4.90894 15.9351L4.88257 16.6177C4.84443 17.5976 4.01873 18.3609 3.03882 18.3228C2.05901 18.2845 1.29566 17.4598 1.33374 16.48L1.38452 15.1753C1.09141 15.1054 0.863553 15.0504 0.855225 15.0483C0.339293 14.824 0.286001 14.1804 0.304443 13.7065L0.355225 12.4038C0.405939 11.1007 0.664201 10.3762 1.4021 9.51514L1.81519 9.03564C1.99833 8.82272 2.12708 8.56904 2.2019 8.29834C2.52965 7.11179 2.99159 5.95322 3.24292 5.47119C3.68417 4.61332 4.51211 4.11102 5.53882 4.0249ZM8.87476 17.3433C8.87476 17.5824 9.06921 17.7769 9.30835 17.7769C9.54743 17.7768 9.74097 17.5824 9.74097 17.3433V16.5015C9.41752 16.4575 9.15806 16.3906 8.89624 16.3237L8.87476 16.3188V17.3433ZM21.0183 16.5015L20.9558 16.5054V17.3433C20.9558 17.5824 21.1503 17.7769 21.3894 17.7769C21.6284 17.7767 21.822 17.5823 21.822 17.3433V16.3276C21.4953 16.3945 21.0183 16.5015 21.0183 16.5015ZM2.67554 16.5317C2.66624 16.7707 2.85263 16.9726 3.09155 16.9819C3.33025 16.991 3.53141 16.8046 3.54077 16.5659L3.573 15.7241C3.25163 15.6676 2.99502 15.5911 2.73608 15.5142L2.71558 15.5083L2.67554 16.5317ZM17.5652 13.1978C17.3083 13.1978 17.095 13.2563 16.8455 13.3247C16.4935 13.4211 16.0694 13.5376 15.3494 13.5376C14.6261 13.5376 14.1992 13.4214 13.8474 13.3257C13.6004 13.2585 13.3897 13.2017 13.1394 13.2017C12.7898 13.2018 12.4685 13.5108 12.4685 13.8765C12.4686 14.2421 12.7793 14.5443 13.1394 14.5444C13.4461 14.5444 13.8468 14.6092 14.2468 14.6743C14.6459 14.7393 15.0449 14.8042 15.3494 14.8042C15.6528 14.8041 16.0497 14.74 16.448 14.6753C16.8498 14.61 17.2534 14.5445 17.5652 14.5444C17.9226 14.5444 18.241 14.2407 18.241 13.8696C18.2407 13.4988 17.9197 13.1978 17.5652 13.1978ZM9.96558 11.7759C9.13875 11.7761 8.4687 12.4461 8.46851 13.2729C8.46851 14.0999 9.13864 14.7708 9.96558 14.771C10.7927 14.771 11.4636 14.1001 11.4636 13.2729C11.4634 12.446 10.7926 11.7759 9.96558 11.7759ZM20.7263 11.7651C19.8992 11.7652 19.2292 12.4361 19.2292 13.2632C19.2294 14.0901 19.8994 14.7602 20.7263 14.7603C21.5533 14.7603 22.2242 14.0901 22.2244 13.2632C22.2244 12.4361 21.5534 11.7651 20.7263 11.7651ZM3.9812 11.0122C4.80746 11.0444 5.45166 11.7397 5.41968 12.5659C5.38752 13.3923 4.69135 14.0366 3.86499 14.0044C3.03871 13.9721 2.39533 13.276 2.42749 12.4497C2.45969 11.6235 3.15505 10.9803 3.9812 11.0122ZM3.94019 12.0854C3.70662 12.0764 3.50982 12.2581 3.50073 12.4917C3.49172 12.7252 3.67346 12.9221 3.90698 12.9312C4.14039 12.9402 4.33712 12.7582 4.34644 12.5249C4.35552 12.2914 4.17359 12.0947 3.94019 12.0854ZM15.3494 5.80029C13.3854 5.80029 11.9399 5.85957 11.4285 5.92627C10.7838 6.00778 10.3094 6.31131 10.0574 6.8374C9.85664 7.27314 9.57837 8.09408 9.35913 8.88721C9.99104 8.95062 10.8117 9.09079 11.6355 9.23193L11.9978 9.29443C13.2863 9.51369 14.5666 9.71729 15.4187 9.71729C16.653 9.71718 19.5597 9.28052 21.3611 8.97705C21.1416 8.1529 20.8527 7.28878 20.6335 6.84521C20.3816 6.31901 19.9217 6.00779 19.2546 5.92627C18.7803 5.86698 17.3131 5.8003 15.3494 5.80029Z",
27
+ fill: "#222222"
28
+ })));
29
+ };
30
+
31
+ export { IconCompareCarFilled, IconCompareCarFilled as default };
@@ -142,6 +142,8 @@ export * from './IconColor';
142
142
  export * from './IconColorFilled';
143
143
  export * from './IconComment';
144
144
  export * from './IconCommentFilled';
145
+ export * from './IconCompareCar';
146
+ export * from './IconCompareCarFilled';
145
147
  export * from './IconContractCard';
146
148
  export * from './IconContractCardFilled';
147
149
  export * from './IconCopy';
@@ -142,6 +142,8 @@ export { IconColor } from './IconColor.js';
142
142
  export { IconColorFilled } from './IconColorFilled.js';
143
143
  export { IconComment } from './IconComment.js';
144
144
  export { IconCommentFilled } from './IconCommentFilled.js';
145
+ export { IconCompareCar } from './IconCompareCar.js';
146
+ export { IconCompareCarFilled } from './IconCompareCarFilled.js';
145
147
  export { IconContractCard } from './IconContractCard.js';
146
148
  export { IconContractCardFilled } from './IconContractCardFilled.js';
147
149
  export { IconCopy } from './IconCopy.js';
package/index.js CHANGED
@@ -207,6 +207,8 @@ export { IconColor } from './components/SVGIcons/IconColor.js';
207
207
  export { IconColorFilled } from './components/SVGIcons/IconColorFilled.js';
208
208
  export { IconComment } from './components/SVGIcons/IconComment.js';
209
209
  export { IconCommentFilled } from './components/SVGIcons/IconCommentFilled.js';
210
+ export { IconCompareCar } from './components/SVGIcons/IconCompareCar.js';
211
+ export { IconCompareCarFilled } from './components/SVGIcons/IconCompareCarFilled.js';
210
212
  export { IconContractCard } from './components/SVGIcons/IconContractCard.js';
211
213
  export { IconContractCardFilled } from './components/SVGIcons/IconContractCardFilled.js';
212
214
  export { IconCopy } from './components/SVGIcons/IconCopy.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.27.1",
3
+ "version": "1.28.0",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",