@ssa-ui-kit/core 3.0.0 → 3.2.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/dist/components/Button/Button.d.ts +8 -8
- package/dist/components/Button/types.d.ts +12 -8
- package/dist/components/Chip/constants.d.ts +7 -0
- package/dist/components/Chip/helpers.d.ts +1 -1
- package/dist/components/Chip/styles.d.ts +4 -0
- package/dist/components/CollapsibleNavBar/CollapsibleNavBar.d.ts +1 -1
- package/dist/components/CollapsibleNavBar/types.d.ts +13 -0
- package/dist/components/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/Dropdown/types.d.ts +33 -1
- package/dist/components/DropdownOption/DropdownOption.d.ts +2 -0
- package/dist/components/DropdownToggle/DropdownToggle.d.ts +2 -1
- package/dist/components/DropdownToggle/types.d.ts +5 -3
- package/dist/components/Icon/icons/Assessment.d.ts +1 -1
- package/dist/components/Icon/icons/Award.d.ts +3 -0
- package/dist/components/Icon/icons/Bench.d.ts +3 -0
- package/dist/components/Icon/icons/Briefcase.d.ts +3 -0
- package/dist/components/Icon/icons/Building.d.ts +3 -0
- package/dist/components/Icon/icons/CalendarSchedule.d.ts +3 -0
- package/dist/components/Icon/icons/Camera.d.ts +3 -0
- package/dist/components/Icon/icons/CardText.d.ts +3 -0
- package/dist/components/Icon/icons/Case.d.ts +3 -0
- package/dist/components/Icon/icons/Comments.d.ts +3 -0
- package/dist/components/Icon/icons/Compensation.d.ts +3 -0
- package/dist/components/Icon/icons/Contacts.d.ts +3 -0
- package/dist/components/Icon/icons/CopyLink.d.ts +3 -0
- package/dist/components/Icon/icons/Delete.d.ts +3 -0
- package/dist/components/Icon/icons/DiamondRing.d.ts +3 -0
- package/dist/components/Icon/icons/Document.d.ts +3 -0
- package/dist/components/Icon/icons/Documents.d.ts +3 -0
- package/dist/components/Icon/icons/Education.d.ts +3 -0
- package/dist/components/Icon/icons/EmployeeBlackboard.d.ts +3 -0
- package/dist/components/Icon/icons/EmployeeProfile.d.ts +3 -0
- package/dist/components/Icon/icons/Export.d.ts +3 -0
- package/dist/components/Icon/icons/FileMark.d.ts +3 -0
- package/dist/components/Icon/icons/FilePdf.d.ts +3 -0
- package/dist/components/Icon/icons/FileWord.d.ts +3 -0
- package/dist/components/Icon/icons/FollowLink.d.ts +3 -0
- package/dist/components/Icon/icons/Form.d.ts +3 -0
- package/dist/components/Icon/icons/Gender.d.ts +3 -0
- package/dist/components/Icon/icons/Gift.d.ts +3 -0
- package/dist/components/Icon/icons/Inventory.d.ts +3 -0
- package/dist/components/Icon/icons/Link.d.ts +3 -0
- package/dist/components/Icon/icons/OfficeChair.d.ts +3 -0
- package/dist/components/Icon/icons/OpenBook.d.ts +3 -0
- package/dist/components/Icon/icons/Report.d.ts +1 -1
- package/dist/components/Icon/icons/Results.d.ts +3 -0
- package/dist/components/Icon/icons/Signature.d.ts +3 -0
- package/dist/components/Icon/icons/Summery.d.ts +3 -0
- package/dist/components/Icon/icons/Team.d.ts +3 -0
- package/dist/components/Icon/icons/TechnicalReview.d.ts +3 -0
- package/dist/components/Icon/icons/TennisBall.d.ts +3 -0
- package/dist/components/Icon/icons/Timeline.d.ts +3 -0
- package/dist/components/Icon/icons/UnionCircle.d.ts +3 -0
- package/dist/components/Icon/icons/Url.d.ts +3 -0
- package/dist/components/Icon/icons/all.d.ts +40 -1
- package/dist/components/Icon/icons/iconsList.d.ts +1 -1
- package/dist/components/MultipleDropdown/index.d.ts +1 -0
- package/dist/components/MultipleDropdown/types.d.ts +83 -0
- package/dist/components/PersonInfo/PersonInfo.d.ts +78 -0
- package/dist/components/PersonInfo/PersonInfoAvatar.d.ts +6 -0
- package/dist/components/PersonInfo/PersonInfoBadges.d.ts +6 -0
- package/dist/components/PersonInfo/PersonInfoCounter.d.ts +6 -0
- package/dist/components/PersonInfo/PersonInfoIcon.d.ts +5 -0
- package/dist/components/PersonInfo/PersonInfoValue.d.ts +5 -0
- package/dist/components/PersonInfo/constants.d.ts +5 -0
- package/dist/components/PersonInfo/helpers.d.ts +5 -0
- package/dist/components/PersonInfo/index.d.ts +4 -0
- package/dist/components/PersonInfo/types.d.ts +54 -0
- package/dist/components/Textarea/TextareaBase.d.ts +6 -1
- package/dist/components/Textarea/types.d.ts +14 -0
- package/dist/components/Typeahead/styles.d.ts +1 -1
- package/dist/index.js +2109 -287
- package/dist/index.js.map +1 -1
- package/dist/types/emotion.d.ts +3 -1
- package/package.json +3 -3
- package/dist/components/Icon/icons/Company.d.ts +0 -3
package/dist/index.js
CHANGED
|
@@ -8000,7 +8000,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
8000
8000
|
FiltersMultiSelectEmpty: () => (/* reexport */ FiltersMultiSelectEmpty),
|
|
8001
8001
|
FiltersMultiSelectOption: () => (/* reexport */ FiltersMultiSelectOption),
|
|
8002
8002
|
FiltersMultiSelectOptions: () => (/* reexport */ FiltersMultiSelectOptions),
|
|
8003
|
-
Form: () => (/* reexport */
|
|
8003
|
+
Form: () => (/* reexport */ components_Form_Form),
|
|
8004
8004
|
FormAction: () => (/* reexport */ FormAction_FormAction),
|
|
8005
8005
|
FormCheckbox: () => (/* reexport */ FormCheckbox_FormCheckbox),
|
|
8006
8006
|
FormGroup: () => (/* reexport */ FormGroup_FormGroup),
|
|
@@ -8266,6 +8266,14 @@ __webpack_require__.d(Attention_namespaceObject, {
|
|
|
8266
8266
|
ICON_NAME: () => (Attention_ICON_NAME)
|
|
8267
8267
|
});
|
|
8268
8268
|
|
|
8269
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Award.tsx
|
|
8270
|
+
var Award_namespaceObject = {};
|
|
8271
|
+
__webpack_require__.r(Award_namespaceObject);
|
|
8272
|
+
__webpack_require__.d(Award_namespaceObject, {
|
|
8273
|
+
Award: () => (Award),
|
|
8274
|
+
ICON_NAME: () => (Award_ICON_NAME)
|
|
8275
|
+
});
|
|
8276
|
+
|
|
8269
8277
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/BanUser.tsx
|
|
8270
8278
|
var BanUser_namespaceObject = {};
|
|
8271
8279
|
__webpack_require__.r(BanUser_namespaceObject);
|
|
@@ -8274,6 +8282,14 @@ __webpack_require__.d(BanUser_namespaceObject, {
|
|
|
8274
8282
|
ICON_NAME: () => (BanUser_ICON_NAME)
|
|
8275
8283
|
});
|
|
8276
8284
|
|
|
8285
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Bench.tsx
|
|
8286
|
+
var Bench_namespaceObject = {};
|
|
8287
|
+
__webpack_require__.r(Bench_namespaceObject);
|
|
8288
|
+
__webpack_require__.d(Bench_namespaceObject, {
|
|
8289
|
+
Bench: () => (Bench),
|
|
8290
|
+
ICON_NAME: () => (Bench_ICON_NAME)
|
|
8291
|
+
});
|
|
8292
|
+
|
|
8277
8293
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Bin.tsx
|
|
8278
8294
|
var Bin_namespaceObject = {};
|
|
8279
8295
|
__webpack_require__.r(Bin_namespaceObject);
|
|
@@ -8290,6 +8306,14 @@ __webpack_require__.d(Calendar_namespaceObject, {
|
|
|
8290
8306
|
ICON_NAME: () => (Calendar_ICON_NAME)
|
|
8291
8307
|
});
|
|
8292
8308
|
|
|
8309
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CalendarSchedule.tsx
|
|
8310
|
+
var CalendarSchedule_namespaceObject = {};
|
|
8311
|
+
__webpack_require__.r(CalendarSchedule_namespaceObject);
|
|
8312
|
+
__webpack_require__.d(CalendarSchedule_namespaceObject, {
|
|
8313
|
+
CalendarSchedule: () => (CalendarSchedule),
|
|
8314
|
+
ICON_NAME: () => (CalendarSchedule_ICON_NAME)
|
|
8315
|
+
});
|
|
8316
|
+
|
|
8293
8317
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/CarrotDown.tsx
|
|
8294
8318
|
var CarrotDown_namespaceObject = {};
|
|
8295
8319
|
__webpack_require__.r(CarrotDown_namespaceObject);
|
|
@@ -8322,6 +8346,22 @@ __webpack_require__.d(CarrotUp_namespaceObject, {
|
|
|
8322
8346
|
ICON_NAME: () => (CarrotUp_ICON_NAME)
|
|
8323
8347
|
});
|
|
8324
8348
|
|
|
8349
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CardText.tsx
|
|
8350
|
+
var CardText_namespaceObject = {};
|
|
8351
|
+
__webpack_require__.r(CardText_namespaceObject);
|
|
8352
|
+
__webpack_require__.d(CardText_namespaceObject, {
|
|
8353
|
+
CardText: () => (CardText),
|
|
8354
|
+
ICON_NAME: () => (CardText_ICON_NAME)
|
|
8355
|
+
});
|
|
8356
|
+
|
|
8357
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Case.tsx
|
|
8358
|
+
var Case_namespaceObject = {};
|
|
8359
|
+
__webpack_require__.r(Case_namespaceObject);
|
|
8360
|
+
__webpack_require__.d(Case_namespaceObject, {
|
|
8361
|
+
Case: () => (Case),
|
|
8362
|
+
ICON_NAME: () => (Case_ICON_NAME)
|
|
8363
|
+
});
|
|
8364
|
+
|
|
8325
8365
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Certification.tsx
|
|
8326
8366
|
var Certification_namespaceObject = {};
|
|
8327
8367
|
__webpack_require__.r(Certification_namespaceObject);
|
|
@@ -8338,6 +8378,14 @@ __webpack_require__.d(CertificationExpiring_namespaceObject, {
|
|
|
8338
8378
|
ICON_NAME: () => (CertificationExpiring_ICON_NAME)
|
|
8339
8379
|
});
|
|
8340
8380
|
|
|
8381
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Camera.tsx
|
|
8382
|
+
var Camera_namespaceObject = {};
|
|
8383
|
+
__webpack_require__.r(Camera_namespaceObject);
|
|
8384
|
+
__webpack_require__.d(Camera_namespaceObject, {
|
|
8385
|
+
Camera: () => (Camera),
|
|
8386
|
+
ICON_NAME: () => (Camera_ICON_NAME)
|
|
8387
|
+
});
|
|
8388
|
+
|
|
8341
8389
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Change.tsx
|
|
8342
8390
|
var Change_namespaceObject = {};
|
|
8343
8391
|
__webpack_require__.r(Change_namespaceObject);
|
|
@@ -8418,12 +8466,36 @@ __webpack_require__.d(Cogwheel_namespaceObject, {
|
|
|
8418
8466
|
ICON_NAME: () => (Cogwheel_ICON_NAME)
|
|
8419
8467
|
});
|
|
8420
8468
|
|
|
8421
|
-
// NAMESPACE OBJECT: ./src/components/Icon/icons/
|
|
8422
|
-
var
|
|
8423
|
-
__webpack_require__.r(
|
|
8424
|
-
__webpack_require__.d(
|
|
8425
|
-
|
|
8426
|
-
ICON_NAME: () => (
|
|
8469
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Comments.tsx
|
|
8470
|
+
var Comments_namespaceObject = {};
|
|
8471
|
+
__webpack_require__.r(Comments_namespaceObject);
|
|
8472
|
+
__webpack_require__.d(Comments_namespaceObject, {
|
|
8473
|
+
Comments: () => (Comments),
|
|
8474
|
+
ICON_NAME: () => (Comments_ICON_NAME)
|
|
8475
|
+
});
|
|
8476
|
+
|
|
8477
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Briefcase.tsx
|
|
8478
|
+
var Briefcase_namespaceObject = {};
|
|
8479
|
+
__webpack_require__.r(Briefcase_namespaceObject);
|
|
8480
|
+
__webpack_require__.d(Briefcase_namespaceObject, {
|
|
8481
|
+
Briefcase: () => (Briefcase),
|
|
8482
|
+
ICON_NAME: () => (Briefcase_ICON_NAME)
|
|
8483
|
+
});
|
|
8484
|
+
|
|
8485
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Building.tsx
|
|
8486
|
+
var Building_namespaceObject = {};
|
|
8487
|
+
__webpack_require__.r(Building_namespaceObject);
|
|
8488
|
+
__webpack_require__.d(Building_namespaceObject, {
|
|
8489
|
+
Building: () => (Building),
|
|
8490
|
+
ICON_NAME: () => (Building_ICON_NAME)
|
|
8491
|
+
});
|
|
8492
|
+
|
|
8493
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Compensation.tsx
|
|
8494
|
+
var Compensation_namespaceObject = {};
|
|
8495
|
+
__webpack_require__.r(Compensation_namespaceObject);
|
|
8496
|
+
__webpack_require__.d(Compensation_namespaceObject, {
|
|
8497
|
+
Compensation: () => (Compensation),
|
|
8498
|
+
ICON_NAME: () => (Compensation_ICON_NAME)
|
|
8427
8499
|
});
|
|
8428
8500
|
|
|
8429
8501
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/ConfirmEmail.tsx
|
|
@@ -8434,6 +8506,14 @@ __webpack_require__.d(ConfirmEmail_namespaceObject, {
|
|
|
8434
8506
|
ICON_NAME: () => (ConfirmEmail_ICON_NAME)
|
|
8435
8507
|
});
|
|
8436
8508
|
|
|
8509
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Contacts.tsx
|
|
8510
|
+
var Contacts_namespaceObject = {};
|
|
8511
|
+
__webpack_require__.r(Contacts_namespaceObject);
|
|
8512
|
+
__webpack_require__.d(Contacts_namespaceObject, {
|
|
8513
|
+
Contacts: () => (Contacts),
|
|
8514
|
+
ICON_NAME: () => (Contacts_ICON_NAME)
|
|
8515
|
+
});
|
|
8516
|
+
|
|
8437
8517
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Copy.tsx
|
|
8438
8518
|
var Copy_namespaceObject = {};
|
|
8439
8519
|
__webpack_require__.r(Copy_namespaceObject);
|
|
@@ -8442,6 +8522,14 @@ __webpack_require__.d(Copy_namespaceObject, {
|
|
|
8442
8522
|
ICON_NAME: () => (Copy_ICON_NAME)
|
|
8443
8523
|
});
|
|
8444
8524
|
|
|
8525
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/CopyLink.tsx
|
|
8526
|
+
var CopyLink_namespaceObject = {};
|
|
8527
|
+
__webpack_require__.r(CopyLink_namespaceObject);
|
|
8528
|
+
__webpack_require__.d(CopyLink_namespaceObject, {
|
|
8529
|
+
CopyLink: () => (CopyLink),
|
|
8530
|
+
ICON_NAME: () => (CopyLink_ICON_NAME)
|
|
8531
|
+
});
|
|
8532
|
+
|
|
8445
8533
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Cross.tsx
|
|
8446
8534
|
var Cross_namespaceObject = {};
|
|
8447
8535
|
__webpack_require__.r(Cross_namespaceObject);
|
|
@@ -8450,6 +8538,30 @@ __webpack_require__.d(Cross_namespaceObject, {
|
|
|
8450
8538
|
ICON_NAME: () => (Cross_ICON_NAME)
|
|
8451
8539
|
});
|
|
8452
8540
|
|
|
8541
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Delete.tsx
|
|
8542
|
+
var Delete_namespaceObject = {};
|
|
8543
|
+
__webpack_require__.r(Delete_namespaceObject);
|
|
8544
|
+
__webpack_require__.d(Delete_namespaceObject, {
|
|
8545
|
+
Delete: () => (Delete),
|
|
8546
|
+
ICON_NAME: () => (Delete_ICON_NAME)
|
|
8547
|
+
});
|
|
8548
|
+
|
|
8549
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Document.tsx
|
|
8550
|
+
var Document_namespaceObject = {};
|
|
8551
|
+
__webpack_require__.r(Document_namespaceObject);
|
|
8552
|
+
__webpack_require__.d(Document_namespaceObject, {
|
|
8553
|
+
Document: () => (Document),
|
|
8554
|
+
ICON_NAME: () => (Document_ICON_NAME)
|
|
8555
|
+
});
|
|
8556
|
+
|
|
8557
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/DiamondRing.tsx
|
|
8558
|
+
var DiamondRing_namespaceObject = {};
|
|
8559
|
+
__webpack_require__.r(DiamondRing_namespaceObject);
|
|
8560
|
+
__webpack_require__.d(DiamondRing_namespaceObject, {
|
|
8561
|
+
DiamondRing: () => (DiamondRing),
|
|
8562
|
+
ICON_NAME: () => (DiamondRing_ICON_NAME)
|
|
8563
|
+
});
|
|
8564
|
+
|
|
8453
8565
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Diet.tsx
|
|
8454
8566
|
var Diet_namespaceObject = {};
|
|
8455
8567
|
__webpack_require__.r(Diet_namespaceObject);
|
|
@@ -8458,6 +8570,14 @@ __webpack_require__.d(Diet_namespaceObject, {
|
|
|
8458
8570
|
ICON_NAME: () => (Diet_ICON_NAME)
|
|
8459
8571
|
});
|
|
8460
8572
|
|
|
8573
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Documents.tsx
|
|
8574
|
+
var Documents_namespaceObject = {};
|
|
8575
|
+
__webpack_require__.r(Documents_namespaceObject);
|
|
8576
|
+
__webpack_require__.d(Documents_namespaceObject, {
|
|
8577
|
+
Documents: () => (Documents),
|
|
8578
|
+
ICON_NAME: () => (Documents_ICON_NAME)
|
|
8579
|
+
});
|
|
8580
|
+
|
|
8461
8581
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Edit.tsx
|
|
8462
8582
|
var Edit_namespaceObject = {};
|
|
8463
8583
|
__webpack_require__.r(Edit_namespaceObject);
|
|
@@ -8466,6 +8586,14 @@ __webpack_require__.d(Edit_namespaceObject, {
|
|
|
8466
8586
|
ICON_NAME: () => (Edit_ICON_NAME)
|
|
8467
8587
|
});
|
|
8468
8588
|
|
|
8589
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Education.tsx
|
|
8590
|
+
var Education_namespaceObject = {};
|
|
8591
|
+
__webpack_require__.r(Education_namespaceObject);
|
|
8592
|
+
__webpack_require__.d(Education_namespaceObject, {
|
|
8593
|
+
Education: () => (Education),
|
|
8594
|
+
ICON_NAME: () => (Education_ICON_NAME)
|
|
8595
|
+
});
|
|
8596
|
+
|
|
8469
8597
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Email.tsx
|
|
8470
8598
|
var Email_namespaceObject = {};
|
|
8471
8599
|
__webpack_require__.r(Email_namespaceObject);
|
|
@@ -8482,6 +8610,14 @@ __webpack_require__.d(Employee_namespaceObject, {
|
|
|
8482
8610
|
ICON_NAME: () => (Employee_ICON_NAME)
|
|
8483
8611
|
});
|
|
8484
8612
|
|
|
8613
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/EmployeeProfile.tsx
|
|
8614
|
+
var EmployeeProfile_namespaceObject = {};
|
|
8615
|
+
__webpack_require__.r(EmployeeProfile_namespaceObject);
|
|
8616
|
+
__webpack_require__.d(EmployeeProfile_namespaceObject, {
|
|
8617
|
+
EmployeeProfile: () => (EmployeeProfile),
|
|
8618
|
+
ICON_NAME: () => (EmployeeProfile_ICON_NAME)
|
|
8619
|
+
});
|
|
8620
|
+
|
|
8485
8621
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/EmployeeTerminated.tsx
|
|
8486
8622
|
var EmployeeTerminated_namespaceObject = {};
|
|
8487
8623
|
__webpack_require__.r(EmployeeTerminated_namespaceObject);
|
|
@@ -8490,6 +8626,14 @@ __webpack_require__.d(EmployeeTerminated_namespaceObject, {
|
|
|
8490
8626
|
ICON_NAME: () => (EmployeeTerminated_ICON_NAME)
|
|
8491
8627
|
});
|
|
8492
8628
|
|
|
8629
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/EmployeeBlackboard.tsx
|
|
8630
|
+
var EmployeeBlackboard_namespaceObject = {};
|
|
8631
|
+
__webpack_require__.r(EmployeeBlackboard_namespaceObject);
|
|
8632
|
+
__webpack_require__.d(EmployeeBlackboard_namespaceObject, {
|
|
8633
|
+
EmployeeBlackboard: () => (EmployeeBlackboard),
|
|
8634
|
+
ICON_NAME: () => (EmployeeBlackboard_ICON_NAME)
|
|
8635
|
+
});
|
|
8636
|
+
|
|
8493
8637
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/ExcelDownload.tsx
|
|
8494
8638
|
var ExcelDownload_namespaceObject = {};
|
|
8495
8639
|
__webpack_require__.r(ExcelDownload_namespaceObject);
|
|
@@ -8498,6 +8642,38 @@ __webpack_require__.d(ExcelDownload_namespaceObject, {
|
|
|
8498
8642
|
ICON_NAME: () => (ExcelDownload_ICON_NAME)
|
|
8499
8643
|
});
|
|
8500
8644
|
|
|
8645
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Export.tsx
|
|
8646
|
+
var Export_namespaceObject = {};
|
|
8647
|
+
__webpack_require__.r(Export_namespaceObject);
|
|
8648
|
+
__webpack_require__.d(Export_namespaceObject, {
|
|
8649
|
+
Export: () => (Export),
|
|
8650
|
+
ICON_NAME: () => (Export_ICON_NAME)
|
|
8651
|
+
});
|
|
8652
|
+
|
|
8653
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/FileMark.tsx
|
|
8654
|
+
var FileMark_namespaceObject = {};
|
|
8655
|
+
__webpack_require__.r(FileMark_namespaceObject);
|
|
8656
|
+
__webpack_require__.d(FileMark_namespaceObject, {
|
|
8657
|
+
FileMark: () => (FileMark),
|
|
8658
|
+
ICON_NAME: () => (FileMark_ICON_NAME)
|
|
8659
|
+
});
|
|
8660
|
+
|
|
8661
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/FilePdf.tsx
|
|
8662
|
+
var FilePdf_namespaceObject = {};
|
|
8663
|
+
__webpack_require__.r(FilePdf_namespaceObject);
|
|
8664
|
+
__webpack_require__.d(FilePdf_namespaceObject, {
|
|
8665
|
+
FilePdf: () => (FilePdf),
|
|
8666
|
+
ICON_NAME: () => (FilePdf_ICON_NAME)
|
|
8667
|
+
});
|
|
8668
|
+
|
|
8669
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/FileWord.tsx
|
|
8670
|
+
var FileWord_namespaceObject = {};
|
|
8671
|
+
__webpack_require__.r(FileWord_namespaceObject);
|
|
8672
|
+
__webpack_require__.d(FileWord_namespaceObject, {
|
|
8673
|
+
FileWord: () => (FileWord),
|
|
8674
|
+
ICON_NAME: () => (FileWord_ICON_NAME)
|
|
8675
|
+
});
|
|
8676
|
+
|
|
8501
8677
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Filter.tsx
|
|
8502
8678
|
var Filter_namespaceObject = {};
|
|
8503
8679
|
__webpack_require__.r(Filter_namespaceObject);
|
|
@@ -8514,6 +8690,14 @@ __webpack_require__.d(FilterFunnel_namespaceObject, {
|
|
|
8514
8690
|
ICON_NAME: () => (FilterFunnel_ICON_NAME)
|
|
8515
8691
|
});
|
|
8516
8692
|
|
|
8693
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/FollowLink.tsx
|
|
8694
|
+
var FollowLink_namespaceObject = {};
|
|
8695
|
+
__webpack_require__.r(FollowLink_namespaceObject);
|
|
8696
|
+
__webpack_require__.d(FollowLink_namespaceObject, {
|
|
8697
|
+
FollowLink: () => (FollowLink),
|
|
8698
|
+
ICON_NAME: () => (FollowLink_ICON_NAME)
|
|
8699
|
+
});
|
|
8700
|
+
|
|
8517
8701
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/FTE.tsx
|
|
8518
8702
|
var FTE_namespaceObject = {};
|
|
8519
8703
|
__webpack_require__.r(FTE_namespaceObject);
|
|
@@ -8522,6 +8706,14 @@ __webpack_require__.d(FTE_namespaceObject, {
|
|
|
8522
8706
|
ICON_NAME: () => (FTE_ICON_NAME)
|
|
8523
8707
|
});
|
|
8524
8708
|
|
|
8709
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Form.tsx
|
|
8710
|
+
var Form_namespaceObject = {};
|
|
8711
|
+
__webpack_require__.r(Form_namespaceObject);
|
|
8712
|
+
__webpack_require__.d(Form_namespaceObject, {
|
|
8713
|
+
Form: () => (Form),
|
|
8714
|
+
ICON_NAME: () => (Form_ICON_NAME)
|
|
8715
|
+
});
|
|
8716
|
+
|
|
8525
8717
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Geography.tsx
|
|
8526
8718
|
var Geography_namespaceObject = {};
|
|
8527
8719
|
__webpack_require__.r(Geography_namespaceObject);
|
|
@@ -8530,6 +8722,22 @@ __webpack_require__.d(Geography_namespaceObject, {
|
|
|
8530
8722
|
ICON_NAME: () => (Geography_ICON_NAME)
|
|
8531
8723
|
});
|
|
8532
8724
|
|
|
8725
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Gender.tsx
|
|
8726
|
+
var Gender_namespaceObject = {};
|
|
8727
|
+
__webpack_require__.r(Gender_namespaceObject);
|
|
8728
|
+
__webpack_require__.d(Gender_namespaceObject, {
|
|
8729
|
+
Gender: () => (Gender),
|
|
8730
|
+
ICON_NAME: () => (Gender_ICON_NAME)
|
|
8731
|
+
});
|
|
8732
|
+
|
|
8733
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Gift.tsx
|
|
8734
|
+
var Gift_namespaceObject = {};
|
|
8735
|
+
__webpack_require__.r(Gift_namespaceObject);
|
|
8736
|
+
__webpack_require__.d(Gift_namespaceObject, {
|
|
8737
|
+
Gift: () => (Gift),
|
|
8738
|
+
ICON_NAME: () => (Gift_ICON_NAME)
|
|
8739
|
+
});
|
|
8740
|
+
|
|
8533
8741
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Home.tsx
|
|
8534
8742
|
var Home_namespaceObject = {};
|
|
8535
8743
|
__webpack_require__.r(Home_namespaceObject);
|
|
@@ -8554,6 +8762,14 @@ __webpack_require__.d(Information_namespaceObject, {
|
|
|
8554
8762
|
Information: () => (Information)
|
|
8555
8763
|
});
|
|
8556
8764
|
|
|
8765
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Inventory.tsx
|
|
8766
|
+
var Inventory_namespaceObject = {};
|
|
8767
|
+
__webpack_require__.r(Inventory_namespaceObject);
|
|
8768
|
+
__webpack_require__.d(Inventory_namespaceObject, {
|
|
8769
|
+
ICON_NAME: () => (Inventory_ICON_NAME),
|
|
8770
|
+
Inventory: () => (Inventory)
|
|
8771
|
+
});
|
|
8772
|
+
|
|
8557
8773
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Invisible.tsx
|
|
8558
8774
|
var Invisible_namespaceObject = {};
|
|
8559
8775
|
__webpack_require__.r(Invisible_namespaceObject);
|
|
@@ -8570,6 +8786,14 @@ __webpack_require__.d(Language_namespaceObject, {
|
|
|
8570
8786
|
Language: () => (Language)
|
|
8571
8787
|
});
|
|
8572
8788
|
|
|
8789
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Link.tsx
|
|
8790
|
+
var Link_namespaceObject = {};
|
|
8791
|
+
__webpack_require__.r(Link_namespaceObject);
|
|
8792
|
+
__webpack_require__.d(Link_namespaceObject, {
|
|
8793
|
+
ICON_NAME: () => (Link_ICON_NAME),
|
|
8794
|
+
Link: () => (Link)
|
|
8795
|
+
});
|
|
8796
|
+
|
|
8573
8797
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Lock.tsx
|
|
8574
8798
|
var Lock_namespaceObject = {};
|
|
8575
8799
|
__webpack_require__.r(Lock_namespaceObject);
|
|
@@ -8666,6 +8890,22 @@ __webpack_require__.d(Notification_namespaceObject, {
|
|
|
8666
8890
|
Notification: () => (Notification)
|
|
8667
8891
|
});
|
|
8668
8892
|
|
|
8893
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/OfficeChair.tsx
|
|
8894
|
+
var OfficeChair_namespaceObject = {};
|
|
8895
|
+
__webpack_require__.r(OfficeChair_namespaceObject);
|
|
8896
|
+
__webpack_require__.d(OfficeChair_namespaceObject, {
|
|
8897
|
+
ICON_NAME: () => (OfficeChair_ICON_NAME),
|
|
8898
|
+
OfficeChair: () => (OfficeChair)
|
|
8899
|
+
});
|
|
8900
|
+
|
|
8901
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/OpenBook.tsx
|
|
8902
|
+
var OpenBook_namespaceObject = {};
|
|
8903
|
+
__webpack_require__.r(OpenBook_namespaceObject);
|
|
8904
|
+
__webpack_require__.d(OpenBook_namespaceObject, {
|
|
8905
|
+
ICON_NAME: () => (OpenBook_ICON_NAME),
|
|
8906
|
+
OpenBook: () => (OpenBook)
|
|
8907
|
+
});
|
|
8908
|
+
|
|
8669
8909
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Pages.tsx
|
|
8670
8910
|
var Pages_namespaceObject = {};
|
|
8671
8911
|
__webpack_require__.r(Pages_namespaceObject);
|
|
@@ -8738,6 +8978,14 @@ __webpack_require__.d(Report_namespaceObject, {
|
|
|
8738
8978
|
Report: () => (Report)
|
|
8739
8979
|
});
|
|
8740
8980
|
|
|
8981
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Results.tsx
|
|
8982
|
+
var Results_namespaceObject = {};
|
|
8983
|
+
__webpack_require__.r(Results_namespaceObject);
|
|
8984
|
+
__webpack_require__.d(Results_namespaceObject, {
|
|
8985
|
+
ICON_NAME: () => (Results_ICON_NAME),
|
|
8986
|
+
Results: () => (Results)
|
|
8987
|
+
});
|
|
8988
|
+
|
|
8741
8989
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Robot.tsx
|
|
8742
8990
|
var Robot_namespaceObject = {};
|
|
8743
8991
|
__webpack_require__.r(Robot_namespaceObject);
|
|
@@ -8778,6 +9026,14 @@ __webpack_require__.d(Settings_namespaceObject, {
|
|
|
8778
9026
|
Settings: () => (Settings)
|
|
8779
9027
|
});
|
|
8780
9028
|
|
|
9029
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Signature.tsx
|
|
9030
|
+
var Signature_namespaceObject = {};
|
|
9031
|
+
__webpack_require__.r(Signature_namespaceObject);
|
|
9032
|
+
__webpack_require__.d(Signature_namespaceObject, {
|
|
9033
|
+
ICON_NAME: () => (Signature_ICON_NAME),
|
|
9034
|
+
Signature: () => (Signature)
|
|
9035
|
+
});
|
|
9036
|
+
|
|
8781
9037
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Sleep.tsx
|
|
8782
9038
|
var Sleep_namespaceObject = {};
|
|
8783
9039
|
__webpack_require__.r(Sleep_namespaceObject);
|
|
@@ -8810,6 +9066,30 @@ __webpack_require__.d(Stats_namespaceObject, {
|
|
|
8810
9066
|
Stats: () => (Stats)
|
|
8811
9067
|
});
|
|
8812
9068
|
|
|
9069
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Summery.tsx
|
|
9070
|
+
var Summery_namespaceObject = {};
|
|
9071
|
+
__webpack_require__.r(Summery_namespaceObject);
|
|
9072
|
+
__webpack_require__.d(Summery_namespaceObject, {
|
|
9073
|
+
ICON_NAME: () => (Summery_ICON_NAME),
|
|
9074
|
+
Summery: () => (Summery)
|
|
9075
|
+
});
|
|
9076
|
+
|
|
9077
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Team.tsx
|
|
9078
|
+
var Team_namespaceObject = {};
|
|
9079
|
+
__webpack_require__.r(Team_namespaceObject);
|
|
9080
|
+
__webpack_require__.d(Team_namespaceObject, {
|
|
9081
|
+
ICON_NAME: () => (Team_ICON_NAME),
|
|
9082
|
+
Team: () => (Team)
|
|
9083
|
+
});
|
|
9084
|
+
|
|
9085
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/TechnicalReview.tsx
|
|
9086
|
+
var TechnicalReview_namespaceObject = {};
|
|
9087
|
+
__webpack_require__.r(TechnicalReview_namespaceObject);
|
|
9088
|
+
__webpack_require__.d(TechnicalReview_namespaceObject, {
|
|
9089
|
+
ICON_NAME: () => (TechnicalReview_ICON_NAME),
|
|
9090
|
+
TechnicalReview: () => (TechnicalReview)
|
|
9091
|
+
});
|
|
9092
|
+
|
|
8813
9093
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/TimeTracking.tsx
|
|
8814
9094
|
var TimeTracking_namespaceObject = {};
|
|
8815
9095
|
__webpack_require__.r(TimeTracking_namespaceObject);
|
|
@@ -8818,6 +9098,22 @@ __webpack_require__.d(TimeTracking_namespaceObject, {
|
|
|
8818
9098
|
TimeTracking: () => (TimeTracking)
|
|
8819
9099
|
});
|
|
8820
9100
|
|
|
9101
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Timeline.tsx
|
|
9102
|
+
var Timeline_namespaceObject = {};
|
|
9103
|
+
__webpack_require__.r(Timeline_namespaceObject);
|
|
9104
|
+
__webpack_require__.d(Timeline_namespaceObject, {
|
|
9105
|
+
ICON_NAME: () => (Timeline_ICON_NAME),
|
|
9106
|
+
Timeline: () => (Timeline)
|
|
9107
|
+
});
|
|
9108
|
+
|
|
9109
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/TennisBall.tsx
|
|
9110
|
+
var TennisBall_namespaceObject = {};
|
|
9111
|
+
__webpack_require__.r(TennisBall_namespaceObject);
|
|
9112
|
+
__webpack_require__.d(TennisBall_namespaceObject, {
|
|
9113
|
+
ICON_NAME: () => (TennisBall_ICON_NAME),
|
|
9114
|
+
TennisBall: () => (TennisBall)
|
|
9115
|
+
});
|
|
9116
|
+
|
|
8821
9117
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Trainings.tsx
|
|
8822
9118
|
var Trainings_namespaceObject = {};
|
|
8823
9119
|
__webpack_require__.r(Trainings_namespaceObject);
|
|
@@ -8842,6 +9138,14 @@ __webpack_require__.d(Union_namespaceObject, {
|
|
|
8842
9138
|
Union: () => (Union)
|
|
8843
9139
|
});
|
|
8844
9140
|
|
|
9141
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/UnionCircle.tsx
|
|
9142
|
+
var UnionCircle_namespaceObject = {};
|
|
9143
|
+
__webpack_require__.r(UnionCircle_namespaceObject);
|
|
9144
|
+
__webpack_require__.d(UnionCircle_namespaceObject, {
|
|
9145
|
+
ICON_NAME: () => (UnionCircle_ICON_NAME),
|
|
9146
|
+
UnionCircle: () => (UnionCircle)
|
|
9147
|
+
});
|
|
9148
|
+
|
|
8845
9149
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/Unlock.tsx
|
|
8846
9150
|
var Unlock_namespaceObject = {};
|
|
8847
9151
|
__webpack_require__.r(Unlock_namespaceObject);
|
|
@@ -8850,6 +9154,14 @@ __webpack_require__.d(Unlock_namespaceObject, {
|
|
|
8850
9154
|
Unlock: () => (Unlock)
|
|
8851
9155
|
});
|
|
8852
9156
|
|
|
9157
|
+
// NAMESPACE OBJECT: ./src/components/Icon/icons/Url.tsx
|
|
9158
|
+
var Url_namespaceObject = {};
|
|
9159
|
+
__webpack_require__.r(Url_namespaceObject);
|
|
9160
|
+
__webpack_require__.d(Url_namespaceObject, {
|
|
9161
|
+
ICON_NAME: () => (Url_ICON_NAME),
|
|
9162
|
+
Url: () => (Url)
|
|
9163
|
+
});
|
|
9164
|
+
|
|
8853
9165
|
// NAMESPACE OBJECT: ./src/components/Icon/icons/User.tsx
|
|
8854
9166
|
var User_namespaceObject = {};
|
|
8855
9167
|
__webpack_require__.r(User_namespaceObject);
|
|
@@ -8883,13 +9195,21 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
8883
9195
|
ArrowUp: () => (ArrowUp_namespaceObject),
|
|
8884
9196
|
Assessment: () => (Assessment_namespaceObject),
|
|
8885
9197
|
Attention: () => (Attention_namespaceObject),
|
|
9198
|
+
Award: () => (Award_namespaceObject),
|
|
8886
9199
|
BanUser: () => (BanUser_namespaceObject),
|
|
9200
|
+
Bench: () => (Bench_namespaceObject),
|
|
8887
9201
|
Bin: () => (Bin_namespaceObject),
|
|
9202
|
+
Briefcase: () => (Briefcase_namespaceObject),
|
|
9203
|
+
Building: () => (Building_namespaceObject),
|
|
8888
9204
|
Calendar: () => (Calendar_namespaceObject),
|
|
9205
|
+
CalendarSchedule: () => (CalendarSchedule_namespaceObject),
|
|
9206
|
+
Camera: () => (Camera_namespaceObject),
|
|
9207
|
+
CardText: () => (CardText_namespaceObject),
|
|
8889
9208
|
CarrotDown: () => (CarrotDown_namespaceObject),
|
|
8890
9209
|
CarrotLeft: () => (CarrotLeft_namespaceObject),
|
|
8891
9210
|
CarrotRight: () => (CarrotRight_namespaceObject),
|
|
8892
9211
|
CarrotUp: () => (CarrotUp_namespaceObject),
|
|
9212
|
+
Case: () => (Case_namespaceObject),
|
|
8893
9213
|
Certification: () => (Certification_namespaceObject),
|
|
8894
9214
|
CertificationExpiring: () => (CertificationExpiring_namespaceObject),
|
|
8895
9215
|
Change: () => (Change_namespaceObject),
|
|
@@ -8902,25 +9222,45 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
8902
9222
|
Circular: () => (Circular_namespaceObject),
|
|
8903
9223
|
Clock: () => (Clock_namespaceObject),
|
|
8904
9224
|
Cogwheel: () => (Cogwheel_namespaceObject),
|
|
8905
|
-
|
|
9225
|
+
Comments: () => (Comments_namespaceObject),
|
|
9226
|
+
Compensation: () => (Compensation_namespaceObject),
|
|
8906
9227
|
ConfirmEmail: () => (ConfirmEmail_namespaceObject),
|
|
9228
|
+
Contacts: () => (Contacts_namespaceObject),
|
|
8907
9229
|
Copy: () => (Copy_namespaceObject),
|
|
9230
|
+
CopyLink: () => (CopyLink_namespaceObject),
|
|
8908
9231
|
Cross: () => (Cross_namespaceObject),
|
|
9232
|
+
Delete: () => (Delete_namespaceObject),
|
|
9233
|
+
DiamondRing: () => (DiamondRing_namespaceObject),
|
|
8909
9234
|
Diet: () => (Diet_namespaceObject),
|
|
9235
|
+
Document: () => (Document_namespaceObject),
|
|
9236
|
+
Documents: () => (Documents_namespaceObject),
|
|
8910
9237
|
Edit: () => (Edit_namespaceObject),
|
|
9238
|
+
Education: () => (Education_namespaceObject),
|
|
8911
9239
|
Email: () => (Email_namespaceObject),
|
|
8912
9240
|
Employee: () => (Employee_namespaceObject),
|
|
9241
|
+
EmployeeBlackboard: () => (EmployeeBlackboard_namespaceObject),
|
|
9242
|
+
EmployeeProfile: () => (EmployeeProfile_namespaceObject),
|
|
8913
9243
|
EmployeeTerminated: () => (EmployeeTerminated_namespaceObject),
|
|
8914
9244
|
ExcelDownload: () => (ExcelDownload_namespaceObject),
|
|
9245
|
+
Export: () => (Export_namespaceObject),
|
|
8915
9246
|
FTE: () => (FTE_namespaceObject),
|
|
9247
|
+
FileMark: () => (FileMark_namespaceObject),
|
|
9248
|
+
FilePdf: () => (FilePdf_namespaceObject),
|
|
9249
|
+
FileWord: () => (FileWord_namespaceObject),
|
|
8916
9250
|
Filter: () => (Filter_namespaceObject),
|
|
8917
9251
|
FilterFunnel: () => (FilterFunnel_namespaceObject),
|
|
9252
|
+
FollowLink: () => (FollowLink_namespaceObject),
|
|
9253
|
+
Form: () => (Form_namespaceObject),
|
|
9254
|
+
Gender: () => (Gender_namespaceObject),
|
|
8918
9255
|
Geography: () => (Geography_namespaceObject),
|
|
9256
|
+
Gift: () => (Gift_namespaceObject),
|
|
8919
9257
|
Home: () => (Home_namespaceObject),
|
|
8920
9258
|
Import: () => (Import_namespaceObject),
|
|
8921
9259
|
Information: () => (Information_namespaceObject),
|
|
9260
|
+
Inventory: () => (Inventory_namespaceObject),
|
|
8922
9261
|
Invisible: () => (Invisible_namespaceObject),
|
|
8923
9262
|
Language: () => (Language_namespaceObject),
|
|
9263
|
+
Link: () => (Link_namespaceObject),
|
|
8924
9264
|
Lock: () => (Lock_namespaceObject),
|
|
8925
9265
|
LogIn: () => (LogIn_namespaceObject),
|
|
8926
9266
|
LogOut: () => (LogOut_namespaceObject),
|
|
@@ -8933,6 +9273,8 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
8933
9273
|
More: () => (More_namespaceObject),
|
|
8934
9274
|
MoreVertical: () => (MoreVertical_namespaceObject),
|
|
8935
9275
|
Notification: () => (Notification_namespaceObject),
|
|
9276
|
+
OfficeChair: () => (OfficeChair_namespaceObject),
|
|
9277
|
+
OpenBook: () => (OpenBook_namespaceObject),
|
|
8936
9278
|
Pages: () => (Pages_namespaceObject),
|
|
8937
9279
|
Party: () => (Party_namespaceObject),
|
|
8938
9280
|
Plus: () => (Plus_namespaceObject),
|
|
@@ -8942,20 +9284,29 @@ __webpack_require__.d(all_namespaceObject, {
|
|
|
8942
9284
|
ProfilesChanges: () => (ProfilesChanges_namespaceObject),
|
|
8943
9285
|
RadioOn: () => (RadioOn_namespaceObject),
|
|
8944
9286
|
Report: () => (Report_namespaceObject),
|
|
9287
|
+
Results: () => (Results_namespaceObject),
|
|
8945
9288
|
Robot: () => (Robot_namespaceObject),
|
|
8946
9289
|
Roles: () => (Roles_namespaceObject),
|
|
8947
9290
|
Search: () => (Search_namespaceObject),
|
|
8948
9291
|
Seniority: () => (Seniority_namespaceObject),
|
|
8949
9292
|
Settings: () => (Settings_namespaceObject),
|
|
9293
|
+
Signature: () => (Signature_namespaceObject),
|
|
8950
9294
|
Sleep: () => (Sleep_namespaceObject),
|
|
8951
9295
|
StaffGrowthCoefficient: () => (StaffGrowthCoefficient_namespaceObject),
|
|
8952
9296
|
StaffTurnoverCoefficient: () => (StaffTurnoverCoefficient_namespaceObject),
|
|
8953
9297
|
Stats: () => (Stats_namespaceObject),
|
|
9298
|
+
Summery: () => (Summery_namespaceObject),
|
|
9299
|
+
Team: () => (Team_namespaceObject),
|
|
9300
|
+
TechnicalReview: () => (TechnicalReview_namespaceObject),
|
|
9301
|
+
TennisBall: () => (TennisBall_namespaceObject),
|
|
8954
9302
|
TimeTracking: () => (TimeTracking_namespaceObject),
|
|
9303
|
+
Timeline: () => (Timeline_namespaceObject),
|
|
8955
9304
|
Trainings: () => (Trainings_namespaceObject),
|
|
8956
9305
|
UnArchive: () => (UnArchive_namespaceObject),
|
|
8957
9306
|
Union: () => (Union_namespaceObject),
|
|
9307
|
+
UnionCircle: () => (UnionCircle_namespaceObject),
|
|
8958
9308
|
Unlock: () => (Unlock_namespaceObject),
|
|
9309
|
+
Url: () => (Url_namespaceObject),
|
|
8959
9310
|
User: () => (User_namespaceObject),
|
|
8960
9311
|
Visible: () => (Visible_namespaceObject),
|
|
8961
9312
|
Warning: () => (Warning_namespaceObject)
|
|
@@ -9507,7 +9858,6 @@ const DisabledButtonText = ({
|
|
|
9507
9858
|
;// ./src/components/Button/styles.ts
|
|
9508
9859
|
function styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
9509
9860
|
|
|
9510
|
-
|
|
9511
9861
|
const buttonBlock = true ? {
|
|
9512
9862
|
name: "3s76dy",
|
|
9513
9863
|
styles: "display:grid;span{display:inline-block;margin:auto;}"
|
|
@@ -9542,10 +9892,18 @@ const makeSolidVariant = (theme, key, extra) => {
|
|
|
9542
9892
|
} = theme.palette[key];
|
|
9543
9893
|
return /*#__PURE__*/(0,react_namespaceObject.css)("color:", theme.colors.white, ";background:", main, ";&:hover{background:", dark, ";}&:active{background:", dark, ";}&:disabled{background:", theme.colors.grey, ";}&:focus{background:", light, ";}", extra, ";" + ( true ? "" : 0), true ? "" : 0);
|
|
9544
9894
|
};
|
|
9895
|
+
|
|
9896
|
+
/** Transparent variant (no focus outline). Shared by custom (recommended) and tertiary (legacy). */
|
|
9897
|
+
var _ref = true ? {
|
|
9898
|
+
name: "1qsuvl4",
|
|
9899
|
+
styles: "background:transparent"
|
|
9900
|
+
} : 0;
|
|
9901
|
+
const transparentVariant = () => _ref;
|
|
9545
9902
|
const variantStyles = {
|
|
9903
|
+
custom: transparentVariant,
|
|
9546
9904
|
primary: theme => makeSolidVariant(theme, 'primary'),
|
|
9547
9905
|
secondary: theme => makeSolidVariant(theme, 'secondary', /*#__PURE__*/(0,react_namespaceObject.css)("color:", theme.colors.greyDarker, ";" + ( true ? "" : 0), true ? "" : 0)),
|
|
9548
|
-
tertiary:
|
|
9906
|
+
tertiary: transparentVariant,
|
|
9549
9907
|
error: theme => makeSolidVariant(theme, 'error'),
|
|
9550
9908
|
warning: theme => makeSolidVariant(theme, 'warning'),
|
|
9551
9909
|
success: theme => makeSolidVariant(theme, 'success')
|
|
@@ -9563,16 +9921,16 @@ const WHITE_TEXT_VARIANTS = new Set(['primary', 'error', 'warning', 'success']);
|
|
|
9563
9921
|
/**
|
|
9564
9922
|
* Button - Interactive button component for user actions.
|
|
9565
9923
|
*
|
|
9566
|
-
* Variant colors are driven entirely by `theme.palette` — each
|
|
9567
|
-
* `palette.<variant>.main`
|
|
9568
|
-
*
|
|
9569
|
-
*
|
|
9570
|
-
* affecting other components.
|
|
9924
|
+
* Variant colors are driven entirely by `theme.palette` for solid variants — each
|
|
9925
|
+
* reads `palette.<variant>.main` (default), `palette.<variant>.dark` (hover/active),
|
|
9926
|
+
* `palette.<variant>.light` (focus). Override any palette entry in a custom theme
|
|
9927
|
+
* to restyle a variant without affecting other components.
|
|
9571
9928
|
*
|
|
9572
|
-
* ### Variants (default: `
|
|
9929
|
+
* ### Variants (default: `custom`)
|
|
9930
|
+
* - `custom` — transparent, dark text; recommended for low-emphasis actions (default)
|
|
9573
9931
|
* - `primary` — blue, high emphasis, white text
|
|
9574
9932
|
* - `secondary` — grey, medium emphasis, dark text
|
|
9575
|
-
* - `tertiary` —
|
|
9933
|
+
* - `tertiary` — legacy; same as custom; prefer `custom` instead
|
|
9576
9934
|
* - `error` — red, destructive actions, white text
|
|
9577
9935
|
* - `warning` — orange, caution actions, white text
|
|
9578
9936
|
* - `success` — green, confirmation actions, white text
|
|
@@ -9582,7 +9940,7 @@ const WHITE_TEXT_VARIANTS = new Set(['primary', 'error', 'warning', 'success']);
|
|
|
9582
9940
|
*
|
|
9583
9941
|
* @example
|
|
9584
9942
|
* ```tsx
|
|
9585
|
-
* // No variant passed →
|
|
9943
|
+
* // No variant passed → custom (transparent, recommended)
|
|
9586
9944
|
* <Button text="Cancel" onClick={handleCancel} />
|
|
9587
9945
|
* ```
|
|
9588
9946
|
*
|
|
@@ -9629,7 +9987,7 @@ const Button = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(functi
|
|
|
9629
9987
|
endIcon,
|
|
9630
9988
|
startIconClassName,
|
|
9631
9989
|
endIconClassName,
|
|
9632
|
-
variant = '
|
|
9990
|
+
variant = 'custom',
|
|
9633
9991
|
type = 'button',
|
|
9634
9992
|
className,
|
|
9635
9993
|
isDisabled,
|
|
@@ -9641,7 +9999,7 @@ const Button = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(functi
|
|
|
9641
9999
|
throw new Error('Button must have either text or icon or children');
|
|
9642
10000
|
}
|
|
9643
10001
|
const theme = (0,react_namespaceObject.useTheme)();
|
|
9644
|
-
const appliedVariantStyle = variantStyles[variant](theme);
|
|
10002
|
+
const appliedVariantStyle = (variantStyles[variant] ?? variantStyles.custom)(theme);
|
|
9645
10003
|
const resolveTextNode = () => {
|
|
9646
10004
|
if (!text) return null;
|
|
9647
10005
|
if (isDisabled) return (0,jsx_runtime_namespaceObject.jsx)(DisabledButtonText, {
|
|
@@ -9889,7 +10247,7 @@ const utils_namespaceObject = require("@ssa-ui-kit/utils");
|
|
|
9889
10247
|
|
|
9890
10248
|
const Archive = ({
|
|
9891
10249
|
fill = '#000',
|
|
9892
|
-
size =
|
|
10250
|
+
size = 24,
|
|
9893
10251
|
tooltip = 'Archive',
|
|
9894
10252
|
...props
|
|
9895
10253
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -9983,7 +10341,7 @@ const ArrowUp_ICON_NAME = 'arrow-up';
|
|
|
9983
10341
|
const Assessment = ({
|
|
9984
10342
|
fill = '#000',
|
|
9985
10343
|
size = 24,
|
|
9986
|
-
tooltip = 'Assessment',
|
|
10344
|
+
tooltip = 'Clipboard Assessment',
|
|
9987
10345
|
...props
|
|
9988
10346
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
9989
10347
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9994,22 +10352,19 @@ const Assessment = ({
|
|
|
9994
10352
|
...props,
|
|
9995
10353
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
9996
10354
|
children: tooltip
|
|
9997
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
9998
|
-
d: "M13.4282 10.7175C13.0519 10.7175 12.7992 11.0454 12.7992 11.3834C12.7992 11.7215 13.0519 12.0494 13.4282 12.0494H14.4017L12.0958 14.6104L10.7247 13.0858C10.5043 12.841 10.2028 12.6993 9.8765 12.6993C9.55018 12.6993 9.24861 12.841 9.02825 13.0859L7.20142 15.1168C6.97025 15.3737 6.97025 15.7789 7.20142 16.0357C7.32157 16.1692 7.48519 16.2422 7.6567 16.2422C7.82624 16.2422 7.99203 16.1706 8.11265 16.035L9.87704 14.0758L11.2492 15.6004C11.4696 15.8452 11.7711 15.9869 12.0974 15.9869C12.4237 15.9869 12.7253 15.8451 12.9457 15.6003L15.241 13.048V14.0964C15.241 14.4345 15.4937 14.7624 15.87 14.7624C16.2462 14.7624 16.4989 14.4345 16.4989 14.0964V11.3834C16.4989 11.0454 16.2462 10.7175 15.87 10.7175H13.4282Z",
|
|
9999
|
-
fill: fill
|
|
10000
10355
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10001
10356
|
fillRule: "evenodd",
|
|
10002
10357
|
clipRule: "evenodd",
|
|
10003
|
-
d: "
|
|
10358
|
+
d: "M13.7155 10.0584C13.3278 10.0584 13.0674 10.3772 13.0674 10.7059C13.0674 11.0346 13.3278 11.3533 13.7155 11.3533H14.7186L12.3425 13.8432L10.9296 12.361C10.7025 12.1229 10.3918 11.9852 10.0556 11.9852C9.71931 11.9852 9.40855 12.123 9.18147 12.361L7.29897 14.3357C7.06076 14.5854 7.06076 14.9793 7.29897 15.229C7.42279 15.3588 7.59139 15.4298 7.76813 15.4298C7.94283 15.4298 8.11368 15.3602 8.23797 15.2283L10.0561 13.3235L11.4701 14.8058C11.6972 15.0438 12.0079 15.1816 12.3442 15.1816C12.6804 15.1816 12.9912 15.0437 13.2183 14.8057L15.5836 12.3242V13.3436C15.5836 13.6723 15.844 13.991 16.2317 13.991C16.6194 13.991 16.8798 13.6723 16.8798 13.3436V10.7059C16.8798 10.3772 16.6194 10.0584 16.2317 10.0584H13.7155Z",
|
|
10004
10359
|
fill: fill
|
|
10005
10360
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10006
10361
|
fillRule: "evenodd",
|
|
10007
10362
|
clipRule: "evenodd",
|
|
10008
|
-
d: "
|
|
10363
|
+
d: "M20 4.95073C20 3.6892 18.9199 2.67316 17.5804 2.67316H15.9329C15.6566 2.26936 15.1754 2 14.6322 2H9.3679C8.8227 2 8.33988 2.27139 8.06407 2.67772L6.33236 2.6746C5.03343 2.7176 4 3.71673 4 4.95073V19.7224C4 20.984 5.08008 22 6.41955 22H17.5805C18.9199 22 20 20.984 20 19.7224V4.95073ZM14.8669 4.74461C14.9969 4.65859 14.9969 4.55308 14.9969 4.55308V3.45963C14.9969 3.45963 14.9969 3.35108 14.9177 3.28728C14.7776 3.17432 14.6322 3.19845 14.6322 3.19845H9.3679C9.3679 3.19845 9.26326 3.18208 9.13324 3.2681C9.00322 3.35413 9.00321 3.45963 9.00321 3.45963V4.55308C9.00321 4.55308 9.00321 4.66163 9.08236 4.72543C9.2225 4.83839 9.36789 4.81426 9.36789 4.81426H14.6322C14.6322 4.81426 14.7368 4.83064 14.8669 4.74461ZM7.82084 3.9447L6.41966 3.94569C5.82341 3.94569 5.35132 4.39041 5.35132 4.95073L5.35132 19.7224C5.35132 20.2827 5.8233 20.7275 6.41955 20.7275H17.5805C18.1767 20.7275 18.6487 20.2827 18.6487 19.7224L18.6487 4.95073C18.6487 4.39041 18.1767 3.94569 17.5804 3.94569H16.1793V4.55308C16.1793 5.35429 15.4814 6.01271 14.6322 6.01271H9.36789C8.51869 6.01271 7.82084 5.35429 7.82084 4.55308V3.9447Z",
|
|
10009
10364
|
fill: fill
|
|
10010
10365
|
})]
|
|
10011
10366
|
});
|
|
10012
|
-
const Assessment_ICON_NAME = 'assessment';
|
|
10367
|
+
const Assessment_ICON_NAME = 'clipboard-assessment';
|
|
10013
10368
|
;// ./src/components/Icon/icons/Attention.tsx
|
|
10014
10369
|
|
|
10015
10370
|
const Attention = ({
|
|
@@ -10037,6 +10392,35 @@ const Attention = ({
|
|
|
10037
10392
|
})]
|
|
10038
10393
|
});
|
|
10039
10394
|
const Attention_ICON_NAME = 'attention';
|
|
10395
|
+
;// ./src/components/Icon/icons/Award.tsx
|
|
10396
|
+
|
|
10397
|
+
const Award = ({
|
|
10398
|
+
fill = '#000',
|
|
10399
|
+
size = 24,
|
|
10400
|
+
tooltip = 'Award',
|
|
10401
|
+
...props
|
|
10402
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10403
|
+
width: `${size}px`,
|
|
10404
|
+
height: `${size}px`,
|
|
10405
|
+
viewBox: "0 0 16 16",
|
|
10406
|
+
fill: "none",
|
|
10407
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10408
|
+
...props,
|
|
10409
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
10410
|
+
children: tooltip
|
|
10411
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10412
|
+
d: "M7.99809 3.57188C8.44982 3.57377 8.89545 3.67149 9.30271 3.85786C9.50211 3.95121 9.68992 4.0656 9.86267 4.19876C10.2994 4.53181 10.6291 4.97529 10.8139 5.4786C10.9232 5.77874 10.9783 6.09455 10.9768 6.41227L10.5003 6.41005C10.5016 6.14382 10.4552 5.87933 10.3636 5.62783C10.2083 5.20553 9.93162 4.83303 9.56509 4.55353L9.56305 4.55215C9.41796 4.4403 9.26017 4.3443 9.09269 4.26589C8.75052 4.10999 8.37618 4.02795 7.99693 4.02623C7.33376 4.02652 6.69788 4.27805 6.22893 4.72523C5.7597 5.17268 5.4959 5.77948 5.4959 6.41227C5.49815 6.77296 5.58413 7.12868 5.74722 7.45411L5.81209 7.57228C5.85775 7.64971 5.90805 7.72458 5.96248 7.79668L6.04742 7.90264L6.04887 7.90458C6.34227 8.25445 6.73321 8.51856 7.17663 8.66655C7.44023 8.75438 7.7177 8.79902 7.99693 8.7983H7.99809C8.66167 8.7983 9.29804 8.54674 9.76725 8.0993C10.2365 7.65186 10.5 7.04504 10.5 6.41227L10.5003 6.41005L10.9768 6.41227L10.973 6.55318C10.9364 7.25518 10.6281 7.92142 10.1044 8.42079L9.99734 8.51787C9.45094 8.98967 8.7387 9.25265 7.99809 9.25265C7.66479 9.25351 7.33361 9.20025 7.01897 9.09538C6.49115 8.9192 6.02608 8.60482 5.67683 8.18834C5.55463 8.04419 5.44758 7.88905 5.35714 7.72511L5.31933 7.65438C5.12418 7.26661 5.0217 6.84238 5.01943 6.41227C5.01943 5.65895 5.33319 4.93642 5.89179 4.40375C6.45039 3.87108 7.20811 3.57188 7.99809 3.57188Z",
|
|
10413
|
+
fill: fill
|
|
10414
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10415
|
+
fillRule: "evenodd",
|
|
10416
|
+
clipRule: "evenodd",
|
|
10417
|
+
d: "M7.99576 1C8.15592 1 8.31121 1.05246 8.43558 1.14868L9.2105 1.74782C9.23597 1.7675 9.2655 1.78195 9.29718 1.78998C9.32886 1.79801 9.36199 1.79944 9.39434 1.79442L10.381 1.64131C10.5391 1.61748 10.7009 1.64623 10.8395 1.72258C10.9779 1.79893 11.0848 1.91827 11.142 2.06071L11.5003 2.94833C11.512 2.97766 11.53 3.00436 11.5533 3.02655C11.5766 3.04873 11.6046 3.0659 11.6353 3.07703L12.5662 3.41877C12.7155 3.47333 12.8407 3.57519 12.9207 3.70724C13.0008 3.83933 13.031 3.9937 13.006 4.1444L12.8501 5.08527C12.8448 5.11612 12.8463 5.14772 12.8547 5.17792C12.8631 5.20813 12.8783 5.23629 12.8989 5.26058L13.5272 5.99952C13.6281 6.11812 13.6831 6.26621 13.6832 6.41892C13.6832 6.57164 13.6281 6.71972 13.5272 6.83833L12.8989 7.57727C12.8783 7.60156 12.8631 7.62972 12.8547 7.65993C12.8463 7.69013 12.8448 7.72173 12.8501 7.75257L13.006 8.69567C13.031 8.84637 13.0008 9.00073 12.9207 9.13282C12.8407 9.26488 12.7155 9.36673 12.5662 9.4213L12.4009 9.48122L14.4651 12.8919C14.4871 12.9258 14.4991 12.9647 14.5 13.0045C14.5008 13.0443 14.4903 13.0836 14.4697 13.1182C14.4482 13.1519 14.4177 13.1797 14.3813 13.1984C14.3449 13.2171 14.3039 13.2262 14.2626 13.2248L12.2148 13.156L11.2514 14.8824C11.2318 14.9175 11.2026 14.9469 11.167 14.9675C11.1314 14.9882 11.0906 14.9995 11.0489 15C11.0079 15.0002 10.9675 14.9901 10.932 14.9706C10.8964 14.9511 10.8669 14.9229 10.8464 14.889L8.75207 11.4473L8.43558 11.6914C8.31121 11.7876 8.15592 11.8401 7.99576 11.8401C7.83561 11.8401 7.68032 11.7876 7.55595 11.6914L7.23946 11.4473L5.14509 14.889C5.12459 14.9229 5.09512 14.9511 5.05957 14.9706C5.02402 14.9901 4.98364 15.0002 4.94263 15C4.90093 14.9995 4.86015 14.9882 4.82453 14.9675C4.78893 14.9469 4.75977 14.9175 4.74018 14.8824L3.7884 13.156L1.74057 13.2248C1.69905 13.2261 1.6578 13.2168 1.62131 13.1979C1.58488 13.1789 1.55452 13.151 1.53317 13.1171C1.5118 13.0832 1.50034 13.0444 1.50001 13.0048C1.49967 12.9652 1.51034 12.9262 1.53113 12.8919L3.59525 9.48343L3.43003 9.42352C3.28065 9.36895 3.15551 9.2671 3.07544 9.13504C2.99538 9.00295 2.96522 8.84859 2.99021 8.69789L3.14613 7.75701C3.15139 7.72617 3.14989 7.69457 3.14147 7.66437C3.13305 7.63416 3.11789 7.606 3.09726 7.58171L2.46895 6.84276C2.36805 6.72416 2.31303 6.57608 2.31303 6.42336C2.31303 6.27065 2.36805 6.12256 2.46895 6.00396L3.09726 5.26502C3.11789 5.24073 3.13305 5.21256 3.14147 5.18236C3.14989 5.15216 3.15139 5.12056 3.14613 5.08971L2.98556 4.14883C2.96057 3.99814 2.99073 3.84377 3.07079 3.71168C3.15085 3.57963 3.276 3.47777 3.42538 3.4232L4.35621 3.08147C4.38697 3.07034 4.41498 3.05317 4.43824 3.03099C4.4615 3.0088 4.4795 2.98209 4.49118 2.95277L4.84955 2.06514C4.90678 1.9227 5.01359 1.80336 5.15207 1.72702C5.29059 1.65067 5.45247 1.62192 5.61051 1.64574L6.59719 1.79442C6.62954 1.79944 6.66267 1.79801 6.69434 1.78998C6.72603 1.78195 6.75556 1.7675 6.78103 1.74782L7.55595 1.14868C7.68032 1.05247 7.83561 1 7.99576 1ZM2.15014 12.7676L3.9257 12.7077C3.96936 12.7062 4.01263 12.7163 4.05049 12.7371C4.08835 12.7579 4.11928 12.7885 4.13979 12.8253L4.97289 14.321L6.87877 11.1655L6.78568 11.0945C6.76022 11.0748 6.73066 11.0606 6.699 11.0526C6.66732 11.0446 6.6342 11.0429 6.60184 11.0479L5.62214 11.1965C5.46411 11.2204 5.30223 11.1916 5.16371 11.1153C5.02523 11.0389 4.91841 10.9196 4.86119 10.7771L4.50282 9.88952C4.49114 9.86019 4.47314 9.83348 4.44987 9.8113C4.42661 9.78912 4.3986 9.77195 4.36784 9.76082L4.04205 9.64099L2.15014 12.7676ZM11.6376 9.76082C11.6069 9.77195 11.5789 9.78912 11.5556 9.8113C11.5324 9.83348 11.5144 9.86019 11.5027 9.88952L11.1443 10.7771C11.0871 10.9196 10.9803 11.0389 10.8418 11.1153C10.7033 11.1916 10.5414 11.2204 10.3833 11.1965L9.39667 11.0479C9.36431 11.0428 9.33119 11.0446 9.29951 11.0526C9.26785 11.0606 9.23829 11.0748 9.21283 11.0945L9.11974 11.1655L11.0233 14.321L11.8634 12.8253C11.8839 12.7885 11.9148 12.7579 11.9527 12.7371C11.9905 12.7163 12.0338 12.7062 12.0775 12.7077L13.853 12.7676L11.9634 9.64099L11.6376 9.76082ZM7.98878 1.4452C7.9354 1.4452 7.88363 1.46278 7.84218 1.49485L7.06726 2.09399C6.99162 2.1493 6.90489 2.18919 6.81244 2.21132C6.71999 2.23346 6.62377 2.23738 6.5297 2.2227L5.54302 2.07402C5.49035 2.06608 5.43648 2.07576 5.39031 2.1012C5.34414 2.12665 5.30845 2.16634 5.28937 2.21382L4.931 3.10144C4.89595 3.18881 4.84183 3.2683 4.77247 3.33444C4.70313 3.40052 4.61997 3.45193 4.52841 3.48534L3.59758 3.82707C3.54778 3.84526 3.50617 3.8793 3.47948 3.92332C3.4528 3.96735 3.44265 4.01872 3.45097 4.06895L3.60689 5.00983C3.62234 5.10204 3.61731 5.19643 3.59205 5.28665C3.56679 5.37684 3.52185 5.46094 3.46028 5.53352L2.83197 6.28134C2.79834 6.32087 2.77991 6.37024 2.7799 6.42114C2.7799 6.47205 2.79834 6.52141 2.83197 6.56094L3.46028 7.30876C3.51828 7.38089 3.56011 7.4636 3.58333 7.55175C3.60654 7.63991 3.61064 7.73167 3.59525 7.82137L3.43934 8.76224C3.43101 8.81247 3.44116 8.86384 3.46785 8.90787C3.49453 8.9519 3.53614 8.98593 3.58595 9.00412L4.51678 9.34585C4.6084 9.37928 4.69146 9.43088 4.76083 9.49703C4.83019 9.56317 4.88431 9.64238 4.91936 9.72975L5.27773 10.6174C5.29681 10.6649 5.3325 10.7045 5.37867 10.73C5.42484 10.7554 5.47871 10.7651 5.53138 10.7572L6.51807 10.6085C6.61477 10.5938 6.71376 10.5986 6.80837 10.6226C6.90295 10.6467 6.99115 10.6896 7.06726 10.7483L7.85148 11.3474C7.89294 11.3795 7.94471 11.3971 7.99809 11.3971C8.05147 11.3971 8.10324 11.3795 8.1447 11.3474L8.92892 10.7483C9.00456 10.693 9.09129 10.6531 9.18374 10.631C9.27619 10.6088 9.37241 10.6049 9.46648 10.6196L10.4532 10.7683C10.5058 10.7762 10.5597 10.7665 10.6059 10.7411C10.652 10.7156 10.6877 10.676 10.7068 10.6285L11.0652 9.74084C11.1002 9.65354 11.1541 9.57424 11.2234 9.50812C11.2928 9.44198 11.3761 9.39037 11.4678 9.35695L12.3986 9.01521C12.4484 8.99702 12.49 8.96299 12.5167 8.91896C12.5434 8.87494 12.5535 8.82357 12.5452 8.77334L12.3893 7.83246C12.3738 7.74025 12.3789 7.64585 12.4041 7.55563C12.4294 7.46545 12.4743 7.38134 12.5359 7.30876L13.1642 6.55207C13.1978 6.51254 13.2163 6.46317 13.2163 6.41227C13.2163 6.36136 13.1978 6.312 13.1642 6.27247L12.5359 5.53352C12.4779 5.4614 12.4361 5.37869 12.4129 5.29054C12.3896 5.20238 12.3855 5.11062 12.4009 5.02092L12.5568 4.08004C12.5652 4.02982 12.555 3.97845 12.5283 3.93442C12.5016 3.89039 12.46 3.85636 12.4102 3.83817L11.4794 3.49643C11.3878 3.46301 11.3044 3.41168 11.2351 3.34554C11.1657 3.27939 11.1119 3.19991 11.0768 3.11254L10.7184 2.22492C10.6994 2.17743 10.6637 2.13775 10.6175 2.1123C10.5713 2.08685 10.5175 2.07718 10.4648 2.08512L9.47811 2.23379C9.38141 2.24852 9.28243 2.24373 9.18781 2.21965C9.09323 2.19556 9.00504 2.1527 8.92892 2.09399L8.13539 1.49485C8.09393 1.46278 8.04216 1.4452 7.98878 1.4452Z",
|
|
10418
|
+
fill: fill,
|
|
10419
|
+
stroke: fill,
|
|
10420
|
+
strokeWidth: 0.4
|
|
10421
|
+
})]
|
|
10422
|
+
});
|
|
10423
|
+
const Award_ICON_NAME = 'award';
|
|
10040
10424
|
;// ./src/components/Icon/icons/BanUser.tsx
|
|
10041
10425
|
|
|
10042
10426
|
const BanUser = ({
|
|
@@ -10074,11 +10458,34 @@ const BanUser = ({
|
|
|
10074
10458
|
})]
|
|
10075
10459
|
});
|
|
10076
10460
|
const BanUser_ICON_NAME = 'ban-user';
|
|
10461
|
+
;// ./src/components/Icon/icons/Bench.tsx
|
|
10462
|
+
|
|
10463
|
+
const Bench = ({
|
|
10464
|
+
fill = '#000',
|
|
10465
|
+
size = 24,
|
|
10466
|
+
tooltip = 'Bench',
|
|
10467
|
+
...props
|
|
10468
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10469
|
+
width: `${size}px`,
|
|
10470
|
+
height: `${size}px`,
|
|
10471
|
+
viewBox: "0 0 17 16",
|
|
10472
|
+
fill: "none",
|
|
10473
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10474
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
10475
|
+
...props,
|
|
10476
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
10477
|
+
children: tooltip
|
|
10478
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10479
|
+
d: "M15.4668 4.74316C15.6204 4.74339 15.7684 4.80442 15.8779 4.91309C15.9874 5.02184 16.0496 5.16992 16.0498 5.3252V6.38379L16.0381 6.49805C16.0241 6.56706 15.9962 6.632 15.959 6.69141C15.9324 6.75137 15.8937 6.80671 15.8438 6.85352C15.7438 6.94722 15.6081 6.99979 15.4668 7H14.9834V11.6748L14.9717 11.7891C14.949 11.9013 14.8936 12.0054 14.8115 12.0869C14.7021 12.1955 14.5539 12.2565 14.4004 12.2568H13.333C13.1795 12.2566 13.0314 12.1955 12.9219 12.0869C12.8398 12.0054 12.7844 11.9013 12.7617 11.7891L12.75 11.6748V11.1982H3.25V11.6748L3.23828 11.7891C3.21555 11.9013 3.16018 12.0054 3.07812 12.0869C2.96864 12.1955 2.82052 12.2566 2.66699 12.2568H1.59961C1.4461 12.2565 1.29795 12.1955 1.18848 12.0869C1.10644 12.0054 1.05104 11.9013 1.02832 11.7891L1.0166 11.6748V7H0.533203C0.39186 6.99979 0.256197 6.94722 0.15625 6.85352C0.106329 6.80671 0.0675955 6.75137 0.0410156 6.69141C0.00377969 6.632 -0.0241041 6.56706 -0.0380859 6.49805L-0.0498047 6.38379V5.3252C-0.0495782 5.16992 0.0125891 5.02184 0.12207 4.91309C0.231604 4.80442 0.379601 4.74339 0.533203 4.74316H15.4668ZM3.14551 11.7139C3.11964 11.7647 3.08719 11.8129 3.04395 11.8535C2.94404 11.9472 2.80826 11.9997 2.66699 12H1.59961C1.45836 11.9997 1.32254 11.9472 1.22266 11.8535C1.1793 11.8128 1.146 11.7648 1.12012 11.7139C1.12966 11.8245 1.17634 11.9297 1.25684 12.0098C1.34713 12.0993 1.47066 12.1511 1.59961 12.1514H2.66699C2.79596 12.1511 2.91946 12.0993 3.00977 12.0098C3.09026 11.9297 3.13595 11.8245 3.14551 11.7139ZM14.8789 11.7139C14.853 11.7647 14.8206 11.8129 14.7773 11.8535C14.6775 11.9472 14.5416 11.9997 14.4004 12H13.333C13.1917 11.9997 13.056 11.9472 12.9561 11.8535C12.9127 11.8128 12.8794 11.7648 12.8535 11.7139C12.8631 11.8245 12.9097 11.9297 12.9902 12.0098C13.0805 12.0993 13.204 12.1511 13.333 12.1514H14.4004C14.5293 12.1511 14.6529 12.0993 14.7432 12.0098C14.8236 11.9297 14.8693 11.8245 14.8789 11.7139ZM13.3838 11.5H14.3496V7H13.3838V11.5ZM1.65039 11.5H2.61621V7H1.65039V11.5ZM3.2002 11.0928H12.7998V11H3.2002V11.0928ZM3.25 10.5H12.75V10.1396H3.25V10.5ZM3.2002 10.0342H12.7998V10H3.2002V10.0342ZM3.25 9.5H12.75V7H3.25V9.5ZM0.533203 6.43652V6.5H15.4668V6.43652H0.533203ZM0.583008 6.33105H15.417V5.5H0.583008V6.33105ZM0.533203 4.84863C0.404163 4.84886 0.280783 4.90064 0.19043 4.99023C0.110087 5.0701 0.0634378 5.17486 0.0537109 5.28516C0.0795804 5.2345 0.113085 5.18695 0.15625 5.14648C0.256197 5.05278 0.39186 5.00021 0.533203 5H15.4668C15.6081 5.00021 15.7438 5.05278 15.8438 5.14648C15.8868 5.18685 15.9195 5.23465 15.9453 5.28516L15.9404 5.23242C15.922 5.14183 15.877 5.05724 15.8096 4.99023C15.7192 4.90064 15.5958 4.84886 15.4668 4.84863H0.533203Z",
|
|
10480
|
+
fill: fill
|
|
10481
|
+
})]
|
|
10482
|
+
});
|
|
10483
|
+
const Bench_ICON_NAME = 'bench';
|
|
10077
10484
|
;// ./src/components/Icon/icons/Bin.tsx
|
|
10078
10485
|
|
|
10079
10486
|
const Bin = ({
|
|
10080
10487
|
fill = '#000',
|
|
10081
|
-
size =
|
|
10488
|
+
size = 24,
|
|
10082
10489
|
tooltip = 'Bin',
|
|
10083
10490
|
...props
|
|
10084
10491
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10127,6 +10534,41 @@ const Calendar = ({
|
|
|
10127
10534
|
})]
|
|
10128
10535
|
});
|
|
10129
10536
|
const Calendar_ICON_NAME = 'calendar';
|
|
10537
|
+
;// ./src/components/Icon/icons/CalendarSchedule.tsx
|
|
10538
|
+
|
|
10539
|
+
const CalendarSchedule = ({
|
|
10540
|
+
fill = '#000',
|
|
10541
|
+
size = 24,
|
|
10542
|
+
tooltip = 'Calendar Schedule',
|
|
10543
|
+
...props
|
|
10544
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10545
|
+
width: `${size}px`,
|
|
10546
|
+
height: `${size}px`,
|
|
10547
|
+
viewBox: "0 0 16 16",
|
|
10548
|
+
fill: "none",
|
|
10549
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10550
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
10551
|
+
...props,
|
|
10552
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
10553
|
+
children: tooltip
|
|
10554
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10555
|
+
d: "M4.0625 1C4.30412 1 4.5 1.19588 4.5 1.4375V1.875H11.5V1.4375C11.5 1.19588 11.6959 1 11.9375 1C12.1791 1 12.375 1.19588 12.375 1.4375V1.875H13.25C14.2165 1.875 15 2.6585 15 3.625V13.25C15 14.2165 14.2165 15 13.25 15H2.75C1.7835 15 1 14.2165 1 13.25V3.625C1 2.6585 1.7835 1.875 2.75 1.875H3.625V1.4375C3.625 1.19588 3.82088 1 4.0625 1ZM2.75 2.75C2.26675 2.75 1.875 3.14175 1.875 3.625V4.5H14.125V3.625C14.125 3.14175 13.7332 2.75 13.25 2.75H2.75ZM14.125 5.375H1.875V13.25C1.875 13.7332 2.26675 14.125 2.75 14.125H13.25C13.7332 14.125 14.125 13.7332 14.125 13.25V5.375Z",
|
|
10556
|
+
fill: fill
|
|
10557
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10558
|
+
d: "M10.625 7.5625C10.625 7.32088 10.8209 7.125 11.0625 7.125H11.9375C12.1791 7.125 12.375 7.32088 12.375 7.5625V8.4375C12.375 8.67912 12.1791 8.875 11.9375 8.875H11.0625C10.8209 8.875 10.625 8.67912 10.625 8.4375V7.5625Z",
|
|
10559
|
+
fill: fill
|
|
10560
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10561
|
+
d: "M8 7.5625C8 7.32088 8.19588 7.125 8.4375 7.125H9.3125C9.55412 7.125 9.75 7.32088 9.75 7.5625V8.4375C9.75 8.67912 9.55412 8.875 9.3125 8.875H8.4375C8.19588 8.875 8 8.67912 8 8.4375V7.5625Z",
|
|
10562
|
+
fill: fill
|
|
10563
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10564
|
+
d: "M6.25 10.1875C6.25 9.94588 6.44588 9.75 6.6875 9.75H7.5625C7.80412 9.75 8 9.94588 8 10.1875V11.0625C8 11.3041 7.80412 11.5 7.5625 11.5H6.6875C6.44588 11.5 6.25 11.3041 6.25 11.0625V10.1875Z",
|
|
10565
|
+
fill: fill
|
|
10566
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10567
|
+
d: "M3.625 10.1875C3.625 9.94588 3.82088 9.75 4.0625 9.75H4.9375C5.17912 9.75 5.375 9.94588 5.375 10.1875V11.0625C5.375 11.3041 5.17912 11.5 4.9375 11.5H4.0625C3.82088 11.5 3.625 11.3041 3.625 11.0625V10.1875Z",
|
|
10568
|
+
fill: fill
|
|
10569
|
+
})]
|
|
10570
|
+
});
|
|
10571
|
+
const CalendarSchedule_ICON_NAME = 'calendar-schedule';
|
|
10130
10572
|
;// ./src/components/Icon/icons/CarrotDown.tsx
|
|
10131
10573
|
|
|
10132
10574
|
const CarrotDown = ({
|
|
@@ -10231,6 +10673,61 @@ const CarrotUp = ({
|
|
|
10231
10673
|
})]
|
|
10232
10674
|
});
|
|
10233
10675
|
const CarrotUp_ICON_NAME = 'carrot-up';
|
|
10676
|
+
;// ./src/components/Icon/icons/CardText.tsx
|
|
10677
|
+
|
|
10678
|
+
const CardText = ({
|
|
10679
|
+
fill = '#000',
|
|
10680
|
+
size = 24,
|
|
10681
|
+
tooltip = 'Card Text',
|
|
10682
|
+
...props
|
|
10683
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10684
|
+
width: `${size}px`,
|
|
10685
|
+
height: `${size}px`,
|
|
10686
|
+
viewBox: "0 0 16 16",
|
|
10687
|
+
fill: "none",
|
|
10688
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10689
|
+
...props,
|
|
10690
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
10691
|
+
children: tooltip
|
|
10692
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10693
|
+
d: "M14.5 3C14.7761 3 15 3.22386 15 3.5V12.5C15 12.7761 14.7761 13 14.5 13H1.5C1.22386 13 1 12.7761 1 12.5V3.5C1 3.22386 1.22386 3 1.5 3H14.5ZM1.5 2C0.671573 2 0 2.67157 0 3.5V12.5C0 13.3284 0.671573 14 1.5 14H14.5C15.3284 14 16 13.3284 16 12.5V3.5C16 2.67157 15.3284 2 14.5 2H1.5Z",
|
|
10694
|
+
fill: fill
|
|
10695
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10696
|
+
d: "M3 5.5C3 5.22386 3.22386 5 3.5 5H12.5C12.7761 5 13 5.22386 13 5.5C13 5.77614 12.7761 6 12.5 6H3.5C3.22386 6 3 5.77614 3 5.5ZM3 8C3 7.72386 3.22386 7.5 3.5 7.5H12.5C12.7761 7.5 13 7.72386 13 8C13 8.27614 12.7761 8.5 12.5 8.5H3.5C3.22386 8.5 3 8.27614 3 8ZM3 10.5C3 10.2239 3.22386 10 3.5 10H9.5C9.77614 10 10 10.2239 10 10.5C10 10.7761 9.77614 11 9.5 11H3.5C3.22386 11 3 10.7761 3 10.5Z",
|
|
10697
|
+
fill: fill
|
|
10698
|
+
})]
|
|
10699
|
+
});
|
|
10700
|
+
const CardText_ICON_NAME = 'card-text';
|
|
10701
|
+
;// ./src/components/Icon/icons/Case.tsx
|
|
10702
|
+
|
|
10703
|
+
const Case = ({
|
|
10704
|
+
fill = '#000',
|
|
10705
|
+
size = 24,
|
|
10706
|
+
tooltip = 'Case',
|
|
10707
|
+
...props
|
|
10708
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10709
|
+
width: `${size}px`,
|
|
10710
|
+
height: `${size}px`,
|
|
10711
|
+
viewBox: "0 0 24 24",
|
|
10712
|
+
fill: "none",
|
|
10713
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10714
|
+
...props,
|
|
10715
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
10716
|
+
children: tooltip
|
|
10717
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10718
|
+
fillRule: "evenodd",
|
|
10719
|
+
clipRule: "evenodd",
|
|
10720
|
+
d: "M20.3019 5.32075H16.1509V3.66038C16.1509 2.74717 15.4038 2 14.4906 2H9.50943C8.59623 2 7.84906 2.74717 7.84906 3.66038V5.32075H3.69811C2.20377 5.32075 1 6.52453 1 8.01887V19.6415C1 21.1358 2.20377 22.3396 3.69811 22.3396H20.3019C21.7962 22.3396 23 21.1358 23 19.6415V8.01887C23 6.52453 21.7962 5.32075 20.3019 5.32075ZM9.09434 3.66038C9.09434 3.43208 9.28113 3.24528 9.50943 3.24528H14.4906C14.7189 3.24528 14.9057 3.43208 14.9057 3.66038V5.32075H9.09434V3.66038ZM5.15094 21.0943H3.69811C2.88868 21.0943 2.24528 20.4509 2.24528 19.6415V8.01887C2.24528 7.20943 2.88868 6.56604 3.69811 6.56604H5.15094H6.39623H17.6038H18.8491H20.3019C21.1113 6.56604 21.7547 7.20943 21.7547 8.01887V19.6415C21.7547 20.4509 21.1113 21.0943 20.3019 21.0943H18.8491H17.6038H6.39623H5.15094Z",
|
|
10721
|
+
fill: fill
|
|
10722
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10723
|
+
d: "M17.6038 6.56604V21.0943H18.8491V6.56604H17.6038Z",
|
|
10724
|
+
fill: fill
|
|
10725
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10726
|
+
d: "M5.15094 6.56604V21.0943H6.39623V6.56604H5.15094Z",
|
|
10727
|
+
fill: fill
|
|
10728
|
+
})]
|
|
10729
|
+
});
|
|
10730
|
+
const Case_ICON_NAME = 'case';
|
|
10234
10731
|
;// ./src/components/Icon/icons/Certification.tsx
|
|
10235
10732
|
|
|
10236
10733
|
const Certification = ({
|
|
@@ -10310,11 +10807,41 @@ const CertificationExpiring = ({
|
|
|
10310
10807
|
})]
|
|
10311
10808
|
});
|
|
10312
10809
|
const CertificationExpiring_ICON_NAME = 'certification-expiring';
|
|
10810
|
+
;// ./src/components/Icon/icons/Camera.tsx
|
|
10811
|
+
|
|
10812
|
+
const Camera = ({
|
|
10813
|
+
fill = '#000',
|
|
10814
|
+
size = 24,
|
|
10815
|
+
tooltip = 'Camera',
|
|
10816
|
+
...props
|
|
10817
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10818
|
+
width: `${size}px`,
|
|
10819
|
+
height: `${size}px`,
|
|
10820
|
+
viewBox: "0 0 24 24",
|
|
10821
|
+
fill: "none",
|
|
10822
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10823
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
10824
|
+
...props,
|
|
10825
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
10826
|
+
children: tooltip
|
|
10827
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10828
|
+
fillRule: "evenodd",
|
|
10829
|
+
clipRule: "evenodd",
|
|
10830
|
+
d: "M12 7.7002C14.7571 7.7002 17 9.94311 17 12.7002C16.9999 15.4572 14.757 17.7002 12 17.7002C9.24298 17.7002 7.00012 15.4572 7 12.7002C7 9.94311 9.24291 7.7002 12 7.7002ZM12 8.90918C9.90183 8.90918 8.20898 10.602 8.20898 12.7002C8.2091 14.7983 9.9019 16.4912 12 16.4912C14.0981 16.4912 15.7909 14.7983 15.791 12.7002C15.791 10.602 14.0982 8.90918 12 8.90918Z",
|
|
10831
|
+
fill: fill
|
|
10832
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
10833
|
+
fillRule: "evenodd",
|
|
10834
|
+
clipRule: "evenodd",
|
|
10835
|
+
d: "M14.4004 3.30469C15.2514 3.30469 16.0416 3.74988 16.4795 4.47461L17.0811 5.4707H20.2588C21.7917 5.47077 23.0447 6.71602 23.0449 8.23926V17.9268C23.0447 19.4498 21.7923 20.6952 20.2598 20.6953H3.53613C2.00336 20.6953 0.750306 19.4506 0.75 17.9277V8.23926C0.750193 6.716 2.00321 5.47074 3.53613 5.4707H6.71387L7.31348 4.47754C7.75233 3.75072 8.54501 3.30482 9.39746 3.30469H14.4004ZM9.39746 4.66797C9.0254 4.6681 8.68159 4.86189 8.49023 5.17871L7.69043 6.50293L7.56445 6.71289L7.49121 6.83398H3.53613C2.75126 6.83402 2.12226 7.45935 2.12207 8.23926V17.9277C2.12237 18.7069 2.75121 19.332 3.53613 19.332H20.2598C21.0439 19.3319 21.6726 18.7067 21.6729 17.9268V8.23926C21.6727 7.45937 21.0436 6.83405 20.2588 6.83398H16.3037L16.2314 6.71289L15.3027 5.17578C15.112 4.86035 14.7705 4.66797 14.4004 4.66797H9.39746Z",
|
|
10836
|
+
fill: fill
|
|
10837
|
+
})]
|
|
10838
|
+
});
|
|
10839
|
+
const Camera_ICON_NAME = 'camera';
|
|
10313
10840
|
;// ./src/components/Icon/icons/Change.tsx
|
|
10314
10841
|
|
|
10315
10842
|
const Change = ({
|
|
10316
10843
|
fill = '#000',
|
|
10317
|
-
size =
|
|
10844
|
+
size = 24,
|
|
10318
10845
|
tooltip = 'Change',
|
|
10319
10846
|
...props
|
|
10320
10847
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10336,7 +10863,7 @@ const Change_ICON_NAME = 'change';
|
|
|
10336
10863
|
|
|
10337
10864
|
const Chart = ({
|
|
10338
10865
|
fill = '#000',
|
|
10339
|
-
size =
|
|
10866
|
+
size = 24,
|
|
10340
10867
|
tooltip = 'Chart',
|
|
10341
10868
|
...props
|
|
10342
10869
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10529,7 +11056,7 @@ const Circle_ICON_NAME = 'circle';
|
|
|
10529
11056
|
|
|
10530
11057
|
const Circular = ({
|
|
10531
11058
|
fill = '#000',
|
|
10532
|
-
size =
|
|
11059
|
+
size = 24,
|
|
10533
11060
|
tooltip = 'Circular',
|
|
10534
11061
|
...props
|
|
10535
11062
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10554,7 +11081,7 @@ const Circular_ICON_NAME = 'circular';
|
|
|
10554
11081
|
|
|
10555
11082
|
const Clock = ({
|
|
10556
11083
|
fill = '#000',
|
|
10557
|
-
size =
|
|
11084
|
+
size = 24,
|
|
10558
11085
|
tooltip = 'Clock',
|
|
10559
11086
|
...props
|
|
10560
11087
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10652,12 +11179,73 @@ const Cogwheel = ({
|
|
|
10652
11179
|
})]
|
|
10653
11180
|
});
|
|
10654
11181
|
const Cogwheel_ICON_NAME = 'cogwheel';
|
|
10655
|
-
;// ./src/components/Icon/icons/
|
|
11182
|
+
;// ./src/components/Icon/icons/Comments.tsx
|
|
11183
|
+
|
|
11184
|
+
const Comments = ({
|
|
11185
|
+
fill = '#000',
|
|
11186
|
+
size = 24,
|
|
11187
|
+
tooltip = 'Comments',
|
|
11188
|
+
...props
|
|
11189
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11190
|
+
width: `${size}px`,
|
|
11191
|
+
height: `${size}px`,
|
|
11192
|
+
viewBox: "0 0 24 24",
|
|
11193
|
+
fill: "none",
|
|
11194
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11195
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11196
|
+
...props,
|
|
11197
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11198
|
+
children: tooltip
|
|
11199
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11200
|
+
d: "M6.60002 5.90002C6.21343 5.90002 5.90002 6.21343 5.90002 6.60002C5.90002 6.98662 6.21343 7.30002 6.60002 7.30002H17.4C17.7866 7.30002 18.1 6.98662 18.1 6.60002C18.1 6.21343 17.7866 5.90002 17.4 5.90002H6.60002Z",
|
|
11201
|
+
fill: fill
|
|
11202
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11203
|
+
d: "M6.60002 8.90002C6.21343 8.90002 5.90002 9.21342 5.90002 9.60002C5.90002 9.98662 6.21343 10.3 6.60002 10.3H17.4C17.7866 10.3 18.1 9.98662 18.1 9.60002C18.1 9.21342 17.7866 8.90002 17.4 8.90002H6.60002Z",
|
|
11204
|
+
fill: fill
|
|
11205
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11206
|
+
d: "M6.60002 11.9C6.21343 11.9 5.90002 12.2134 5.90002 12.6C5.90002 12.9866 6.21343 13.3 6.60002 13.3H12.6C12.9866 13.3 13.3 12.9866 13.3 12.6C13.3 12.2134 12.9866 11.9 12.6 11.9H6.60002Z",
|
|
11207
|
+
fill: fill
|
|
11208
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11209
|
+
fillRule: "evenodd",
|
|
11210
|
+
clipRule: "evenodd",
|
|
11211
|
+
d: "M1.90002 5.27592C1.90002 3.58211 3.34451 2.23474 5.06528 2.23474H18.9348C20.6555 2.23474 22.1 3.58211 22.1 5.27592V14.6877C22.1 16.3815 20.6551 17.7289 18.9348 17.7289H12.115L7.51371 21.493C7.11062 21.8227 6.58787 21.8313 6.17087 21.6339C5.75387 21.4364 5.42944 21.0266 5.42944 20.5057V17.7289H5.06528C3.34451 17.7289 1.90002 16.3815 1.90002 14.6877V5.27592ZM3.27649 5.27592C3.27649 4.37154 4.04892 3.61121 5.06528 3.61121H18.9348C19.9511 3.61121 20.7236 4.37154 20.7236 5.27592V9.87511C20.7131 9.94392 20.7131 10.0139 20.7236 10.0827V14.6877C20.7236 15.592 19.9504 16.3524 18.9348 16.3524H11.8689C11.7101 16.3526 11.5563 16.4077 11.4334 16.5083L6.80591 20.2947V17.0406C6.80589 16.8581 6.73337 16.683 6.60431 16.554C6.47525 16.4249 6.3002 16.3524 6.11768 16.3524H5.06528C4.04892 16.3524 3.27649 15.5921 3.27649 14.6877V5.27592Z",
|
|
11212
|
+
fill: fill
|
|
11213
|
+
})]
|
|
11214
|
+
});
|
|
11215
|
+
const Comments_ICON_NAME = 'comments';
|
|
11216
|
+
;// ./src/components/Icon/icons/Briefcase.tsx
|
|
11217
|
+
|
|
11218
|
+
const Briefcase = ({
|
|
11219
|
+
fill = '#000',
|
|
11220
|
+
size = 24,
|
|
11221
|
+
tooltip = 'Briefcase',
|
|
11222
|
+
...props
|
|
11223
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11224
|
+
width: `${size}px`,
|
|
11225
|
+
height: `${size}px`,
|
|
11226
|
+
viewBox: "0 0 24 24",
|
|
11227
|
+
fill: "none",
|
|
11228
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11229
|
+
...props,
|
|
11230
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11231
|
+
children: tooltip
|
|
11232
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11233
|
+
fillRule: "evenodd",
|
|
11234
|
+
clipRule: "evenodd",
|
|
11235
|
+
d: "M19.5 5.66211C20.9328 5.66211 22.0879 6.81716 22.0879 8.25V19.5C22.0879 20.9328 20.9328 22.0879 19.5 22.0879H4.5C3.06716 22.0879 1.91211 20.9328 1.91211 19.5V8.25C1.91211 6.81716 3.06716 5.66211 4.5 5.66211H19.5ZM20.6621 12.6475C18.2913 13.8673 15.7332 14.5598 13.1504 14.7188V15.5C13.1504 16.1351 12.6351 16.6504 12 16.6504C11.3649 16.6504 10.8496 16.1351 10.8496 15.5V14.7188C8.26676 14.5598 5.70866 13.8673 3.33789 12.6475V19.5C3.33789 20.1484 3.85159 20.6621 4.5 20.6621H19.5C20.1484 20.6621 20.6621 20.1484 20.6621 19.5V12.6475ZM4.5 7.08789C3.85159 7.08789 3.33789 7.60159 3.33789 8.25V11.0303C8.70937 14.0964 15.2906 14.0964 20.6621 11.0303V8.25C20.6621 7.60159 20.1484 7.08789 19.5 7.08789H4.5Z",
|
|
11236
|
+
fill: fill
|
|
11237
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11238
|
+
d: "M13.5 1.91211C14.9328 1.91211 16.0879 3.06716 16.0879 4.5C16.0879 4.90159 15.7766 5.21289 15.375 5.21289C14.9734 5.21289 14.6621 4.90159 14.6621 4.5C14.6621 3.85159 14.1484 3.33789 13.5 3.33789H10.5C9.85159 3.33789 9.33789 3.85159 9.33789 4.5C9.33789 4.90159 9.02659 5.21289 8.625 5.21289C8.22341 5.21289 7.91211 4.90159 7.91211 4.5C7.91211 3.06716 9.06716 1.91211 10.5 1.91211H13.5Z",
|
|
11239
|
+
fill: fill
|
|
11240
|
+
})]
|
|
11241
|
+
});
|
|
11242
|
+
const Briefcase_ICON_NAME = 'briefcase';
|
|
11243
|
+
;// ./src/components/Icon/icons/Building.tsx
|
|
10656
11244
|
|
|
10657
|
-
const
|
|
11245
|
+
const Building = ({
|
|
10658
11246
|
fill = '#000',
|
|
10659
11247
|
size = 24,
|
|
10660
|
-
tooltip = '
|
|
11248
|
+
tooltip = 'Building',
|
|
10661
11249
|
...props
|
|
10662
11250
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
10663
11251
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10673,12 +11261,40 @@ const Company = ({
|
|
|
10673
11261
|
fill: fill
|
|
10674
11262
|
})]
|
|
10675
11263
|
});
|
|
10676
|
-
const
|
|
11264
|
+
const Building_ICON_NAME = 'building';
|
|
11265
|
+
;// ./src/components/Icon/icons/Compensation.tsx
|
|
11266
|
+
|
|
11267
|
+
const Compensation = ({
|
|
11268
|
+
fill = '#000',
|
|
11269
|
+
size = 24,
|
|
11270
|
+
tooltip = 'Compensation',
|
|
11271
|
+
...props
|
|
11272
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11273
|
+
width: `${size}px`,
|
|
11274
|
+
height: `${size}px`,
|
|
11275
|
+
viewBox: "0 0 24 24",
|
|
11276
|
+
fill: "none",
|
|
11277
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11278
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11279
|
+
...props,
|
|
11280
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11281
|
+
children: tooltip
|
|
11282
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11283
|
+
d: "M19.4883 14.3203C19.4882 15.0953 18.8755 15.7332 18.1074 15.7334C17.3372 15.7334 16.7267 15.0952 16.7266 14.3203C16.7266 13.5454 17.3371 12.9062 18.1074 12.9062C18.8756 12.9064 19.4883 13.5452 19.4883 14.3203Z",
|
|
11284
|
+
fill: fill
|
|
11285
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11286
|
+
fillRule: "evenodd",
|
|
11287
|
+
clipRule: "evenodd",
|
|
11288
|
+
d: "M18.1309 5.25683C18.1309 5.6447 17.8166 5.95891 17.4287 5.95898C17.0408 5.95898 16.7266 5.64475 16.7266 5.25683V4.15332C16.7266 3.79067 16.6998 3.52715 16.6621 3.36718C16.642 3.28189 16.6252 3.2346 16.6133 3.20996C16.6115 3.20621 16.6097 3.2034 16.6084 3.20117C16.6024 3.19918 16.5932 3.19792 16.5811 3.19531C16.542 3.1869 16.4763 3.18001 16.3721 3.18164C16.1719 3.18478 15.8615 3.24043 15.416 3.36133C14.1091 3.71557 6.55979 5.86085 6.07031 6L6.04102 6.01465C5.70761 6.1451 5.4231 6.27138 5.18066 6.3916C5.19171 6.39147 5.20277 6.39062 5.21387 6.39062H18.7861C20.3455 6.39086 21.75 7.73598 21.75 9.36035V19.3818C21.75 20.9513 20.4976 22.25 18.9551 22.25H5.04492C3.5024 22.25 2.25 20.9513 2.25 19.3818V9.43261C2.25003 9.37189 2.25896 9.30231 2.26367 9.25879V8.95215C2.26548 7.98404 2.37299 7.11249 2.90527 6.37695C3.43807 5.64208 4.29854 5.15759 5.57617 4.66211L5.57715 4.66113C5.58893 4.65657 5.61631 4.64547 5.64648 4.63769L5.66406 4.63281C5.67928 4.62848 5.7022 4.62258 5.73145 4.61426L5.98828 4.54101L6.91602 4.27734C7.68972 4.05736 8.73554 3.75925 9.8252 3.45019C12.0035 2.83236 14.3593 2.16721 15.0586 1.97754L15.4131 1.88574C15.7549 1.80447 16.0612 1.75446 16.3506 1.75C16.7331 1.74413 17.1301 1.81447 17.4541 2.06445C17.7787 2.31504 17.9443 2.68841 18.0254 3.03418C18.1058 3.3771 18.1309 3.74074 18.1309 4.15332V5.25683ZM19.8457 8.31152C20.1541 8.61475 20.3457 9.00129 20.3457 9.36035V19.3818C20.3457 20.1851 19.7186 20.8193 18.9551 20.8193H5.04492C4.27959 20.8193 3.6543 20.1869 3.6543 19.3818V10.1211L3.66797 9.35937C3.69215 9.09255 3.83091 8.69554 4.09082 8.38672C4.37847 8.04386 4.75504 7.82142 5.21387 7.82129H18.7861C19.1451 7.82143 19.5374 8.00841 19.8457 8.31152Z",
|
|
11289
|
+
fill: fill
|
|
11290
|
+
})]
|
|
11291
|
+
});
|
|
11292
|
+
const Compensation_ICON_NAME = 'compensation';
|
|
10677
11293
|
;// ./src/components/Icon/icons/ConfirmEmail.tsx
|
|
10678
11294
|
|
|
10679
11295
|
const ConfirmEmail = ({
|
|
10680
11296
|
fill = '#000',
|
|
10681
|
-
size =
|
|
11297
|
+
size = 24,
|
|
10682
11298
|
tooltip = 'Confirm Email',
|
|
10683
11299
|
...props
|
|
10684
11300
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10701,11 +11317,39 @@ const ConfirmEmail = ({
|
|
|
10701
11317
|
})]
|
|
10702
11318
|
});
|
|
10703
11319
|
const ConfirmEmail_ICON_NAME = 'confirm-email';
|
|
11320
|
+
;// ./src/components/Icon/icons/Contacts.tsx
|
|
11321
|
+
|
|
11322
|
+
const Contacts = ({
|
|
11323
|
+
fill = '#000',
|
|
11324
|
+
size = 24,
|
|
11325
|
+
tooltip = 'Contacts',
|
|
11326
|
+
...props
|
|
11327
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11328
|
+
width: `${size}px`,
|
|
11329
|
+
height: `${size}px`,
|
|
11330
|
+
viewBox: "0 0 24 24",
|
|
11331
|
+
fill: "none",
|
|
11332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11333
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11334
|
+
...props,
|
|
11335
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11336
|
+
children: tooltip
|
|
11337
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11338
|
+
d: "M11 13C13.2091 13 15 11.2091 15 9C15 6.79086 13.2091 5 11 5C8.79086 5 7 6.79086 7 9C7 11.2091 8.79086 13 11 13ZM13.6667 9C13.6667 10.4728 12.4728 11.6667 11 11.6667C9.52724 11.6667 8.33333 10.4728 8.33333 9C8.33333 7.52724 9.52724 6.33333 11 6.33333C12.4728 6.33333 13.6667 7.52724 13.6667 9Z",
|
|
11339
|
+
fill: fill
|
|
11340
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11341
|
+
fillRule: "evenodd",
|
|
11342
|
+
clipRule: "evenodd",
|
|
11343
|
+
d: "M1.90002 6.28574C1.90002 3.86931 3.86931 1.90002 6.28574 1.90002H17.7143C20.1307 1.90002 22.1 3.86931 22.1 6.28574V17.7143C22.1 20.1307 20.1307 22.1 17.7143 22.1H6.28574C3.86931 22.1 1.90002 20.1307 1.90002 17.7143V6.28574ZM19.2429 6.66193V3.46326C20.2537 4.00831 20.9476 5.05542 20.9476 6.28574V6.66193H19.2429ZM19.2429 11.4238V7.81431H20.9476V11.4238H19.2429ZM19.2429 16.1857V12.5762H20.9476V16.1857H19.2429ZM19.2429 20.5368V17.3381H20.9476V17.7143C20.9476 18.9446 20.2537 19.9917 19.2429 20.5368ZM4.33333 19.662C4.33333 19.662 4.32253 19.9659 4.35 20.1016C4.3829 20.264 4.53902 20.4172 4.63127 20.4956C5.11474 20.7829 5.6803 20.9476 6.28574 20.9476H17.0078C17.5017 20.7953 17.6666 20.3441 17.6666 19.662C17.6647 19.333 17.4616 18.3473 16.5572 17.4428C15.6875 16.5731 14.0521 15.6667 11 15.6667C7.94784 15.6667 6.31247 16.5731 5.4428 17.4428C4.53834 18.3473 4.33523 19.333 4.33333 19.662ZM3.05241 6.28574C3.05241 4.49455 4.49455 3.05241 6.28574 3.05241H17.7143C17.7851 3.05241 17.8531 3.06736 17.9289 3.08783L17.9717 3.09963C18.0091 3.11003 18.0491 3.12116 18.0905 3.1307V17.1944C17.0618 15.7608 14.9825 14.3333 11 14.3333C5.63623 14.3333 3.72486 16.9226 3.18264 18.6291C3.09785 18.3393 3.05241 18.0323 3.05241 17.7143V6.28574ZM15 9C15 11.2091 13.2091 13 11 13C8.79086 13 7 11.2091 7 9C7 6.79086 8.79086 5 11 5C13.2091 5 15 6.79086 15 9ZM11 11.6667C12.4728 11.6667 13.6667 10.4728 13.6667 9C13.6667 7.52724 12.4728 6.33333 11 6.33333C9.52724 6.33333 8.33333 7.52724 8.33333 9C8.33333 10.4728 9.52724 11.6667 11 11.6667Z",
|
|
11344
|
+
fill: fill
|
|
11345
|
+
})]
|
|
11346
|
+
});
|
|
11347
|
+
const Contacts_ICON_NAME = 'contacts';
|
|
10704
11348
|
;// ./src/components/Icon/icons/Copy.tsx
|
|
10705
11349
|
|
|
10706
11350
|
const Copy = ({
|
|
10707
11351
|
fill = '#000',
|
|
10708
|
-
size =
|
|
11352
|
+
size = 24,
|
|
10709
11353
|
tooltip = 'Copy',
|
|
10710
11354
|
...props
|
|
10711
11355
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -10723,6 +11367,36 @@ const Copy = ({
|
|
|
10723
11367
|
})]
|
|
10724
11368
|
});
|
|
10725
11369
|
const Copy_ICON_NAME = 'copy';
|
|
11370
|
+
;// ./src/components/Icon/icons/CopyLink.tsx
|
|
11371
|
+
|
|
11372
|
+
const CopyLink = ({
|
|
11373
|
+
fill = '#000',
|
|
11374
|
+
size = 24,
|
|
11375
|
+
tooltip = 'Copy Link',
|
|
11376
|
+
...props
|
|
11377
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11378
|
+
width: `${size}px`,
|
|
11379
|
+
height: `${size}px`,
|
|
11380
|
+
viewBox: "0 0 24 24",
|
|
11381
|
+
fill: "none",
|
|
11382
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11383
|
+
...props,
|
|
11384
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11385
|
+
children: tooltip
|
|
11386
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11387
|
+
d: "M10.1006 12.6484C10.2704 12.4728 10.5554 12.4072 10.7852 12.5596C10.9121 12.6439 11.0328 12.7429 11.1445 12.8545C11.5693 13.2794 11.795 13.8282 11.8262 14.3848L11.8311 14.4727L11.832 14.4834L11.8311 14.4844L11.832 14.4883V14.5117L11.833 14.5244V14.5312L11.8301 14.6211V14.625C11.8283 14.6595 11.8254 14.6948 11.8223 14.7295V14.7354C11.8223 14.7354 11.8216 14.741 11.8213 14.7432C11.821 14.7453 11.8203 14.749 11.8203 14.749L11.8193 14.7529C11.8191 14.7549 11.8193 14.7578 11.8193 14.7578C11.8053 14.8937 11.7788 15.029 11.7412 15.1611C11.7374 15.1745 11.7335 15.1917 11.7285 15.208C11.7013 15.2964 11.6683 15.3813 11.6338 15.4609L11.6309 15.4668L11.6016 15.5273C11.4896 15.7616 11.3391 15.9831 11.1455 16.1768L9.81055 17.5117C8.89319 18.4289 7.40571 18.4287 6.48828 17.5117C5.57157 16.5943 5.57121 15.1067 6.48828 14.1895L6.93652 13.7412C7.09045 13.5872 7.30132 13.5767 7.46387 13.6377C7.62447 13.6983 7.77129 13.8394 7.81152 14.0361C7.84257 14.1893 7.80176 14.3584 7.68262 14.4775L7.22949 14.9316C6.72227 15.4391 6.72236 16.2626 7.22949 16.7705C7.73722 17.2778 8.56062 17.2777 9.06836 16.7705L10.4033 15.4355L10.4043 15.4336L10.5059 15.3184L10.5068 15.3164L10.5332 15.2812C10.5568 15.2489 10.5797 15.2148 10.6006 15.1797C10.6591 15.0813 10.7031 14.9767 10.7334 14.8691C10.8565 14.4313 10.7478 13.9404 10.4033 13.5957C10.3451 13.5377 10.2822 13.4859 10.2168 13.4414C10.0914 13.3561 10.0063 13.2225 9.97852 13.082C9.9505 12.9393 9.97933 12.7739 10.1006 12.6484Z",
|
|
11388
|
+
fill: fill
|
|
11389
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11390
|
+
d: "M10.1895 10.4883C11.1067 9.57123 12.5943 9.57158 13.5117 10.4883C14.4287 11.4057 14.4288 12.8932 13.5117 13.8105L13.0635 14.2588C12.9095 14.4125 12.6987 14.4224 12.5361 14.3613C12.3755 14.3006 12.2287 14.1595 12.1885 13.9629C12.1575 13.8097 12.1982 13.6408 12.3174 13.5215L12.7705 13.0684C13.2779 12.5607 13.2776 11.7373 12.7705 11.2295C12.2628 10.7226 11.4393 10.7223 10.9316 11.2295L9.5957 12.5645C9.54431 12.6159 9.49935 12.6713 9.45898 12.7275C9.44152 12.7519 9.4237 12.7778 9.40723 12.8047C9.39513 12.8244 9.38485 12.8424 9.375 12.8604C9.35734 12.8927 9.33964 12.9283 9.32324 12.9658L9.32031 12.9736L9.31934 12.9756L9.31055 12.9902L9.31152 12.9912C9.1197 13.461 9.21489 14.0217 9.5957 14.4033C9.65458 14.4622 9.71879 14.5145 9.78516 14.5596C9.91242 14.646 9.99725 14.7827 10.0244 14.9248C10.0517 15.0691 10.0215 15.2363 9.89648 15.3613C9.72642 15.5312 9.44687 15.5922 9.2207 15.4434C9.0916 15.3582 8.96796 15.2589 8.85449 15.1455C8.42978 14.7203 8.20275 14.1708 8.17188 13.6143L8.16895 13.5635V13.5566C8.16797 13.523 8.16718 13.4832 8.16797 13.4434V13.4365L8.17188 13.3555L8.16699 13.3506L8.17871 13.2549L8.18652 13.1787L8.1875 13.1758C8.20167 13.0683 8.22359 12.9604 8.25293 12.8545C8.26038 12.8277 8.26911 12.8024 8.27637 12.7793C8.30195 12.6978 8.33179 12.6187 8.36426 12.5439L8.36719 12.5371L8.39844 12.4727C8.51037 12.2383 8.66047 12.0164 8.85449 11.8223L10.1895 10.4883Z",
|
|
11391
|
+
fill: fill
|
|
11392
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11393
|
+
fillRule: "evenodd",
|
|
11394
|
+
clipRule: "evenodd",
|
|
11395
|
+
d: "M18 2C20.2091 2 22 3.79086 22 6V14C22 16.2091 20.2091 18 18 18C18 20.2091 16.2091 22 14 22H6C3.79086 22 2 20.2091 2 18V10C2 7.79086 3.79086 6 6 6C6 3.79086 7.79086 2 10 2H18ZM6 7.40039C4.56406 7.40039 3.40039 8.56406 3.40039 10V18C3.40039 19.4359 4.56406 20.5996 6 20.5996H14C15.4359 20.5996 16.5996 19.4359 16.5996 18V10C16.5996 8.56406 15.4359 7.40039 14 7.40039H6ZM10 3.40039C8.56406 3.40039 7.40039 4.56406 7.40039 6H14C16.2091 6 18 7.79086 18 10V16.5996C19.4359 16.5996 20.5996 15.4359 20.5996 14V6C20.5996 4.56406 19.4359 3.40039 18 3.40039H10Z",
|
|
11396
|
+
fill: fill
|
|
11397
|
+
})]
|
|
11398
|
+
});
|
|
11399
|
+
const CopyLink_ICON_NAME = 'copy-link';
|
|
10726
11400
|
;// ./src/components/Icon/icons/Cross.tsx
|
|
10727
11401
|
|
|
10728
11402
|
const Cross = ({
|
|
@@ -10755,6 +11429,88 @@ const Cross = ({
|
|
|
10755
11429
|
})]
|
|
10756
11430
|
});
|
|
10757
11431
|
const Cross_ICON_NAME = 'cross';
|
|
11432
|
+
;// ./src/components/Icon/icons/Delete.tsx
|
|
11433
|
+
|
|
11434
|
+
const Delete = ({
|
|
11435
|
+
fill = '#000',
|
|
11436
|
+
size = 24,
|
|
11437
|
+
tooltip = 'Delete',
|
|
11438
|
+
...props
|
|
11439
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11440
|
+
width: `${size}px`,
|
|
11441
|
+
height: `${size}px`,
|
|
11442
|
+
viewBox: "0 0 24 24",
|
|
11443
|
+
fill: "none",
|
|
11444
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11445
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11446
|
+
...props,
|
|
11447
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11448
|
+
children: tooltip
|
|
11449
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11450
|
+
d: "M9.76807 10.3282C9.44605 10.3282 9.18591 10.5883 9.18591 10.9103V18.3035C9.18591 18.6255 9.44605 18.8856 9.76807 18.8856C10.0901 18.8856 10.3502 18.6255 10.3502 18.3035V10.9103C10.3502 10.5883 10.0901 10.3282 9.76807 10.3282Z",
|
|
11451
|
+
fill: fill
|
|
11452
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11453
|
+
d: "M14.2682 10.3282C13.9462 10.3282 13.6861 10.5883 13.6861 10.9103V18.3035C13.6861 18.6255 13.9462 18.8856 14.2682 18.8856C14.5903 18.8856 14.8504 18.6255 14.8504 18.3035V10.9103C14.8504 10.5883 14.5903 10.3282 14.2682 10.3282Z",
|
|
11454
|
+
fill: fill
|
|
11455
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11456
|
+
fillRule: "evenodd",
|
|
11457
|
+
clipRule: "evenodd",
|
|
11458
|
+
d: "M10.1667 1.90002C9.31611 1.90002 8.62661 2.58953 8.62661 3.44008C8.62661 3.59993 8.651 3.75423 8.69629 3.89938H5.58935C4.38176 3.89938 3.39999 4.88115 3.39999 6.08874C3.39999 7.09498 4.08154 7.94412 5.00719 8.19957V18.3035C5.00719 20.3966 6.7106 22.1 8.80375 22.1H15.2326C17.3257 22.1 19.0291 20.3966 19.0291 18.3035V8.19787C19.9534 7.94216 20.6363 7.09551 20.6363 6.08874C20.6363 4.88115 19.6545 3.89938 18.447 3.89938H15.34C15.3853 3.75423 15.4097 3.59993 15.4097 3.44008C15.4097 2.58953 14.7202 1.90002 13.8696 1.90002H10.1667ZM9.73178 3.44008C9.73178 3.1999 9.92648 3.0052 10.1667 3.0052H13.8696C14.1098 3.0052 14.3045 3.1999 14.3045 3.44008C14.3045 3.68025 14.1098 3.87495 13.8696 3.87495H10.1667C9.92648 3.87495 9.73178 3.68025 9.73178 3.44008ZM4.56431 6.08874C4.56431 5.52359 5.0242 5.0637 5.58935 5.0637H18.447C19.0121 5.0637 19.472 5.52359 19.472 6.08874C19.472 6.65389 19.0121 7.11378 18.447 7.11378H5.58935C5.0242 7.11378 4.56431 6.65389 4.56431 6.08874ZM6.17151 18.3035V8.2781H17.8648V18.3035C17.8648 19.7542 16.6833 20.9357 15.2326 20.9357H8.80375C7.35304 20.9357 6.17151 19.7542 6.17151 18.3035Z",
|
|
11459
|
+
fill: fill
|
|
11460
|
+
})]
|
|
11461
|
+
});
|
|
11462
|
+
const Delete_ICON_NAME = 'delete';
|
|
11463
|
+
;// ./src/components/Icon/icons/Document.tsx
|
|
11464
|
+
|
|
11465
|
+
const Document = ({
|
|
11466
|
+
fill = '#000',
|
|
11467
|
+
size = 24,
|
|
11468
|
+
tooltip = 'Document',
|
|
11469
|
+
...props
|
|
11470
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11471
|
+
width: `${size}px`,
|
|
11472
|
+
height: `${size}px`,
|
|
11473
|
+
viewBox: "0 0 16 16",
|
|
11474
|
+
fill: "none",
|
|
11475
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11476
|
+
...props,
|
|
11477
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11478
|
+
children: tooltip
|
|
11479
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11480
|
+
d: "M2.5 1C1.67157 1 1 1.67157 1 2.5V13.5C1 14.3284 1.67157 15 2.5 15H8.58579C8.98361 15 9.36514 14.842 9.64645 14.5607L14.5607 9.64645C14.842 9.36514 15 8.98361 15 8.58579V2.5C15 1.67157 14.3284 1 13.5 1H2.5ZM2 2.5C2 2.22386 2.22386 2 2.5 2H13.5C13.7761 2 14 2.22386 14 2.5V8H9.5C8.67157 8 8 8.67157 8 9.5V14H2.5C2.22386 14 2 13.7761 2 13.5V2.5ZM9 13.7929V9.5C9 9.22386 9.22386 9 9.5 9H13.7929L9 13.7929Z",
|
|
11481
|
+
fill: fill
|
|
11482
|
+
})]
|
|
11483
|
+
});
|
|
11484
|
+
const Document_ICON_NAME = 'document';
|
|
11485
|
+
;// ./src/components/Icon/icons/DiamondRing.tsx
|
|
11486
|
+
|
|
11487
|
+
const DiamondRing = ({
|
|
11488
|
+
fill = '#000',
|
|
11489
|
+
size = 24,
|
|
11490
|
+
tooltip = 'Diamond Ring',
|
|
11491
|
+
...props
|
|
11492
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11493
|
+
width: `${size}px`,
|
|
11494
|
+
height: `${size}px`,
|
|
11495
|
+
viewBox: "0 0 16 16",
|
|
11496
|
+
fill: "none",
|
|
11497
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11498
|
+
...props,
|
|
11499
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11500
|
+
children: tooltip
|
|
11501
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11502
|
+
fillRule: "evenodd",
|
|
11503
|
+
clipRule: "evenodd",
|
|
11504
|
+
d: "M6.46401 0.467226C6.53898 0.392249 6.64066 0.350118 6.74669 0.350098H9.2451C9.35112 0.350118 9.45283 0.392249 9.5278 0.467226L11.0268 1.96623C11.0989 2.0383 11.1408 2.13518 11.1438 2.23707C11.1468 2.33897 11.1109 2.43818 11.0432 2.51442L10.2823 3.37021C12.6844 4.28375 14.3918 6.59458 14.3918 9.30052C14.3918 12.8066 11.5232 15.6501 7.99591 15.6501C4.46859 15.6501 1.59998 12.8066 1.59998 9.30052C1.59998 6.59454 3.30712 4.28322 5.70906 3.36972L4.94871 2.51453C4.88105 2.43829 4.84497 2.33897 4.84802 2.23707C4.85107 2.13518 4.89291 2.0383 4.96501 1.96623L6.46401 0.467226ZM6.74672 0.650098C6.72025 0.65011 6.69487 0.660632 6.67615 0.679351L5.17712 2.17838C5.15912 2.19638 5.14865 2.2206 5.14788 2.24604C5.14712 2.27146 5.15609 2.29621 5.17295 2.31525L6.23063 3.50485L6.01678 3.57768C3.6211 4.39355 1.89998 6.64947 1.89998 9.30052C1.89998 12.6388 4.63209 15.3501 7.99591 15.3501C11.3597 15.3501 14.0918 12.6388 14.0918 9.30052C14.0918 6.64956 12.3705 4.39413 9.97455 3.57817L9.7607 3.50533L10.8188 2.31531C10.8357 2.29627 10.8447 2.27149 10.8439 2.24604C10.8432 2.2206 10.8327 2.1964 10.8147 2.1784L9.31567 0.679358C9.29696 0.660639 9.27157 0.65011 9.2451 0.650098M9.2451 0.650098H6.74672H9.2451ZM6.78804 0.849772H9.20378L10.6072 2.25317L8.64058 4.46486L8.56286 4.45566C8.50487 4.4488 8.44974 4.44124 8.39629 4.43392C8.25841 4.41502 8.1317 4.39766 7.99591 4.39766C7.86012 4.39766 7.73341 4.41502 7.59553 4.43392C7.54208 4.44124 7.48695 4.4488 7.42896 4.45566L7.35124 4.46486L5.38464 2.25317L6.78804 0.849772ZM6.9123 1.14977L5.79683 2.26525L7.47088 4.14794C7.49262 4.14504 7.51468 4.14201 7.53705 4.13894C7.68135 4.11915 7.83798 4.09766 7.99591 4.09766C8.15384 4.09766 8.31047 4.11915 8.45477 4.13894C8.47713 4.14201 8.4992 4.14504 8.52094 4.14794L10.195 2.26525L9.07952 1.14977H6.9123ZM9.60884 3.67639L9.70046 3.70383C12.1237 4.42963 13.8922 6.65574 13.8922 9.30052C13.8922 12.5345 11.2553 15.1504 7.99591 15.1504C4.73656 15.1504 2.09965 12.5345 2.09965 9.30052C2.09965 6.65549 3.8681 4.42941 6.29137 3.70383L6.38298 3.6764L7.10386 4.48748L6.86102 4.54619C4.73536 5.06013 3.14916 6.96428 3.14916 9.2444C3.14916 11.9182 5.32208 14.0912 7.99591 14.0912C10.6697 14.0912 12.8427 11.9182 12.8427 9.2444C12.8427 6.96428 11.2565 5.06013 9.13079 4.54619L8.88796 4.48748L9.60884 3.67639ZM6.2864 4.01932C4.03173 4.73636 2.39965 6.82669 2.39965 9.30052C2.39965 12.3666 4.90002 14.8504 7.99591 14.8504C11.0918 14.8504 13.5922 12.3666 13.5922 9.30052C13.5922 6.82694 11.9601 4.73658 9.70541 4.01933L9.43968 4.31831C11.5746 4.94417 13.1427 6.90711 13.1427 9.2444C13.1427 12.0839 10.8354 14.3912 7.99591 14.3912C5.1564 14.3912 2.84916 12.0839 2.84916 9.2444C2.84916 6.90711 4.4172 4.94417 6.55214 4.31831L6.2864 4.01932ZM7.99591 4.89733C5.59213 4.89733 3.64884 6.84062 3.64884 9.2444C3.64884 11.6482 5.59213 13.5915 7.99591 13.5915C10.3997 13.5915 12.343 11.6482 12.343 9.2444C12.343 6.84062 10.3997 4.89733 7.99591 4.89733ZM3.34884 9.2444C3.34884 6.67494 5.42644 4.59733 7.99591 4.59733C10.5654 4.59733 12.643 6.67494 12.643 9.2444C12.643 11.8139 10.5654 13.8915 7.99591 13.8915C5.42644 13.8915 3.34884 11.8139 3.34884 9.2444Z",
|
|
11505
|
+
fill: fill
|
|
11506
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11507
|
+
fillRule: "evenodd",
|
|
11508
|
+
clipRule: "evenodd",
|
|
11509
|
+
d: "M10.5 2.8H5.5V2H10.5V2.8Z",
|
|
11510
|
+
fill: fill
|
|
11511
|
+
})]
|
|
11512
|
+
});
|
|
11513
|
+
const DiamondRing_ICON_NAME = 'diamond-ring';
|
|
10758
11514
|
;// ./src/components/Icon/icons/Diet.tsx
|
|
10759
11515
|
|
|
10760
11516
|
const Diet = ({
|
|
@@ -10777,6 +11533,40 @@ const Diet = ({
|
|
|
10777
11533
|
})]
|
|
10778
11534
|
});
|
|
10779
11535
|
const Diet_ICON_NAME = 'diet';
|
|
11536
|
+
;// ./src/components/Icon/icons/Documents.tsx
|
|
11537
|
+
|
|
11538
|
+
const Documents = ({
|
|
11539
|
+
fill = '#000',
|
|
11540
|
+
size = 24,
|
|
11541
|
+
tooltip = 'Documents',
|
|
11542
|
+
...props
|
|
11543
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11544
|
+
width: `${size}px`,
|
|
11545
|
+
height: `${size}px`,
|
|
11546
|
+
viewBox: "0 0 24 24",
|
|
11547
|
+
fill: "none",
|
|
11548
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11549
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11550
|
+
...props,
|
|
11551
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11552
|
+
children: tooltip
|
|
11553
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11554
|
+
d: "M12.5898 16.9014C12.97 16.9014 13.2781 17.2097 13.2783 17.5898C13.2783 17.9701 12.9701 18.2783 12.5898 18.2783H6.68848C6.30824 18.2783 6 17.9701 6 17.5898C6.00017 17.2097 6.30834 16.9014 6.68848 16.9014H12.5898Z",
|
|
11555
|
+
fill: fill
|
|
11556
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11557
|
+
d: "M17.3115 13.9512C17.6918 13.9512 18 14.2594 18 14.6396C17.9998 15.0198 17.6917 15.3281 17.3115 15.3281H6.68848C6.30834 15.3281 6.00016 15.0198 6 14.6396C6 14.2594 6.30824 13.9512 6.68848 13.9512H17.3115Z",
|
|
11558
|
+
fill: fill
|
|
11559
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11560
|
+
d: "M17.3115 11C17.6917 11 18 11.3083 18 11.6885C18 12.0687 17.6918 12.3769 17.3115 12.377H6.68848C6.30824 12.3769 6 12.0687 6 11.6885C6.00003 11.3083 6.30825 11 6.68848 11H17.3115Z",
|
|
11561
|
+
fill: fill
|
|
11562
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11563
|
+
fillRule: "evenodd",
|
|
11564
|
+
clipRule: "evenodd",
|
|
11565
|
+
d: "M13.4541 1C14.0464 1 14.6155 1.23489 15.0342 1.6543L20.4111 7.03125C20.5006 7.12079 20.5613 7.23522 20.5859 7.35938C20.5903 7.38139 20.5966 7.48832 20.5986 7.51074V20.2344C20.5986 21.7553 19.3539 23 17.833 23H6.14551C4.62462 23 3.37988 21.7553 3.37988 20.2344V3.76562C3.37988 2.24473 4.62462 1 6.14551 1H13.4541ZM6.14551 2.28027C5.31924 2.28027 4.66016 2.93936 4.66016 3.76562V20.2344C4.66016 21.0606 5.31924 21.7197 6.14551 21.7197H17.833C18.6593 21.7197 19.3184 21.0606 19.3184 20.2344V10.04L19.3135 8.12402H15.708C15.0556 8.12397 14.4652 7.83945 14.0557 7.38867C13.695 6.99151 13.4747 6.46533 13.4746 5.89062V2.2959L13.4658 2.29004L13.4619 2.28809C13.455 2.28385 13.4506 2.28148 13.4482 2.28027H6.14551ZM14.7549 5.89062C14.755 6.42355 15.1751 6.84366 15.708 6.84375H18.4131L14.7549 3.18555V5.89062ZM3.48926 3.80566V3.80176L3.37988 3.76562L3.48926 3.80566Z",
|
|
11566
|
+
fill: fill
|
|
11567
|
+
})]
|
|
11568
|
+
});
|
|
11569
|
+
const Documents_ICON_NAME = 'documents';
|
|
10780
11570
|
;// ./src/components/Icon/icons/Edit.tsx
|
|
10781
11571
|
|
|
10782
11572
|
const Edit = ({
|
|
@@ -10813,6 +11603,31 @@ const Edit = ({
|
|
|
10813
11603
|
})]
|
|
10814
11604
|
});
|
|
10815
11605
|
const Edit_ICON_NAME = 'edit';
|
|
11606
|
+
;// ./src/components/Icon/icons/Education.tsx
|
|
11607
|
+
|
|
11608
|
+
const Education = ({
|
|
11609
|
+
fill = '#000',
|
|
11610
|
+
size = 24,
|
|
11611
|
+
tooltip = 'Education',
|
|
11612
|
+
...props
|
|
11613
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11614
|
+
width: `${size}px`,
|
|
11615
|
+
height: `${size}px`,
|
|
11616
|
+
viewBox: "0 0 24 24",
|
|
11617
|
+
fill: "none",
|
|
11618
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11619
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11620
|
+
...props,
|
|
11621
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11622
|
+
children: tooltip
|
|
11623
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11624
|
+
fillRule: "evenodd",
|
|
11625
|
+
clipRule: "evenodd",
|
|
11626
|
+
d: "M12.1104 4.75293H12.1162L12.3184 4.77051C12.5205 4.79687 12.7202 4.84919 12.9121 4.92676L21.5742 8.43457L21.7266 8.50977C22.0609 8.71083 22.2499 9.07246 22.25 9.42285L22.2441 9.53516C22.2357 9.60939 22.2185 9.68275 22.1943 9.75391L22.1533 9.8584C22.0585 10.0646 21.895 10.2486 21.6738 10.3652L21.5752 10.4111L21.415 10.4756C21.4156 10.5041 21.4171 10.5282 21.417 10.543V15.4102C21.8652 15.6316 22.2499 16.0342 22.25 16.6182C22.25 16.841 22.1907 17.0215 22.1221 17.1758L22.0518 17.3213C22.003 17.4197 21.9496 17.5171 21.8936 17.6104L21.7217 17.8779C21.4968 18.211 21.2739 18.4794 21.2666 18.4883L21.2676 18.4893C21.2206 18.546 21.1638 18.5943 21.1006 18.6328L21.0352 18.668C20.9452 18.7098 20.8477 18.7305 20.75 18.7305C20.6766 18.7305 20.6033 18.7189 20.5332 18.6953L20.4648 18.668C20.3748 18.626 20.295 18.5648 20.2324 18.4893C20.2229 18.4778 20.0988 18.3262 19.9443 18.1143L19.7783 17.8779C19.7214 17.7936 19.6626 17.7037 19.6064 17.6104L19.4482 17.3213C19.3565 17.1361 19.25 16.9151 19.25 16.6182C19.2501 16.0342 19.6348 15.6316 20.083 15.4102V11.0156L18.5 11.6582V16.9746L18.4863 17.1045C18.469 17.1891 18.4355 17.2695 18.3867 17.3408L18.3027 17.4404C18.2083 17.5323 18.089 17.5927 17.9619 17.6172L17.833 17.6299C16.1499 17.6299 14.7846 18.0069 13.8418 18.3828C13.3709 18.5706 13.0058 18.758 12.7598 18.8975C12.6368 18.9672 12.5431 19.0247 12.4814 19.0645C12.4506 19.0843 12.4279 19.1002 12.4131 19.1104C12.4057 19.1154 12.3998 19.1188 12.3965 19.1211L12.3936 19.124C12.279 19.2061 12.1406 19.25 12 19.25H11.9902L11.9795 19.249L11.9141 19.2441L11.9043 19.2432L11.8955 19.2412C11.8183 19.2292 11.7431 19.2041 11.6738 19.166L11.6074 19.124L11.6035 19.1211C11.6002 19.1188 11.5943 19.1154 11.5869 19.1104C11.5721 19.1002 11.5494 19.0843 11.5186 19.0645C11.4569 19.0247 11.3632 18.9672 11.2402 18.8975C10.9942 18.758 10.6291 18.5706 10.1582 18.3828C9.27427 18.0303 8.01888 17.6766 6.47852 17.6338L6.16699 17.6299C6.03646 17.6299 5.90863 17.5919 5.7998 17.5215L5.69727 17.4404C5.60297 17.3487 5.53973 17.2314 5.51367 17.1045L5.5 16.9746V11.6582L2.4248 10.4111C2.18728 10.3147 2.00567 10.1442 1.8916 9.94531L1.84668 9.8584C1.79948 9.75586 1.76843 9.64631 1.75586 9.53516L1.75 9.42285C1.75009 9.02265 1.99689 8.60817 2.4248 8.43457L11.0879 4.92676L11.3096 4.84961C11.5348 4.78326 11.7676 4.75 12 4.75H12.0068L12.1104 4.75293ZM11.6289 10.3428L11.2676 10.3555C10.2028 10.4017 9.27195 10.545 8.53223 10.7344L8.5332 10.7354L8.20508 10.8262C7.85396 10.9307 7.5594 11.044 7.33105 11.1543L7.125 11.2637C7.00839 11.3314 6.92358 11.3977 6.86914 11.4482C6.85448 11.4619 6.84288 11.475 6.83301 11.4854V16.3779C9.62214 16.5324 11.4337 17.4976 12 17.8457C12.5663 17.4976 14.3779 16.5324 17.167 16.3779V11.4854C17.1571 11.475 17.1455 11.4619 17.1309 11.4482C17.1037 11.423 17.0688 11.3938 17.0264 11.3623L16.875 11.2637C16.6916 11.1572 16.4394 11.0421 16.127 10.9326L15.7949 10.8262C14.9177 10.5651 13.7084 10.3657 12.2871 10.3418L11.999 10.3389C11.8742 10.3389 11.7508 10.34 11.6289 10.3428ZM12.4043 6.13867C12.1786 6.04743 11.9267 6.03614 11.6943 6.10449L11.5957 6.13867L3.4834 9.42285L6.06934 10.4707C6.09295 10.4429 6.11955 10.4125 6.14648 10.3828C6.22179 10.2998 6.31525 10.2103 6.44531 10.1348L6.7041 9.99609C6.97534 9.86189 7.28587 9.73963 7.63184 9.62891L7.63867 9.62695C7.64202 9.62581 7.64719 9.62392 7.65332 9.62207C8.02965 9.50243 8.45118 9.39641 8.91113 9.30762L8.95508 9.29883L9.16602 9.26074L9.17773 9.25879C9.18196 9.25803 9.18711 9.25676 9.19238 9.25586L9.4043 9.2207L9.47754 9.20996L9.66211 9.18359L9.73242 9.17383L9.93457 9.14844L10.0039 9.14062L10.2197 9.11719L10.2695 9.1123L10.4844 9.0918L10.6348 9.08008L10.7588 9.07129L10.9385 9.05957L11.0684 9.05273L11.2666 9.04395L11.3652 9.04004L11.5146 9.03516L12 9.0293C12.164 9.0293 12.3255 9.03103 12.4844 9.03516L12.6338 9.04004L12.7334 9.04395L12.9316 9.05273L13.0605 9.05957L13.2402 9.07129L13.3652 9.08008L13.5156 9.0918L13.7305 9.1123L13.7803 9.11719L13.9961 9.14062L14.0645 9.14844L14.2676 9.17383L14.3379 9.18359L14.5225 9.20996L14.5947 9.2207L14.8066 9.25586L14.8223 9.25879C14.8264 9.25953 14.8298 9.26018 14.833 9.26074L15.0439 9.29883L15.0889 9.30762L15.4277 9.37695C15.7576 9.44979 16.0647 9.53241 16.3467 9.62207L16.3672 9.62891C16.8295 9.77675 17.2278 9.94501 17.5547 10.1348L17.6455 10.1943C17.7301 10.2553 17.7971 10.3206 17.8535 10.3828C17.8803 10.4123 17.9062 10.4431 17.9297 10.4707L20.5156 9.42285L12.4043 6.13867Z",
|
|
11627
|
+
fill: fill
|
|
11628
|
+
})]
|
|
11629
|
+
});
|
|
11630
|
+
const Education_ICON_NAME = 'education';
|
|
10816
11631
|
;// ./src/components/Icon/icons/Email.tsx
|
|
10817
11632
|
|
|
10818
11633
|
const Email = ({
|
|
@@ -10865,6 +11680,30 @@ const Employee = ({
|
|
|
10865
11680
|
})]
|
|
10866
11681
|
});
|
|
10867
11682
|
const Employee_ICON_NAME = 'employee';
|
|
11683
|
+
;// ./src/components/Icon/icons/EmployeeProfile.tsx
|
|
11684
|
+
|
|
11685
|
+
const EmployeeProfile = ({
|
|
11686
|
+
fill = '#000',
|
|
11687
|
+
size = 24,
|
|
11688
|
+
tooltip = 'Employee Profile',
|
|
11689
|
+
...props
|
|
11690
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11691
|
+
width: `${size}px`,
|
|
11692
|
+
height: `${size}px`,
|
|
11693
|
+
viewBox: "0 0 24 24",
|
|
11694
|
+
fill: "none",
|
|
11695
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11696
|
+
...props,
|
|
11697
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11698
|
+
children: tooltip
|
|
11699
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11700
|
+
fillRule: "evenodd",
|
|
11701
|
+
clipRule: "evenodd",
|
|
11702
|
+
d: "M12 3a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM8 6a4 4 0 1 1 8 0 4 4 0 0 1-8 0ZM6 20v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2h-1.5v-2a2.5 2.5 0 0 0-2.5-2.5h-4A2.5 2.5 0 0 0 7.5 18v2H6ZM16 10h4v11h-4V10Zm-1.5-1.5V22a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5V8.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.5.5Z",
|
|
11703
|
+
fill: fill
|
|
11704
|
+
})]
|
|
11705
|
+
});
|
|
11706
|
+
const EmployeeProfile_ICON_NAME = 'employee-profile';
|
|
10868
11707
|
;// ./src/components/Icon/icons/EmployeeTerminated.tsx
|
|
10869
11708
|
|
|
10870
11709
|
const EmployeeTerminated = ({
|
|
@@ -10908,6 +11747,36 @@ const EmployeeTerminated = ({
|
|
|
10908
11747
|
})]
|
|
10909
11748
|
});
|
|
10910
11749
|
const EmployeeTerminated_ICON_NAME = 'employee-terminated';
|
|
11750
|
+
;// ./src/components/Icon/icons/EmployeeBlackboard.tsx
|
|
11751
|
+
|
|
11752
|
+
const EmployeeBlackboard = ({
|
|
11753
|
+
fill = '#000',
|
|
11754
|
+
size = 24,
|
|
11755
|
+
tooltip = 'Employee Blackboard',
|
|
11756
|
+
...props
|
|
11757
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11758
|
+
width: `${size}px`,
|
|
11759
|
+
height: `${size}px`,
|
|
11760
|
+
viewBox: "0 0 24 24",
|
|
11761
|
+
fill: "none",
|
|
11762
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11763
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11764
|
+
...props,
|
|
11765
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11766
|
+
children: tooltip
|
|
11767
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11768
|
+
d: "M10.2822 8.90039C10.3979 8.90514 10.5142 8.93391 10.624 8.9873L11.0967 9.21777L11.3809 9.3457C12.0531 9.6267 12.7833 9.77441 13.5088 9.77441H14.2842C14.5949 9.77441 14.8446 10.0242 14.8447 10.335C14.8447 10.6437 14.5952 10.8965 14.2842 10.8965H13.5088C12.6838 10.8965 11.8574 10.7299 11.0889 10.4287L11.0859 10.4277L10.3086 10.0957L10.1445 10.3848L10.1416 10.3906L10.1406 10.3896L9.97559 10.6426C9.86672 10.8058 9.68892 10.8965 9.50488 10.8965C9.39925 10.8964 9.29148 10.8653 9.19727 10.8018C8.94025 10.631 8.86746 10.2849 9.03809 10.0264L9.52441 9.28809L9.58398 9.20801C9.73285 9.03033 9.94446 8.92314 10.167 8.90332L10.2822 8.90039Z",
|
|
11769
|
+
fill: fill,
|
|
11770
|
+
fillOpacity: 0.8
|
|
11771
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11772
|
+
fillRule: "evenodd",
|
|
11773
|
+
clipRule: "evenodd",
|
|
11774
|
+
d: "M21.6191 2.01074C21.8787 2.06237 22.067 2.28607 22.0674 2.56348V4.26758C22.0673 4.53016 21.8816 4.7655 21.6201 4.82031L21.5039 4.83203H21.3594V18.2197H21.4756C21.7929 18.2197 22.0396 18.467 22.04 18.7842L22.0293 18.9004C21.9776 19.1603 21.7534 19.3496 21.4756 19.3496H20.3564C20.3873 19.5047 20.4033 19.6645 20.4033 19.8271V20.9629L20.3535 21.8848L20.3477 21.9785H4.58594C4.05835 21.9785 3.62188 21.5756 3.56934 21.0615L3.56445 20.957V19.8271C3.56445 19.6644 3.58131 19.5047 3.6123 19.3496H2.49219C2.17482 19.3495 1.927 19.1025 1.92676 18.7852L1.93848 18.6689C1.99033 18.4092 2.21454 18.2198 2.49219 18.2197H2.6084V4.83203H2.46387C2.14318 4.8316 1.90054 4.56756 1.90039 4.26758V2.56348C1.90079 2.24652 2.14691 2.0004 2.46387 2H21.5039L21.6191 2.01074ZM5.39746 18.6777C4.95809 18.8966 4.68555 19.3377 4.68555 19.8271V20.8574H10.1162L10.6514 18.1748C10.0393 17.8934 9.48954 17.4319 9.02539 16.874L5.39746 18.6777ZM11.2598 20.8574H12.6582L12.2363 18.7529H11.6807L11.2598 20.8574ZM14.9072 16.8545C14.439 17.4227 13.8823 17.8891 13.2646 18.1738L13.8018 20.8574H19.2822V19.8271C19.2822 19.3987 19.0739 19.0072 18.7285 18.7695L18.5723 18.6777L14.9072 16.8545ZM3.7373 18.2197H4.18066C4.37949 17.9994 4.62011 17.8129 4.89746 17.6748L8.37793 15.9443C8.14616 15.5415 7.95216 15.1164 7.80273 14.6875C7.44627 14.5026 7.14299 14.1109 6.95996 13.5996L6.88672 13.3652C6.75799 12.8836 6.75666 12.4305 6.87012 12.0723C6.9803 11.7247 7.20223 11.4607 7.52441 11.3613C7.52419 11.3584 7.52475 11.3546 7.52441 11.3506C7.52291 11.3338 7.52045 11.3118 7.51758 11.2871L7.49805 11.125V11.1221C7.45275 10.767 7.37609 10.1701 7.45801 9.36719C7.52666 8.67435 7.79297 8.09881 8.20215 7.69336L8.21094 7.68457L8.22266 7.67773L9.14355 7.14746L9.15527 7.14062L9.16699 7.1377C9.32222 7.09536 9.48498 7.06263 9.6582 7.0498C10.3248 6.6284 11.2946 6.43751 11.959 6.4375H12.2607C13.4668 6.4375 14.5128 6.78921 15.3223 7.44043C16.0811 8.051 16.6272 8.92024 16.9043 9.99707L16.9561 10.2148L16.9668 10.292C16.98 10.4705 16.9077 10.6473 16.7686 10.7656L16.7676 10.7666C16.6277 10.8834 16.4416 10.9222 16.2676 10.877C16.319 11.0459 16.36 11.2024 16.3877 11.3594C16.7128 11.4575 16.9371 11.7227 17.0479 12.0723C17.1472 12.3858 17.1583 12.7722 17.0732 13.1865L17.0303 13.3652C16.8622 13.989 16.5259 14.475 16.1152 14.6875C15.9677 15.1094 15.7751 15.5265 15.5469 15.9238L19.0723 17.6748L19.2227 17.7559C19.4381 17.8825 19.6281 18.0398 19.79 18.2197H20.2305V4.83203H3.7373V18.2197ZM11.959 7.55859C11.6466 7.5586 11.2917 7.61345 10.9678 7.7041C10.7235 7.77248 10.5015 7.86025 10.3301 7.95605L10.1768 8.05371C10.0803 8.12587 9.96224 8.16504 9.8418 8.16504C9.47358 8.16505 9.18124 8.28515 8.96973 8.50293C8.78347 8.6948 8.65256 8.96997 8.59375 9.32422L8.57324 9.48145C8.52371 9.98114 8.54491 10.3806 8.57617 10.6895L8.6084 10.9688L8.61035 10.9844L8.64453 11.291C8.65022 11.3852 8.64887 11.4731 8.63379 11.5586C8.60934 11.7019 8.59294 11.8472 8.58594 11.9941C8.57489 12.1947 8.45941 12.3749 8.28223 12.4668L8.28125 12.4678C8.16757 12.5253 8.0402 12.5409 7.91895 12.5176C7.90353 12.6427 7.90589 12.8338 7.9707 13.0762L8.01758 13.2256C8.06756 13.3642 8.12587 13.4705 8.17871 13.5469C8.21398 13.5979 8.24693 13.6355 8.27246 13.6602C8.28649 13.6736 8.29685 13.6813 8.30273 13.6855C8.54297 13.6974 8.7202 13.8574 8.78613 14.082C9.02354 14.8799 9.46425 15.7026 10.0254 16.3242C10.5879 16.9473 11.2599 17.3564 11.959 17.3564C12.658 17.3563 13.3301 16.9472 13.8926 16.3242C14.4537 15.7025 14.8945 14.8789 15.1318 14.0811C15.198 13.8568 15.3938 13.6959 15.6309 13.6826C15.6365 13.6772 15.6443 13.6708 15.6523 13.6621C15.6756 13.6369 15.7072 13.5991 15.7412 13.5479C15.8092 13.4454 15.8889 13.29 15.9463 13.0762L15.9922 12.8506C16.0114 12.7089 16.0077 12.5936 15.9971 12.5098C15.8807 12.5286 15.7565 12.5154 15.6484 12.458C15.4998 12.382 15.3764 12.2429 15.3418 12.0703L15.333 11.9941C15.3186 11.6971 15.2808 11.4666 15.1875 11.165L15.0742 10.834C14.9799 10.5787 14.9782 10.3702 15.0225 10.2061C15.0555 10.0838 15.1134 9.99059 15.1699 9.92285L15.2246 9.86328C15.3371 9.75408 15.4715 9.69265 15.6104 9.66211C15.0415 8.31635 13.8638 7.55859 12.2607 7.55859H11.959ZM3.02832 3.7041H20.9395V3.12793H3.02832V3.7041Z",
|
|
11775
|
+
fill: fill,
|
|
11776
|
+
fillOpacity: 0.8
|
|
11777
|
+
})]
|
|
11778
|
+
});
|
|
11779
|
+
const EmployeeBlackboard_ICON_NAME = 'employee-blackboard';
|
|
10911
11780
|
;// ./src/components/Icon/icons/ExcelDownload.tsx
|
|
10912
11781
|
|
|
10913
11782
|
const ExcelDownload = ({
|
|
@@ -10938,6 +11807,123 @@ const ExcelDownload = ({
|
|
|
10938
11807
|
})]
|
|
10939
11808
|
});
|
|
10940
11809
|
const ExcelDownload_ICON_NAME = 'excel-download';
|
|
11810
|
+
;// ./src/components/Icon/icons/Export.tsx
|
|
11811
|
+
|
|
11812
|
+
const Export = ({
|
|
11813
|
+
fill = '#000',
|
|
11814
|
+
size = 24,
|
|
11815
|
+
tooltip = 'Export',
|
|
11816
|
+
...props
|
|
11817
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11818
|
+
width: `${size}px`,
|
|
11819
|
+
height: `${size}px`,
|
|
11820
|
+
viewBox: "0 0 24 24",
|
|
11821
|
+
fill: "none",
|
|
11822
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11823
|
+
...props,
|
|
11824
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11825
|
+
children: tooltip
|
|
11826
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11827
|
+
d: "M11.585 10.3145C11.8567 10.1351 12.2266 10.1651 12.4658 10.4043L14.9355 12.875C15.2088 13.1483 15.2088 13.5919 14.9355 13.8652C14.6622 14.1381 14.2195 14.1382 13.9463 13.8652L12.6709 12.5898V17.8994C12.6709 18.2859 12.3571 18.5994 11.9707 18.5996C11.5841 18.5996 11.2705 18.286 11.2705 17.8994V12.5898L9.99512 13.8652C9.72178 14.1385 9.27823 14.1385 9.00488 13.8652C8.73155 13.5919 8.73161 13.1484 9.00488 12.875L11.4756 10.4043L11.585 10.3145Z",
|
|
11828
|
+
fill: fill
|
|
11829
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11830
|
+
fillRule: "evenodd",
|
|
11831
|
+
clipRule: "evenodd",
|
|
11832
|
+
d: "M13.4541 1C14.0464 1 14.6155 1.23489 15.0342 1.6543L20.4111 7.03125C20.5006 7.12079 20.5613 7.23522 20.5859 7.35938C20.5903 7.38139 20.5966 7.48832 20.5986 7.51074V20.2344C20.5986 21.7553 19.3539 23 17.833 23H6.14551C4.62462 23 3.37988 21.7553 3.37988 20.2344V3.76562C3.37988 2.24473 4.62462 1 6.14551 1H13.4541ZM6.14551 2.28027C5.31924 2.28027 4.66016 2.93936 4.66016 3.76562V20.2344C4.66016 21.0606 5.31924 21.7197 6.14551 21.7197H17.833C18.6593 21.7197 19.3184 21.0606 19.3184 20.2344V10.04L19.3135 8.12402H15.708C15.0556 8.12397 14.4652 7.83945 14.0557 7.38867C13.695 6.99151 13.4747 6.46533 13.4746 5.89062V2.2959L13.4658 2.29004L13.4619 2.28809C13.455 2.28385 13.4506 2.28148 13.4482 2.28027H6.14551ZM14.7549 5.89062C14.755 6.42355 15.1751 6.84366 15.708 6.84375H18.4131L14.7549 3.18555V5.89062ZM3.48926 3.80566V3.80176L3.37988 3.76562L3.48926 3.80566Z",
|
|
11833
|
+
fill: fill
|
|
11834
|
+
})]
|
|
11835
|
+
});
|
|
11836
|
+
const Export_ICON_NAME = 'export';
|
|
11837
|
+
;// ./src/components/Icon/icons/FileMark.tsx
|
|
11838
|
+
|
|
11839
|
+
const FileMark = ({
|
|
11840
|
+
fill = '#000',
|
|
11841
|
+
size = 24,
|
|
11842
|
+
tooltip = 'File Mark',
|
|
11843
|
+
...props
|
|
11844
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11845
|
+
width: `${size}px`,
|
|
11846
|
+
height: `${size}px`,
|
|
11847
|
+
viewBox: "0 0 24 24",
|
|
11848
|
+
fill: "none",
|
|
11849
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11850
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11851
|
+
...props,
|
|
11852
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11853
|
+
children: tooltip
|
|
11854
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11855
|
+
fillRule: "evenodd",
|
|
11856
|
+
clipRule: "evenodd",
|
|
11857
|
+
d: "M3.38 3.76527C3.38 2.24438 4.62439 1 6.14528 1H13.4544C14.0468 1 14.6153 1.23511 15.034 1.65455L20.411 7.03154C20.5005 7.12109 20.5614 7.23517 20.5861 7.35933C20.5905 7.38135 20.5968 7.4886 20.5988 7.51082L20.5988 7.42574L20.5986 20.2347C20.5986 21.7556 19.3542 23 17.8333 23H6.14528C4.62439 23 3.38 21.7556 3.38 20.2347V3.76527ZM3.38 3.76527L3.48892 3.80224V3.80521L3.38 3.76527ZM19.3182 10.0396L19.3137 8.12437H15.7082C15.0557 8.12437 14.4656 7.83997 14.056 7.38915C13.695 6.99188 13.4742 6.46537 13.4742 5.89036V2.29572L13.4654 2.29032L13.4621 2.28828C13.4551 2.28395 13.4507 2.28159 13.4483 2.28037H6.14528C5.31901 2.28037 4.66037 2.939 4.66037 3.76527V20.2347C4.66037 21.061 5.31901 21.7196 6.14528 21.7196H17.8333C18.6595 21.7196 19.3182 21.061 19.3182 20.2347V10.0396ZM14.7546 3.18564V5.89036C14.7546 6.42347 15.1751 6.844 15.7082 6.844H18.4129L14.7546 3.18564Z",
|
|
11858
|
+
fill: fill
|
|
11859
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11860
|
+
d: "M10.46 10.1406C10.5916 10.1409 10.7076 10.2267 10.7461 10.3525L12.5 16.0928C12.5586 16.2853 12.415 16.48 12.2139 16.4805H11.4375C11.306 16.4805 11.1893 16.3941 11.1504 16.2686L10.8213 15.2012H8.65724L8.33303 16.2676C8.29459 16.3938 8.17784 16.4804 8.04592 16.4805H7.27053C7.06903 16.4805 6.92474 16.2855 6.98342 16.0928L8.73732 10.3525C8.77587 10.2264 8.89251 10.1406 9.02443 10.1406H10.46ZM15.333 11.292C15.4986 11.2921 15.6338 11.4262 15.6338 11.5918V12.7588H16.7998C16.9654 12.7589 17.1006 12.893 17.1006 13.0586V13.5537C17.1005 13.7192 16.9653 13.8534 16.7998 13.8535H15.6338V15.0293C15.6336 15.1947 15.4985 15.329 15.333 15.3291H14.8379C14.6724 15.3291 14.5383 15.1948 14.5381 15.0293V13.8535H13.3623C13.1969 13.8533 13.0627 13.7192 13.0625 13.5537V13.0586C13.0625 12.893 13.1968 12.759 13.3623 12.7588H14.5381V11.5918C14.5381 11.4261 14.6723 11.292 14.8379 11.292H15.333ZM9.04689 13.918H10.4248L9.73049 11.668L9.04689 13.918Z",
|
|
11861
|
+
fill: fill
|
|
11862
|
+
})]
|
|
11863
|
+
});
|
|
11864
|
+
const FileMark_ICON_NAME = 'file-mark';
|
|
11865
|
+
;// ./src/components/Icon/icons/FilePdf.tsx
|
|
11866
|
+
|
|
11867
|
+
const FilePdf = ({
|
|
11868
|
+
fill = '#000',
|
|
11869
|
+
size = 24,
|
|
11870
|
+
tooltip = 'File PDF',
|
|
11871
|
+
...props
|
|
11872
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11873
|
+
width: `${size}px`,
|
|
11874
|
+
height: `${size}px`,
|
|
11875
|
+
viewBox: "0 0 24 24",
|
|
11876
|
+
fill: "none",
|
|
11877
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11878
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11879
|
+
...props,
|
|
11880
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11881
|
+
children: tooltip
|
|
11882
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11883
|
+
fillRule: "evenodd",
|
|
11884
|
+
clipRule: "evenodd",
|
|
11885
|
+
d: "M11.8027 9.19922C12.0039 9.11876 12.2223 9.07277 12.4346 9.11816C12.6667 9.16783 12.835 9.31367 12.9355 9.50098C13.0281 9.67355 13.0612 9.87464 13.0684 10.0664C13.0757 10.263 13.056 10.4817 13.0186 10.7109C12.931 11.2463 12.7349 11.9028 12.4727 12.5957C12.6281 12.9292 12.8072 13.2667 13.001 13.5938C13.1619 13.8653 13.3301 14.1252 13.501 14.3652C14.0207 14.3324 14.5042 14.3462 14.9033 14.418C15.2852 14.4867 15.674 14.6225 15.9111 14.9053C16.0381 15.0567 16.1135 15.242 16.1211 15.4502C16.1284 15.6516 16.0716 15.851 15.9766 16.041C15.888 16.2181 15.7667 16.3713 15.6045 16.4775C15.4386 16.5861 15.2539 16.6295 15.0693 16.6221C14.7215 16.6081 14.3824 16.4164 14.0889 16.1846C13.7733 15.9354 13.4474 15.5889 13.1328 15.1875C12.7965 15.224 12.4422 15.2795 12.083 15.3525C11.7277 15.4248 11.3744 15.5126 11.0361 15.6133C10.6813 16.2256 10.3132 16.7781 9.96387 17.1992C9.6587 17.5671 9.32536 17.8877 8.99121 18.0254C8.81457 18.0981 8.59975 18.1348 8.38281 18.0557C8.16425 17.9759 8.01672 17.8049 7.92188 17.6152C7.71799 17.2071 7.7858 16.7997 8.00684 16.457C8.21456 16.1351 8.55928 15.8616 8.94824 15.6318C9.38615 15.3732 9.92557 15.144 10.5049 14.9541C10.7223 14.5639 10.9347 14.149 11.1338 13.7275C11.3104 13.3535 11.474 12.9789 11.6191 12.6162C11.418 12.1466 11.261 11.6822 11.1689 11.2568C11.078 10.8365 11.0432 10.4202 11.1191 10.0635C11.1983 9.69212 11.4069 9.35773 11.8027 9.19922ZM9.83008 16.0596C9.65636 16.1397 9.49471 16.2233 9.34863 16.3096C9.00455 16.5128 8.7805 16.7111 8.66895 16.8838C8.57089 17.0358 8.56862 17.147 8.62695 17.2637C8.63817 17.2861 8.6475 17.3005 8.6543 17.3096C8.66298 17.3074 8.67516 17.3036 8.69141 17.2969C8.83499 17.2377 9.06394 17.05 9.35742 16.6963C9.50981 16.5126 9.66886 16.2976 9.83008 16.0596ZM14.1211 15.1367C14.278 15.3064 14.4316 15.4514 14.5771 15.5664C14.8295 15.7657 15.0049 15.831 15.1006 15.835C15.1375 15.8364 15.1574 15.8294 15.1729 15.8193C15.1918 15.807 15.2299 15.7736 15.2725 15.6885C15.3271 15.5792 15.3352 15.5118 15.334 15.4785C15.333 15.4523 15.3264 15.4335 15.3076 15.4111C15.2531 15.3463 15.0963 15.2522 14.7637 15.1924C14.5768 15.1588 14.3601 15.1408 14.1211 15.1367ZM11.8457 14.0635C11.7511 14.2639 11.6535 14.4644 11.5527 14.6621C11.6771 14.6331 11.8016 14.6063 11.9258 14.5811C12.1544 14.5346 12.3851 14.4935 12.6133 14.46C12.5137 14.308 12.4166 14.1526 12.3232 13.9951C12.2386 13.8523 12.1557 13.7069 12.0762 13.5596C12.0018 13.728 11.9247 13.8963 11.8457 14.0635ZM12.248 9.88867C12.2227 9.8907 12.174 9.8984 12.0957 9.92969C12.0044 9.96622 11.9294 10.0412 11.8896 10.2275C11.8468 10.4285 11.8583 10.7192 11.9385 11.0898C11.9637 11.2066 11.9944 11.3282 12.0312 11.4531C12.1277 11.1333 12.1994 10.8395 12.2412 10.584C12.2735 10.3866 12.286 10.2231 12.2812 10.0957C12.2771 9.98485 12.2609 9.9207 12.248 9.88867Z",
|
|
11886
|
+
fill: fill,
|
|
11887
|
+
fillOpacity: 0.8
|
|
11888
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11889
|
+
fillRule: "evenodd",
|
|
11890
|
+
clipRule: "evenodd",
|
|
11891
|
+
d: "M13.3584 2C13.8967 2.00003 14.4134 2.21365 14.7939 2.59473L19.6826 7.4834C19.7639 7.56477 19.8194 7.66846 19.8418 7.78125C19.8458 7.80144 19.8517 7.89877 19.8535 7.91895L19.8525 19.4863C19.8524 20.8689 18.7214 22 17.3389 22H6.71387C5.33131 22 4.19934 20.8689 4.19922 19.4863V4.51367C4.19934 3.13114 5.33131 2 6.71387 2H13.3584ZM6.71387 3.16406C5.96278 3.16406 5.36339 3.76262 5.36328 4.51367V19.4863C5.36339 20.2374 5.96278 20.8359 6.71387 20.8359H17.3389C18.0899 20.8359 18.6884 20.2374 18.6885 19.4863V10.2178L18.6846 8.47656H15.4072C14.8141 8.47656 14.2776 8.21831 13.9053 7.80859C13.5771 7.44744 13.376 6.96805 13.376 6.44531V3.17773L13.3682 3.17285L13.3652 3.1709C13.3589 3.16702 13.3547 3.16516 13.3525 3.16406H6.71387ZM14.54 6.44531C14.54 6.92995 14.9226 7.3125 15.4072 7.3125H17.8662L14.54 3.9873V6.44531ZM4.29883 4.5498V4.54785L4.19922 4.51367L4.29883 4.5498Z",
|
|
11892
|
+
fill: fill,
|
|
11893
|
+
fillOpacity: 0.8
|
|
11894
|
+
})]
|
|
11895
|
+
});
|
|
11896
|
+
const FilePdf_ICON_NAME = 'file-pdf';
|
|
11897
|
+
;// ./src/components/Icon/icons/FileWord.tsx
|
|
11898
|
+
|
|
11899
|
+
const FileWord = ({
|
|
11900
|
+
fill = '#000',
|
|
11901
|
+
size = 24,
|
|
11902
|
+
tooltip = 'File Word',
|
|
11903
|
+
...props
|
|
11904
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11905
|
+
width: `${size}px`,
|
|
11906
|
+
height: `${size}px`,
|
|
11907
|
+
viewBox: "0 0 24 24",
|
|
11908
|
+
fill: "none",
|
|
11909
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11910
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11911
|
+
...props,
|
|
11912
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11913
|
+
children: tooltip
|
|
11914
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11915
|
+
d: "M15.5674 10.0176C15.8733 10.0942 16.0597 10.404 15.9834 10.71L14.2686 17.5674C14.2055 17.8193 13.9804 17.9971 13.7207 18C13.4608 18.0028 13.2315 17.8298 13.1631 17.5791L12 13.3145L10.8369 17.5791C10.7685 17.8298 10.5392 18.0028 10.2793 18C10.0196 17.997 9.79452 17.8193 9.73145 17.5674L8.01758 10.71C7.94113 10.404 8.12673 10.0943 8.43262 10.0176C8.73868 9.94106 9.0493 10.1266 9.12598 10.4326L10.3096 15.1689L11.4492 10.9922C11.5172 10.7439 11.7425 10.5713 12 10.5713C12.2576 10.5713 12.4839 10.7437 12.5518 10.9922L13.6904 15.1689L14.874 10.4326C14.9507 10.1266 15.2613 9.94106 15.5674 10.0176Z",
|
|
11916
|
+
fill: fill,
|
|
11917
|
+
fillOpacity: 0.8
|
|
11918
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11919
|
+
fillRule: "evenodd",
|
|
11920
|
+
clipRule: "evenodd",
|
|
11921
|
+
d: "M13.3584 2C13.8967 2.00003 14.4134 2.21365 14.7939 2.59473L19.6826 7.4834C19.7639 7.56477 19.8194 7.66846 19.8418 7.78125C19.8458 7.80144 19.8517 7.89877 19.8535 7.91895L19.8525 19.4863C19.8524 20.8689 18.7214 22 17.3389 22H6.71387C5.33131 22 4.19934 20.8689 4.19922 19.4863V4.51367C4.19934 3.13114 5.33131 2 6.71387 2H13.3584ZM6.71387 3.16406C5.96278 3.16406 5.36339 3.76262 5.36328 4.51367V19.4863C5.36339 20.2374 5.96278 20.8359 6.71387 20.8359H17.3389C18.0899 20.8359 18.6884 20.2374 18.6885 19.4863V10.2178L18.6846 8.47656H15.4072C14.8141 8.47656 14.2776 8.21831 13.9053 7.80859C13.5771 7.44744 13.376 6.96805 13.376 6.44531V3.17773L13.3682 3.17285L13.3652 3.1709C13.3589 3.16702 13.3547 3.16516 13.3525 3.16406H6.71387ZM14.54 6.44531C14.54 6.92995 14.9226 7.3125 15.4072 7.3125H17.8662L14.54 3.9873V6.44531ZM4.29883 4.5498V4.54785L4.19922 4.51367L4.29883 4.5498Z",
|
|
11922
|
+
fill: fill,
|
|
11923
|
+
fillOpacity: 0.8
|
|
11924
|
+
})]
|
|
11925
|
+
});
|
|
11926
|
+
const FileWord_ICON_NAME = 'file-word';
|
|
10941
11927
|
;// ./src/components/Icon/icons/Filter.tsx
|
|
10942
11928
|
|
|
10943
11929
|
const Filter = ({
|
|
@@ -10989,6 +11975,28 @@ const FilterFunnel = ({
|
|
|
10989
11975
|
})]
|
|
10990
11976
|
});
|
|
10991
11977
|
const FilterFunnel_ICON_NAME = 'filter-funnel';
|
|
11978
|
+
;// ./src/components/Icon/icons/FollowLink.tsx
|
|
11979
|
+
|
|
11980
|
+
const FollowLink = ({
|
|
11981
|
+
fill = '#000',
|
|
11982
|
+
size = 24,
|
|
11983
|
+
tooltip = 'Follow Link',
|
|
11984
|
+
...props
|
|
11985
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11986
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11987
|
+
width: `${size}px`,
|
|
11988
|
+
height: `${size}px`,
|
|
11989
|
+
viewBox: "0 0 24 24",
|
|
11990
|
+
fill: "none",
|
|
11991
|
+
...props,
|
|
11992
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11993
|
+
children: tooltip
|
|
11994
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11995
|
+
d: "M11 4.29865C11.3863 4.29878 11.7 4.61252 11.7002 4.99884C11.7002 5.38536 11.3865 5.6989 11 5.69904H8.59961C6.66919 5.69909 5.49941 6.08953 4.79492 6.79376C4.09053 7.49816 3.70031 8.66798 3.7002 10.5984V15.3992C3.70025 17.3299 4.09053 18.4995 4.79492 19.2039C5.49937 19.9084 6.66888 20.2986 8.59961 20.2986H13.4004C15.331 20.2986 16.5007 19.9083 17.2051 19.2039C17.9093 18.4994 18.2998 17.3297 18.2998 15.3992V12.9988C18.3 12.6124 18.6135 12.2986 19 12.2986C19.3863 12.2988 19.7 12.6125 19.7002 12.9988V15.3992C19.7001 17.4679 19.2905 19.0987 18.1953 20.1942C17.0999 21.2895 15.4691 21.699 13.4004 21.699H8.59961C6.53075 21.699 4.90012 21.2896 3.80469 20.1942C2.70932 19.0987 2.29986 17.468 2.2998 15.3992V10.5984C2.29991 8.5298 2.70933 6.89889 3.80469 5.80353C4.90012 4.70834 6.53097 4.2987 8.59961 4.29865H11ZM21.4453 2.26447C21.6167 2.27367 21.772 2.33874 21.8984 2.43829C21.9239 2.45712 21.9488 2.47699 21.9717 2.49982C21.9948 2.52294 22.0152 2.54825 22.0342 2.57404C22.1331 2.70025 22.1969 2.85532 22.2061 3.02618L22.6035 10.4901C22.6272 10.934 22.2867 11.3139 21.8428 11.3377C21.3987 11.3614 21.0188 11.0201 20.9951 10.576L20.6934 4.91583L10.7861 14.824C10.39 15.2199 9.81439 15.2859 9.5 14.9715C9.18572 14.6571 9.25159 14.0815 9.64746 13.6854L19.5547 3.77716L13.8955 3.47638C13.4516 3.45267 13.1113 3.07363 13.1348 2.6297C13.1584 2.1856 13.5373 1.84437 13.9814 1.86798L21.4453 2.26447Z",
|
|
11996
|
+
fill: fill
|
|
11997
|
+
})]
|
|
11998
|
+
});
|
|
11999
|
+
const FollowLink_ICON_NAME = 'follow-link';
|
|
10992
12000
|
;// ./src/components/Icon/icons/FTE.tsx
|
|
10993
12001
|
|
|
10994
12002
|
const FTE = ({
|
|
@@ -11031,18 +12039,66 @@ const FTE = ({
|
|
|
11031
12039
|
})]
|
|
11032
12040
|
});
|
|
11033
12041
|
const FTE_ICON_NAME = 'fte';
|
|
12042
|
+
;// ./src/components/Icon/icons/Form.tsx
|
|
12043
|
+
|
|
12044
|
+
const Form = ({
|
|
12045
|
+
fill = '#000',
|
|
12046
|
+
size = 24,
|
|
12047
|
+
tooltip = 'Clipboard Form',
|
|
12048
|
+
...props
|
|
12049
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12050
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12051
|
+
width: `${size}px`,
|
|
12052
|
+
height: `${size}px`,
|
|
12053
|
+
viewBox: "0 0 24 24",
|
|
12054
|
+
fill: "none",
|
|
12055
|
+
...props,
|
|
12056
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12057
|
+
children: tooltip
|
|
12058
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12059
|
+
fillRule: "evenodd",
|
|
12060
|
+
clipRule: "evenodd",
|
|
12061
|
+
d: "M8.40039 15.5C9.22856 15.5002 9.90026 16.1718 9.90039 17C9.90039 17.8283 9.22864 18.4998 8.40039 18.5C7.57196 18.5 6.90039 17.8284 6.90039 17C6.90052 16.1717 7.57204 15.5 8.40039 15.5ZM8.40039 16.5C8.12433 16.5 7.90052 16.724 7.90039 17C7.90039 17.2761 8.12425 17.5 8.40039 17.5C8.67635 17.4998 8.90039 17.276 8.90039 17C8.90026 16.7241 8.67627 16.5002 8.40039 16.5Z",
|
|
12062
|
+
fill: fill
|
|
12063
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12064
|
+
d: "M16.2646 16.3037C16.6199 16.304 16.9002 16.605 16.9004 16.9658C16.9 17.3265 16.6198 17.6276 16.2646 17.6279H11.7041C11.3487 17.6279 11.0687 17.3267 11.0684 16.9658C11.0686 16.6049 11.3486 16.3037 11.7041 16.3037H16.2646Z",
|
|
12065
|
+
fill: fill
|
|
12066
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12067
|
+
fillRule: "evenodd",
|
|
12068
|
+
clipRule: "evenodd",
|
|
12069
|
+
d: "M8.40039 11.5C9.22864 11.5002 9.90039 12.1717 9.90039 13C9.90039 13.8283 9.22864 14.4998 8.40039 14.5C7.57196 14.5 6.90039 13.8284 6.90039 13C6.90039 12.1716 7.57196 11.5 8.40039 11.5ZM8.40039 12.5C8.12425 12.5 7.90039 12.7239 7.90039 13C7.90039 13.2761 8.12425 13.5 8.40039 13.5C8.67635 13.4998 8.90039 13.276 8.90039 13C8.90039 12.724 8.67635 12.5002 8.40039 12.5Z",
|
|
12070
|
+
fill: fill
|
|
12071
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12072
|
+
d: "M16.2646 12.3438C16.6199 12.3441 16.9002 12.6451 16.9004 13.0059C16.9 13.3665 16.6198 13.6676 16.2646 13.668H11.7041C11.3487 13.668 11.0687 13.3667 11.0684 13.0059C11.0686 12.6449 11.3486 12.3438 11.7041 12.3438H16.2646Z",
|
|
12073
|
+
fill: fill
|
|
12074
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12075
|
+
fillRule: "evenodd",
|
|
12076
|
+
clipRule: "evenodd",
|
|
12077
|
+
d: "M8.40039 7.5C9.22864 7.50021 9.90039 8.1717 9.90039 9C9.90039 9.8283 9.22864 10.4998 8.40039 10.5C7.57196 10.5 6.90039 9.82843 6.90039 9C6.90039 8.17157 7.57196 7.5 8.40039 7.5ZM8.40039 8.5C8.12425 8.5 7.90039 8.72386 7.90039 9C7.90039 9.27614 8.12425 9.5 8.40039 9.5C8.67635 9.49979 8.90039 9.27601 8.90039 9C8.90039 8.72399 8.67635 8.50021 8.40039 8.5Z",
|
|
12078
|
+
fill: fill
|
|
12079
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12080
|
+
d: "M16.2646 8.37988C16.6201 8.38021 16.9002 8.68179 16.9004 9.04297C16.9 9.40404 16.62 9.70573 16.2646 9.70605H11.7041C11.3485 9.70605 11.0687 9.40423 11.0684 9.04297C11.0686 8.6816 11.3484 8.37989 11.7041 8.37988H16.2646Z",
|
|
12081
|
+
fill: fill
|
|
12082
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12083
|
+
fillRule: "evenodd",
|
|
12084
|
+
clipRule: "evenodd",
|
|
12085
|
+
d: "M14.6318 2C15.1749 2 15.6563 2.26917 15.9326 2.67285H17.5801C18.9194 2.67285 19.9998 3.6888 20 4.9502V19.7227C19.9997 20.984 18.9194 22 17.5801 22H6.41992C5.08062 22 4.00027 20.984 4 19.7227V4.9502C4.00016 3.71645 5.03338 2.71798 6.33203 2.6748L8.06445 2.67773C8.34027 2.2714 8.82297 2 9.36816 2H14.6318ZM6.41992 3.94531C5.82377 3.94531 5.35172 4.39002 5.35156 4.9502V19.7227C5.35182 20.2828 5.82383 20.7275 6.41992 20.7275H17.5801C18.1762 20.7275 18.6482 20.2828 18.6484 19.7227V4.9502C18.6483 4.39002 18.1762 3.94531 17.5801 3.94531H16.1797V4.55273C16.1797 5.35395 15.481 6.0127 14.6318 6.0127H9.36816C8.51897 6.0127 7.82129 5.35395 7.82129 4.55273V3.94434L6.41992 3.94531ZM9.36816 3.19824C9.36816 3.19824 9.26284 3.18155 9.13281 3.26758C9.00762 3.35051 9.00309 3.45187 9.00293 3.45898V4.55273C9.00293 4.55273 9.00291 4.66179 9.08203 4.72559C9.22217 4.83854 9.36816 4.81445 9.36816 4.81445H14.6318C14.6318 4.81445 14.7372 4.83017 14.8672 4.74414C14.9969 4.65815 14.9971 4.55273 14.9971 4.55273V3.45898C14.997 3.45174 14.9942 3.34866 14.918 3.28711C14.7778 3.17415 14.6318 3.19824 14.6318 3.19824H9.36816Z",
|
|
12086
|
+
fill: fill
|
|
12087
|
+
})]
|
|
12088
|
+
});
|
|
12089
|
+
const Form_ICON_NAME = 'clipboard-form';
|
|
11034
12090
|
;// ./src/components/Icon/icons/Geography.tsx
|
|
11035
12091
|
|
|
11036
12092
|
const Geography = ({
|
|
11037
12093
|
fill = '#000',
|
|
11038
|
-
size =
|
|
12094
|
+
size = 24,
|
|
11039
12095
|
tooltip = 'Geography',
|
|
11040
12096
|
...props
|
|
11041
12097
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11042
12098
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11043
12099
|
width: `${size}px`,
|
|
11044
12100
|
height: `${size}px`,
|
|
11045
|
-
viewBox: "0 0
|
|
12101
|
+
viewBox: "0 0 24 24",
|
|
11046
12102
|
fill: "none",
|
|
11047
12103
|
...props,
|
|
11048
12104
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
@@ -11050,11 +12106,55 @@ const Geography = ({
|
|
|
11050
12106
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11051
12107
|
fillRule: "evenodd",
|
|
11052
12108
|
clipRule: "evenodd",
|
|
11053
|
-
d: "
|
|
12109
|
+
d: "M11.9004 1.90039C15.4989 1.90053 18.658 3.81121 20.4189 6.66992L20.4219 6.67383L20.4346 6.68848L20.4355 6.69141L20.4863 6.78418C21.3831 8.28258 21.9004 10.0322 21.9004 11.9004C21.9002 17.4145 17.4145 21.9002 11.9004 21.9004C6.38615 21.9004 1.9006 17.4146 1.90039 11.9004C1.90039 10.1489 2.35365 8.50007 3.14941 7.06738L3.3125 6.78418C3.32684 6.75236 3.34309 6.72219 3.3623 6.69336L3.36523 6.68848L3.37598 6.67578C3.37774 6.67389 3.37956 6.67221 3.38086 6.6709C5.14192 3.8107 8.30191 1.90039 11.9004 1.90039ZM15.9287 15.4385C15.4344 17.3326 14.5412 19.1004 13.2939 20.6406C15.7232 20.2556 17.8249 18.8821 19.1738 16.9424C18.1565 16.2945 17.0674 15.7921 15.9287 15.4385ZM7.85645 15.4414C6.72402 15.795 5.63861 16.2976 4.62598 16.9424C5.9714 18.877 8.06637 20.2473 10.4873 20.6367C9.24333 19.0983 8.3506 17.3321 7.85645 15.4414ZM11.9004 14.8281C10.9013 14.8281 9.91658 14.9363 8.96094 15.1475C9.47893 17.1353 10.4767 18.9718 11.8916 20.5186C13.3082 18.9717 14.3061 17.1341 14.8242 15.1445C13.872 14.9364 12.8928 14.8282 11.9004 14.8281ZM4.03418 7.83496C3.40161 9.05362 3.04297 10.4358 3.04297 11.9004C3.04303 13.3645 3.40197 14.7455 4.03418 15.9639C5.15522 15.2525 6.3575 14.7045 7.61328 14.3232C7.47453 13.5299 7.40041 12.7204 7.40039 11.9004C7.40039 11.0786 7.47449 10.27 7.61328 9.47656C6.35876 9.09527 5.15543 8.54644 4.03418 7.83496ZM19.7646 7.83496C18.6386 8.54947 17.4307 9.10012 16.1699 9.48145C16.3087 10.2735 16.3848 11.0817 16.3848 11.9004C16.3847 12.7203 16.3086 13.528 16.1699 14.3184C17.4305 14.6996 18.6388 15.2495 19.7646 15.9639C20.397 14.7454 20.7568 13.3647 20.7568 11.9004C20.7568 10.4356 20.3974 9.05373 19.7646 7.83496ZM8.72461 9.76855C8.60652 10.4662 8.54297 11.1792 8.54297 11.9004C8.54299 12.6211 8.60666 13.3331 8.72461 14.0303C9.75827 13.8035 10.8213 13.6855 11.9004 13.6855C12.9729 13.6856 14.0304 13.8022 15.0605 14.0273C15.1772 13.3303 15.2412 12.6211 15.2412 11.9004C15.2412 11.1808 15.1755 10.4693 15.0586 9.77148C14.03 9.99659 12.9728 10.1142 11.9004 10.1143C10.8212 10.1143 9.75834 9.99541 8.72461 9.76855ZM11.8906 3.28027C10.4756 4.82693 9.47859 6.66343 8.95898 8.65137C9.9163 8.86261 10.9011 8.97168 11.9004 8.97168C12.8929 8.97165 13.872 8.86248 14.8242 8.6543C14.3045 6.66501 13.3071 4.82689 11.8906 3.28027ZM13.293 3.15918C14.5399 4.699 15.4324 6.46675 15.9268 8.36035C17.0657 8.00798 18.1562 7.50459 19.1738 6.85645C17.825 4.91587 15.7219 3.54415 13.293 3.15918ZM10.4873 3.16016C8.06657 3.55091 5.97145 4.92219 4.62598 6.85645C5.63864 7.50137 6.7227 8.00324 7.85645 8.35547C8.35078 6.46349 9.24326 4.69826 10.4873 3.16016Z",
|
|
11054
12110
|
fill: fill
|
|
11055
12111
|
})]
|
|
11056
12112
|
});
|
|
11057
12113
|
const Geography_ICON_NAME = 'geography';
|
|
12114
|
+
;// ./src/components/Icon/icons/Gender.tsx
|
|
12115
|
+
|
|
12116
|
+
const Gender = ({
|
|
12117
|
+
fill = '#000',
|
|
12118
|
+
size = 24,
|
|
12119
|
+
tooltip = 'Gender',
|
|
12120
|
+
...props
|
|
12121
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12122
|
+
width: `${size}px`,
|
|
12123
|
+
height: `${size}px`,
|
|
12124
|
+
viewBox: "0 0 16 16",
|
|
12125
|
+
fill: "none",
|
|
12126
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12127
|
+
...props,
|
|
12128
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12129
|
+
children: tooltip
|
|
12130
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12131
|
+
d: "M11.9152 1.33325C11.6943 1.33325 11.5152 1.51234 11.5152 1.73325V2.10805C11.5152 2.32897 11.6943 2.50805 11.9152 2.50805H13.3325L11.7905 4.04998C11.2146 3.63926 10.5125 3.38915 9.75298 3.38915C7.80951 3.38915 6.22858 4.97009 6.22858 6.91356C6.22858 8.12393 6.85613 9.24137 7.87147 9.88728C7.94604 9.69109 7.99078 9.4777 7.99078 9.26316C7.99078 8.84556 7.87376 8.43828 7.71544 8.08836H7.72462C7.51696 7.73845 7.40338 7.33575 7.40338 6.91356C7.40338 5.6183 8.45772 4.56396 9.75298 4.56396C11.0482 4.56396 12.1026 5.6183 12.1026 6.91356C12.1026 8.00117 11.3626 8.91325 10.3404 9.18056C10.3415 9.2081 10.3404 9.23563 10.3404 9.26316C10.3404 9.65668 10.2761 10.041 10.166 10.4104C11.9156 10.2051 13.2774 8.71706 13.2774 6.91356C13.2774 6.15407 13.0273 5.45194 12.6166 4.87601L14.1585 3.33409V4.75136C14.1585 4.97227 14.3376 5.15136 14.5585 5.15136H14.9333C15.1542 5.15136 15.3333 4.97227 15.3333 4.75136V1.73325C15.3333 1.51234 15.1542 1.33325 14.9333 1.33325H11.9152ZM5.80638 5.76629C4.06024 5.97395 2.70417 7.46195 2.70417 9.26316C2.70417 10.0204 2.94739 10.7259 3.35582 11.3007L2.40129 12.2552L1.77098 11.6438C1.61226 11.4899 1.35874 11.4939 1.20499 11.6528L0.944412 11.9222C0.790942 12.0808 0.794984 12.3338 0.953445 12.4875L1.57526 13.0904L0.952347 13.7071C0.794783 13.863 0.794137 14.1174 0.950908 14.2742L1.21899 14.5423C1.3752 14.6985 1.62847 14.6985 1.78468 14.5423L2.41965 13.9073L3.04996 14.5187C3.20868 14.6727 3.46221 14.6686 3.61596 14.5097L3.87653 14.2403C4.03 14.0817 4.02596 13.8287 3.8675 13.6751L3.24568 13.0721L4.19103 12.1267C4.76696 12.5375 5.46909 12.7876 6.22858 12.7876C8.17205 12.7876 9.75298 11.2066 9.75298 9.26316C9.75298 8.05394 9.12428 6.94454 8.1101 6.29862C8.03438 6.49481 7.99078 6.70017 7.99078 6.91356C7.99078 7.21873 8.26383 8.13311 8.42215 8.40042L8.41298 8.41878C8.51738 8.68379 8.57818 8.96717 8.57818 9.26316C8.57818 10.5584 7.52384 11.6128 6.22858 11.6128C4.93331 11.6128 3.87897 10.5584 3.87897 9.26316C3.87897 8.16867 4.62699 7.24742 5.64118 6.98699C5.64003 6.9606 5.64118 6.9388 5.64118 6.91356C5.64118 6.5212 5.69625 6.13571 5.80638 5.76629Z",
|
|
12132
|
+
fill: fill
|
|
12133
|
+
})]
|
|
12134
|
+
});
|
|
12135
|
+
const Gender_ICON_NAME = 'gender';
|
|
12136
|
+
;// ./src/components/Icon/icons/Gift.tsx
|
|
12137
|
+
|
|
12138
|
+
const Gift = ({
|
|
12139
|
+
fill = '#000',
|
|
12140
|
+
size = 24,
|
|
12141
|
+
tooltip = 'Gift',
|
|
12142
|
+
...props
|
|
12143
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12144
|
+
width: `${size}px`,
|
|
12145
|
+
height: `${size}px`,
|
|
12146
|
+
viewBox: "0 0 16 16",
|
|
12147
|
+
fill: "none",
|
|
12148
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12149
|
+
...props,
|
|
12150
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12151
|
+
children: tooltip
|
|
12152
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12153
|
+
d: "M3.625 3.1875C3.625 1.97938 4.60438 1 5.8125 1C7.02062 1 8 1.97938 8 3.1875C8 1.97938 8.97938 1 10.1875 1C11.3956 1 12.375 1.97938 12.375 3.1875L12.375 3.19237C12.375 3.2535 12.3751 3.42871 12.3419 3.625H14.125C14.6082 3.625 15 4.01675 15 4.5V6.25C15 6.73325 14.6082 7.125 14.125 7.125V13.6875C14.125 14.4124 13.5374 15 12.8125 15H3.1875C2.46263 15 1.875 14.4124 1.875 13.6875L1.875 7.125C1.39175 7.125 1 6.73325 1 6.25V4.5C1 4.01675 1.39175 3.625 1.875 3.625H3.6581C3.62489 3.42871 3.62497 3.2535 3.625 3.19237C3.625 3.19066 3.625 3.18903 3.625 3.1875ZM4.55949 3.625H7.125V3.1875C7.125 2.46263 6.53737 1.875 5.8125 1.875C5.08763 1.875 4.5 2.46263 4.5 3.1875C4.5 3.26166 4.5017 3.42682 4.53927 3.56457C4.54595 3.58908 4.55288 3.60913 4.55949 3.625ZM8.875 3.625H11.4405C11.4471 3.60913 11.454 3.58908 11.4607 3.56457C11.4983 3.42682 11.5 3.26166 11.5 3.1875C11.5 2.46263 10.9124 1.875 10.1875 1.875C9.46263 1.875 8.875 2.46263 8.875 3.1875V3.625ZM1.875 4.5V6.25H7.125V4.5H1.875ZM8.875 4.5V6.25H14.125V4.5H8.875ZM13.25 7.125H8.875V14.125H12.8125C13.0541 14.125 13.25 13.9291 13.25 13.6875V7.125ZM7.125 14.125V7.125H2.75V13.6875C2.75 13.9291 2.94588 14.125 3.1875 14.125H7.125Z",
|
|
12154
|
+
fill: fill
|
|
12155
|
+
})]
|
|
12156
|
+
});
|
|
12157
|
+
const Gift_ICON_NAME = 'gift';
|
|
11058
12158
|
;// ./src/components/Icon/icons/Home.tsx
|
|
11059
12159
|
|
|
11060
12160
|
const Home = ({
|
|
@@ -11096,12 +12196,12 @@ const Import = ({
|
|
|
11096
12196
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11097
12197
|
fillRule: "evenodd",
|
|
11098
12198
|
clipRule: "evenodd",
|
|
11099
|
-
d: "
|
|
12199
|
+
d: "M4 13.3C3.6134 13.3 3.3 13.6134 3.3 14V19.5C3.3 20.4389 4.0611 21.2 5 21.2H19C19.9389 21.2 20.7 20.4389 20.7 19.5V14C20.7 13.6134 20.3866 13.3 20 13.3C19.6134 13.3 19.3 13.6134 19.3 14V19.5C19.3 19.6657 19.1657 19.8 19 19.8H5C4.8343 19.8 4.7 19.6657 4.7 19.5V14C4.7 13.6134 4.3866 13.3 4 13.3Z",
|
|
11100
12200
|
fill: fill
|
|
11101
12201
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11102
12202
|
fillRule: "evenodd",
|
|
11103
12203
|
clipRule: "evenodd",
|
|
11104
|
-
d: "M12.
|
|
12204
|
+
d: "M12.2662 3.3C12.6538 3.3 12.9662 3.6134 12.9662 4V14.4157L15.8502 11.997C16.1464 11.7485 16.5879 11.7873 16.8363 12.0835C17.0848 12.3797 17.046 12.8212 16.7498 13.0697L12.7257 16.4447C12.6383 16.5208 12.5317 16.5756 12.4143 16.6009C12.2065 16.6459 11.9826 16.5952 11.8115 16.4493L7.8457 13.0658C7.5516 12.8149 7.5165 12.3731 7.7675 12.079C8.0184 11.7849 8.4602 11.7499 8.7543 12.0008L11.5662 14.3997V4C11.5662 3.6134 11.8786 3.3 12.2662 3.3Z",
|
|
11105
12205
|
fill: fill
|
|
11106
12206
|
})]
|
|
11107
12207
|
});
|
|
@@ -11135,6 +12235,30 @@ const Information = ({
|
|
|
11135
12235
|
})]
|
|
11136
12236
|
});
|
|
11137
12237
|
const Information_ICON_NAME = 'information';
|
|
12238
|
+
;// ./src/components/Icon/icons/Inventory.tsx
|
|
12239
|
+
|
|
12240
|
+
const Inventory = ({
|
|
12241
|
+
fill = '#000',
|
|
12242
|
+
size = 24,
|
|
12243
|
+
tooltip = 'Inventory',
|
|
12244
|
+
...props
|
|
12245
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12246
|
+
width: `${size}px`,
|
|
12247
|
+
height: `${size}px`,
|
|
12248
|
+
viewBox: "0 0 24 24",
|
|
12249
|
+
fill: "none",
|
|
12250
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12251
|
+
...props,
|
|
12252
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12253
|
+
children: tooltip
|
|
12254
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12255
|
+
fillRule: "evenodd",
|
|
12256
|
+
clipRule: "evenodd",
|
|
12257
|
+
d: "M9.84433 5.94772C9.07418 6.29588 8.69583 7.19188 9.03621 7.94481L11.5082 13.4129C11.8486 14.1659 12.7712 14.4737 13.5413 14.1256L15.8901 13.0638L16.1896 14.0553L15.3404 14.4391C15.2629 14.4731 15.1923 14.5214 15.1327 14.5814C15.0727 14.6417 15.0247 14.713 14.992 14.7914C14.9592 14.8699 14.9424 14.954 14.9431 15.039C14.9439 15.124 14.9621 15.2078 14.9972 15.2853C15.0322 15.3628 15.083 15.4318 15.1464 15.4885C15.2097 15.5452 15.284 15.5882 15.3645 15.6155C15.445 15.6427 15.5302 15.6538 15.6151 15.6486C15.6996 15.6434 15.7824 15.6223 15.8591 15.5866L21.6318 12.9769C21.7094 12.9429 21.78 12.8946 21.8396 12.8347C21.8996 12.7743 21.9476 12.703 21.9803 12.6246C22.013 12.5461 22.0299 12.462 22.0291 12.377C22.0284 12.292 22.0101 12.2082 21.9751 12.1307C21.9401 12.0533 21.8893 11.9842 21.8259 11.9275C21.7626 11.8708 21.6883 11.8278 21.6078 11.8006C21.5273 11.7733 21.4421 11.7622 21.3572 11.7674C21.2727 11.7726 21.1899 11.7937 21.1132 11.8294L20.264 12.2133L19.7175 11.3335L22.0662 10.2717C22.8364 9.92352 23.2147 9.02752 22.8744 8.27459L20.4024 2.80646C20.062 2.05353 19.1394 1.74565 18.3692 2.09382L9.84433 5.94772ZM10.363 7.09514L18.888 3.24124C19.0292 3.17741 19.1614 3.23501 19.2111 3.345L21.6831 8.81312C21.7328 8.92311 21.6887 9.06043 21.5475 9.12426L18.6032 10.4553C18.5469 10.4724 18.493 10.4968 18.443 10.5277L16.1264 11.575C16.071 11.5919 16.018 11.6159 15.9688 11.6463L13.0226 12.9782C12.8814 13.042 12.7492 12.9844 12.6995 12.8744L10.2275 7.40628C10.1777 7.29629 10.2219 7.15897 10.363 7.09514ZM17.3905 13.5124L17.091 12.5209L18.5166 11.8764L19.0631 12.7562L17.3905 13.5124ZM4.17038 4.0115C3.82525 4.02358 3.47737 4.10844 3.14767 4.27384L1.44833 5.12746C1.35618 5.16914 1.27309 5.22971 1.20405 5.30553C1.135 5.38135 1.08141 5.47086 1.04649 5.56869C1.01158 5.66652 0.996053 5.77067 1.00085 5.87488C1.00565 5.97909 1.03067 6.08122 1.07442 6.17515C1.11816 6.26908 1.17973 6.35288 1.25543 6.42152C1.33113 6.49016 1.4194 6.54223 1.51496 6.5746C1.61051 6.60698 1.71139 6.619 1.81153 6.60995C1.91167 6.60089 2.00901 6.57094 2.09773 6.52189L3.79805 5.66929C4.36572 5.38449 5.0232 5.64223 5.26795 6.24542L9.63783 17.0175C9.68397 17.1312 9.75455 17.2229 9.82534 17.3149C9.87276 17.3766 9.92027 17.4383 9.96058 17.5069C9.39631 17.577 8.88689 17.8075 8.55678 18.193C8.17107 18.6433 7.99487 19.2134 7.99487 19.7731C7.99487 20.3327 8.17107 20.9028 8.55678 21.3531C8.94249 21.8035 9.55033 22.0978 10.2347 22.0978C10.9191 22.0978 11.527 21.8035 11.9127 21.3531C12.2984 20.9028 12.4746 20.3327 12.4746 19.7731C12.4746 19.6733 12.453 19.575 12.4312 19.4765C12.421 19.4299 12.4107 19.3831 12.4027 19.3362C13.1972 19.5264 14.0381 19.5349 14.8389 19.1707V19.1717L20.6388 16.5342C20.7303 16.4945 20.8132 16.4363 20.8827 16.3631C20.9523 16.2898 21.0071 16.2029 21.044 16.1074C21.0808 16.0119 21.099 15.9098 21.0975 15.8069C21.0959 15.7041 21.0746 15.6026 21.0349 15.5083C20.9951 15.4141 20.9377 15.329 20.8659 15.2581C20.7942 15.1871 20.7095 15.1317 20.6169 15.095C20.5243 15.0584 20.4256 15.0412 20.3266 15.0446C20.2275 15.0479 20.1301 15.0717 20.04 15.1145L14.24 17.752C12.9854 18.3227 11.5453 17.7259 11.0134 16.4151L6.64357 5.64406C6.21714 4.59313 5.20577 3.97527 4.17038 4.0115ZM10.2347 18.9981C10.5458 18.9981 10.6846 19.0913 10.7966 19.2221C10.9087 19.353 10.9814 19.5578 10.9814 19.7731C10.9814 19.9883 10.9087 20.1932 10.7966 20.324C10.6846 20.4548 10.5458 20.548 10.2347 20.548C9.92364 20.548 9.78486 20.4548 9.67282 20.324C9.56079 20.1932 9.48811 19.9883 9.48811 19.7731C9.48811 19.5578 9.56079 19.353 9.67282 19.2221C9.78486 19.0913 9.92364 18.9981 10.2347 18.9981Z",
|
|
12258
|
+
fill: fill
|
|
12259
|
+
})]
|
|
12260
|
+
});
|
|
12261
|
+
const Inventory_ICON_NAME = 'inventory';
|
|
11138
12262
|
;// ./src/components/Icon/icons/Invisible.tsx
|
|
11139
12263
|
|
|
11140
12264
|
const Invisible = ({
|
|
@@ -11199,27 +12323,52 @@ const Language = ({
|
|
|
11199
12323
|
tooltip = 'Language',
|
|
11200
12324
|
...props
|
|
11201
12325
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12326
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11202
12327
|
width: `${size}px`,
|
|
11203
12328
|
height: `${size}px`,
|
|
11204
12329
|
viewBox: "0 0 24 24",
|
|
11205
|
-
|
|
11206
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
12330
|
+
fill: "none",
|
|
11207
12331
|
...props,
|
|
11208
12332
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11209
12333
|
children: tooltip
|
|
11210
12334
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11211
12335
|
fillRule: "evenodd",
|
|
11212
12336
|
clipRule: "evenodd",
|
|
11213
|
-
d: "
|
|
12337
|
+
d: "M9.49805 5.10742L12.0469 11.9824L12.0723 12.0498H10.3604L10.3486 12.0156L9.76172 10.2822H7.28418L6.69824 12.0156L6.68652 12.0498H5.05273L5.07812 11.9824L7.6377 5.10742L7.65039 5.0752H9.48633L9.49805 5.10742ZM7.63086 9.16992H9.42676L8.52832 6.49707L7.63086 9.16992Z",
|
|
11214
12338
|
fill: fill
|
|
11215
12339
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
11216
12340
|
fillRule: "evenodd",
|
|
11217
12341
|
clipRule: "evenodd",
|
|
11218
|
-
d: "
|
|
12342
|
+
d: "M13.9248 0.950195C15.1674 0.950195 16.1747 1.95767 16.1748 3.2002V7.8252H20.25C21.7963 7.8252 23.0497 9.07872 23.0498 10.625V20.25C23.0498 21.7964 21.7964 23.0498 20.25 23.0498H10.625C9.07872 23.0497 7.8252 21.7963 7.8252 20.25V16.1748H3.2002C1.95767 16.1747 0.950195 15.1674 0.950195 13.9248V3.2002C0.950327 1.95775 1.95775 0.950327 3.2002 0.950195H13.9248ZM16.1748 11.6748H20.2998V13.2148H18.6357C18.093 14.705 17.3625 15.9285 16.4463 16.9453C17.4803 17.7361 18.7411 18.3296 20.2607 18.6729L20.3486 18.6934L20.2852 18.7568C19.9947 19.0501 19.6113 19.6214 19.4297 19.9678L19.4111 20.0029L19.373 19.9932C17.744 19.5743 16.4237 18.891 15.3545 17.9844C14.2467 18.8696 12.9396 19.5327 11.4033 20.0225L11.3604 20.0361L11.3428 19.9951C11.2025 19.6817 10.8281 19.1108 10.5859 18.8154L10.5371 18.7549L10.6123 18.7354C12.0927 18.3415 13.3426 17.7669 14.3564 16.9971C14.1335 16.7364 13.9229 16.4622 13.7246 16.1748H9.2998V20.25C9.2998 20.9817 9.89334 21.5751 10.625 21.5752H20.25C20.9818 21.5752 21.5752 20.9818 21.5752 20.25V10.625C21.5751 9.89334 20.9817 9.2998 20.25 9.2998H16.1748V11.6748ZM16.1748 13.9248C16.1748 14.6902 15.7918 15.3651 15.208 15.7715C15.279 15.8544 15.3524 15.9356 15.4268 16.0156C16.1225 15.2437 16.6788 14.3201 17.1035 13.2148H16.1748V13.9248ZM3.2002 2.15039C2.62049 2.15052 2.15052 2.62049 2.15039 3.2002V13.9248C2.15039 14.5046 2.62041 14.9745 3.2002 14.9746H13.9248C14.5047 14.9746 14.9746 14.5047 14.9746 13.9248V3.2002C14.9745 2.62041 14.5046 2.15039 13.9248 2.15039H3.2002Z",
|
|
11219
12343
|
fill: fill
|
|
11220
12344
|
})]
|
|
11221
12345
|
});
|
|
11222
12346
|
const Language_ICON_NAME = 'language';
|
|
12347
|
+
;// ./src/components/Icon/icons/Link.tsx
|
|
12348
|
+
|
|
12349
|
+
const Link = ({
|
|
12350
|
+
fill = '#000',
|
|
12351
|
+
size = 24,
|
|
12352
|
+
tooltip = 'Link',
|
|
12353
|
+
...props
|
|
12354
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12355
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12356
|
+
width: `${size}px`,
|
|
12357
|
+
height: `${size}px`,
|
|
12358
|
+
viewBox: "0 0 24 24",
|
|
12359
|
+
fill: "none",
|
|
12360
|
+
...props,
|
|
12361
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12362
|
+
children: tooltip
|
|
12363
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12364
|
+
d: "M12.7817 4.03668C14.7644 2.05444 17.9795 2.05473 19.9624 4.03668C21.945 6.01943 21.9449 9.23435 19.9624 11.2173L18.903 12.2762C18.4948 12.6843 17.7474 12.383 17.6326 11.8173C17.5876 11.5957 17.6485 11.3623 17.8084 11.2024L18.8784 10.1324C20.2619 8.74821 20.2625 6.50386 18.8784 5.11969C17.4943 3.7369 15.2496 3.73746 13.8657 5.12066L10.7114 8.27496C10.569 8.41749 10.445 8.5678 10.3364 8.7193C10.2872 8.78795 10.2413 8.85824 10.1978 8.92926C10.1696 8.97515 10.138 9.02657 10.1079 9.0816C10.0581 9.17275 10.0117 9.26906 9.96826 9.36871C9.96826 9.36871 9.96674 9.37182 9.96533 9.37457C9.96337 9.37822 9.96042 9.38353 9.95752 9.38922L9.93603 9.43707C9.41251 10.7178 9.6715 12.2457 10.7114 13.2867C10.8725 13.4478 11.0456 13.5899 11.2275 13.7132C11.6139 13.975 11.752 14.5518 11.422 14.8818C11.1525 15.1513 10.7367 15.2254 10.4186 15.0156C10.1387 14.8311 9.87303 14.6163 9.62744 14.3707C8.70925 13.4518 8.22044 12.2673 8.15381 11.0621L8.14599 10.938C8.14365 10.8571 8.14143 10.7754 8.14306 10.6939L8.16357 10.3218C8.16496 10.3065 8.16351 10.3248 8.1665 10.2935L8.16552 10.2925L8.18603 10.1148C8.21647 9.88352 8.26456 9.65161 8.32861 9.42047C8.34445 9.36332 8.361 9.3088 8.37744 9.25641C8.43188 9.08299 8.49768 8.91367 8.56982 8.74762L8.64209 8.59625C8.88572 8.08582 9.21011 7.60747 9.62744 7.19L12.7817 4.03668Z",
|
|
12365
|
+
fill: fill
|
|
12366
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12367
|
+
d: "M12.5766 9.13462C12.846 8.85578 13.2695 8.77652 13.5925 8.991C13.8676 9.17363 14.1286 9.38566 14.3706 9.6275C15.2884 10.5453 15.7752 11.7299 15.8423 12.9361L15.854 13.1421C15.854 13.1572 15.8549 13.1734 15.855 13.19C15.855 13.2009 15.8555 13.2108 15.8558 13.2183L15.856 13.2212C15.8562 13.2281 15.8568 13.235 15.8569 13.2379V13.2398L15.8501 13.4517C15.8462 13.527 15.8405 13.6037 15.8335 13.6812C15.8335 13.6812 15.8337 13.6829 15.8335 13.6851C15.8332 13.6876 15.8331 13.6911 15.8325 13.6959C15.8315 13.7042 15.8286 13.723 15.8267 13.7418C15.7963 14.0366 15.7409 14.3285 15.6597 14.6138C15.6501 14.6475 15.6405 14.6813 15.6304 14.7144C15.5724 14.9031 15.502 15.0852 15.4253 15.2623L15.3569 15.4058C15.1137 15.9148 14.788 16.3906 14.3706 16.8082L11.2173 19.9625C9.23429 21.945 6.01937 21.9451 4.03662 19.9625C2.05467 17.9796 2.05438 14.7645 4.03662 12.7818L5.09655 11.7214C5.50422 11.3135 6.25256 11.6145 6.36756 12.1796C6.41257 12.4008 6.35174 12.6337 6.19213 12.7933L5.11963 13.8658C3.73643 15.2497 3.73782 17.4943 5.1206 18.8785C6.50477 20.2625 8.74913 20.2619 10.1333 18.8785L13.2866 15.7242L13.3003 15.7115L13.312 15.6978L13.5503 15.4244L13.5601 15.4136L13.5688 15.4019C13.5959 15.3675 13.6358 15.3121 13.6401 15.3062C13.7046 15.2181 13.7661 15.1256 13.8237 15.0289C13.9838 14.7601 14.1052 14.4756 14.188 14.1812C14.5231 12.9902 14.2279 11.6527 13.2866 10.7115C13.1271 10.5522 12.9561 10.4116 12.7763 10.2895C12.395 10.0305 12.2562 9.46614 12.5766 9.13462Z",
|
|
12368
|
+
fill: fill
|
|
12369
|
+
})]
|
|
12370
|
+
});
|
|
12371
|
+
const Link_ICON_NAME = 'link';
|
|
11223
12372
|
;// ./src/components/Icon/icons/Lock.tsx
|
|
11224
12373
|
|
|
11225
12374
|
const Lock = ({
|
|
@@ -11354,8 +12503,8 @@ const Message = ({
|
|
|
11354
12503
|
width: `${size}px`,
|
|
11355
12504
|
height: `${size}px`,
|
|
11356
12505
|
viewBox: "0 0 24 24",
|
|
12506
|
+
fill: "none",
|
|
11357
12507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11358
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
11359
12508
|
...props,
|
|
11360
12509
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11361
12510
|
children: tooltip
|
|
@@ -11532,6 +12681,67 @@ const Notification = ({
|
|
|
11532
12681
|
})]
|
|
11533
12682
|
});
|
|
11534
12683
|
const Notification_ICON_NAME = 'notification';
|
|
12684
|
+
;// ./src/components/Icon/icons/OfficeChair.tsx
|
|
12685
|
+
|
|
12686
|
+
const clipId = 'clip_office_chair';
|
|
12687
|
+
const OfficeChair = ({
|
|
12688
|
+
fill = '#000',
|
|
12689
|
+
size = 24,
|
|
12690
|
+
tooltip = 'Office Chair',
|
|
12691
|
+
...props
|
|
12692
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12693
|
+
width: `${size}px`,
|
|
12694
|
+
height: `${size}px`,
|
|
12695
|
+
viewBox: "0 0 16 16",
|
|
12696
|
+
fill: "none",
|
|
12697
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12698
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
12699
|
+
...props,
|
|
12700
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12701
|
+
children: tooltip
|
|
12702
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
12703
|
+
clipPath: `url(#${clipId})`,
|
|
12704
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12705
|
+
d: "M9.875 -0.0498047C10.9768 -0.0498047 11.821 0.951226 11.7207 2.06836L11.2129 7.70898C11.2043 7.80337 11.1685 7.88374 11.127 7.95605C11.1063 7.99198 11.0833 8.02702 11.0615 8.06055C11.0491 8.07966 11.0371 8.09849 11.0254 8.11719C11.251 8.2395 11.437 8.42362 11.5615 8.64648C12.2061 8.53291 12.6939 7.98973 12.7158 7.31738C12.1144 7.28913 11.6289 6.78758 11.6289 6.17969C11.6289 5.97247 11.6849 5.77672 11.7842 5.60742L11.7852 5.60352C11.8272 5.53349 11.8863 5.45243 11.9658 5.37598C12.1726 5.16594 12.4611 5.03906 12.7695 5.03906H13.4961C14.1218 5.03906 14.6366 5.55398 14.6367 6.17969C14.6367 6.44986 14.5393 6.70435 14.374 6.90234L14.2998 6.9834C14.1035 7.18295 13.8337 7.30524 13.543 7.31738C13.5205 8.39051 12.7331 9.27905 11.7061 9.46289C11.6109 10.0971 11.0664 10.5918 10.4062 10.5918H8.45703V11.583H8.77051C8.88013 11.5831 8.98498 11.6266 9.0625 11.7041C9.14001 11.7816 9.18358 11.8865 9.18359 11.9961V13.4023C9.77964 13.4147 10.3782 13.6467 10.8555 14.0205C11.3459 14.4047 11.7283 14.9669 11.7285 15.6309L11.7217 15.7119C11.7167 15.7388 11.7095 15.7655 11.6992 15.791C11.6788 15.8418 11.6478 15.8878 11.6094 15.9268C11.5709 15.9657 11.5251 15.9964 11.4746 16.0176C11.4242 16.0387 11.3701 16.0497 11.3154 16.0498C11.2606 16.0498 11.2058 16.0387 11.1553 16.0176C11.1048 15.9964 11.0589 15.9657 11.0205 15.9268C10.9822 15.8879 10.9521 15.8417 10.9316 15.791C10.9214 15.7655 10.9132 15.7388 10.9082 15.7119L10.9014 15.6309C10.9012 15.2919 10.6949 14.9455 10.3457 14.6719C9.99664 14.3984 9.52493 14.2275 9.13379 14.2275H8.45703V15.6309L8.4502 15.7119C8.44521 15.7388 8.437 15.7655 8.42676 15.791C8.40634 15.8417 8.37623 15.8879 8.33789 15.9268C8.29949 15.9657 8.25357 15.9964 8.20312 16.0176C8.15257 16.0387 8.09777 16.0498 8.04297 16.0498C7.98829 16.0498 7.93423 16.0387 7.88379 16.0176C7.83329 15.9964 7.78746 15.9657 7.74902 15.9268C7.71059 15.8878 7.67961 15.8418 7.65918 15.791C7.64894 15.7655 7.64171 15.7388 7.63672 15.7119L7.62988 15.6309V14.2275H6.95312C6.56199 14.2275 6.09027 14.3984 5.74121 14.6719C5.39192 14.9456 5.18573 15.2918 5.18555 15.6309L5.17871 15.7119C5.17372 15.7388 5.16552 15.7655 5.15527 15.791C5.13487 15.8417 5.10472 15.8879 5.06641 15.9268C5.02804 15.9657 4.98202 15.9964 4.93164 16.0176C4.88109 16.0387 4.82629 16.0498 4.77148 16.0498C4.71677 16.0498 4.66278 16.0387 4.6123 16.0176C4.56182 15.9965 4.51598 15.9657 4.47754 15.9268C4.43912 15.8878 4.40813 15.8418 4.3877 15.791C4.37746 15.7655 4.37022 15.7388 4.36523 15.7119L4.3584 15.6309C4.35857 14.9669 4.7401 14.4047 5.23047 14.0205C5.70756 13.6467 6.30637 13.4149 6.90234 13.4023V11.9961C6.90236 11.8866 6.94616 11.7816 7.02344 11.7041C7.10098 11.6266 7.20674 11.583 7.31641 11.583H7.62988V10.5918H5.68066C5.02042 10.5918 4.47502 10.0972 4.37988 9.46289C3.35321 9.27877 2.56545 8.39026 2.54297 7.31738C1.93894 7.29204 1.4502 6.78949 1.4502 6.17969C1.45023 5.90966 1.54677 5.65496 1.71191 5.45703L1.78711 5.37598C1.99393 5.16588 2.28234 5.03906 2.59082 5.03906H3.31738C3.73564 5.03906 4.1051 5.26935 4.30273 5.60742C4.40192 5.77669 4.45798 5.97251 4.45801 6.17969C4.45801 6.4499 4.36064 6.70434 4.19531 6.90234L4.12109 6.9834C3.92584 7.18182 3.65808 7.30411 3.36914 7.31738C3.39104 7.98951 3.88021 8.53263 4.52441 8.64648C4.64868 8.42391 4.83449 8.23956 5.05957 8.11719C5.04796 8.09862 5.03672 8.07952 5.02441 8.06055C5.00267 8.02702 4.98054 7.99196 4.95996 7.95605C4.91856 7.88376 4.88357 7.80333 4.875 7.70898L4.36621 2.06836C4.26589 0.951217 5.11006 -0.0498047 6.21191 -0.0498047H9.875ZM7.72949 13.4004H7.97754C8.02209 13.393 8.06775 13.3931 8.1123 13.4004H8.35645V12.4092H8.10938L8.04199 12.4141L7.97461 12.4092H7.72949V13.4004ZM5.68066 8.77441C5.40269 8.77441 5.18565 8.99159 5.18555 9.26953C5.18555 9.54757 5.40263 9.76465 5.68066 9.76465H7.98535C8.02487 9.75887 8.06497 9.75891 8.10449 9.76465H10.4062C10.6843 9.76463 10.9014 9.54755 10.9014 9.26953C10.9013 8.9916 10.6842 8.77444 10.4062 8.77441H5.68066ZM6.21191 0.777344C5.61658 0.777344 5.13008 1.32235 5.19043 1.99414L5.69727 7.63477C5.71497 7.82937 5.85531 7.94727 6.00293 7.94727H10.084C10.2315 7.9472 10.371 7.82862 10.3887 7.63477L10.8965 1.99414C10.9568 1.32235 10.4703 0.777344 9.875 0.777344H6.21191ZM2.59082 5.86621C2.5015 5.86621 2.42847 5.89915 2.37402 5.95508C2.37137 5.95781 2.36894 5.96121 2.36621 5.96387C2.31037 6.01828 2.27738 6.09047 2.27734 6.17969C2.27734 6.35366 2.41685 6.49316 2.59082 6.49316H2.89648C2.93571 6.48747 2.97542 6.48752 3.01465 6.49316H3.31738C3.40674 6.49316 3.47972 6.46027 3.53418 6.4043C3.53675 6.40166 3.53935 6.39906 3.54199 6.39648C3.59796 6.34203 3.63086 6.26905 3.63086 6.17969C3.63083 6.12518 3.6141 6.06578 3.58984 6.02441C3.53271 5.92655 3.43639 5.86621 3.31738 5.86621H2.59082ZM12.7695 5.86621C12.6803 5.86621 12.6072 5.89921 12.5527 5.95508V5.95605C12.5475 5.96131 12.5417 5.96671 12.5361 5.97168C12.5296 5.97797 12.5167 5.99329 12.4971 6.02539C12.4728 6.06687 12.4551 6.12529 12.4551 6.17969C12.4551 6.35366 12.5956 6.49316 12.7695 6.49316H13.0752C13.1144 6.48749 13.1541 6.4875 13.1934 6.49316H13.4961C13.5853 6.49316 13.6575 6.46008 13.7119 6.4043C13.7145 6.4016 13.718 6.39912 13.7207 6.39648C13.7767 6.34203 13.8096 6.26905 13.8096 6.17969C13.8095 6.00577 13.67 5.86621 13.4961 5.86621H12.7695Z",
|
|
12706
|
+
fill: fill
|
|
12707
|
+
})
|
|
12708
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
12709
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
12710
|
+
id: clipId,
|
|
12711
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
12712
|
+
width: "16",
|
|
12713
|
+
height: "16",
|
|
12714
|
+
fill: "white"
|
|
12715
|
+
})
|
|
12716
|
+
})
|
|
12717
|
+
})]
|
|
12718
|
+
});
|
|
12719
|
+
const OfficeChair_ICON_NAME = 'office-chair';
|
|
12720
|
+
;// ./src/components/Icon/icons/OpenBook.tsx
|
|
12721
|
+
|
|
12722
|
+
const OpenBook = ({
|
|
12723
|
+
fill = '#000',
|
|
12724
|
+
size = 24,
|
|
12725
|
+
tooltip = 'Open Book',
|
|
12726
|
+
...props
|
|
12727
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12728
|
+
width: `${size}px`,
|
|
12729
|
+
height: `${size}px`,
|
|
12730
|
+
viewBox: "0 0 24 24",
|
|
12731
|
+
fill: "none",
|
|
12732
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12733
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
12734
|
+
...props,
|
|
12735
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12736
|
+
children: tooltip
|
|
12737
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12738
|
+
fillRule: "evenodd",
|
|
12739
|
+
clipRule: "evenodd",
|
|
12740
|
+
d: "M4.40039 2.09961C7.48076 2.09966 9.48544 2.72517 10.7305 3.37695C11.3088 3.6805 11.718 3.98091 12 4.23242C12.282 3.98091 12.6912 3.6805 13.2695 3.37695C14.5146 2.72517 16.5192 2.09966 19.5996 2.09961C19.9309 2.09961 20.2001 2.37039 20.2002 2.70117V4.50684H20.8623C21.5983 4.50684 22.2001 5.11192 22.2002 5.84863V19.2139C22.2002 19.9507 21.5983 20.5557 20.8623 20.5557H14.293C14.031 20.9329 13.3331 21.7588 12 21.7588C10.6669 21.7588 9.96899 20.9329 9.70703 20.5557H3.1377C2.40166 20.5557 1.7998 19.9507 1.7998 19.2139V5.84863C1.79991 5.11192 2.40172 4.50684 3.1377 4.50684H3.7998V2.70117C3.79671 2.41027 4.00195 2.15763 4.28809 2.10352L4.30664 2.09961H4.40039ZM3.1377 5.70996C3.05756 5.70996 3.00009 5.76644 3 5.84863V19.2139C3 19.2962 3.0575 19.3525 3.1377 19.3525H10C10.1883 19.3512 10.3652 19.4396 10.4785 19.5869L10.5234 19.6543L10.5244 19.6562L10.5254 19.6572C10.5254 19.6572 10.5269 19.6606 10.5283 19.6631C10.5317 19.6688 10.5375 19.6777 10.5449 19.6895C10.56 19.7133 10.5837 19.7492 10.6152 19.792C10.6786 19.8779 10.7745 19.993 10.9004 20.1074C11.1531 20.3369 11.5197 20.5566 12 20.5566C12.4803 20.5566 12.8469 20.3369 13.0996 20.1074C13.2255 19.993 13.3214 19.8779 13.3848 19.792C13.4163 19.7492 13.44 19.7133 13.4551 19.6895C13.4625 19.6777 13.4683 19.6688 13.4717 19.6631C13.4731 19.6606 13.4746 19.6572 13.4746 19.6572L13.4756 19.6562L13.4766 19.6543C13.5841 19.4669 13.7846 19.351 14 19.3525H20.8623C20.9425 19.3525 21 19.2962 21 19.2139V5.84863C20.9999 5.76644 20.9424 5.70996 20.8623 5.70996H20.2002V17.1455C20.2002 17.4764 19.931 17.7471 19.5996 17.7471C16.6703 17.7471 14.8305 18.1376 13.7529 18.5127C13.2156 18.699 12.8755 18.8812 12.667 19.0088C12.5381 19.0874 12.481 19.121 12.4502 19.1445C12.4215 19.1742 12.3905 19.1997 12.3574 19.2217L12.3584 19.2227C12.2802 19.2821 12.1908 19.3197 12.0967 19.3359L12.0791 19.3389H12.0547C11.8761 19.3574 11.6994 19.2945 11.5723 19.168L11.333 19.0088C11.1245 18.8812 10.7844 18.699 10.2471 18.5127C9.16948 18.1376 7.32973 17.7471 4.40039 17.7471C4.06905 17.7471 3.79982 17.4764 3.7998 17.1455V5.70996H3.1377ZM5 16.5732C7.65929 16.6269 9.48966 16.9871 10.6279 17.3828C10.9547 17.4967 11.1966 17.6116 11.4004 17.7168V5.33398C11.3981 5.33102 11.3954 5.32768 11.3926 5.32422C11.3724 5.29914 11.3332 5.25553 11.252 5.18066C11.0442 4.9887 10.6955 4.70783 10.1699 4.43359C9.19583 3.92363 7.55432 3.40939 5 3.33301V16.5732ZM19 3.33301C16.4457 3.40939 14.8042 3.92266 13.8301 4.43262C13.3045 4.70685 12.9558 4.98772 12.748 5.17969C12.6668 5.25456 12.6276 5.29914 12.6074 5.32422C12.6046 5.32768 12.6019 5.33102 12.5996 5.33398V17.7168C12.8034 17.6116 13.0453 17.4967 13.3721 17.3828C14.5103 16.9871 16.3407 16.6269 19 16.5732V3.33301Z",
|
|
12741
|
+
fill: fill
|
|
12742
|
+
})]
|
|
12743
|
+
});
|
|
12744
|
+
const OpenBook_ICON_NAME = 'open-book';
|
|
11535
12745
|
;// ./src/components/Icon/icons/Pages.tsx
|
|
11536
12746
|
|
|
11537
12747
|
const Pages = ({
|
|
@@ -11807,7 +13017,7 @@ const RadioOn_ICON_NAME = 'radio-on';
|
|
|
11807
13017
|
const Report = ({
|
|
11808
13018
|
fill = '#000',
|
|
11809
13019
|
size = 24,
|
|
11810
|
-
tooltip = 'Report',
|
|
13020
|
+
tooltip = 'Clipboard Report',
|
|
11811
13021
|
...props
|
|
11812
13022
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11813
13023
|
width: `${size}px`,
|
|
@@ -11825,20 +13035,48 @@ const Report = ({
|
|
|
11825
13035
|
fill: fill
|
|
11826
13036
|
})]
|
|
11827
13037
|
});
|
|
11828
|
-
const Report_ICON_NAME = 'report';
|
|
13038
|
+
const Report_ICON_NAME = 'clipboard-report';
|
|
13039
|
+
;// ./src/components/Icon/icons/Results.tsx
|
|
13040
|
+
|
|
13041
|
+
const Results = ({
|
|
13042
|
+
fill = '#000',
|
|
13043
|
+
size = 24,
|
|
13044
|
+
tooltip = 'Clipboard Result',
|
|
13045
|
+
...props
|
|
13046
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13047
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13048
|
+
width: `${size}px`,
|
|
13049
|
+
height: `${size}px`,
|
|
13050
|
+
viewBox: "0 0 24 24",
|
|
13051
|
+
fill: "none",
|
|
13052
|
+
...props,
|
|
13053
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13054
|
+
children: tooltip
|
|
13055
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13056
|
+
d: "M14.6808 10.305C14.9545 10.0319 15.397 10.0323 15.6701 10.3059C15.9432 10.5796 15.9427 11.0221 15.6691 11.2952L11.4172 15.5403C11.1438 15.8132 10.7011 15.8132 10.4279 15.5403L8.30487 13.4173C8.03181 13.144 8.03185 12.7013 8.30487 12.428C8.57824 12.1546 9.02174 12.1546 9.2951 12.428L10.9221 14.055L14.6808 10.305Z",
|
|
13057
|
+
fill: fill
|
|
13058
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13059
|
+
fillRule: "evenodd",
|
|
13060
|
+
clipRule: "evenodd",
|
|
13061
|
+
d: "M20 4.95051C20 3.68898 18.9199 2.67295 17.5805 2.67295H15.933C15.6566 2.26915 15.1754 1.99979 14.6322 1.99979H9.36793C8.82273 1.99979 8.33991 2.27118 8.0641 2.67751L6.33239 2.67439C5.03346 2.71739 4.00003 3.71652 4.00003 4.95051V19.7222C4.00003 20.9838 5.08011 21.9998 6.41958 21.9998H17.5805C18.9199 21.9998 20 20.9838 20 19.7222V4.95051ZM14.8669 4.7444C14.9969 4.65837 14.9969 4.55287 14.9969 4.55287V4.068V3.45942C14.9969 3.45942 14.9969 3.35087 14.9178 3.28707C14.7776 3.17411 14.6322 3.19824 14.6322 3.19824H9.36793C9.36793 3.19824 9.26329 3.18186 9.13327 3.26789C9.00325 3.35391 9.00324 3.45942 9.00324 3.45942V4.068V4.55287C9.00324 4.55287 9.00324 4.66142 9.08239 4.72522C9.22253 4.83817 9.36792 4.81405 9.36792 4.81405H14.6322C14.6322 4.81405 14.7369 4.83042 14.8669 4.7444ZM7.82087 3.94449L6.41969 3.94548C5.82344 3.94548 5.35135 4.3902 5.35135 4.95051L5.35135 19.7222C5.35135 20.2825 5.82333 20.7273 6.41958 20.7273H17.5805C18.1767 20.7273 18.6487 20.2825 18.6487 19.7222L18.6487 4.95051C18.6487 4.3902 18.1767 3.94548 17.5805 3.94548H16.1793V4.55287C16.1793 5.35408 15.4814 6.0125 14.6322 6.0125H9.36792C8.51872 6.0125 7.82087 5.35408 7.82087 4.55287V3.94449Z",
|
|
13062
|
+
fill: fill
|
|
13063
|
+
})]
|
|
13064
|
+
});
|
|
13065
|
+
const Results_ICON_NAME = 'clipboard-result';
|
|
11829
13066
|
;// ./src/components/Icon/icons/Robot.tsx
|
|
11830
13067
|
|
|
11831
13068
|
const Robot = ({
|
|
11832
13069
|
fill = '#000',
|
|
11833
|
-
size =
|
|
13070
|
+
size = 24,
|
|
11834
13071
|
tooltip = 'Robot',
|
|
11835
13072
|
...props
|
|
11836
13073
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
11837
13074
|
xmlns: "http://www.w3.org/2000/svg",
|
|
11838
13075
|
width: `${size}px`,
|
|
11839
13076
|
height: `${size}px`,
|
|
11840
|
-
viewBox: "
|
|
13077
|
+
viewBox: "14 14 26 22",
|
|
11841
13078
|
fill: "none",
|
|
13079
|
+
preserveAspectRatio: "none",
|
|
11842
13080
|
...props,
|
|
11843
13081
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
11844
13082
|
children: tooltip
|
|
@@ -11907,7 +13145,7 @@ const Roles_ICON_NAME = 'roles';
|
|
|
11907
13145
|
;// ./src/components/Icon/icons/Search.tsx
|
|
11908
13146
|
|
|
11909
13147
|
const Search = ({
|
|
11910
|
-
fill = '#
|
|
13148
|
+
fill = '#000',
|
|
11911
13149
|
size = 24,
|
|
11912
13150
|
tooltip = 'Search',
|
|
11913
13151
|
...props
|
|
@@ -11984,6 +13222,30 @@ const Settings = ({
|
|
|
11984
13222
|
})]
|
|
11985
13223
|
});
|
|
11986
13224
|
const Settings_ICON_NAME = 'settings';
|
|
13225
|
+
;// ./src/components/Icon/icons/Signature.tsx
|
|
13226
|
+
|
|
13227
|
+
const Signature = ({
|
|
13228
|
+
fill = '#000',
|
|
13229
|
+
size = 24,
|
|
13230
|
+
tooltip = 'Signature',
|
|
13231
|
+
...props
|
|
13232
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13233
|
+
width: `${size}px`,
|
|
13234
|
+
height: `${size}px`,
|
|
13235
|
+
viewBox: "0 0 24 24",
|
|
13236
|
+
fill: "none",
|
|
13237
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13238
|
+
...props,
|
|
13239
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13240
|
+
children: tooltip
|
|
13241
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13242
|
+
fillRule: "evenodd",
|
|
13243
|
+
clipRule: "evenodd",
|
|
13244
|
+
d: "M6.97355 3.90051C8.10862 3.90061 8.87925 4.45828 9.25187 5.10461C9.61959 5.74281 9.65909 6.4077 9.65909 6.76672C9.65894 9.91448 7.70375 13.1691 5.81144 15.6652C5.45802 16.1313 5.16703 16.4284 4.84073 16.8097C5.31465 17.1568 5.82611 17.3878 6.40909 17.3878C7.81359 17.3876 9.35616 16.5895 10.6982 15.4904C10.2915 14.8546 10.0029 14.0984 10.0028 13.2618C10.0028 11.7917 10.5134 10.4643 11.2528 9.55579C11.6224 9.1017 12.0553 8.74196 12.5468 8.54407C13.0404 8.34543 13.6171 8.32727 14.122 8.58508C14.5989 8.82864 14.9375 9.24789 15.0878 9.72375C15.2371 10.1965 15.222 10.7072 15.1112 11.2247C14.8899 12.2593 14.2787 13.3817 13.4394 14.4523C13.1297 14.8472 12.7659 15.2238 12.3984 15.5909C12.6559 15.7718 12.8985 15.8849 13.1005 15.8849C13.458 15.8848 13.8236 15.7191 14.2157 15.3956C14.6076 15.0723 14.9962 14.6081 15.3564 14.1232C15.7112 13.6454 16.0489 13.1344 16.3603 12.7345C16.5178 12.5322 16.6736 12.3486 16.8525 12.1945C17.0292 12.0422 17.2608 11.8771 17.5976 11.8771C17.8621 11.8773 18.1134 12.0114 18.2646 12.1691C18.4132 12.3242 18.4946 12.4925 18.5566 12.6525C18.6806 12.9729 18.7361 13.3177 18.786 13.6378C18.8196 13.8527 18.8501 14.0408 18.8798 14.2013C18.8996 14.1904 18.9248 14.1744 18.955 14.1368C19.0407 14.03 19.1334 13.8867 19.2382 13.7169C19.3419 13.5489 19.4572 13.3544 19.5859 13.1544C20.1058 12.3462 20.993 11.3765 22.5927 11.3761C22.6718 11.3751 22.7507 11.3895 22.8241 11.4191C22.8978 11.4488 22.9659 11.4931 23.0224 11.549C23.0788 11.6048 23.1236 11.6719 23.1542 11.7452C23.1847 11.8185 23.2001 11.8973 23.2001 11.9767C23.2001 12.0563 23.1848 12.1357 23.1542 12.2091C23.1237 12.2822 23.0786 12.3487 23.0224 12.4044C22.9659 12.4603 22.8978 12.5046 22.8241 12.5343C22.7509 12.5638 22.6725 12.5782 22.5937 12.5773C22.0182 12.5773 21.632 12.7145 21.3359 12.9298C21.0365 13.1476 20.8207 13.4519 20.5937 13.8048C20.3735 14.1471 20.1655 14.5458 19.8896 14.8898C19.6078 15.2409 19.1661 15.584 18.5966 15.5841C18.2709 15.5841 18.0315 15.3482 17.9335 15.1857C17.8377 15.0266 17.7955 14.8807 17.7597 14.7365C17.6879 14.4477 17.6482 14.1227 17.6015 13.8234C17.5681 13.6094 17.5293 13.4091 17.4892 13.257C17.4351 13.3158 17.3738 13.3874 17.3066 13.4738C17.172 13.6466 17.0211 13.8585 16.8554 14.0929C16.6902 14.3266 16.5102 14.5824 16.3183 14.8409C15.9346 15.3576 15.4974 15.8953 14.9784 16.3234C14.4593 16.7516 13.8286 17.0869 13.1005 17.087C12.4945 17.087 11.9675 16.7851 11.5077 16.3986C10.0215 17.6456 8.24424 18.5898 6.40909 18.59C5.49935 18.59 4.74115 18.2113 4.07706 17.7032C3.52353 18.327 3.01822 18.8751 2.6464 19.2706C2.45374 19.4756 2.29693 19.64 2.18839 19.7531C2.13429 19.8094 2.09208 19.8533 2.06339 19.8829C2.04921 19.8976 2.03854 19.9095 2.03116 19.9171L2.01749 19.9308C1.96035 19.9863 1.89239 20.0297 1.81827 20.0587C1.74405 20.0878 1.66454 20.1017 1.58488 20.0997C1.50515 20.0977 1.42612 20.0798 1.35343 20.047C1.2808 20.0141 1.21531 19.9668 1.16105 19.9083C1.10674 19.8497 1.06443 19.7803 1.03702 19.7052C1.0097 19.6302 0.997149 19.5506 1.00089 19.4708C1.00466 19.391 1.02421 19.3125 1.05851 19.2404C1.09287 19.1682 1.14151 19.1031 1.20109 19.0499C1.20262 19.0484 1.20473 19.0464 1.20695 19.0441C1.21415 19.0366 1.2252 19.0253 1.23917 19.0109C1.2674 18.9816 1.30877 18.9378 1.36222 18.882C1.46925 18.7702 1.62436 18.608 1.81437 18.4054C2.1812 18.0141 2.67908 17.4714 3.22355 16.8556C3.16379 16.7953 3.09907 16.7371 3.02921 16.6749C2.93783 16.5935 2.84144 16.5031 2.76554 16.3888C1.94911 15.158 1.50875 13.6324 1.5087 12.2599C1.5087 9.34722 2.41219 7.258 3.54288 5.90344C4.66864 4.55493 5.96424 3.90065 6.97355 3.90051ZM6.97355 5.10168C6.76574 5.10179 6.37662 5.20858 5.91495 5.46301C5.45641 5.71577 4.93535 6.11005 4.46378 6.67493C3.51979 7.80582 2.70792 9.59651 2.70792 12.2599C2.70797 13.3707 3.09202 14.7102 3.76359 15.7228C3.80084 15.7789 3.84657 15.8235 3.90128 15.8722C3.92965 15.8974 3.96119 15.9255 3.99308 15.9562C4.2964 15.6004 4.54007 15.3548 4.85636 14.9376C5.7706 13.7317 6.67286 12.35 7.34562 10.9376C8.01879 9.5243 8.45979 8.08659 8.45988 6.76672C8.45988 6.51568 8.41178 6.0472 8.21476 5.7052C8.11478 5.53176 7.99657 5.38431 7.81339 5.27844C7.62913 5.17203 7.36792 5.10172 6.97355 5.10168ZM13.3124 9.58997C13.2208 9.58971 13.1175 9.61059 12.9941 9.66028C12.7497 9.75869 12.4553 9.98046 12.1825 10.3156C11.6368 10.9862 11.2021 12.0749 11.2021 13.2618C11.2021 13.7683 11.3692 14.2468 11.6054 14.672C11.9238 14.3563 12.2363 14.0426 12.497 13.7101C13.2581 12.7394 13.7758 11.7323 13.9384 10.9728C14.0195 10.5934 14.0096 10.2899 13.9452 10.0861C13.9124 9.98212 13.8719 9.90228 13.8163 9.83606C13.7608 9.7699 13.6852 9.71258 13.5771 9.65735C13.4884 9.61206 13.403 9.59033 13.3124 9.58997Z",
|
|
13245
|
+
fill: fill
|
|
13246
|
+
})]
|
|
13247
|
+
});
|
|
13248
|
+
const Signature_ICON_NAME = 'signature';
|
|
11987
13249
|
;// ./src/components/Icon/icons/Sleep.tsx
|
|
11988
13250
|
|
|
11989
13251
|
const Sleep = ({
|
|
@@ -12105,6 +13367,118 @@ const Stats = ({
|
|
|
12105
13367
|
})]
|
|
12106
13368
|
});
|
|
12107
13369
|
const Stats_ICON_NAME = 'stats';
|
|
13370
|
+
;// ./src/components/Icon/icons/Summery.tsx
|
|
13371
|
+
|
|
13372
|
+
const Summery = ({
|
|
13373
|
+
fill = '#000',
|
|
13374
|
+
size = 24,
|
|
13375
|
+
tooltip = 'Clipboard Summary',
|
|
13376
|
+
...props
|
|
13377
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13378
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13379
|
+
width: `${size}px`,
|
|
13380
|
+
height: `${size}px`,
|
|
13381
|
+
viewBox: "0 0 24 24",
|
|
13382
|
+
fill: "none",
|
|
13383
|
+
...props,
|
|
13384
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13385
|
+
children: tooltip
|
|
13386
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13387
|
+
d: "M9.10939 16.0201C9.35808 15.7598 9.76322 15.7595 10.0117 16.0201C10.2575 16.2781 10.2572 16.6945 10.0117 16.9527L8.64357 18.3883C8.3949 18.6492 7.9899 18.6492 7.74123 18.3883L7.28517 17.9098C7.03921 17.6516 7.03913 17.2353 7.28517 16.9771C7.53386 16.7168 7.939 16.7165 8.18751 16.9771L8.1924 16.982L9.10939 16.0201Z",
|
|
13388
|
+
fill: fill
|
|
13389
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13390
|
+
d: "M16.2647 16.3033C16.6199 16.3036 16.9002 16.6046 16.9004 16.9654C16.9003 17.3263 16.62 17.6272 16.2647 17.6275H11.7041C11.3486 17.6275 11.0685 17.3265 11.0684 16.9654C11.0686 16.6045 11.3486 16.3033 11.7041 16.3033H16.2647Z",
|
|
13391
|
+
fill: fill
|
|
13392
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13393
|
+
d: "M9.10939 12.0602C9.35807 11.7998 9.76322 11.7995 10.0117 12.0602C10.2575 12.3181 10.2572 12.7346 10.0117 12.9928L8.64357 14.4283C8.3949 14.6892 7.9899 14.6892 7.74123 14.4283L7.28517 13.9498C7.03919 13.6916 7.03912 13.2753 7.28517 13.0172C7.53385 12.7568 7.93899 12.7565 8.18751 13.0172L8.1924 13.0221L9.10939 12.0602Z",
|
|
13394
|
+
fill: fill
|
|
13395
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13396
|
+
d: "M16.2647 12.3434C16.6199 12.3437 16.9002 12.6447 16.9004 13.0055C16.9002 13.3663 16.6199 13.6672 16.2647 13.6676H11.7041C11.3486 13.6676 11.0685 13.3665 11.0684 13.0055C11.0686 12.6445 11.3486 12.3434 11.7041 12.3434H16.2647Z",
|
|
13397
|
+
fill: fill
|
|
13398
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13399
|
+
d: "M9.10939 8.09531C9.35806 7.83475 9.76327 7.8344 10.0117 8.09531C10.2576 8.35373 10.2572 8.77125 10.0117 9.02988L8.64357 10.4684C8.39496 10.7297 7.98993 10.7295 7.74123 10.4684L7.28517 9.98887C7.03926 9.73027 7.0392 9.31285 7.28517 9.0543C7.53386 8.79361 7.93903 8.79326 8.18751 9.0543L8.19142 9.05918L9.10939 8.09531Z",
|
|
13400
|
+
fill: fill
|
|
13401
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13402
|
+
d: "M16.2647 8.37949C16.6201 8.37982 16.9002 8.6814 16.9004 9.04258C16.9003 9.40383 16.6201 9.70534 16.2647 9.70566H11.7041C11.3484 9.70566 11.0685 9.40402 11.0684 9.04258C11.0686 8.6812 11.3484 8.37949 11.7041 8.37949H16.2647Z",
|
|
13403
|
+
fill: fill
|
|
13404
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13405
|
+
fillRule: "evenodd",
|
|
13406
|
+
clipRule: "evenodd",
|
|
13407
|
+
d: "M20 4.95048C20 3.68895 18.9199 2.67292 17.5805 2.67292H15.933C15.6566 2.26912 15.1754 1.99976 14.6322 1.99976H9.36793C8.82273 1.99976 8.33991 2.27115 8.0641 2.67748L6.33239 2.67436C5.03346 2.71736 4.00003 3.71649 4.00003 4.95048V19.7222C4.00003 20.9837 5.08011 21.9998 6.41958 21.9998H17.5805C18.9199 21.9998 20 20.9837 20 19.7222V4.95048ZM14.8669 4.74437C14.9969 4.65834 14.9969 4.55283 14.9969 4.55283V3.45939C14.9969 3.45939 14.9969 3.35084 14.9178 3.28704C14.7776 3.17408 14.6322 3.19821 14.6322 3.19821H9.36793C9.36793 3.19821 9.26329 3.18183 9.13327 3.26786C9.00325 3.35388 9.00324 3.45939 9.00324 3.45939V4.55283C9.00324 4.55283 9.00324 4.66139 9.08239 4.72519C9.22253 4.83814 9.36792 4.81402 9.36792 4.81402H14.6322C14.6322 4.81402 14.7369 4.83039 14.8669 4.74437ZM7.82087 3.94446L6.41969 3.94545C5.82344 3.94545 5.35135 4.39017 5.35135 4.95048L5.35135 19.7222C5.35135 20.2825 5.82333 20.7272 6.41958 20.7272H17.5805C18.1767 20.7272 18.6487 20.2825 18.6487 19.7222L18.6487 4.95048C18.6487 4.39017 18.1767 3.94545 17.5805 3.94545H16.1793V4.55283C16.1793 5.35405 15.4814 6.01247 14.6322 6.01247H9.36792C8.51872 6.01247 7.82087 5.35405 7.82087 4.55283V3.94446Z",
|
|
13408
|
+
fill: fill
|
|
13409
|
+
})]
|
|
13410
|
+
});
|
|
13411
|
+
const Summery_ICON_NAME = 'clipboard-summary';
|
|
13412
|
+
;// ./src/components/Icon/icons/Team.tsx
|
|
13413
|
+
|
|
13414
|
+
const Team_clipId = 'clip_team';
|
|
13415
|
+
const Team = ({
|
|
13416
|
+
fill = '#000',
|
|
13417
|
+
size = 24,
|
|
13418
|
+
tooltip = 'Team',
|
|
13419
|
+
...props
|
|
13420
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13421
|
+
width: `${size}px`,
|
|
13422
|
+
height: `${size}px`,
|
|
13423
|
+
viewBox: "0 0 16 16",
|
|
13424
|
+
fill: "none",
|
|
13425
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13426
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
13427
|
+
...props,
|
|
13428
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13429
|
+
children: tooltip
|
|
13430
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("g", {
|
|
13431
|
+
clipPath: `url(#${Team_clipId})`,
|
|
13432
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13433
|
+
d: "M6.82812 0.849609C7.61697 0.849609 8.31571 1.05083 8.89062 1.4248C9.36356 1.25051 9.84908 1.24902 10.1367 1.24902C10.3709 1.24902 10.5977 1.31454 10.7988 1.43555C12.1868 1.53851 13.3592 2.53807 13.6719 3.90137L14.0703 5.63867C14.1534 5.99968 14.2975 6.3405 14.5 6.64941L14.9004 7.26367C15.0006 7.4158 15.0296 7.60384 14.9775 7.77832C14.9265 7.95244 14.8016 8.09344 14.6377 8.16699L14.6367 8.16797C14.2817 8.32488 13.7901 8.50415 13.2988 8.64746L14.4033 9.35938C15.1838 9.86402 15.6504 10.7206 15.6504 11.6494V12.4844C15.6504 12.9545 15.267 13.3379 14.7969 13.3379H12.8379V13.8906C12.8379 14.3598 12.4536 14.7441 11.9844 14.7441H1.20312C0.73393 14.7441 0.349609 14.3598 0.349609 13.8906V12.2314C0.349697 11.0922 0.962533 10.0327 1.94629 9.46484L3.97363 8.29004C3.74595 7.92632 3.55795 7.53555 3.42285 7.1377C3.10318 6.98069 2.84589 6.59937 2.72168 6.14453V6.14258C2.64516 5.84898 2.62531 5.54682 2.67871 5.28906L2.70801 5.17285C2.79 4.90967 2.95791 4.71144 3.20605 4.64551C3.20817 4.64496 3.21162 4.64412 3.21387 4.64355L3.21777 4.62109C3.21679 4.62819 3.21761 4.62774 3.2168 4.61133C3.21614 4.59813 3.21496 4.58069 3.21289 4.55957C3.20879 4.51765 3.20226 4.46759 3.19629 4.41797C3.15825 4.13035 3.1029 3.68865 3.16309 3.07227C3.21526 2.56019 3.40086 2.12972 3.69922 1.82227C3.98985 1.52278 4.37923 1.34866 4.83301 1.32324C5.3253 1.00916 6.07116 0.849609 6.59375 0.849609H6.82812ZM8.75488 8.91113C8.18146 9.576 7.43503 10.0566 6.59375 10.0566C5.75227 10.0566 5.00511 9.57625 4.43164 8.91113L2.33105 10.1299C1.58307 10.5617 1.11923 11.3686 1.11914 12.2314V13.8906C1.11914 13.9369 1.15688 13.9746 1.20312 13.9746H11.9844C12.0306 13.9746 12.0684 13.9369 12.0684 13.8906V12.2314C12.0683 11.3686 11.6045 10.5626 10.8574 10.1309L8.75488 8.91113ZM10.1367 2.01758C9.98043 2.01758 9.79267 2.01924 9.59668 2.04297C9.9284 2.43095 10.1797 2.90331 10.3369 3.44824L10.4092 3.73047C10.4391 3.86843 10.3889 4.01449 10.2783 4.10645L10.2793 4.10742C10.1677 4.20184 10.0138 4.21907 9.88672 4.16797L9.88574 4.16699C9.87412 4.16225 9.86156 4.15965 9.84961 4.15527C9.90698 4.33074 9.94496 4.4863 9.97168 4.64355C9.97458 4.64428 9.97777 4.64481 9.98047 4.64551C10.2639 4.72082 10.4431 4.96897 10.5088 5.28906L10.5352 5.49023C10.5485 5.69765 10.5232 5.9225 10.4658 6.14258V6.14453C10.3415 6.59974 10.0837 6.98094 9.76367 7.1377C9.62852 7.53561 9.44064 7.92629 9.21289 8.29004L11.2422 9.46484C12.226 10.0327 12.8378 11.0923 12.8379 12.2314V12.5684H14.7969C14.8431 12.5684 14.8809 12.5306 14.8809 12.4844V11.6494C14.8809 10.9825 14.5469 10.3682 13.9863 10.0059L11.5518 8.43652C11.3794 8.56547 11.1766 8.69349 10.9326 8.82031L10.9336 8.82129C10.8762 8.8515 10.8155 8.86522 10.7559 8.86523C10.6186 8.86523 10.4824 8.79078 10.4141 8.65723C10.3166 8.46927 10.3904 8.23693 10.5781 8.13965C11.0137 7.91271 11.2707 7.70621 11.4434 7.49512C11.6162 7.28371 11.7132 7.05847 11.8174 6.77637L11.8516 6.69434C11.9407 6.51098 12.079 6.38844 12.1689 6.31543C12.1798 6.3067 12.2058 6.27629 12.2314 6.21973C12.2558 6.16593 12.2754 6.09601 12.2822 6.01562C12.2902 5.92296 12.2874 5.84841 12.2773 5.79492C12.2665 5.73722 12.2517 5.72258 12.2539 5.72461L12.2529 5.72363C12.1047 5.58693 12.01 5.43035 11.9883 5.24609L11.9814 5.1875C11.9751 5.13631 11.9664 5.07181 11.958 5.00684H11.8262C11.5439 5.00333 11.2589 4.98208 10.9746 4.94238L10.6904 4.89648C10.4813 4.85868 10.3432 4.65857 10.3818 4.44922L10.4033 4.375C10.4693 4.20998 10.6446 4.10649 10.8271 4.14062C11.1625 4.20143 11.5021 4.23471 11.832 4.23828H12.2764C12.4417 4.23828 12.593 4.34536 12.6445 4.50586C12.6919 4.65352 12.7202 4.88053 12.7451 5.09766L12.749 5.13184C12.7532 5.13675 12.7594 5.14502 12.7705 5.15527C13.0017 5.36685 13.083 5.69191 13.0498 6.08105C13.0216 6.40909 12.8775 6.73011 12.6533 6.91211C12.5751 6.97552 12.5474 7.01634 12.5381 7.04199C12.4305 7.33195 12.312 7.6127 12.1123 7.88379L12.4082 8.07422C12.9523 7.97175 13.6513 7.74105 14.1602 7.53125L13.8574 7.06934C13.6042 6.68362 13.4241 6.25973 13.3213 5.80957L12.9229 4.07324C12.695 3.07869 11.8626 2.33809 10.8623 2.21387L10.6602 2.19727C10.582 2.19424 10.5073 2.16766 10.4463 2.12305L10.4453 2.12207C10.3526 2.05311 10.2457 2.01758 10.1367 2.01758ZM4.81738 9.76953C4.84158 9.77591 4.86696 9.78456 4.8916 9.79688L6.59375 10.6484L8.29688 9.79688C8.4862 9.70296 8.7173 9.77794 8.8125 9.96777C8.90642 10.1571 8.83144 10.3892 8.6416 10.4844L6.7666 11.4219C6.71215 11.4491 6.65199 11.4629 6.59375 11.4629C6.53467 11.4629 6.47654 11.449 6.42285 11.4229L4.5459 10.4844C4.35606 10.3892 4.28108 10.1571 4.375 9.96777C4.43704 9.84407 4.55747 9.7679 4.68652 9.75684H4.74707L4.81738 9.76953ZM6.59375 1.61914C6.34337 1.61914 6.06345 1.66131 5.80762 1.7334C5.54994 1.80601 5.32909 1.90548 5.18945 2.01074L5.18457 2.01367C5.11918 2.05951 5.04128 2.08782 4.95801 2.08789C4.66231 2.08789 4.42593 2.18669 4.25488 2.36035C4.08239 2.53558 3.96437 2.79882 3.93066 3.14648C3.87662 3.67542 3.92535 4.06091 3.95801 4.32129C3.97283 4.44178 3.98849 4.55105 3.98535 4.65234L3.97559 4.75098C3.95571 4.86162 3.94278 4.97647 3.93848 5.09082V5.09473C3.92972 5.22895 3.8545 5.35145 3.73242 5.41699L3.72754 5.41895C3.63646 5.4639 3.53001 5.47176 3.43262 5.43848C3.43238 5.43947 3.43187 5.4404 3.43164 5.44141L3.41895 5.54883C3.41323 5.66456 3.42769 5.80371 3.46484 5.94434L3.50879 6.08105C3.55579 6.20614 3.61072 6.29691 3.65918 6.3584C3.69171 6.39967 3.71977 6.42606 3.73926 6.44043C3.74421 6.44408 3.74822 6.44659 3.75098 6.44824C3.91085 6.45808 4.04873 6.56568 4.0957 6.72168L4.09668 6.72266C4.23084 7.17295 4.43928 7.62723 4.70898 8.02344L4.70996 8.02539C4.75204 8.08917 4.79562 8.15158 4.84082 8.21191L4.98242 8.38672L4.98438 8.38867C5.44251 8.93542 6.00349 9.28711 6.59375 9.28711C7.18401 9.28711 7.74597 8.93542 8.2041 8.38867L8.20508 8.38672C8.30338 8.27363 8.39346 8.15283 8.47754 8.02539L8.47852 8.02344C8.74831 7.62708 8.95764 7.17213 9.0918 6.72168C9.13848 6.56663 9.27497 6.45922 9.43359 6.44824C9.43642 6.44661 9.44135 6.4448 9.44727 6.44043C9.46693 6.42585 9.49561 6.3998 9.52734 6.35938L9.52832 6.35742C9.59312 6.2769 9.66873 6.14139 9.72266 5.94336C9.77203 5.75599 9.78075 5.57142 9.75586 5.44141L9.75488 5.43848C9.65749 5.47176 9.55104 5.4639 9.45996 5.41895L9.45508 5.41699C9.333 5.35145 9.25778 5.22894 9.24902 5.09473V5.0918C9.23433 4.78314 9.18594 4.56597 9.04688 4.18262C8.98577 4.01763 8.97429 3.87457 9 3.75391C9.02594 3.63229 9.08766 3.5452 9.14941 3.48535L9.15039 3.4834C9.24879 3.39048 9.36818 3.3499 9.48633 3.33398C9.279 2.81199 8.96159 2.4024 8.55273 2.11523C8.09459 1.79347 7.51355 1.61914 6.82812 1.61914H6.59375ZM5.32422 2.75488C5.39841 2.76096 5.47126 2.78078 5.54102 2.81445L5.90723 2.99316C6.48986 3.27779 7.14292 3.42771 7.79199 3.42773H8.39062C8.60217 3.42773 8.77539 3.59927 8.77539 3.8125C8.77539 4.02573 8.60217 4.19727 8.39062 4.19727H7.79199C7.12175 4.19724 6.45034 4.06155 5.83203 3.80273L5.57031 3.68457L5.32227 3.56348L5.01953 4.02441C4.94481 4.1365 4.82226 4.19727 4.69727 4.19727C4.62451 4.19718 4.551 4.17526 4.4873 4.13379C4.31083 4.01696 4.26057 3.77814 4.37793 3.60059L4.75391 3.03027C4.88133 2.83651 5.10361 2.73559 5.32422 2.75488Z",
|
|
13434
|
+
fill: fill
|
|
13435
|
+
})
|
|
13436
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("defs", {
|
|
13437
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("clipPath", {
|
|
13438
|
+
id: Team_clipId,
|
|
13439
|
+
children: (0,jsx_runtime_namespaceObject.jsx)("rect", {
|
|
13440
|
+
width: "16",
|
|
13441
|
+
height: "16",
|
|
13442
|
+
fill: "white"
|
|
13443
|
+
})
|
|
13444
|
+
})
|
|
13445
|
+
})]
|
|
13446
|
+
});
|
|
13447
|
+
const Team_ICON_NAME = 'team';
|
|
13448
|
+
;// ./src/components/Icon/icons/TechnicalReview.tsx
|
|
13449
|
+
|
|
13450
|
+
const TechnicalReview = ({
|
|
13451
|
+
fill = '#000',
|
|
13452
|
+
size = 24,
|
|
13453
|
+
tooltip = 'Clipboard Star',
|
|
13454
|
+
...props
|
|
13455
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13456
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13457
|
+
width: `${size}px`,
|
|
13458
|
+
height: `${size}px`,
|
|
13459
|
+
viewBox: "0 0 24 24",
|
|
13460
|
+
fill: "none",
|
|
13461
|
+
...props,
|
|
13462
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13463
|
+
children: tooltip
|
|
13464
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13465
|
+
fillRule: "evenodd",
|
|
13466
|
+
clipRule: "evenodd",
|
|
13467
|
+
d: "M12.0234 11.5312C12.9958 11.5316 13.7734 12.3206 13.7607 13.293C13.7479 14.2654 12.9491 15.0536 11.9766 15.0537C11.0042 15.0534 10.2257 14.2653 10.2383 13.293C10.2511 12.3205 11.0509 11.5314 12.0234 11.5312ZM12.0098 12.5166C11.5816 12.5169 11.2293 12.8648 11.2236 13.293C11.2182 13.7212 11.5619 14.0683 11.9902 14.0684C12.4183 14.068 12.7696 13.7211 12.7754 13.293C12.7809 12.8647 12.4381 12.5167 12.0098 12.5166Z",
|
|
13468
|
+
fill: fill
|
|
13469
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13470
|
+
fillRule: "evenodd",
|
|
13471
|
+
clipRule: "evenodd",
|
|
13472
|
+
d: "M12.3076 8.59961C12.7457 8.59961 13.1314 8.88039 13.2646 9.2959L13.418 9.77148C13.4711 9.93709 13.5981 10.0786 13.7695 10.1748C13.8031 10.1936 13.8373 10.2126 13.8701 10.2324C14.0385 10.3343 14.2256 10.3768 14.3975 10.3418L14.8896 10.2412C15.32 10.1534 15.7555 10.3503 15.9697 10.7295L16.2178 11.1699C16.4317 11.5494 16.377 12.0267 16.082 12.3545L15.7441 12.7305C15.6266 12.8612 15.5669 13.044 15.5674 13.2412C15.5675 13.2801 15.5666 13.3195 15.5654 13.3584C15.5598 13.5555 15.6155 13.7385 15.7295 13.8691L16.0576 14.2451C16.3436 14.5728 16.3858 15.0495 16.1621 15.4287L15.9023 15.8691C15.6782 16.2485 15.2377 16.4452 14.8096 16.3574L14.3203 16.2568C14.1494 16.2218 13.9611 16.2644 13.79 16.3662C13.7565 16.3862 13.7217 16.4049 13.6875 16.4238C13.5136 16.5201 13.3827 16.6616 13.3252 16.8271L13.1602 17.3027C13.0161 17.7184 12.6228 17.999 12.1846 17.999H11.6768C11.2388 17.9988 10.8539 17.7182 10.7207 17.3027L10.5674 16.8271C10.5142 16.6616 10.3863 16.52 10.2148 16.4238C10.1814 16.405 10.147 16.386 10.1143 16.3662C9.94603 16.2646 9.75951 16.2219 9.58789 16.2568L9.09473 16.3574C8.66443 16.4451 8.22977 16.2484 8.01562 15.8691L7.76758 15.4287C7.55373 15.0493 7.60843 14.5729 7.90332 14.2451L8.24121 13.8691C8.35879 13.7385 8.41745 13.5556 8.41699 13.3584C8.41689 13.3195 8.41783 13.2801 8.41895 13.2412C8.42461 13.0441 8.36992 12.8612 8.25586 12.7305L7.92773 12.3545C7.64146 12.0267 7.59929 11.5493 7.82324 11.1699L8.08301 10.7295C8.30707 10.3503 8.74685 10.1536 9.1748 10.2412L9.66504 10.3418C9.83584 10.3768 10.0233 10.3341 10.1943 10.2324C10.2278 10.2125 10.2628 10.1937 10.2969 10.1748C10.471 10.0785 10.6027 9.93727 10.6602 9.77148L10.8252 9.2959C10.9693 8.88048 11.3618 8.59981 11.7998 8.59961H12.3076Z",
|
|
13473
|
+
fill: fill
|
|
13474
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13475
|
+
fillRule: "evenodd",
|
|
13476
|
+
clipRule: "evenodd",
|
|
13477
|
+
d: "M14.6318 2C15.1749 2 15.6563 2.26916 15.9326 2.67285H17.5801C18.9194 2.67285 19.9998 3.6888 20 4.9502V19.7227C19.9997 20.984 18.9194 22 17.5801 22H6.41992C5.08062 22 4.00027 20.984 4 19.7227V4.9502C4.00016 3.71644 5.03337 2.71797 6.33203 2.6748L8.06445 2.67773C8.34027 2.2714 8.82297 2 9.36816 2H14.6318ZM6.41992 3.94531C5.82377 3.94531 5.35172 4.39002 5.35156 4.9502V19.7227C5.35182 20.2828 5.82383 20.7275 6.41992 20.7275H17.5801C18.1762 20.7275 18.6482 20.2828 18.6484 19.7227V4.9502C18.6483 4.39002 18.1762 3.94531 17.5801 3.94531H16.1797V4.55273C16.1797 5.35395 15.481 6.0127 14.6318 6.0127H9.36816C8.51897 6.0127 7.82129 5.35395 7.82129 4.55273V3.94434L6.41992 3.94531ZM9.36816 3.19824C9.36816 3.19824 9.26284 3.18155 9.13281 3.26758C9.0076 3.35051 9.00309 3.45187 9.00293 3.45898V4.55273C9.00293 4.55273 9.00289 4.66179 9.08203 4.72559C9.22217 4.83854 9.36816 4.81445 9.36816 4.81445H14.6318C14.6318 4.81445 14.7372 4.83017 14.8672 4.74414C14.9969 4.65815 14.9971 4.55273 14.9971 4.55273V3.45898C14.997 3.45175 14.9941 3.34866 14.918 3.28711C14.7778 3.17415 14.6318 3.19824 14.6318 3.19824H9.36816Z",
|
|
13478
|
+
fill: fill
|
|
13479
|
+
})]
|
|
13480
|
+
});
|
|
13481
|
+
const TechnicalReview_ICON_NAME = 'clipboard-star';
|
|
12108
13482
|
;// ./src/components/Icon/icons/TimeTracking.tsx
|
|
12109
13483
|
|
|
12110
13484
|
const TimeTracking = ({
|
|
@@ -12138,6 +13512,59 @@ const TimeTracking = ({
|
|
|
12138
13512
|
})]
|
|
12139
13513
|
});
|
|
12140
13514
|
const TimeTracking_ICON_NAME = 'time-tracking';
|
|
13515
|
+
;// ./src/components/Icon/icons/Timeline.tsx
|
|
13516
|
+
|
|
13517
|
+
const Timeline = ({
|
|
13518
|
+
fill = '#000',
|
|
13519
|
+
size = 24,
|
|
13520
|
+
tooltip = 'Timeline',
|
|
13521
|
+
...props
|
|
13522
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13523
|
+
width: `${size}px`,
|
|
13524
|
+
height: `${size}px`,
|
|
13525
|
+
viewBox: "0 0 24 24",
|
|
13526
|
+
fill: "none",
|
|
13527
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13528
|
+
...props,
|
|
13529
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13530
|
+
children: tooltip
|
|
13531
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13532
|
+
fillRule: "evenodd",
|
|
13533
|
+
clipRule: "evenodd",
|
|
13534
|
+
d: "M21 16.5998C22.1045 16.5998 22.9998 17.4954 23 18.5998C23 19.7044 22.1046 20.5998 21 20.5998C20.1043 20.5998 19.3465 20.0111 19.0918 19.1994H13.9082C13.6535 20.0112 12.8957 20.5998 12 20.5998C11.1043 20.5998 10.3465 20.0112 10.0918 19.1994H4.9082C4.65352 20.0111 3.89574 20.5998 3 20.5998C1.89543 20.5998 1 19.7044 1 18.5998C1.00016 17.4954 1.89553 16.5998 3 16.5998C3.89553 16.5998 4.65335 17.1888 4.9082 18.0002H10.0918C10.3467 17.1888 11.1045 16.5998 12 16.5998C12.8955 16.5998 13.6533 17.1888 13.9082 18.0002H19.0918C19.3466 17.1888 20.1045 16.5998 21 16.5998ZM3 17.5998C2.44782 17.5998 2.00016 18.0477 2 18.5998C2 19.1521 2.44772 19.5998 3 19.5998C3.55228 19.5998 4 19.1521 4 18.5998C3.99984 18.0477 3.55218 17.5998 3 17.5998ZM12 17.5998C11.4478 17.5998 11.0002 18.0477 11 18.5998C11 19.1521 11.4477 19.5998 12 19.5998C12.5523 19.5998 13 19.1521 13 18.5998C12.9998 18.0477 12.5522 17.5998 12 17.5998ZM21 17.5998C20.4478 17.5998 20.0002 18.0477 20 18.5998C20 19.1521 20.4477 19.5998 21 19.5998C21.5523 19.5998 22 19.1521 22 18.5998C21.9998 18.0477 21.5522 17.5998 21 17.5998Z",
|
|
13535
|
+
fill: fill
|
|
13536
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13537
|
+
fillRule: "evenodd",
|
|
13538
|
+
clipRule: "evenodd",
|
|
13539
|
+
d: "M18.5479 3.35178C19.1409 3.37015 19.7549 3.5332 20.3457 3.92209C20.61 4.09662 20.75 4.39047 20.75 4.6926V9.47775C20.7499 10.1123 20.08 10.603 19.4922 10.2981C18.6923 9.8827 17.8923 10.0328 16.9248 10.3586C16.6844 10.4396 16.4394 10.5311 16.1865 10.6242C15.9345 10.7171 15.6743 10.8111 15.4092 10.8947C14.879 11.0619 14.319 11.1902 13.7305 11.1867H12.6211V15.0363C12.6219 15.1151 12.6072 15.1934 12.5791 15.2668C12.5507 15.3408 12.5081 15.4095 12.4541 15.467C12.4002 15.5242 12.3354 15.5702 12.2637 15.6018C12.1917 15.6333 12.1136 15.6506 12.0352 15.6506C11.9567 15.6506 11.8786 15.6334 11.8066 15.6018C11.7348 15.5701 11.6692 15.5245 11.6152 15.467C11.5613 15.4095 11.5195 15.3408 11.4912 15.2668C11.4629 15.1929 11.4482 15.1137 11.4492 15.0344V4.5256C11.4493 4.4164 11.4779 4.30839 11.5322 4.21408C11.5867 4.11975 11.6658 4.0417 11.7607 3.98947C11.8558 3.93727 11.9642 3.91312 12.0723 3.92013C12.1803 3.92725 12.2843 3.96563 12.3721 4.02951C12.9899 4.47948 13.5545 4.54923 14.2002 4.45529C14.8571 4.35962 15.5636 4.07018 16.3389 3.79709L16.4463 3.76974C16.4463 3.76974 17.7742 3.40052 17.9648 3.37814C18.1555 3.35577 18.3508 3.34571 18.5479 3.35178ZM19.5791 4.87814C19.0848 4.59205 18.6158 4.52327 18.0967 4.5842C17.5801 4.64484 16.7212 4.9436 16.7129 4.9465C15.9922 5.2005 15.2022 5.53425 14.3633 5.65646C13.8054 5.73762 13.2118 5.71076 12.6211 5.50412V9.97287H13.7363C14.1492 9.9753 14.593 9.87364 15.0684 9.72385C15.5503 9.57193 16.0337 9.38178 16.5635 9.20334C17.4812 8.89429 18.5227 8.67682 19.5791 9.05002V4.87814Z",
|
|
13540
|
+
fill: fill
|
|
13541
|
+
})]
|
|
13542
|
+
});
|
|
13543
|
+
const Timeline_ICON_NAME = 'timeline';
|
|
13544
|
+
;// ./src/components/Icon/icons/TennisBall.tsx
|
|
13545
|
+
|
|
13546
|
+
const TennisBall = ({
|
|
13547
|
+
fill = '#000',
|
|
13548
|
+
size = 24,
|
|
13549
|
+
tooltip = 'Tennis Ball',
|
|
13550
|
+
...props
|
|
13551
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13552
|
+
width: `${size}px`,
|
|
13553
|
+
height: `${size}px`,
|
|
13554
|
+
viewBox: "0 0 16 16",
|
|
13555
|
+
fill: "none",
|
|
13556
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13557
|
+
...props,
|
|
13558
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13559
|
+
children: tooltip
|
|
13560
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13561
|
+
d: "M8 1C4.13549 1 1 4.13549 1 8C1 11.8645 4.13549 15 8 15C11.8645 15 15 11.8645 15 8C15 4.13549 11.8645 1 8 1ZM8 1.6087C8.02593 1.6087 8.05142 1.61017 8.07728 1.61048C8.0277 1.90709 8 2.21134 8 2.52174C8 5.54533 10.4547 8 13.4783 8C13.7887 8 14.0929 7.9723 14.3895 7.92272C14.3898 7.94858 14.3913 7.97407 14.3913 8C14.3913 11.536 11.536 14.3913 8 14.3913C7.97407 14.3913 7.94858 14.3898 7.92272 14.3895C7.9723 14.0929 8 13.7887 8 13.4783C8 10.4547 5.54533 8 2.52174 8C2.21134 8 1.90709 8.0277 1.61048 8.07728C1.61017 8.05142 1.6087 8.02593 1.6087 8C1.6087 4.46399 4.46399 1.6087 8 1.6087ZM8.68775 1.64555C11.6729 1.96346 14.0365 4.32709 14.3544 7.31224C14.0702 7.36382 13.7778 7.3913 13.4783 7.3913C10.7832 7.3913 8.6087 5.21685 8.6087 2.52174C8.6087 2.22215 8.63618 1.92975 8.68775 1.64555ZM2.52174 8.6087C5.21685 8.6087 7.3913 10.7832 7.3913 13.4783C7.3913 13.7778 7.36382 14.0702 7.31224 14.3544C4.32709 14.0365 1.96346 11.6729 1.64555 8.68775C1.92975 8.63618 2.22215 8.6087 2.52174 8.6087Z",
|
|
13562
|
+
fill: fill,
|
|
13563
|
+
stroke: fill,
|
|
13564
|
+
strokeWidth: 0.6
|
|
13565
|
+
})]
|
|
13566
|
+
});
|
|
13567
|
+
const TennisBall_ICON_NAME = 'tennis-ball';
|
|
12141
13568
|
;// ./src/components/Icon/icons/Trainings.tsx
|
|
12142
13569
|
|
|
12143
13570
|
const Trainings = ({
|
|
@@ -12164,7 +13591,7 @@ const Trainings_ICON_NAME = 'trainings';
|
|
|
12164
13591
|
|
|
12165
13592
|
const UnArchive = ({
|
|
12166
13593
|
fill = '#000',
|
|
12167
|
-
size =
|
|
13594
|
+
size = 24,
|
|
12168
13595
|
tooltip = 'Unarchive',
|
|
12169
13596
|
...props
|
|
12170
13597
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
@@ -12219,6 +13646,35 @@ const Union = ({
|
|
|
12219
13646
|
})]
|
|
12220
13647
|
});
|
|
12221
13648
|
const Union_ICON_NAME = 'union';
|
|
13649
|
+
;// ./src/components/Icon/icons/UnionCircle.tsx
|
|
13650
|
+
|
|
13651
|
+
const UnionCircle = ({
|
|
13652
|
+
fill = '#000',
|
|
13653
|
+
size = 24,
|
|
13654
|
+
tooltip = 'Union Circle',
|
|
13655
|
+
...props
|
|
13656
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13657
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13658
|
+
width: `${size}px`,
|
|
13659
|
+
height: `${size}px`,
|
|
13660
|
+
viewBox: "0 0 20 20",
|
|
13661
|
+
fill: "none",
|
|
13662
|
+
...props,
|
|
13663
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13664
|
+
children: tooltip
|
|
13665
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13666
|
+
d: "M10 18.3337C14.5833 18.3337 18.3333 14.5837 18.3333 10.0003C18.3333 5.41699 14.5833 1.66699 10 1.66699C5.41667 1.66699 1.66667 5.41699 1.66667 10.0003C1.66667 14.5837 5.41667 18.3337 10 18.3337Z",
|
|
13667
|
+
stroke: fill,
|
|
13668
|
+
strokeOpacity: "0.8",
|
|
13669
|
+
strokeWidth: "1.4",
|
|
13670
|
+
strokeLinecap: "round",
|
|
13671
|
+
strokeLinejoin: "round"
|
|
13672
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13673
|
+
d: "M10.0004 8.46777C10.3867 8.46799 10.7004 8.78068 10.7006 9.16699V13.334C10.7004 13.7203 10.3867 14.034 10.0004 14.0342C9.61392 14.0342 9.30039 13.7204 9.30022 13.334V9.16699C9.30039 8.78054 9.61392 8.46777 10.0004 8.46777ZM10.0033 5.66699C10.5555 5.66717 11.0033 6.11482 11.0033 6.66699C11.0033 7.21917 10.5555 7.66682 10.0033 7.66699H9.99553C9.44324 7.66699 8.99553 7.21928 8.99553 6.66699C8.99553 6.11471 9.44324 5.66699 9.99553 5.66699H10.0033Z",
|
|
13674
|
+
fill: fill
|
|
13675
|
+
})]
|
|
13676
|
+
});
|
|
13677
|
+
const UnionCircle_ICON_NAME = 'union-circle';
|
|
12222
13678
|
;// ./src/components/Icon/icons/Unlock.tsx
|
|
12223
13679
|
|
|
12224
13680
|
const Unlock = ({
|
|
@@ -12246,6 +13702,28 @@ const Unlock = ({
|
|
|
12246
13702
|
})]
|
|
12247
13703
|
});
|
|
12248
13704
|
const Unlock_ICON_NAME = 'unlock';
|
|
13705
|
+
;// ./src/components/Icon/icons/Url.tsx
|
|
13706
|
+
|
|
13707
|
+
const Url = ({
|
|
13708
|
+
fill = '#000',
|
|
13709
|
+
size = 24,
|
|
13710
|
+
tooltip = 'Url',
|
|
13711
|
+
...props
|
|
13712
|
+
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
13713
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
13714
|
+
width: `${size}px`,
|
|
13715
|
+
height: `${size}px`,
|
|
13716
|
+
viewBox: "0 0 24 24",
|
|
13717
|
+
fill: "none",
|
|
13718
|
+
...props,
|
|
13719
|
+
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
13720
|
+
children: tooltip
|
|
13721
|
+
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
13722
|
+
d: "M12.0007 2.00002C11.9707 2.0006 11.9408 2.00403 11.9115 2.01024C7.86003 2.04898 4.37657 4.49748 2.84924 8.00339C2.8207 8.06117 2.80418 8.12415 2.8007 8.1885C2.79722 8.25285 2.80684 8.31724 2.82899 8.37777C2.85114 8.43829 2.88535 8.49368 2.92954 8.54059C2.97374 8.5875 3.027 8.62494 3.0861 8.65064C3.1452 8.67635 3.2089 8.68979 3.27335 8.69014C3.3378 8.69049 3.40164 8.67774 3.46102 8.65268C3.52039 8.62762 3.57406 8.59075 3.61876 8.54433C3.66346 8.49791 3.69827 8.44289 3.72108 8.38261C3.97078 7.80944 4.28072 7.26907 4.63845 6.76535H7.35154C7.25005 7.2039 7.15975 7.65372 7.08386 8.11586C7.0634 8.24047 7.09328 8.3681 7.16692 8.47068C7.24057 8.57326 7.35194 8.64238 7.47655 8.66284C7.60116 8.6833 7.7288 8.65342 7.83138 8.57978C7.93396 8.50613 8.00308 8.39476 8.02354 8.27015C8.10871 7.75152 8.21292 7.25031 8.33119 6.76535H11.5322V8.193C11.5314 8.25606 11.543 8.31867 11.5665 8.37719C11.59 8.43571 11.6249 8.48897 11.6692 8.53388C11.7135 8.57879 11.7663 8.61445 11.8244 8.63879C11.8826 8.66313 11.9451 8.67566 12.0081 8.67566C12.0712 8.67566 12.1336 8.66313 12.1918 8.63879C12.25 8.61445 12.3028 8.57879 12.347 8.53388C12.3913 8.48897 12.4262 8.43571 12.4497 8.37719C12.4733 8.31867 12.4849 8.25606 12.484 8.193V6.76535H15.6851C15.8033 7.25031 15.9076 7.75152 15.9927 8.27015C16.0029 8.33185 16.025 8.39095 16.058 8.44407C16.091 8.4972 16.1341 8.54331 16.1849 8.57978C16.2357 8.61624 16.2932 8.64235 16.354 8.6566C16.4149 8.67085 16.478 8.67297 16.5397 8.66284C16.6014 8.65271 16.6605 8.63053 16.7136 8.59756C16.7668 8.56458 16.8129 8.52147 16.8493 8.47068C16.8858 8.41989 16.9119 8.36241 16.9262 8.30153C16.9404 8.24065 16.9425 8.17756 16.9324 8.11586C16.8565 7.65372 16.7662 7.2039 16.6647 6.76535H19.3778C19.7355 7.26907 20.0455 7.80944 20.2952 8.38261C20.318 8.44289 20.3528 8.49791 20.3975 8.54433C20.4422 8.59075 20.4959 8.62761 20.5552 8.65268C20.6146 8.67774 20.6785 8.69048 20.7429 8.69013C20.8074 8.68978 20.8711 8.67635 20.9302 8.65064C20.9893 8.62493 21.0425 8.58749 21.0867 8.54059C21.1309 8.49368 21.1651 8.43829 21.1873 8.37777C21.2094 8.31724 21.219 8.25285 21.2156 8.1885C21.2121 8.12415 21.1956 8.06117 21.167 8.00339C19.6395 4.49694 16.1552 2.04825 12.1029 2.01024C12.0693 2.00315 12.035 1.99973 12.0007 2.00002ZM11.5322 2.97595V5.81359H8.59051C8.86626 4.90037 9.198 4.06442 9.57574 3.33379C9.58366 3.319 9.5908 3.30379 9.59711 3.28825C10.2181 3.11699 10.8649 3.01054 11.5322 2.97595ZM12.484 2.97595C13.1516 3.01056 13.7988 3.11685 14.4201 3.28825C14.4261 3.30378 14.4329 3.31898 14.4405 3.33379C14.8183 4.06442 15.15 4.90037 15.4257 5.81359H12.484V2.97595ZM8.33491 3.73996C8.05557 4.38334 7.80799 5.07647 7.59785 5.81359H5.41734C6.23602 4.94076 7.22636 4.23324 8.33491 3.73996ZM15.6814 3.73996C16.7899 4.23324 17.7802 4.94076 18.5989 5.81359H16.4184C16.2083 5.07647 15.9607 4.38334 15.6814 3.73996ZM3.47105 9.73218C3.12318 9.73218 2.91431 9.91715 2.91431 10.2341C2.91431 10.3359 2.93853 10.4868 2.97565 10.6282L3.82239 13.7261C3.93279 14.1387 4.12716 14.3102 4.48788 14.3107C4.84479 14.3107 5.05054 14.1324 5.15523 13.7289L5.77146 11.4693H5.79563L6.41186 13.7289C6.51988 14.1414 6.71929 14.3107 7.08572 14.3107C7.43692 14.3107 7.63151 14.1389 7.74191 13.7354L8.59144 10.6282C8.62808 10.4807 8.65278 10.3326 8.65278 10.2341C8.65278 9.91715 8.44391 9.73218 8.09604 9.73218C7.80052 9.73218 7.625 9.89263 7.55695 10.2248L7.00299 12.8022H6.9779L6.32821 10.1978C6.25445 9.88947 6.07288 9.73218 5.78354 9.73218C5.48469 9.73218 5.31604 9.87658 5.23609 10.1997L4.58919 12.8022H4.56409L4.01014 10.2248C3.94209 9.89263 3.76657 9.73218 3.47105 9.73218ZM9.69657 9.73218C9.34822 9.73218 9.13889 9.91715 9.13889 10.2341C9.13889 10.3359 9.16405 10.4868 9.20116 10.6282L10.0479 13.7261C10.1583 14.1387 10.3522 14.3102 10.7125 14.3107C11.0694 14.3107 11.2761 14.1324 11.3807 13.7289L11.996 11.4693H12.0211L12.6364 13.7289C12.7445 14.1414 12.9448 14.3107 13.3112 14.3107C13.662 14.3107 13.8561 14.1389 13.9665 13.7354L14.817 10.6282C14.8536 10.4807 14.8783 10.3326 14.8783 10.2341C14.8783 9.91715 14.6685 9.73218 14.3206 9.73218C14.0251 9.73218 13.8505 9.89263 13.7825 10.2248L13.2276 12.8022H13.2034L12.5537 10.1978C12.479 9.88947 12.2984 9.73218 12.0091 9.73218C11.7102 9.73218 11.5406 9.87658 11.4607 10.1997L10.8138 12.8022H10.7896L10.2357 10.2248C10.1676 9.89263 9.99209 9.73218 9.69657 9.73218ZM15.9212 9.73218C15.5733 9.73218 15.3644 9.91715 15.3644 10.2341C15.3644 10.3359 15.3886 10.4868 15.4257 10.6282L16.2725 13.7261C16.3829 14.1387 16.5777 14.3102 16.938 14.3107C17.2949 14.3107 17.5006 14.1324 17.6053 13.7289L18.2216 11.4693H18.2457L18.862 13.7289C18.97 14.1414 19.1694 14.3107 19.5358 14.3107C19.887 14.3107 20.0816 14.1389 20.192 13.7354L21.0415 10.6282C21.0782 10.4807 21.1029 10.3326 21.1029 10.2341C21.1029 9.91715 20.894 9.73218 20.5461 9.73218C20.2506 9.73218 20.0751 9.89263 20.0071 10.2248L19.4531 12.8022H19.428L18.7783 10.1978C18.7045 9.88947 18.523 9.73218 18.2336 9.73218C17.9348 9.73218 17.7661 9.87658 17.6862 10.1997L17.0393 12.8022H17.0142L16.4602 10.2248C16.3922 9.89263 16.2167 9.73218 15.9212 9.73218ZM20.7543 15.3099C20.6553 15.307 20.5578 15.3351 20.4755 15.3902C20.3932 15.4454 20.3302 15.5248 20.2952 15.6175C20.0455 16.1907 19.7355 16.7311 19.3778 17.2348H16.6647C16.7662 16.7962 16.8565 16.3464 16.9324 15.8843C16.9444 15.8176 16.942 15.7491 16.9254 15.6835C16.9088 15.6178 16.8783 15.5564 16.8361 15.5034C16.7939 15.4505 16.7408 15.4071 16.6805 15.3763C16.6201 15.3455 16.5539 15.3279 16.4863 15.3247C16.3684 15.3191 16.2526 15.3574 16.1614 15.4323C16.0702 15.5072 16.0101 15.6133 15.9927 15.73C15.9076 16.2486 15.8033 16.7498 15.6851 17.2348H12.484V15.8071C12.4849 15.7435 12.473 15.6803 12.449 15.6213C12.425 15.5623 12.3894 15.5087 12.3443 15.4638C12.2993 15.4188 12.2456 15.3833 12.1866 15.3594C12.1276 15.3355 12.0644 15.3237 12.0007 15.3247C11.8746 15.3267 11.7545 15.3786 11.6667 15.469C11.5789 15.5595 11.5305 15.6811 11.5322 15.8071V17.2348H8.33119C8.21292 16.7498 8.10871 16.2486 8.02354 15.73C8.00691 15.619 7.95162 15.5176 7.86745 15.4434C7.78327 15.3693 7.67561 15.3272 7.56346 15.3247C7.49295 15.3231 7.42296 15.3371 7.35855 15.3659C7.29413 15.3946 7.23691 15.4373 7.19101 15.4908C7.14511 15.5444 7.11169 15.6074 7.09316 15.6755C7.07463 15.7435 7.07145 15.8148 7.08386 15.8843C7.15975 16.3464 7.25005 16.7962 7.35154 17.2348H4.63845C4.28072 16.7311 3.97078 16.1907 3.72108 15.6175C3.68419 15.529 3.62141 15.4536 3.54097 15.4014C3.46053 15.3491 3.36618 15.3224 3.27029 15.3247C3.19181 15.3268 3.11506 15.3483 3.04688 15.3872C2.9787 15.4261 2.92121 15.4813 2.87953 15.5478C2.83785 15.6143 2.81327 15.6901 2.80798 15.7685C2.8027 15.8468 2.81687 15.9252 2.84924 15.9967C4.37622 19.5018 7.85844 21.95 11.9087 21.9899C11.973 22.0034 12.0395 22.0034 12.1039 21.9899C16.1557 21.9515 19.6396 19.5029 21.167 15.9967C21.2024 15.9252 21.2193 15.846 21.216 15.7662C21.2128 15.6865 21.1895 15.6089 21.1484 15.5405C21.1074 15.4721 21.0497 15.4151 20.9809 15.3748C20.912 15.3345 20.8341 15.3122 20.7543 15.3099ZM5.41734 18.1865H7.59785C7.80799 18.9237 8.05557 19.6168 8.33491 20.2602C7.22636 19.7669 6.23602 19.0594 5.41734 18.1865ZM8.59051 18.1865H11.5322V21.0242C10.8642 20.9895 10.2169 20.8825 9.59526 20.7109C9.58951 20.6958 9.583 20.6809 9.57574 20.6663C9.198 19.9357 8.86626 19.0998 8.59051 18.1865ZM12.484 18.1865H15.4257C15.15 19.0998 14.8183 19.9357 14.4405 20.6663C14.4333 20.6809 14.4267 20.6958 14.421 20.7109C13.7994 20.8825 13.152 20.9895 12.484 21.0242V18.1865ZM16.4184 18.1865H18.5989C17.7802 19.0594 16.7899 19.7669 15.6814 20.2602C15.9607 19.6168 16.2083 18.9237 16.4184 18.1865Z",
|
|
13723
|
+
fill: fill
|
|
13724
|
+
})]
|
|
13725
|
+
});
|
|
13726
|
+
const Url_ICON_NAME = 'url';
|
|
12249
13727
|
;// ./src/components/Icon/icons/User.tsx
|
|
12250
13728
|
|
|
12251
13729
|
const User = ({
|
|
@@ -12256,31 +13734,18 @@ const User = ({
|
|
|
12256
13734
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12257
13735
|
width: `${size}px`,
|
|
12258
13736
|
height: `${size}px`,
|
|
12259
|
-
fill: "none",
|
|
12260
13737
|
viewBox: "0 0 24 24",
|
|
13738
|
+
fill: "none",
|
|
12261
13739
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12262
13740
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
12263
13741
|
...props,
|
|
12264
13742
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12265
13743
|
children: tooltip
|
|
12266
13744
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12267
|
-
|
|
12268
|
-
|
|
12269
|
-
|
|
12270
|
-
|
|
12271
|
-
strokeLinejoin: "round"
|
|
12272
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12273
|
-
d: "M18.7398 19.3801C16.9598 21.0101 14.5998 22.0001 11.9998 22.0001C9.39977 22.0001 7.03977 21.0101 5.25977 19.3801C5.35977 18.4401 5.95977 17.5201 7.02977 16.8001C9.76977 14.9801 14.2498 14.9801 16.9698 16.8001C18.0398 17.5201 18.6398 18.4401 18.7398 19.3801Z",
|
|
12274
|
-
stroke: fill,
|
|
12275
|
-
strokeWidth: "1.4",
|
|
12276
|
-
strokeLinecap: "round",
|
|
12277
|
-
strokeLinejoin: "round"
|
|
12278
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12279
|
-
d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z",
|
|
12280
|
-
stroke: fill,
|
|
12281
|
-
strokeWidth: "1.4",
|
|
12282
|
-
strokeLinecap: "round",
|
|
12283
|
-
strokeLinejoin: "round"
|
|
13745
|
+
fillRule: "evenodd",
|
|
13746
|
+
clipRule: "evenodd",
|
|
13747
|
+
d: "M2.7 12C2.7 6.86374 6.86376 2.69999 12 2.69999C17.1363 2.69999 21.3 6.86374 21.3 12C21.3 14.3127 20.4558 16.4283 19.0588 18.0553C18.7035 17.3581 18.1213 16.7312 17.3606 16.2193L17.359 16.2183C15.8593 15.2148 13.9156 14.735 12.0073 14.735C10.0987 14.735 8.15112 15.2149 6.64246 16.217L6.64245 16.2169L6.63898 16.2193C5.87834 16.7311 5.2962 17.3579 4.94095 18.055C3.54408 16.428 2.7 14.3126 2.7 12ZM14.4974 20.9608C13.7027 21.1819 12.8651 21.3 12 21.3C11.0331 21.3 10.1006 21.1524 9.22394 20.8786C8.03667 20.5071 6.95243 19.9028 6.02107 19.1174C6.18596 18.5304 6.627 17.9153 7.41883 17.382C8.65 16.5648 10.3116 16.135 12.0073 16.135C13.7036 16.135 15.3595 16.5651 16.5797 17.3813C17.3722 17.9147 17.8135 18.5301 17.9785 19.1174C16.9748 19.9638 15.7937 20.5998 14.4974 20.9608ZM9.69384 22.4508C4.89287 21.3962 1.3 17.1177 1.3 12C1.3 6.09054 6.09056 1.29999 12 1.29999C17.9095 1.29999 22.7 6.09054 22.7 12C22.7 17.2544 18.9126 21.6242 13.9188 22.5284C13.8667 22.5379 13.8145 22.5469 13.7621 22.5556C13.189 22.6506 12.6003 22.7 11.9998 22.7C11.2076 22.7 10.4361 22.6141 9.69384 22.4508ZM12.0002 6.92997C10.5682 6.92997 9.42022 8.08518 9.42022 9.50997C9.42022 10.8866 10.4966 12.0089 11.8597 12.0785C11.9512 12.0708 12.0489 12.0702 12.1433 12.0784C13.501 12.0076 14.5714 10.8894 14.5802 9.50797C14.5791 8.08548 13.423 6.92997 12.0002 6.92997ZM8.02022 9.50997C8.02022 7.31476 9.79223 5.52997 12.0002 5.52997C14.1968 5.52997 15.9802 7.31337 15.9802 9.50997V9.51392L15.9802 9.51392C15.9681 11.6557 14.2836 13.4066 12.1441 13.4796C12.1035 13.4809 12.0629 13.4788 12.0227 13.4731L12.0227 13.4731L12.0197 13.4729L12.0162 13.4727L12.004 13.4725C11.9897 13.4725 11.9763 13.4734 11.967 13.4746C11.9303 13.4791 11.8933 13.4808 11.8564 13.4796C9.72039 13.4067 8.02022 11.6584 8.02022 9.50997Z",
|
|
13748
|
+
fill: fill
|
|
12284
13749
|
})]
|
|
12285
13750
|
});
|
|
12286
13751
|
const User_ICON_NAME = 'user';
|
|
@@ -12294,25 +13759,17 @@ const Visible = ({
|
|
|
12294
13759
|
}) => (0,jsx_runtime_namespaceObject.jsxs)("svg", {
|
|
12295
13760
|
width: `${size}px`,
|
|
12296
13761
|
height: `${size}px`,
|
|
12297
|
-
fill: "none",
|
|
12298
13762
|
viewBox: "0 0 24 24",
|
|
13763
|
+
fill: "none",
|
|
12299
13764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
12300
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
12301
13765
|
...props,
|
|
12302
13766
|
children: [(0,jsx_runtime_namespaceObject.jsx)("title", {
|
|
12303
13767
|
children: tooltip
|
|
12304
13768
|
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12305
|
-
|
|
12306
|
-
|
|
12307
|
-
|
|
12308
|
-
|
|
12309
|
-
strokeLinejoin: "round"
|
|
12310
|
-
}), (0,jsx_runtime_namespaceObject.jsx)("path", {
|
|
12311
|
-
d: "M11.9998 20.27C15.5298 20.27 18.8198 18.19 21.1098 14.59C22.0098 13.18 22.0098 10.81 21.1098 9.39997C18.8198 5.79997 15.5298 3.71997 11.9998 3.71997C8.46984 3.71997 5.17984 5.79997 2.88984 9.39997C1.98984 10.81 1.98984 13.18 2.88984 14.59C5.17984 18.19 8.46984 20.27 11.9998 20.27Z",
|
|
12312
|
-
stroke: fill,
|
|
12313
|
-
strokeWidth: "1.4",
|
|
12314
|
-
strokeLinecap: "round",
|
|
12315
|
-
strokeLinejoin: "round"
|
|
13769
|
+
fillRule: "evenodd",
|
|
13770
|
+
clipRule: "evenodd",
|
|
13771
|
+
d: "M11.9998 3.01996C8.17307 3.01996 4.6837 5.27599 2.29951 9.02379C1.76066 9.86824 1.51485 10.9529 1.51485 11.995C1.51485 13.0369 1.76057 14.1213 2.29922 14.9657C4.68341 18.7137 8.17291 20.97 11.9998 20.97C15.8266 20.97 19.316 18.7139 21.7002 14.9661C22.239 14.1217 22.4848 13.0371 22.4848 11.995C22.4848 10.953 22.2391 9.86864 21.7005 9.02425C19.3163 5.27617 15.8268 3.01996 11.9998 3.01996ZM3.48048 9.77566C5.67628 6.32375 8.76678 4.41996 11.9998 4.41996C15.2329 4.41996 18.3234 6.32375 20.5192 9.77566L20.5198 9.77658C20.8807 10.3421 21.0848 11.1473 21.0848 11.995C21.0848 12.8427 20.8807 13.6479 20.5198 14.2133L20.5192 14.2143C18.3234 17.6662 15.2329 19.57 11.9998 19.57C8.76678 19.57 5.67628 17.6662 3.48048 14.2143L3.47989 14.2133C3.11895 13.6479 2.91485 12.8427 2.91485 11.995C2.91485 11.1473 3.11895 10.3421 3.47989 9.77658L3.48048 9.77566ZM9.11992 11.9999C9.11992 10.4065 10.4065 9.11991 11.9999 9.11991C13.5933 9.11991 14.8799 10.4065 14.8799 11.9999C14.8799 13.5933 13.5933 14.8799 11.9999 14.8799C10.4065 14.8799 9.11992 13.5933 9.11992 11.9999ZM11.9999 7.71991C9.63333 7.71991 7.71992 9.63331 7.71992 11.9999C7.71992 14.3665 9.63333 16.2799 11.9999 16.2799C14.3665 16.2799 16.2799 14.3665 16.2799 11.9999C16.2799 9.63331 14.3665 7.71991 11.9999 7.71991Z",
|
|
13772
|
+
fill: fill
|
|
12316
13773
|
})]
|
|
12317
13774
|
});
|
|
12318
13775
|
const Visible_ICON_NAME = 'visible';
|
|
@@ -12485,6 +13942,84 @@ const Warning_ICON_NAME = 'warning';
|
|
|
12485
13942
|
|
|
12486
13943
|
|
|
12487
13944
|
|
|
13945
|
+
|
|
13946
|
+
|
|
13947
|
+
|
|
13948
|
+
|
|
13949
|
+
|
|
13950
|
+
|
|
13951
|
+
|
|
13952
|
+
|
|
13953
|
+
|
|
13954
|
+
|
|
13955
|
+
|
|
13956
|
+
|
|
13957
|
+
|
|
13958
|
+
|
|
13959
|
+
|
|
13960
|
+
|
|
13961
|
+
|
|
13962
|
+
|
|
13963
|
+
|
|
13964
|
+
|
|
13965
|
+
|
|
13966
|
+
|
|
13967
|
+
|
|
13968
|
+
|
|
13969
|
+
|
|
13970
|
+
|
|
13971
|
+
|
|
13972
|
+
|
|
13973
|
+
|
|
13974
|
+
|
|
13975
|
+
|
|
13976
|
+
|
|
13977
|
+
|
|
13978
|
+
|
|
13979
|
+
|
|
13980
|
+
|
|
13981
|
+
|
|
13982
|
+
|
|
13983
|
+
|
|
13984
|
+
|
|
13985
|
+
|
|
13986
|
+
|
|
13987
|
+
|
|
13988
|
+
|
|
13989
|
+
|
|
13990
|
+
|
|
13991
|
+
|
|
13992
|
+
|
|
13993
|
+
|
|
13994
|
+
|
|
13995
|
+
|
|
13996
|
+
|
|
13997
|
+
|
|
13998
|
+
|
|
13999
|
+
|
|
14000
|
+
|
|
14001
|
+
|
|
14002
|
+
|
|
14003
|
+
|
|
14004
|
+
|
|
14005
|
+
|
|
14006
|
+
|
|
14007
|
+
|
|
14008
|
+
|
|
14009
|
+
|
|
14010
|
+
|
|
14011
|
+
|
|
14012
|
+
|
|
14013
|
+
|
|
14014
|
+
|
|
14015
|
+
|
|
14016
|
+
|
|
14017
|
+
|
|
14018
|
+
|
|
14019
|
+
|
|
14020
|
+
|
|
14021
|
+
|
|
14022
|
+
|
|
12488
14023
|
|
|
12489
14024
|
|
|
12490
14025
|
|
|
@@ -12928,16 +14463,16 @@ const iconButton = (theme, transparent) => /*#__PURE__*/(0,react_namespaceObject
|
|
|
12928
14463
|
padding: 0,
|
|
12929
14464
|
border: 'none',
|
|
12930
14465
|
borderRadius: 8,
|
|
12931
|
-
backgroundColor: transparent ? 'transparent' : theme.
|
|
14466
|
+
backgroundColor: transparent ? 'transparent' : theme.palette.secondary.main,
|
|
12932
14467
|
cursor: 'pointer',
|
|
12933
14468
|
transition: 'all 0.2s ease',
|
|
12934
14469
|
'&:hover:not(:disabled)': {
|
|
12935
|
-
backgroundColor: transparent ? 'transparent' : theme.
|
|
14470
|
+
backgroundColor: transparent ? 'transparent' : theme.palette.secondary.dark,
|
|
12936
14471
|
'& svg': {
|
|
12937
|
-
color: theme.
|
|
14472
|
+
color: theme.palette.primary.main
|
|
12938
14473
|
},
|
|
12939
14474
|
'& svg path': {
|
|
12940
|
-
fill: theme.
|
|
14475
|
+
fill: theme.palette.primary.main
|
|
12941
14476
|
}
|
|
12942
14477
|
},
|
|
12943
14478
|
'&:disabled': {
|
|
@@ -13367,11 +14902,11 @@ const success = theme => /*#__PURE__*/(0,react_namespaceObject.css)({
|
|
|
13367
14902
|
stroke: theme.palette.success.main
|
|
13368
14903
|
}
|
|
13369
14904
|
}, true ? "" : 0, true ? "" : 0);
|
|
13370
|
-
var
|
|
14905
|
+
var styles_ref = true ? {
|
|
13371
14906
|
name: "0",
|
|
13372
14907
|
styles: ""
|
|
13373
14908
|
} : 0;
|
|
13374
|
-
const custom = () =>
|
|
14909
|
+
const custom = () => styles_ref;
|
|
13375
14910
|
const inputStatus = true ? {
|
|
13376
14911
|
name: "1g5wypb",
|
|
13377
14912
|
styles: "position:absolute;top:34%;right:14px;display:flex;justify-content:center;align-items:center;border-radius:10px;width:14px;height:14px"
|
|
@@ -13634,21 +15169,43 @@ const Input = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(InputIn
|
|
|
13634
15169
|
/* harmony default export */ const Input_Input = (Input);
|
|
13635
15170
|
;// ./src/components/Textarea/TextareaBase.tsx
|
|
13636
15171
|
|
|
13637
|
-
const
|
|
15172
|
+
const statusToPalette = status => status === 'custom' ? 'basic' : status;
|
|
15173
|
+
function getStatusBoxShadow(theme, status, state) {
|
|
15174
|
+
const palette = statusToPalette(status);
|
|
15175
|
+
const colorMap = {
|
|
15176
|
+
error: {
|
|
15177
|
+
rest: theme.palette.error.light,
|
|
15178
|
+
hover: theme.palette.error.main,
|
|
15179
|
+
focus: theme.palette.error.dark ?? theme.palette.error.main
|
|
15180
|
+
},
|
|
15181
|
+
success: {
|
|
15182
|
+
rest: theme.palette.success.light,
|
|
15183
|
+
hover: theme.palette.success.main,
|
|
15184
|
+
focus: theme.palette.success.dark ?? theme.palette.success.main
|
|
15185
|
+
},
|
|
15186
|
+
default: {
|
|
15187
|
+
rest: theme.colors.grey ?? '',
|
|
15188
|
+
hover: theme.colors.greyDarker60 ?? theme.colors.grey ?? '',
|
|
15189
|
+
focus: theme.palette.primary.main ?? theme.colors.grey ?? ''
|
|
15190
|
+
}
|
|
15191
|
+
};
|
|
15192
|
+
const colors = colorMap[palette] ?? colorMap.default;
|
|
15193
|
+
const color = colors[state];
|
|
15194
|
+
return `inset 0 0 1.5px 0 ${color}`;
|
|
15195
|
+
}
|
|
15196
|
+
const TextareaBase = /*#__PURE__*/base_default()('textarea', true ? {
|
|
15197
|
+
shouldForwardProp: prop => prop !== 'status',
|
|
13638
15198
|
target: "e1jiml3c0"
|
|
13639
15199
|
} : 0)("flex:1 100%;background:", ({
|
|
13640
15200
|
theme
|
|
13641
15201
|
}) => theme.colors.white, ";border-radius:12px;background-origin:border-box;background-clip:padding-box,border-box;border:none;box-shadow:", ({
|
|
13642
|
-
theme
|
|
13643
|
-
|
|
15202
|
+
theme,
|
|
15203
|
+
status = 'basic'
|
|
15204
|
+
}) => getStatusBoxShadow(theme, status, 'rest'), ";color:", ({
|
|
13644
15205
|
theme
|
|
13645
15206
|
}) => theme.colors.greyDarker, ";width:100%;min-height:114px;padding:14px;font-weight:400;font-size:0.875rem;line-height:1rem;&::placeholder{color:", ({
|
|
13646
15207
|
theme
|
|
13647
|
-
}) => theme.colors.greyDarker60, ";}&:
|
|
13648
|
-
theme
|
|
13649
|
-
}) => `inset 0 0 1.5px 0 ${theme.colors.greyDarker60}`, ";}&:focus{box-shadow:", ({
|
|
13650
|
-
theme
|
|
13651
|
-
}) => `inset 0 0 1.5px 0 ${theme.colors.grey40}`, ";}&:disabled{color:", ({
|
|
15208
|
+
}) => theme.colors.greyDarker60, ";}&[readonly]{cursor:default;}&:disabled{color:", ({
|
|
13652
15209
|
theme
|
|
13653
15210
|
}) => `${theme.colors.grey}`, ";box-shadow:", ({
|
|
13654
15211
|
theme
|
|
@@ -13656,7 +15213,13 @@ const TextareaBase = /*#__PURE__*/base_default()("textarea", true ? {
|
|
|
13656
15213
|
theme
|
|
13657
15214
|
}) => theme.colors.greyLighter, ";&::placeholder{color:", ({
|
|
13658
15215
|
theme
|
|
13659
|
-
}) => theme.colors.grey, ";}}
|
|
15216
|
+
}) => theme.colors.grey, ";}}&:hover:not(:disabled, [readonly]){box-shadow:", ({
|
|
15217
|
+
theme,
|
|
15218
|
+
status = 'basic'
|
|
15219
|
+
}) => getStatusBoxShadow(theme, status, 'hover'), ";}&:focus:not(:disabled, [readonly]){box-shadow:", ({
|
|
15220
|
+
theme,
|
|
15221
|
+
status = 'basic'
|
|
15222
|
+
}) => getStatusBoxShadow(theme, status, 'focus'), ";}" + ( true ? "" : 0));
|
|
13660
15223
|
;// ./src/components/Textarea/Textarea.tsx
|
|
13661
15224
|
|
|
13662
15225
|
|
|
@@ -13754,9 +15317,11 @@ const Textarea = /*#__PURE__*/external_react_default().forwardRef(function Texta
|
|
|
13754
15317
|
rows = 10,
|
|
13755
15318
|
maxLength,
|
|
13756
15319
|
title,
|
|
15320
|
+
id: idProp,
|
|
13757
15321
|
onPaste,
|
|
13758
15322
|
register,
|
|
13759
|
-
setCountChar
|
|
15323
|
+
setCountChar,
|
|
15324
|
+
status = 'basic'
|
|
13760
15325
|
}, ref) {
|
|
13761
15326
|
(0,external_react_namespaceObject.useEffect)(() => {
|
|
13762
15327
|
if (!register) {
|
|
@@ -13766,7 +15331,7 @@ const Textarea = /*#__PURE__*/external_react_default().forwardRef(function Texta
|
|
|
13766
15331
|
const registerResult = register?.(name, validationSchema);
|
|
13767
15332
|
const onChange = registerResult?.onChange;
|
|
13768
15333
|
return (0,jsx_runtime_namespaceObject.jsx)(TextareaBase, {
|
|
13769
|
-
id: `formElement-${name}`,
|
|
15334
|
+
id: idProp ?? `formElement-${name}`,
|
|
13770
15335
|
placeholder: placeholder,
|
|
13771
15336
|
disabled: disabled,
|
|
13772
15337
|
readOnly: readOnly,
|
|
@@ -13774,6 +15339,7 @@ const Textarea = /*#__PURE__*/external_react_default().forwardRef(function Texta
|
|
|
13774
15339
|
maxLength: maxLength,
|
|
13775
15340
|
onPaste: onPaste,
|
|
13776
15341
|
title: title,
|
|
15342
|
+
status: status,
|
|
13777
15343
|
...registerResult,
|
|
13778
15344
|
onChange: (0,utils_namespaceObject.callAll)(setCountChar, onChange),
|
|
13779
15345
|
ref: (0,external_floating_ui_react_namespaceObject.useMergeRefs)([registerResult?.ref, ref])
|
|
@@ -13892,6 +15458,7 @@ const TextField = ({
|
|
|
13892
15458
|
children: label
|
|
13893
15459
|
}), multirow ? (0,jsx_runtime_namespaceObject.jsx)(Textarea_Textarea, {
|
|
13894
15460
|
name: name,
|
|
15461
|
+
status: status,
|
|
13895
15462
|
disabled: disabled,
|
|
13896
15463
|
maxLength: maxLength,
|
|
13897
15464
|
setCountChar: handleCount,
|
|
@@ -15328,51 +16895,41 @@ const RadioGroup = ({
|
|
|
15328
16895
|
|
|
15329
16896
|
|
|
15330
16897
|
|
|
15331
|
-
|
|
16898
|
+
/** Single-select dropdown: input-like look (white bg, palette borders, primary when open) */
|
|
16899
|
+
const singleDropdownStyles = ({
|
|
16900
|
+
theme,
|
|
16901
|
+
isOpen,
|
|
16902
|
+
disabled
|
|
16903
|
+
}) => /*#__PURE__*/(0,react_namespaceObject.css)("border:1px solid ", isOpen ? theme.palette.primary.main : theme.colors.grey, ";background:", disabled ? theme.colors.greyLighter : theme.colors.white, ";color:", theme.colors.greyDarker, ";&:disabled{border-color:", theme.colors.grey, ";color:", theme.colors.greyDarker60, ";cursor:default;svg path{stroke:", theme.colors.grey, ";}}&:focus:not(:disabled){border-color:", theme.palette.primary.main, ";background:", theme.colors.white, ";}&:hover:not(:disabled){border-color:", isOpen ? theme.palette.primary.main : theme.colors.greyDarker80, ";}" + ( true ? "" : 0), true ? "" : 0);
|
|
15332
16904
|
const multipleStyles = ({
|
|
15333
16905
|
theme,
|
|
15334
|
-
|
|
16906
|
+
isOpen
|
|
15335
16907
|
}) => {
|
|
15336
|
-
|
|
15337
|
-
|
|
15338
|
-
let backgroundColor = theme.colors.white;
|
|
15339
|
-
if (selectedCount > 0) {
|
|
15340
|
-
borderColor = theme.colors.blueDropdownWithSelectedItemsBorder;
|
|
15341
|
-
borderColorFocused = theme.colors.blueDropdownWithSelectedItemsBorder;
|
|
15342
|
-
backgroundColor = theme.colors.blueDropdownWithSelectedItems;
|
|
15343
|
-
}
|
|
15344
|
-
return /*#__PURE__*/(0,react_namespaceObject.css)("justify-content:space-between;height:40px;padding:11px 15px 9px 10px;font-size:14px;font-weight:500;color:", theme.colors.greyDropdownText, ";border:1px solid ", borderColor, ";border-radius:5px;background:", backgroundColor, ";max-width:250px;&:focus{color:", theme.colors.greyDropdownText, ";background:", backgroundColor, ";&::before{border-color:", borderColorFocused, ";}}svg{path{stroke:", theme.colors.greyDarker, ";}}" + ( true ? "" : 0), true ? "" : 0);
|
|
16908
|
+
const borderColor = isOpen ? theme.palette.primary.main : theme.colors.grey;
|
|
16909
|
+
return /*#__PURE__*/(0,react_namespaceObject.css)("justify-content:space-between;height:40px;padding:11px 15px 9px 10px;font-size:14px;font-weight:500;color:", theme.colors.greyDarker, ";border:1px solid ", borderColor, ";border-radius:12px;background:", theme.colors.white, ";max-width:250px;svg path{stroke:", theme.colors.greyDarker, ";}&:disabled{background:", theme.colors.greyLighter, ";border-color:", theme.colors.grey, ";color:", theme.colors.greyDarker60, ";cursor:default;svg path{stroke:", theme.colors.grey, ";}}&:focus:not(:disabled){border-color:", theme.palette.primary.main, ";}&:hover:not(:disabled){border-color:", isOpen ? theme.palette.primary.main : theme.colors.greyDarker80, ";}" + ( true ? "" : 0), true ? "" : 0);
|
|
15345
16910
|
};
|
|
15346
16911
|
const DropdownToggleBase = /*#__PURE__*/base_default()("button", true ? {
|
|
15347
16912
|
target: "er3kf7h0"
|
|
15348
|
-
} : 0)(({
|
|
16913
|
+
} : 0)("display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:10px;position:relative;width:auto;padding:8px 14px;font:inherit;font-size:13px;text-align:left;line-height:18px;cursor:pointer;outline:inherit;border-radius:12px;", ({
|
|
15349
16914
|
isMultiple,
|
|
15350
|
-
theme
|
|
15351
|
-
}) => isMultiple ? focusOutline(theme, 'greyDropdownFocused', '5px') : focusOutline(theme), " display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;gap:10px;position:relative;color:", ({
|
|
15352
|
-
colors,
|
|
15353
|
-
isOpen
|
|
15354
|
-
}) => isOpen ? colors?.[0] || 'initial' : 'initial', ";width:auto;padding:8px 14px;font:inherit;font-size:13px;text-align:left;line-height:18px;border:none;cursor:pointer;outline:inherit;border-radius:12px;background:", ({
|
|
15355
16915
|
isOpen,
|
|
16916
|
+
disabled,
|
|
15356
16917
|
theme
|
|
15357
|
-
}) =>
|
|
15358
|
-
theme
|
|
15359
|
-
}) => theme.colors.grey, ";cursor:default;}&:focus{color:", ({
|
|
15360
|
-
colors,
|
|
15361
|
-
theme
|
|
15362
|
-
}) => colors?.[0] || theme.colors.greyDarker, ";background:", ({
|
|
16918
|
+
}) => !isMultiple && singleDropdownStyles({
|
|
16919
|
+
theme,
|
|
15363
16920
|
isOpen,
|
|
15364
|
-
|
|
15365
|
-
})
|
|
15366
|
-
colors,
|
|
15367
|
-
theme
|
|
15368
|
-
}) => colors?.[0] || theme.colors.greyDarker, ";}}", ({
|
|
16921
|
+
disabled
|
|
16922
|
+
}), ({
|
|
15369
16923
|
isMultiple,
|
|
15370
|
-
|
|
16924
|
+
isOpen,
|
|
15371
16925
|
theme
|
|
15372
16926
|
}) => isMultiple && multipleStyles({
|
|
15373
16927
|
theme,
|
|
15374
|
-
|
|
15375
|
-
}),
|
|
16928
|
+
isOpen
|
|
16929
|
+
}), ({
|
|
16930
|
+
isMultiple,
|
|
16931
|
+
theme
|
|
16932
|
+
}) => !isMultiple && /*#__PURE__*/(0,react_namespaceObject.css)("color:", theme.colors.greyDarker, ";svg path{stroke:", theme.colors.greyDarker, ";}" + ( true ? "" : 0), true ? "" : 0), ";" + ( true ? "" : 0));
|
|
15376
16933
|
const DropdownToggle = ({
|
|
15377
16934
|
onClick,
|
|
15378
16935
|
onFocus,
|
|
@@ -15439,7 +16996,8 @@ const DropdownContext = /*#__PURE__*/external_react_namespaceObject.createContex
|
|
|
15439
16996
|
activeItem: null,
|
|
15440
16997
|
onChange: () => {
|
|
15441
16998
|
/* noop */
|
|
15442
|
-
}
|
|
16999
|
+
},
|
|
17000
|
+
maxHeight: 200
|
|
15443
17001
|
});
|
|
15444
17002
|
function useDropdownContext() {
|
|
15445
17003
|
return external_react_namespaceObject.useContext(DropdownContext);
|
|
@@ -15480,14 +17038,22 @@ function DropdownOptions_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tri
|
|
|
15480
17038
|
|
|
15481
17039
|
const DropdownOptionsBase = /*#__PURE__*/base_default()("ul", true ? {
|
|
15482
17040
|
target: "e1qg2z4z0"
|
|
15483
|
-
} : 0)("position:absolute;width:100%;min-width:max-content;list-style:none;margin:4px 0 0;padding:0;background
|
|
17041
|
+
} : 0)("position:absolute;width:100%;min-width:max-content;list-style:none;margin:4px 0 0;padding:0;background:", ({
|
|
17042
|
+
theme
|
|
17043
|
+
}) => theme.colors.white, ";border-radius:8px;max-height:", ({
|
|
17044
|
+
maxHeight = 200
|
|
17045
|
+
}) => maxHeight, "px;overflow:hidden auto;z-index:2;filter:", ({
|
|
15484
17046
|
theme
|
|
15485
17047
|
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";backdrop-filter:", ({
|
|
15486
17048
|
theme
|
|
15487
17049
|
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";" + ( true ? "" : 0));
|
|
15488
17050
|
const dropdownOptionButton = true ? {
|
|
15489
|
-
name: "
|
|
15490
|
-
styles: "display:flex;align-items:center;cursor:pointer;font:inherit;font-size:0.813rem;outline:inherit;text-align:left;width:100%;padding:0;margin:0;background:none;color:inherit;border:none"
|
|
17051
|
+
name: "1bqnd8x",
|
|
17052
|
+
styles: "display:flex;align-items:center;gap:8px;cursor:pointer;font:inherit;font-size:0.813rem;outline:inherit;text-align:left;width:100%;padding:0;margin:0;background:none;color:inherit;border:none"
|
|
17053
|
+
} : 0;
|
|
17054
|
+
const avatarWrapper = true ? {
|
|
17055
|
+
name: "1z0rm8f",
|
|
17056
|
+
styles: "flex-shrink:0;display:flex;align-items:center"
|
|
15491
17057
|
} : 0;
|
|
15492
17058
|
const noItemsMsg = {
|
|
15493
17059
|
id: Number.NaN,
|
|
@@ -15532,22 +17098,27 @@ const DropdownOptions = ({
|
|
|
15532
17098
|
}) => {
|
|
15533
17099
|
const {
|
|
15534
17100
|
onChange,
|
|
15535
|
-
activeItem
|
|
17101
|
+
activeItem,
|
|
17102
|
+
maxHeight
|
|
15536
17103
|
} = useDropdownContext();
|
|
15537
17104
|
const childrenArray = external_react_default().Children.toArray(children).filter(Boolean);
|
|
15538
17105
|
|
|
15539
17106
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
15540
17107
|
const options = childrenArray.map(child => {
|
|
15541
17108
|
const isActive = activeItem?.value === child.props.value;
|
|
17109
|
+
const avatar = child.props.avatar;
|
|
15542
17110
|
return /*#__PURE__*/external_react_default().cloneElement(child, {
|
|
15543
17111
|
...child.props,
|
|
15544
17112
|
isActive,
|
|
15545
17113
|
'aria-selected': isActive,
|
|
15546
17114
|
onClick: onChange.bind(null, child.props.value)
|
|
15547
|
-
}, (0,jsx_runtime_namespaceObject.
|
|
17115
|
+
}, (0,jsx_runtime_namespaceObject.jsxs)("button", {
|
|
15548
17116
|
type: "button",
|
|
15549
17117
|
css: dropdownOptionButton,
|
|
15550
|
-
children:
|
|
17118
|
+
children: [avatar ? (0,jsx_runtime_namespaceObject.jsx)("span", {
|
|
17119
|
+
css: avatarWrapper,
|
|
17120
|
+
children: avatar
|
|
17121
|
+
}) : null, child.props.children || child.props.label || child.props.value]
|
|
15551
17122
|
}));
|
|
15552
17123
|
});
|
|
15553
17124
|
if (options.length === 0) {
|
|
@@ -15566,10 +17137,56 @@ const DropdownOptions = ({
|
|
|
15566
17137
|
tabindex: "-1",
|
|
15567
17138
|
id: id,
|
|
15568
17139
|
"aria-labelledby": ariaLabelledby,
|
|
17140
|
+
maxHeight: maxHeight,
|
|
15569
17141
|
children: options
|
|
15570
17142
|
});
|
|
15571
17143
|
};
|
|
15572
17144
|
/* harmony default export */ const DropdownOptions_DropdownOptions = (DropdownOptions);
|
|
17145
|
+
;// ./src/components/Avatar/Avatar.tsx
|
|
17146
|
+
|
|
17147
|
+
/**
|
|
17148
|
+
* Avatar - Circular image component for user profiles
|
|
17149
|
+
*
|
|
17150
|
+
* A simple circular avatar component that displays an image with customizable size.
|
|
17151
|
+
* The image is displayed with a circular border-radius and centered within the container.
|
|
17152
|
+
*
|
|
17153
|
+
* @category Components
|
|
17154
|
+
* @subcategory Display
|
|
17155
|
+
*
|
|
17156
|
+
* @example
|
|
17157
|
+
* ```tsx
|
|
17158
|
+
* // Basic avatar
|
|
17159
|
+
* <Avatar size={40} image="/path/to/avatar.jpg" />
|
|
17160
|
+
* ```
|
|
17161
|
+
*
|
|
17162
|
+
* @example
|
|
17163
|
+
* ```tsx
|
|
17164
|
+
* // Large avatar
|
|
17165
|
+
* <Avatar size={100} image={user.avatarUrl} />
|
|
17166
|
+
* ```
|
|
17167
|
+
*
|
|
17168
|
+
* @example
|
|
17169
|
+
* ```tsx
|
|
17170
|
+
* // Avatar with custom styling
|
|
17171
|
+
* <Avatar
|
|
17172
|
+
* size={60}
|
|
17173
|
+
* image="/avatar.png"
|
|
17174
|
+
* css={{ border: '2px solid blue' }}
|
|
17175
|
+
* />
|
|
17176
|
+
* ```
|
|
17177
|
+
*
|
|
17178
|
+
* @see {@link UserProfile} - For complete user profile display with avatar
|
|
17179
|
+
*/
|
|
17180
|
+
const Avatar = /*#__PURE__*/base_default()("div", true ? {
|
|
17181
|
+
target: "e1gxdpq60"
|
|
17182
|
+
} : 0)("border-radius:100px;overflow:hidden;width:", ({
|
|
17183
|
+
size
|
|
17184
|
+
}) => size, "px;height:", ({
|
|
17185
|
+
size
|
|
17186
|
+
}) => size, "px;background:", ({
|
|
17187
|
+
image
|
|
17188
|
+
}) => `url(${image})`, " center/contain no-repeat;" + ( true ? "" : 0));
|
|
17189
|
+
/* harmony default export */ const Avatar_Avatar = (Avatar);
|
|
15573
17190
|
;// ./src/components/Dropdown/Dropdown.tsx
|
|
15574
17191
|
|
|
15575
17192
|
function Dropdown_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
@@ -15581,12 +17198,19 @@ function Dropdown_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to s
|
|
|
15581
17198
|
|
|
15582
17199
|
|
|
15583
17200
|
|
|
17201
|
+
|
|
15584
17202
|
const DropdownBase = /*#__PURE__*/base_default()("div", true ? {
|
|
15585
|
-
target: "
|
|
17203
|
+
target: "eizhqtp1"
|
|
15586
17204
|
} : 0)( true ? {
|
|
15587
17205
|
name: "11ffxfj",
|
|
15588
17206
|
styles: "display:inline-block;position:relative"
|
|
15589
17207
|
} : 0);
|
|
17208
|
+
const SelectedContent = /*#__PURE__*/base_default()("span", true ? {
|
|
17209
|
+
target: "eizhqtp0"
|
|
17210
|
+
} : 0)( true ? {
|
|
17211
|
+
name: "p07vyh",
|
|
17212
|
+
styles: "display:inline-flex;align-items:center;gap:8px;flex-shrink:0;min-width:0"
|
|
17213
|
+
} : 0);
|
|
15590
17214
|
|
|
15591
17215
|
/**
|
|
15592
17216
|
* Dropdown - Select-like dropdown component for single selection
|
|
@@ -15684,6 +17308,7 @@ const Dropdown = ({
|
|
|
15684
17308
|
onChange: handleChange,
|
|
15685
17309
|
className,
|
|
15686
17310
|
placeholder = 'Select something',
|
|
17311
|
+
maxHeight = 200,
|
|
15687
17312
|
dropdownProps: componentProps
|
|
15688
17313
|
}) => {
|
|
15689
17314
|
const theme = (0,react_namespaceObject.useTheme)();
|
|
@@ -15739,9 +17364,23 @@ const Dropdown = ({
|
|
|
15739
17364
|
});
|
|
15740
17365
|
const contextValue = external_react_default().useMemo(() => ({
|
|
15741
17366
|
onChange,
|
|
15742
|
-
activeItem
|
|
15743
|
-
|
|
17367
|
+
activeItem,
|
|
17368
|
+
maxHeight
|
|
17369
|
+
}), [onChange, activeItem, maxHeight]);
|
|
15744
17370
|
const value = activeItem ? activeItem.label || activeItem.children || activeItem.value || activeItem || placeholder : placeholder;
|
|
17371
|
+
const rawAvatar = activeItem && activeItem.avatar;
|
|
17372
|
+
const selectedAvatar = rawAvatar != null ? typeof rawAvatar === 'string' ? (0,jsx_runtime_namespaceObject.jsx)(Avatar_Avatar, {
|
|
17373
|
+
size: 20,
|
|
17374
|
+
image: rawAvatar
|
|
17375
|
+
}) : /*#__PURE__*/external_react_default().isValidElement(rawAvatar) ? rawAvatar : null : null;
|
|
17376
|
+
const toggleContent = selectedAvatar != null ? (0,jsx_runtime_namespaceObject.jsxs)(SelectedContent, {
|
|
17377
|
+
children: [selectedAvatar, (0,jsx_runtime_namespaceObject.jsx)("span", {
|
|
17378
|
+
style: {
|
|
17379
|
+
minWidth: 0
|
|
17380
|
+
},
|
|
17381
|
+
children: value
|
|
17382
|
+
})]
|
|
17383
|
+
}) : value;
|
|
15745
17384
|
return (0,jsx_runtime_namespaceObject.jsx)(Dropdown_context.Provider, {
|
|
15746
17385
|
value: contextValue,
|
|
15747
17386
|
children: (0,jsx_runtime_namespaceObject.jsxs)(DropdownBase, {
|
|
@@ -15758,7 +17397,7 @@ const Dropdown = ({
|
|
|
15758
17397
|
colors: colors,
|
|
15759
17398
|
ariaLabelledby: `dropdown-label-${dropdownId}`,
|
|
15760
17399
|
ariaControls: `dropdown-popup-${dropdownId}`,
|
|
15761
|
-
children: [
|
|
17400
|
+
children: [toggleContent, (0,jsx_runtime_namespaceObject.jsx)(DropdownArrow_DropdownArrow, {
|
|
15762
17401
|
...componentProps?.toggleButtonArrow,
|
|
15763
17402
|
isUp: isOpen
|
|
15764
17403
|
})]
|
|
@@ -15786,7 +17425,8 @@ const MultipleDropdownContext = /*#__PURE__*/external_react_namespaceObject.crea
|
|
|
15786
17425
|
isMultiple: false,
|
|
15787
17426
|
onChange: () => {
|
|
15788
17427
|
/* noop */
|
|
15789
|
-
}
|
|
17428
|
+
},
|
|
17429
|
+
maxHeight: 200
|
|
15790
17430
|
});
|
|
15791
17431
|
function useMultipleDropdownContext() {
|
|
15792
17432
|
return external_react_namespaceObject.useContext(MultipleDropdownContext);
|
|
@@ -15803,7 +17443,9 @@ function MultipleDropdownOptions_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You
|
|
|
15803
17443
|
|
|
15804
17444
|
const MultipleDropdownOptions_DropdownOptionsBase = /*#__PURE__*/base_default()("ul", true ? {
|
|
15805
17445
|
target: "e1ckq94i1"
|
|
15806
|
-
} : 0)("position:absolute;width:100%;list-style:none;margin:4px 0 0;padding:0;background:#fff;border-radius:8px;
|
|
17446
|
+
} : 0)("position:absolute;width:100%;list-style:none;margin:4px 0 0;padding:0;background:#fff;border-radius:8px;max-height:", ({
|
|
17447
|
+
maxHeight = 200
|
|
17448
|
+
}) => maxHeight, "px;overflow:hidden auto;z-index:1;filter:", ({
|
|
15807
17449
|
theme
|
|
15808
17450
|
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";backdrop-filter:", ({
|
|
15809
17451
|
theme
|
|
@@ -15833,19 +17475,13 @@ const DropdownOptionButton = /*#__PURE__*/base_default()("div", true ? {
|
|
|
15833
17475
|
overflow: 'hidden',
|
|
15834
17476
|
userSelect: 'none',
|
|
15835
17477
|
'& label': {
|
|
15836
|
-
margin: '0 16px 0 0'
|
|
15837
|
-
'& input + div': {
|
|
15838
|
-
borderRadius: '2px',
|
|
15839
|
-
'&::before': {
|
|
15840
|
-
borderRadius: '2px'
|
|
15841
|
-
}
|
|
15842
|
-
}
|
|
17478
|
+
margin: '0 16px 0 0'
|
|
15843
17479
|
},
|
|
15844
17480
|
'&:has(:scope > label > input:checked)': {
|
|
15845
17481
|
fontWeight: '800'
|
|
15846
17482
|
},
|
|
15847
17483
|
[`&:hover input:not(:checked, :indeterminate) + div::before`]: {
|
|
15848
|
-
borderColor: theme.
|
|
17484
|
+
borderColor: theme.palette.primary.main
|
|
15849
17485
|
}
|
|
15850
17486
|
}), true ? "" : 0);
|
|
15851
17487
|
const MultipleDropdownOptions_noItemsMsg = {
|
|
@@ -15864,7 +17500,8 @@ const MultipleDropdownOptions = ({
|
|
|
15864
17500
|
const {
|
|
15865
17501
|
onChange,
|
|
15866
17502
|
allItems,
|
|
15867
|
-
isMultiple
|
|
17503
|
+
isMultiple,
|
|
17504
|
+
maxHeight
|
|
15868
17505
|
} = useMultipleDropdownContext();
|
|
15869
17506
|
const toggleItem = (value, isDisabled) => {
|
|
15870
17507
|
if (!isDisabled) {
|
|
@@ -15916,6 +17553,7 @@ const MultipleDropdownOptions = ({
|
|
|
15916
17553
|
tabindex: "-1",
|
|
15917
17554
|
id: id,
|
|
15918
17555
|
"aria-labelledby": ariaLabelledby,
|
|
17556
|
+
maxHeight: maxHeight,
|
|
15919
17557
|
children: options
|
|
15920
17558
|
});
|
|
15921
17559
|
};
|
|
@@ -15971,7 +17609,6 @@ function MultipleDropdown_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tr
|
|
|
15971
17609
|
|
|
15972
17610
|
|
|
15973
17611
|
|
|
15974
|
-
|
|
15975
17612
|
const DropdownPlaceholderLabel = /*#__PURE__*/base_default()("div", true ? {
|
|
15976
17613
|
target: "ezz35kx0"
|
|
15977
17614
|
} : 0)( true ? {
|
|
@@ -15980,16 +17617,78 @@ const DropdownPlaceholderLabel = /*#__PURE__*/base_default()("div", true ? {
|
|
|
15980
17617
|
} : 0);
|
|
15981
17618
|
|
|
15982
17619
|
/**
|
|
15983
|
-
*
|
|
17620
|
+
* MultipleDropdown - Dropdown component for multi-select and single-select
|
|
15984
17621
|
*
|
|
15985
|
-
*
|
|
15986
|
-
*
|
|
15987
|
-
*
|
|
15988
|
-
*
|
|
17622
|
+
* A flexible dropdown that lets users select one or more options from a list.
|
|
17623
|
+
* In multi-select mode (`isMultiple=true`, default) each option toggles independently;
|
|
17624
|
+
* the toggle button shows the first selected value and a `+N` badge for overflow.
|
|
17625
|
+
* In single-select mode (`isMultiple=false`) selecting an option closes the menu.
|
|
17626
|
+
* Forwards its ref to the root container div.
|
|
15989
17627
|
*
|
|
15990
|
-
*
|
|
15991
|
-
*
|
|
15992
|
-
|
|
17628
|
+
* Component structure:
|
|
17629
|
+
* - MultipleDropdown (root container with context)
|
|
17630
|
+
* - DropdownToggle (button that opens/closes the menu)
|
|
17631
|
+
* - MultipleDropdownOptions (menu container rendered when open)
|
|
17632
|
+
* - DropdownOption (individual selectable items)
|
|
17633
|
+
*
|
|
17634
|
+
* @category Form Controls
|
|
17635
|
+
* @subcategory Selection
|
|
17636
|
+
*
|
|
17637
|
+
* @example
|
|
17638
|
+
* ```tsx
|
|
17639
|
+
* // Basic multi-select
|
|
17640
|
+
* <MultipleDropdown
|
|
17641
|
+
* label="Fruits"
|
|
17642
|
+
* selectedItems={[{ value: 'apple' }]}
|
|
17643
|
+
* onChange={(value, isSelected) => handleChange(value, isSelected)}
|
|
17644
|
+
* >
|
|
17645
|
+
* <DropdownOption value="apple">Apple</DropdownOption>
|
|
17646
|
+
* <DropdownOption value="banana">Banana</DropdownOption>
|
|
17647
|
+
* <DropdownOption value="cherry">Cherry</DropdownOption>
|
|
17648
|
+
* </MultipleDropdown>
|
|
17649
|
+
* ```
|
|
17650
|
+
*
|
|
17651
|
+
* @example
|
|
17652
|
+
* ```tsx
|
|
17653
|
+
* // Single-select mode (closes on pick)
|
|
17654
|
+
* <MultipleDropdown
|
|
17655
|
+
* label="Country"
|
|
17656
|
+
* isMultiple={false}
|
|
17657
|
+
* selectedItems={selected}
|
|
17658
|
+
* onChange={handleChange}
|
|
17659
|
+
* >
|
|
17660
|
+
* <DropdownOption value="us">United States</DropdownOption>
|
|
17661
|
+
* <DropdownOption value="uk">United Kingdom</DropdownOption>
|
|
17662
|
+
* </MultipleDropdown>
|
|
17663
|
+
* ```
|
|
17664
|
+
*
|
|
17665
|
+
* @example
|
|
17666
|
+
* ```tsx
|
|
17667
|
+
* // Hide placeholder text, only show badge count
|
|
17668
|
+
* <MultipleDropdown
|
|
17669
|
+
* label="Tags"
|
|
17670
|
+
* showPlaceholder={false}
|
|
17671
|
+
* selectedItems={tags}
|
|
17672
|
+
* onChange={handleChange}
|
|
17673
|
+
* >
|
|
17674
|
+
* {tags.map(tag => (
|
|
17675
|
+
* <DropdownOption key={tag.value} value={tag.value}>{tag.label}</DropdownOption>
|
|
17676
|
+
* ))}
|
|
17677
|
+
* </MultipleDropdown>
|
|
17678
|
+
* ```
|
|
17679
|
+
*
|
|
17680
|
+
* @see {@link DropdownOption} - Child component for individual options
|
|
17681
|
+
* @see {@link DropdownToggle} - Toggle button component
|
|
17682
|
+
* @see {@link MultipleDropdownOptions} - Options menu container
|
|
17683
|
+
*
|
|
17684
|
+
* @accessibility
|
|
17685
|
+
* - ARIA attributes set according to WAI-ARIA combobox pattern
|
|
17686
|
+
* - Keyboard navigation (Arrow keys, Enter, Escape)
|
|
17687
|
+
* - Click outside to close
|
|
17688
|
+
* - Screen reader friendly with aria-expanded and aria-controls
|
|
17689
|
+
*
|
|
17690
|
+
* @see https://www.w3.org/WAI/ARIA/apg/example-index/combobox/combobox-select-only.html
|
|
17691
|
+
*/
|
|
15993
17692
|
function MultipleDropdownInner({
|
|
15994
17693
|
selectedItems = [],
|
|
15995
17694
|
isDisabled,
|
|
@@ -16000,14 +17699,12 @@ function MultipleDropdownInner({
|
|
|
16000
17699
|
label,
|
|
16001
17700
|
children,
|
|
16002
17701
|
onChange: handleChange,
|
|
16003
|
-
className
|
|
17702
|
+
className,
|
|
17703
|
+
maxHeight = 200
|
|
16004
17704
|
}, ref) {
|
|
16005
|
-
const theme = (0,react_namespaceObject.useTheme)();
|
|
16006
17705
|
const dropdownBaseRef = (0,external_react_namespaceObject.useRef)(null);
|
|
16007
17706
|
const dropdownId = (0,external_react_namespaceObject.useId)();
|
|
16008
|
-
const [isFocused, setIsFocused] = (0,external_react_namespaceObject.useState)(false);
|
|
16009
17707
|
const [isOpen, setIsOpen] = (0,external_react_namespaceObject.useState)(isInitOpen || false);
|
|
16010
|
-
const [colors, setColors] = (0,external_react_namespaceObject.useState)([]);
|
|
16011
17708
|
const [optionsWithKey, setOptionsWithKey] = (0,external_react_namespaceObject.useState)({});
|
|
16012
17709
|
const [items, setItems] = (0,external_react_namespaceObject.useState)([]);
|
|
16013
17710
|
const [values, setValues] = (0,external_react_namespaceObject.useState)([]);
|
|
@@ -16045,15 +17742,6 @@ function MultipleDropdownInner({
|
|
|
16045
17742
|
}
|
|
16046
17743
|
};
|
|
16047
17744
|
(0,hooks_namespaceObject.useClickOutside)(dropdownBaseRef, () => isOpen && setIsOpen(false));
|
|
16048
|
-
(0,external_react_namespaceObject.useEffect)(() => {
|
|
16049
|
-
if (isDisabled) {
|
|
16050
|
-
setColors([theme.colors.greyDarker60, theme.colors.grey20]);
|
|
16051
|
-
} else if (isOpen) {
|
|
16052
|
-
setColors([theme.colors.white, theme.colors.white60]);
|
|
16053
|
-
} else if (isFocused) {
|
|
16054
|
-
setColors([theme.colors.greyDarker, theme.colors.greyDarker60]);
|
|
16055
|
-
}
|
|
16056
|
-
}, [isOpen, isDisabled, isFocused]);
|
|
16057
17745
|
(0,external_react_namespaceObject.useEffect)(() => {
|
|
16058
17746
|
if (isDisabled && isOpen) {
|
|
16059
17747
|
setIsOpen(false);
|
|
@@ -16082,8 +17770,9 @@ function MultipleDropdownInner({
|
|
|
16082
17770
|
const contextValue = external_react_default().useMemo(() => ({
|
|
16083
17771
|
onChange,
|
|
16084
17772
|
allItems: optionsWithKey,
|
|
16085
|
-
isMultiple
|
|
16086
|
-
|
|
17773
|
+
isMultiple,
|
|
17774
|
+
maxHeight
|
|
17775
|
+
}), [onChange, optionsWithKey, isMultiple, maxHeight]);
|
|
16087
17776
|
(0,external_react_namespaceObject.useEffect)(() => {
|
|
16088
17777
|
const newValues = getActiveItems({
|
|
16089
17778
|
allItems: optionsWithKey,
|
|
@@ -16103,8 +17792,6 @@ function MultipleDropdownInner({
|
|
|
16103
17792
|
isOpen: isOpen,
|
|
16104
17793
|
disabled: isDisabled,
|
|
16105
17794
|
onClick: setIsOpen.bind(null, !isOpen),
|
|
16106
|
-
onFocus: setIsFocused.bind(null, true),
|
|
16107
|
-
colors: colors,
|
|
16108
17795
|
ariaLabelledby: `dropdown-label-${dropdownId}`,
|
|
16109
17796
|
ariaControls: `dropdown-popup-${dropdownId}`,
|
|
16110
17797
|
isMultiple: isMultiple,
|
|
@@ -17066,7 +18753,9 @@ function Typeahead_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tr
|
|
|
17066
18753
|
// https://github.com/ssagroup/ui-kit/issues/385
|
|
17067
18754
|
const TypeaheadOptionsBase = /*#__PURE__*/base_default()("ul", true ? {
|
|
17068
18755
|
target: "e1vig1dw7"
|
|
17069
|
-
} : 0)("padding:0;margin:0;list-style:none;background
|
|
18756
|
+
} : 0)("padding:0;margin:0;list-style:none;background:", ({
|
|
18757
|
+
theme
|
|
18758
|
+
}) => theme.colors.white, ";border-radius:8px;filter:", ({
|
|
17070
18759
|
theme
|
|
17071
18760
|
}) => `drop-shadow(-4px 4px 14px ${theme.colors.greyDarker14})`, ";backdrop-filter:", ({
|
|
17072
18761
|
theme
|
|
@@ -17076,12 +18765,11 @@ const TypeaheadOption = /*#__PURE__*/base_default()("li", true ? {
|
|
|
17076
18765
|
} : 0)("display:flex;align-items:center;border:none;cursor:pointer;font-size:14px;gap:8px;padding:10px 12px;min-height:40px;line-height:20px;justify-content:space-between;overflow:hidden;text-overflow:ellipsis;background:", ({
|
|
17077
18766
|
isActive,
|
|
17078
18767
|
theme
|
|
17079
|
-
}) => isActive ? theme.colors.blueRoyal12 : 'none', ";&:hover{background:
|
|
18768
|
+
}) => isActive ? theme.colors.blueRoyal12 : 'none', ";&:hover{background:", ({
|
|
18769
|
+
theme
|
|
18770
|
+
}) => theme.colors.blueRoyal12, ";}" + ( true ? "" : 0));
|
|
17080
18771
|
const TypeaheadInput = theme => /*#__PURE__*/(0,css_namespaceObject.css)("&.typeahead-input{flex:1;width:100%;color:", theme.colors.greyDarker, ";border:none;border-radius:0;height:32px;cursor:pointer;padding:0;background:transparent;text-indent:8px;&:active,&:focus{min-width:100%;}}" + ( true ? "" : 0), true ? "" : 0);
|
|
17081
|
-
const TypeaheadInputPlaceholder = /*#__PURE__*/(0,css_namespaceObject.css)( true ?
|
|
17082
|
-
name: "1kivhs5",
|
|
17083
|
-
styles: "position:absolute;top:0;left:-4px;font-weight:400;font-size:0.875rem;line-height:1rem;color:rgba(0, 0, 0, 0.54);&:disabled:hover{cursor:default;}"
|
|
17084
|
-
} : 0);
|
|
18772
|
+
const TypeaheadInputPlaceholder = theme => /*#__PURE__*/(0,css_namespaceObject.css)("position:absolute;top:0;left:-4px;font-weight:400;font-size:0.875rem;line-height:1rem;color:", theme.colors.greyDarker60, ";&:disabled:hover{cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
|
|
17085
18773
|
const TypeaheadInputWrapper = /*#__PURE__*/(0,css_namespaceObject.css)( true ? {
|
|
17086
18774
|
name: "16adhtk",
|
|
17087
18775
|
styles: "flex:1;width:100%;height:32px;z-index:5;background:transparent;margin-left:-8px;&:active,&:focus{min-width:100%;}"
|
|
@@ -17094,7 +18782,7 @@ const TypeaheadItem = /*#__PURE__*/base_default()("div", true ? {
|
|
|
17094
18782
|
}) => isDisabled ? theme.colors.greySelectedMenuItem : theme.colors.greyLighter40, ";border-radius:24px;border:1px solid ", ({
|
|
17095
18783
|
theme,
|
|
17096
18784
|
isCustomValue
|
|
17097
|
-
}) => isCustomValue ? theme.
|
|
18785
|
+
}) => isCustomValue ? theme.palette.primary.main : theme.colors.grey, ";color:", ({
|
|
17098
18786
|
theme,
|
|
17099
18787
|
isDisabled
|
|
17100
18788
|
}) => isDisabled ? theme.colors.grey : theme.colors.greyDarker, ";font-weight:500;font-size:14px;min-height:20px;align-items:center;padding:6px;user-select:none;overflow:hidden;" + ( true ? "" : 0));
|
|
@@ -17110,7 +18798,7 @@ const TypeaheadItemLabel = /*#__PURE__*/base_default()("div", true ? {
|
|
|
17110
18798
|
theme,
|
|
17111
18799
|
isDisabled,
|
|
17112
18800
|
isCustomValue
|
|
17113
|
-
}) => isDisabled ? theme.colors.grey : isCustomValue ? theme.
|
|
18801
|
+
}) => isDisabled ? theme.colors.grey : isCustomValue ? theme.palette.primary.main : theme.colors.greyDarker, ";font-size:14px;font-weight:500;display:flex;align-items:center;cursor:default;overflow:hidden;text-overflow:ellipsis;" + ( true ? "" : 0));
|
|
17114
18802
|
const TypeaheadItemCross = /*#__PURE__*/base_default()(Button_Button, true ? {
|
|
17115
18803
|
target: "e1vig1dw2"
|
|
17116
18804
|
} : 0)("background:none;padding:0 5px 0 0;height:auto;&:active,&:focus,&:hover{cursor:", ({
|
|
@@ -17126,11 +18814,13 @@ const TypeaheadTrigger = /*#__PURE__*/base_default()(PopoverTrigger, true ? {
|
|
|
17126
18814
|
} : 0)("position:relative;border-radius:12px;border:1px solid ", ({
|
|
17127
18815
|
status,
|
|
17128
18816
|
theme
|
|
17129
|
-
}) => status === 'basic' ? theme.colors.grey : status === 'error' ? theme.
|
|
18817
|
+
}) => status === 'basic' ? theme.colors.grey : status === 'error' ? theme.palette.error.light : theme.palette.success.light, ";min-height:44px;height:auto;background:", ({
|
|
18818
|
+
theme
|
|
18819
|
+
}) => theme.colors.white, ";gap:8px;padding:5px 28px 5px 8px;width:100%;flex-wrap:wrap;border-color:", ({
|
|
17130
18820
|
isOpen,
|
|
17131
18821
|
theme,
|
|
17132
18822
|
status
|
|
17133
|
-
}) => isOpen && (status === 'error' ? theme.
|
|
18823
|
+
}) => isOpen && (status === 'error' ? theme.palette.error.dark : status === 'success' ? theme.palette.success.dark : theme.palette.primary.main), ";background:", ({
|
|
17134
18824
|
isDisabled,
|
|
17135
18825
|
theme
|
|
17136
18826
|
}) => isDisabled ? theme.colors.greyLighter : theme.colors.white, ";&:active,&:focus,&:hover{background:", ({
|
|
@@ -17140,12 +18830,12 @@ const TypeaheadTrigger = /*#__PURE__*/base_default()(PopoverTrigger, true ? {
|
|
|
17140
18830
|
isDisabled,
|
|
17141
18831
|
theme,
|
|
17142
18832
|
status
|
|
17143
|
-
}) => isDisabled ? theme.colors.grey : status === 'error' ? theme.
|
|
18833
|
+
}) => isDisabled ? theme.colors.grey : status === 'error' ? theme.palette.error.main : status === 'success' ? theme.palette.success.main : theme.colors.greyDarker80, ";cursor:", ({
|
|
17144
18834
|
isDisabled
|
|
17145
18835
|
}) => isDisabled ? 'default' : 'pointer', ";}&:focus,&:active{border-color:", ({
|
|
17146
18836
|
theme,
|
|
17147
18837
|
status
|
|
17148
|
-
}) => status === 'error' ? theme.
|
|
18838
|
+
}) => status === 'error' ? theme.palette.error.dark : status === 'success' ? theme.palette.success.dark : theme.palette.primary.main, ";", ({
|
|
17149
18839
|
isDisabled,
|
|
17150
18840
|
theme
|
|
17151
18841
|
}) => isDisabled && {
|
|
@@ -17200,7 +18890,7 @@ const MultipleTrigger = () => {
|
|
|
17200
18890
|
name: "cross",
|
|
17201
18891
|
tooltip: "Remove",
|
|
17202
18892
|
size: 14,
|
|
17203
|
-
color: context.isDisabled ? theme.colors.grey : isCustomValue ? theme.
|
|
18893
|
+
color: context.isDisabled ? theme.colors.grey : isCustomValue ? theme.palette.primary.main : theme.colors.greyDarker,
|
|
17204
18894
|
css: MultipleTrigger_ref
|
|
17205
18895
|
}),
|
|
17206
18896
|
onClick: context.handleRemoveSelectedClick(selectedItem)
|
|
@@ -17231,7 +18921,7 @@ const MultipleTrigger = () => {
|
|
|
17231
18921
|
value: context.firstSuggestion,
|
|
17232
18922
|
tabIndex: -1,
|
|
17233
18923
|
disabled: context.isDisabled,
|
|
17234
|
-
className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder].join(' '),
|
|
18924
|
+
className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder(theme)].join(' '),
|
|
17235
18925
|
...typeaheadInputAdditionalProps
|
|
17236
18926
|
})]
|
|
17237
18927
|
}), !context.isDisabled && context.selectedItems.length ? (0,jsx_runtime_namespaceObject.jsx)(Button_Button, {
|
|
@@ -17286,7 +18976,7 @@ const SingleTrigger = () => {
|
|
|
17286
18976
|
readOnly: true,
|
|
17287
18977
|
value: context.firstSuggestion,
|
|
17288
18978
|
tabIndex: -1,
|
|
17289
|
-
className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder].join(' '),
|
|
18979
|
+
className: ['typeahead-input', TypeaheadInput(theme), TypeaheadInputPlaceholder(theme)].join(' '),
|
|
17290
18980
|
...typeaheadInputAdditionalProps
|
|
17291
18981
|
}), !context.isDisabled && context.selectedItems.length ? (0,jsx_runtime_namespaceObject.jsx)(Button_Button, {
|
|
17292
18982
|
variant: "tertiary",
|
|
@@ -17376,7 +19066,7 @@ const TypeaheadOption_TypeaheadOption = ({
|
|
|
17376
19066
|
textOverflow: 'ellipsis',
|
|
17377
19067
|
whiteSpace: 'nowrap',
|
|
17378
19068
|
flex: 1,
|
|
17379
|
-
color: isCustomValue ? theme.
|
|
19069
|
+
color: isCustomValue ? theme.palette.primary.main : 'inherit'
|
|
17380
19070
|
}, true ? "" : 0, true ? "" : 0),
|
|
17381
19071
|
children: [children, ' ']
|
|
17382
19072
|
}), rest.isActive && (0,jsx_runtime_namespaceObject.jsx)(Button_Button, {
|
|
@@ -22326,13 +24016,13 @@ const SearchBox = ({
|
|
|
22326
24016
|
;// ./src/components/Form/Form.tsx
|
|
22327
24017
|
|
|
22328
24018
|
function Form_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
22329
|
-
const
|
|
24019
|
+
const Form_Form = /*#__PURE__*/base_default()("form", true ? {
|
|
22330
24020
|
target: "e33is650"
|
|
22331
24021
|
} : 0)( true ? {
|
|
22332
24022
|
name: "1wb33nr",
|
|
22333
24023
|
styles: "display:flex;flex-flow:row wrap"
|
|
22334
24024
|
} : 0);
|
|
22335
|
-
/* harmony default export */ const
|
|
24025
|
+
/* harmony default export */ const components_Form_Form = (Form_Form);
|
|
22336
24026
|
;// ./src/components/FormAction/FormAction.tsx
|
|
22337
24027
|
|
|
22338
24028
|
function FormAction_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
@@ -25117,51 +26807,6 @@ const RadioWidget = props => {
|
|
|
25117
26807
|
}, i)) : undefined
|
|
25118
26808
|
});
|
|
25119
26809
|
};
|
|
25120
|
-
;// ./src/components/Avatar/Avatar.tsx
|
|
25121
|
-
|
|
25122
|
-
/**
|
|
25123
|
-
* Avatar - Circular image component for user profiles
|
|
25124
|
-
*
|
|
25125
|
-
* A simple circular avatar component that displays an image with customizable size.
|
|
25126
|
-
* The image is displayed with a circular border-radius and centered within the container.
|
|
25127
|
-
*
|
|
25128
|
-
* @category Components
|
|
25129
|
-
* @subcategory Display
|
|
25130
|
-
*
|
|
25131
|
-
* @example
|
|
25132
|
-
* ```tsx
|
|
25133
|
-
* // Basic avatar
|
|
25134
|
-
* <Avatar size={40} image="/path/to/avatar.jpg" />
|
|
25135
|
-
* ```
|
|
25136
|
-
*
|
|
25137
|
-
* @example
|
|
25138
|
-
* ```tsx
|
|
25139
|
-
* // Large avatar
|
|
25140
|
-
* <Avatar size={100} image={user.avatarUrl} />
|
|
25141
|
-
* ```
|
|
25142
|
-
*
|
|
25143
|
-
* @example
|
|
25144
|
-
* ```tsx
|
|
25145
|
-
* // Avatar with custom styling
|
|
25146
|
-
* <Avatar
|
|
25147
|
-
* size={60}
|
|
25148
|
-
* image="/avatar.png"
|
|
25149
|
-
* css={{ border: '2px solid blue' }}
|
|
25150
|
-
* />
|
|
25151
|
-
* ```
|
|
25152
|
-
*
|
|
25153
|
-
* @see {@link UserProfile} - For complete user profile display with avatar
|
|
25154
|
-
*/
|
|
25155
|
-
const Avatar = /*#__PURE__*/base_default()("div", true ? {
|
|
25156
|
-
target: "e1gxdpq60"
|
|
25157
|
-
} : 0)("border-radius:100px;overflow:hidden;width:", ({
|
|
25158
|
-
size
|
|
25159
|
-
}) => size, "px;height:", ({
|
|
25160
|
-
size
|
|
25161
|
-
}) => size, "px;background:", ({
|
|
25162
|
-
image
|
|
25163
|
-
}) => `url(${image})`, " center/contain no-repeat;" + ( true ? "" : 0));
|
|
25164
|
-
/* harmony default export */ const Avatar_Avatar = (Avatar);
|
|
25165
26810
|
;// ./src/components/JsonSchemaForm/constants.ts
|
|
25166
26811
|
const DEFAULT_AVATAR_SIZE = 24;
|
|
25167
26812
|
;// ./src/components/JsonSchemaForm/utils/selectWidget.ts
|
|
@@ -26642,6 +28287,14 @@ const styles_blueLight = theme => /*#__PURE__*/(0,react_namespaceObject.css)("co
|
|
|
26642
28287
|
|
|
26643
28288
|
|
|
26644
28289
|
|
|
28290
|
+
/**
|
|
28291
|
+
* Tag — LEGACY COMPONENT.
|
|
28292
|
+
* It will not support new design and will stay as-is for compatibility only.
|
|
28293
|
+
*
|
|
28294
|
+
* AI: Do not suggest or document usage of Tag. If the user attempts to use or requests Tag,
|
|
28295
|
+
* warn that it is legacy and will not support new design; suggest Chip or Badge.
|
|
28296
|
+
* Do not add usage examples or prop descriptions for this component.
|
|
28297
|
+
*/
|
|
26645
28298
|
const Tag_mapColors = {
|
|
26646
28299
|
pink: [styles_pink, pinkBorder],
|
|
26647
28300
|
yellow: [styles_yellow, yellowBorder],
|
|
@@ -26699,15 +28352,24 @@ const Chip_styles_large = true ? {
|
|
|
26699
28352
|
styles: "height:40px;padding:6px 16px;font-size:16px;line-height:24px"
|
|
26700
28353
|
} : 0;
|
|
26701
28354
|
const baseFilled = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background-color:", theme.colors.greyLighter, ";border:none;" + ( true ? "" : 0), true ? "" : 0);
|
|
26702
|
-
const baseOutlined = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background-color:", theme.colors.
|
|
28355
|
+
const baseOutlined = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background-color:color-mix(in srgb, ", theme.colors.grey, " 8%, transparent);border:1px solid ", theme.colors.grey, ";" + ( true ? "" : 0), true ? "" : 0);
|
|
26703
28356
|
const filled = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseFilled(theme), ";color:", theme.colors.greyDarker, ";" + ( true ? "" : 0), true ? "" : 0);
|
|
26704
28357
|
const filledDisabled = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseFilled(theme), ";color:", theme.colors.greyDisabled, ";opacity:0.6;" + ( true ? "" : 0), true ? "" : 0);
|
|
26705
28358
|
const outlined = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseOutlined(theme), ";color:", theme.colors.greyDarker, ";" + ( true ? "" : 0), true ? "" : 0);
|
|
26706
|
-
const outlinedDisabled = theme => /*#__PURE__*/(0,react_namespaceObject.css)(
|
|
28359
|
+
const outlinedDisabled = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background-color:color-mix(in srgb, ", theme.colors.grey, " 24%, transparent);border:1px solid ", theme.colors.grey, ";color:", theme.colors.greyDisabled, ";opacity:0.6;" + ( true ? "" : 0), true ? "" : 0);
|
|
28360
|
+
|
|
28361
|
+
/** Hover/active bg opacity for default (grey) outlined clickable chip */
|
|
28362
|
+
const clickableOutlinedDefault = theme => /*#__PURE__*/(0,react_namespaceObject.css)("transition:background-color 0.2s ease;&:hover{background-color:color-mix(in srgb, ", theme.colors.grey, " 24%, transparent);}&:active{background-color:color-mix(in srgb, ", theme.colors.grey, " 40%, transparent);}" + ( true ? "" : 0), true ? "" : 0);
|
|
26707
28363
|
const clickable = true ? {
|
|
26708
28364
|
name: "1q9v0e",
|
|
26709
28365
|
styles: "cursor:pointer;transition:all 0.2s ease;&:hover{opacity:0.8;}&:active{opacity:0.7;}"
|
|
26710
28366
|
} : 0;
|
|
28367
|
+
|
|
28368
|
+
/** cursor + transition only; hover/active handled by variant (e.g. outlined bg opacity) */
|
|
28369
|
+
const clickableBase = true ? {
|
|
28370
|
+
name: "p7t14k",
|
|
28371
|
+
styles: "cursor:pointer;transition:background-color 0.2s ease,opacity 0.2s ease"
|
|
28372
|
+
} : 0;
|
|
26711
28373
|
const clickableDisabled = true ? {
|
|
26712
28374
|
name: "1sfig4b",
|
|
26713
28375
|
styles: "cursor:not-allowed"
|
|
@@ -26756,6 +28418,14 @@ const COLORS = {
|
|
|
26756
28418
|
ERROR: 'error',
|
|
26757
28419
|
WARNING: 'warning'
|
|
26758
28420
|
};
|
|
28421
|
+
|
|
28422
|
+
/** Outlined variant background opacity (light color with opacity) */
|
|
28423
|
+
const OUTLINED_BG_OPACITY = {
|
|
28424
|
+
DEFAULT: 0.08,
|
|
28425
|
+
HOVER: 0.24,
|
|
28426
|
+
ACTIVE: 0.4,
|
|
28427
|
+
DISABLED: 0.24
|
|
28428
|
+
};
|
|
26759
28429
|
const constants_mapSizes = {
|
|
26760
28430
|
small: Chip_styles_small,
|
|
26761
28431
|
medium: Chip_styles_medium,
|
|
@@ -26798,13 +28468,24 @@ const colorMap = theme => ({
|
|
|
26798
28468
|
dark: theme.palette.warning.dark
|
|
26799
28469
|
}
|
|
26800
28470
|
});
|
|
26801
|
-
const getVariantColorBlock = (theme, variant, config, disabled) => {
|
|
28471
|
+
const getVariantColorBlock = (theme, variant, config, disabled, isClickable) => {
|
|
26802
28472
|
if (variant === VARIANTS.OUTLINED) {
|
|
26803
|
-
|
|
28473
|
+
const bgDefault = `color-mix(in srgb, ${config.bg} ${OUTLINED_BG_OPACITY.DEFAULT * 100}%, transparent)`;
|
|
28474
|
+
const bgHover = `color-mix(in srgb, ${config.bg} ${OUTLINED_BG_OPACITY.HOVER * 100}%, transparent)`;
|
|
28475
|
+
const bgActive = `color-mix(in srgb, ${config.bg} ${OUTLINED_BG_OPACITY.ACTIVE * 100}%, transparent)`;
|
|
28476
|
+
const bgDisabled = `color-mix(in srgb, ${config.bg} ${OUTLINED_BG_OPACITY.DISABLED * 100}%, transparent)`;
|
|
28477
|
+
return /*#__PURE__*/(0,react_namespaceObject.css)("background-color:", disabled ? bgDisabled : bgDefault, ";border:1px solid ", config.main, ";color:", config.dark, ";transition:background-color 0.2s ease;", disabled ? 'opacity: 0.5;' : '', " ", !disabled && isClickable ? `
|
|
28478
|
+
&:hover {
|
|
28479
|
+
background-color: ${bgHover};
|
|
28480
|
+
}
|
|
28481
|
+
&:active {
|
|
28482
|
+
background-color: ${bgActive};
|
|
28483
|
+
}
|
|
28484
|
+
` : '', ";" + ( true ? "" : 0), true ? "" : 0);
|
|
26804
28485
|
}
|
|
26805
28486
|
return /*#__PURE__*/(0,react_namespaceObject.css)("background-color:", config.main, ";border:1px solid ", config.main, ";color:", config.darkText ? theme.colors.greyDarker : theme.colors.white, ";", disabled ? 'opacity: 0.5;' : '', ";" + ( true ? "" : 0), true ? "" : 0);
|
|
26806
28487
|
};
|
|
26807
|
-
const getVariantColors = (theme, variant, color, disabled) => {
|
|
28488
|
+
const getVariantColors = (theme, variant, color, disabled, isClickable = false) => {
|
|
26808
28489
|
const variantKey = variant ?? VARIANTS.FILLED;
|
|
26809
28490
|
const colorKey = color ?? COLORS.DEFAULT;
|
|
26810
28491
|
if (colorKey === COLORS.DEFAULT) {
|
|
@@ -26815,7 +28496,7 @@ const getVariantColors = (theme, variant, color, disabled) => {
|
|
|
26815
28496
|
};
|
|
26816
28497
|
}
|
|
26817
28498
|
const palette = colorMap(theme)[colorKey];
|
|
26818
|
-
const chipStyles = getVariantColorBlock(theme, variantKey, palette, disabled);
|
|
28499
|
+
const chipStyles = getVariantColorBlock(theme, variantKey, palette, disabled, isClickable);
|
|
26819
28500
|
const iconColor = (() => {
|
|
26820
28501
|
if (variantKey === VARIANTS.OUTLINED) return palette.dark;
|
|
26821
28502
|
return palette.darkText ? theme.colors.greyDarker : theme.colors.white;
|
|
@@ -26923,13 +28604,15 @@ const Chip = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(function
|
|
|
26923
28604
|
...props
|
|
26924
28605
|
}, ref) {
|
|
26925
28606
|
const theme = (0,react_namespaceObject.useTheme)();
|
|
26926
|
-
const isClickable = !disabled && (onClick || clickableProp);
|
|
28607
|
+
const isClickable = Boolean(!disabled && (onClick || clickableProp));
|
|
26927
28608
|
const hasDeleteIcon = Boolean(onDelete);
|
|
26928
28609
|
const {
|
|
26929
28610
|
chipStyles,
|
|
26930
28611
|
iconColor
|
|
26931
|
-
} = getVariantColors(theme, variant, color, disabled);
|
|
28612
|
+
} = getVariantColors(theme, variant, color, disabled, isClickable);
|
|
26932
28613
|
const sizeStyles = constants_mapSizes[size];
|
|
28614
|
+
const clickableStyles = variant === VARIANTS.OUTLINED ? clickableBase : clickable;
|
|
28615
|
+
const outlinedDefaultClickableStyles = variant === VARIANTS.OUTLINED && color === COLORS.DEFAULT && isClickable ? clickableOutlinedDefault(theme) : undefined;
|
|
26933
28616
|
const iconName = showIcon ? icon ?? 'plus' : null;
|
|
26934
28617
|
const deleteIconName = deleteIcon ?? 'cross';
|
|
26935
28618
|
const leadingIcon = iconName ? (0,jsx_runtime_namespaceObject.jsx)(Icon_Icon, {
|
|
@@ -26968,7 +28651,7 @@ const Chip = /*#__PURE__*/(0,external_react_namespaceObject.forwardRef)(function
|
|
|
26968
28651
|
tabIndex: !disabled && (isClickable || hasDeleteIcon) ? 0 : undefined,
|
|
26969
28652
|
"aria-disabled": disabled ? 'true' : 'false',
|
|
26970
28653
|
className: className,
|
|
26971
|
-
css: [sizeStyles, chipStyles, isClickable && !disabled ?
|
|
28654
|
+
css: [sizeStyles, chipStyles, isClickable && !disabled ? clickableStyles : undefined, outlinedDefaultClickableStyles, disabled ? clickableDisabled : undefined, customCss, true ? "" : 0, true ? "" : 0],
|
|
26972
28655
|
onClick: disabled ? undefined : onClick,
|
|
26973
28656
|
onKeyDown: handleKeyDown,
|
|
26974
28657
|
children: [avatar && (0,jsx_runtime_namespaceObject.jsx)(AvatarWrapper, {
|
|
@@ -27080,11 +28763,11 @@ const Progress = ({
|
|
|
27080
28763
|
function ProgressBar_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
27081
28764
|
|
|
27082
28765
|
const wrapper = theme => /*#__PURE__*/(0,react_namespaceObject.css)("position:relative;background-color:", theme.colors.greyLighter, ";border-radius:12px;box-shadow:inset 0 -1px 1px ", theme.colors.white30, ";" + ( true ? "" : 0), true ? "" : 0);
|
|
27083
|
-
var
|
|
28766
|
+
var ProgressBar_styles_ref = true ? {
|
|
27084
28767
|
name: "14rz325",
|
|
27085
28768
|
styles: "position:absolute;display:block;bottom:0;border-radius:12px"
|
|
27086
28769
|
} : 0;
|
|
27087
|
-
const bar = () =>
|
|
28770
|
+
const bar = () => ProgressBar_styles_ref;
|
|
27088
28771
|
;// ./src/components/ProgressBar/ProgressBar.tsx
|
|
27089
28772
|
|
|
27090
28773
|
|
|
@@ -46387,7 +48070,7 @@ function AccordionContentItem_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You hav
|
|
|
46387
48070
|
|
|
46388
48071
|
|
|
46389
48072
|
|
|
46390
|
-
const
|
|
48073
|
+
const AccordionContentItem_Link = /*#__PURE__*/base_default()(CollapsibleNavBarLink, true ? {
|
|
46391
48074
|
target: "e1yzdzuu0"
|
|
46392
48075
|
} : 0)( true ? {
|
|
46393
48076
|
name: "17eotse",
|
|
@@ -46403,7 +48086,7 @@ const NavBarAccordionContentItem = ({
|
|
|
46403
48086
|
exactMatch
|
|
46404
48087
|
} = useCollapsibleNavBarContext();
|
|
46405
48088
|
const isExternalLink = subMenuItem.path.includes('://');
|
|
46406
|
-
return (0,jsx_runtime_namespaceObject.jsx)(
|
|
48089
|
+
return (0,jsx_runtime_namespaceObject.jsx)(AccordionContentItem_Link, {
|
|
46407
48090
|
onClick: onClick,
|
|
46408
48091
|
end: exactMatch,
|
|
46409
48092
|
to: isExternalLink ? subMenuItem.path : '/' + prefix + subMenuItem.path,
|
|
@@ -46907,13 +48590,14 @@ const CollapsibleNavBar = ({
|
|
|
46907
48590
|
className,
|
|
46908
48591
|
useMatchPattern,
|
|
46909
48592
|
onChange,
|
|
46910
|
-
exactMatch = false
|
|
48593
|
+
exactMatch = false,
|
|
48594
|
+
defaultExpanded = false
|
|
46911
48595
|
}) => {
|
|
46912
48596
|
const toggleId = (0,external_react_namespaceObject.useId)();
|
|
46913
48597
|
const {
|
|
46914
48598
|
width
|
|
46915
48599
|
} = (0,hooks_namespaceObject.useWindowSize)();
|
|
46916
|
-
const [isChecked, onToggle] = (0,external_react_namespaceObject.useState)(
|
|
48600
|
+
const [isChecked, onToggle] = (0,external_react_namespaceObject.useState)(defaultExpanded);
|
|
46917
48601
|
const isMobile = width < SCREEN_SIZES['900'].width;
|
|
46918
48602
|
(0,external_react_namespaceObject.useEffect)(() => {
|
|
46919
48603
|
onToggle(false);
|
|
@@ -47350,9 +49034,9 @@ function Pagination_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have t
|
|
|
47350
49034
|
|
|
47351
49035
|
|
|
47352
49036
|
const baseBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)("height:30px;border-radius:6px;", theme.mediaQueries.md, "{height:25px;}&:disabled{cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
|
|
47353
|
-
const pageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " background:unset;box-shadow:unset;color
|
|
47354
|
-
const selectedBtnBg = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background:", theme.
|
|
47355
|
-
const selectedPageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " ", selectedBtnBg(theme), " color:white;margin:0 3px;padding:0 13px;", theme.mediaQueries.md, "{padding:0 10px;}&:hover,&:active,&:focus{", selectedBtnBg(theme), ";}&:not(:disabled):hover{box-shadow:0 5px 5px -1px rgba(0, 0, 0, 0.3);cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
|
|
49037
|
+
const pageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " background:unset;box-shadow:unset;color:", theme.colors.greyDarker, ";padding:0 11px;", theme.mediaQueries.md, "{padding:0 9px;}&:disabled{background:unset;box-shadow:unset;}&:not(:disabled):hover,&:not(:disabled):active,&:not(:disabled):focus{background:", theme.colors.greyLighter, ";box-shadow:unset;}" + ( true ? "" : 0), true ? "" : 0);
|
|
49038
|
+
const selectedBtnBg = theme => /*#__PURE__*/(0,react_namespaceObject.css)("background:", theme.palette.primary.main, ";&:disabled{background:", theme.palette.primary.main, ";}" + ( true ? "" : 0), true ? "" : 0);
|
|
49039
|
+
const selectedPageBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " ", selectedBtnBg(theme), " color:", theme.colors.white, ";margin:0 3px;padding:0 13px;", theme.mediaQueries.md, "{padding:0 10px;}&:hover,&:active,&:focus{", selectedBtnBg(theme), ";}&:not(:disabled):hover{box-shadow:0 5px 5px -1px rgba(0, 0, 0, 0.3);cursor:default;}" + ( true ? "" : 0), true ? "" : 0);
|
|
47356
49040
|
const arrowBtnStyles = theme => /*#__PURE__*/(0,react_namespaceObject.css)(baseBtnStyles(theme), " padding:0 8px;background:", theme.colors.white, ";&:disabled{background:unset;}&:not(:disabled):hover{box-shadow:0 5px 5px -2px rgba(0, 0, 0, 0.2);cursor:pointer;}" + ( true ? "" : 0), true ? "" : 0);
|
|
47357
49041
|
const PaginationNav = /*#__PURE__*/base_default()("nav", true ? {
|
|
47358
49042
|
target: "e93vg8b1"
|
|
@@ -47690,24 +49374,30 @@ const RowsPerPageDropdown = ({
|
|
|
47690
49374
|
}), (0,jsx_runtime_namespaceObject.jsx)(Dropdown_Dropdown, {
|
|
47691
49375
|
selectedItem: selectedItemForDropdown,
|
|
47692
49376
|
onChange: onChange,
|
|
47693
|
-
|
|
47694
|
-
|
|
47695
|
-
|
|
47696
|
-
|
|
47697
|
-
|
|
47698
|
-
|
|
47699
|
-
|
|
47700
|
-
|
|
47701
|
-
|
|
47702
|
-
|
|
47703
|
-
|
|
47704
|
-
|
|
49377
|
+
dropdownProps: {
|
|
49378
|
+
toggleButton: {
|
|
49379
|
+
css: {
|
|
49380
|
+
marginLeft: 5,
|
|
49381
|
+
marginRight: 15,
|
|
49382
|
+
border: 'none',
|
|
49383
|
+
background: 'transparent',
|
|
49384
|
+
borderRadius: 6,
|
|
49385
|
+
color: theme.colors.greyDarker,
|
|
49386
|
+
gap: 5,
|
|
49387
|
+
padding: 3,
|
|
49388
|
+
'&:focus': {
|
|
49389
|
+
color: theme.colors.greyDarker,
|
|
49390
|
+
background: 'transparent !important',
|
|
49391
|
+
'&::before': {
|
|
49392
|
+
display: 'none'
|
|
49393
|
+
}
|
|
49394
|
+
},
|
|
49395
|
+
'& svg path': {
|
|
49396
|
+
stroke: theme.colors.greyDarker
|
|
49397
|
+
}
|
|
47705
49398
|
}
|
|
47706
|
-
},
|
|
47707
|
-
'& svg path': {
|
|
47708
|
-
stroke: theme.colors.greyDarker
|
|
47709
49399
|
}
|
|
47710
|
-
},
|
|
49400
|
+
},
|
|
47711
49401
|
...rest,
|
|
47712
49402
|
children: rowsPerPageList.map(item => (0,jsx_runtime_namespaceObject.jsx)(DropdownOption_DropdownOption, {
|
|
47713
49403
|
value: item.value,
|
|
@@ -47717,6 +49407,7 @@ const RowsPerPageDropdown = ({
|
|
|
47717
49407
|
});
|
|
47718
49408
|
};
|
|
47719
49409
|
;// ./src/components/Pagination/Pagination.tsx
|
|
49410
|
+
|
|
47720
49411
|
function Pagination_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
47721
49412
|
|
|
47722
49413
|
|
|
@@ -47727,6 +49418,7 @@ function Pagination_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to
|
|
|
47727
49418
|
|
|
47728
49419
|
|
|
47729
49420
|
|
|
49421
|
+
|
|
47730
49422
|
/**
|
|
47731
49423
|
* Pagination - Navigation controls for paginated data
|
|
47732
49424
|
*
|
|
@@ -47814,14 +49506,10 @@ var Pagination_ref = true ? {
|
|
|
47814
49506
|
styles: "width:auto;margin-right:5px"
|
|
47815
49507
|
} : 0;
|
|
47816
49508
|
var Pagination_ref2 = true ? {
|
|
47817
|
-
name: "xiej5f",
|
|
47818
|
-
styles: "text-wrap:nowrap;font-size:14px;margin-left:16px"
|
|
47819
|
-
} : 0;
|
|
47820
|
-
var Pagination_ref3 = true ? {
|
|
47821
49509
|
name: "1j97xhc",
|
|
47822
49510
|
styles: "margin-right:12px"
|
|
47823
49511
|
} : 0;
|
|
47824
|
-
var
|
|
49512
|
+
var Pagination_ref3 = true ? {
|
|
47825
49513
|
name: "lrb7um",
|
|
47826
49514
|
styles: "margin-left:7px"
|
|
47827
49515
|
} : 0;
|
|
@@ -47839,6 +49527,7 @@ const Pagination = ({
|
|
|
47839
49527
|
rowPerPageProps,
|
|
47840
49528
|
manualPageNumberProps
|
|
47841
49529
|
}) => {
|
|
49530
|
+
const theme = (0,react_namespaceObject.useTheme)();
|
|
47842
49531
|
const {
|
|
47843
49532
|
page,
|
|
47844
49533
|
setPage
|
|
@@ -47882,7 +49571,12 @@ const Pagination = ({
|
|
|
47882
49571
|
},
|
|
47883
49572
|
...manualPageNumberProps
|
|
47884
49573
|
}), isPageFromCountVisible && (0,jsx_runtime_namespaceObject.jsxs)("span", {
|
|
47885
|
-
css:
|
|
49574
|
+
css: /*#__PURE__*/(0,react_namespaceObject.css)({
|
|
49575
|
+
textWrap: 'nowrap',
|
|
49576
|
+
fontSize: 14,
|
|
49577
|
+
marginLeft: 16,
|
|
49578
|
+
color: theme.colors.greyDarker
|
|
49579
|
+
}, true ? "" : 0, true ? "" : 0),
|
|
47886
49580
|
children: [page || 0, " / ", pagesCount]
|
|
47887
49581
|
})]
|
|
47888
49582
|
}), (0,jsx_runtime_namespaceObject.jsxs)(Wrapper_Wrapper, {
|
|
@@ -47894,7 +49588,7 @@ const Pagination = ({
|
|
|
47894
49588
|
}
|
|
47895
49589
|
},
|
|
47896
49590
|
isDisabled: isDisabled || pagesCount == null || pagesCount <= 1 || page == null || page === 1,
|
|
47897
|
-
css:
|
|
49591
|
+
css: Pagination_ref2
|
|
47898
49592
|
}), (0,jsx_runtime_namespaceObject.jsx)(PaginationButtons, {
|
|
47899
49593
|
range: range,
|
|
47900
49594
|
selectedPage: page,
|
|
@@ -47908,7 +49602,7 @@ const Pagination = ({
|
|
|
47908
49602
|
}
|
|
47909
49603
|
},
|
|
47910
49604
|
isDisabled: isDisabled || pagesCount == null || pagesCount <= 1 || page == null || page === pagesCount,
|
|
47911
|
-
css:
|
|
49605
|
+
css: Pagination_ref3
|
|
47912
49606
|
})]
|
|
47913
49607
|
})]
|
|
47914
49608
|
});
|
|
@@ -49060,6 +50754,12 @@ const AddNewAccountCard = ({
|
|
|
49060
50754
|
|
|
49061
50755
|
|
|
49062
50756
|
;// ./src/components/PersonInfo/constants.ts
|
|
50757
|
+
/**
|
|
50758
|
+
* PersonInfo badge color config. Uses theme.colors only (no palette).
|
|
50759
|
+
* DEFAULT_BADGE_COLORS: order of MainColors keys used when badges are strings (cycled by index).
|
|
50760
|
+
* BADGE_COLORS(theme): map of MainColors key → { text, bg } using theme.colors.* and theme.colors.*20.
|
|
50761
|
+
*/
|
|
50762
|
+
|
|
49063
50763
|
const DEFAULT_BADGE_COLORS = ['purple', 'blueLight', 'green', 'blue', 'pink', 'turquoise', 'yellow', 'yellowWarm'];
|
|
49064
50764
|
const BADGE_COLORS = theme => ({
|
|
49065
50765
|
purple: {
|
|
@@ -49098,6 +50798,12 @@ const BADGE_COLORS = theme => ({
|
|
|
49098
50798
|
;// ./src/components/PersonInfo/styles.ts
|
|
49099
50799
|
|
|
49100
50800
|
function PersonInfo_styles_EMOTION_STRINGIFIED_CSS_ERROR_() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
|
|
50801
|
+
/**
|
|
50802
|
+
* PersonInfo layout and theme styles.
|
|
50803
|
+
* Uses theme.colors only: greyDropdownFocused (counter), greyDarker (link default), blue (link hover).
|
|
50804
|
+
* CustomBadge uses BADGE_COLORS(theme) for text/bg per MainColors. No theme.palette.
|
|
50805
|
+
*/
|
|
50806
|
+
|
|
49101
50807
|
|
|
49102
50808
|
|
|
49103
50809
|
const PersonInfoBase = /*#__PURE__*/base_default()("div", true ? {
|
|
@@ -49234,6 +50940,11 @@ const avatarWrapperLinkStyles = theme => ({
|
|
|
49234
50940
|
}
|
|
49235
50941
|
});
|
|
49236
50942
|
;// ./src/components/PersonInfo/PersonInfoIcon.tsx
|
|
50943
|
+
/**
|
|
50944
|
+
* PersonInfoIcon - Leading icon for PersonInfo row.
|
|
50945
|
+
* Renders Icon with theme.colors.greyDarker when icon is a string; otherwise renders custom ReactNode.
|
|
50946
|
+
* Used only by PersonInfo when icon prop is set.
|
|
50947
|
+
*/
|
|
49237
50948
|
|
|
49238
50949
|
|
|
49239
50950
|
|
|
@@ -49252,6 +50963,11 @@ const PersonInfoIcon = ({
|
|
|
49252
50963
|
});
|
|
49253
50964
|
};
|
|
49254
50965
|
;// ./src/components/PersonInfo/PersonInfoValue.tsx
|
|
50966
|
+
/**
|
|
50967
|
+
* PersonInfoValue - Primary value cell for PersonInfo, optionally a link.
|
|
50968
|
+
* When linkAttributes (from getLinkAttributes) are provided, renders as <a> with
|
|
50969
|
+
* personInfoValueLinkStyles: theme.colors.greyDarker, hover theme.colors.blue. Used by PersonInfoAvatar.
|
|
50970
|
+
*/
|
|
49255
50971
|
|
|
49256
50972
|
|
|
49257
50973
|
|
|
@@ -49268,6 +50984,11 @@ const PersonInfoValue = ({
|
|
|
49268
50984
|
});
|
|
49269
50985
|
};
|
|
49270
50986
|
;// ./src/components/PersonInfo/helpers.ts
|
|
50987
|
+
/**
|
|
50988
|
+
* Returns link props for PersonInfo value/avatar when link is set.
|
|
50989
|
+
* For AI: used by PersonInfoAvatar and PersonInfoValue. Returns { as: 'a', href, target?, rel? }
|
|
50990
|
+
* when link is truthy; otherwise {}. openLinkInNewTab sets target="_blank" and rel="noreferrer".
|
|
50991
|
+
*/
|
|
49271
50992
|
const getLinkAttributes = (link, openLinkInNewTab) => {
|
|
49272
50993
|
const isLink = Boolean(link);
|
|
49273
50994
|
return isLink ? {
|
|
@@ -49278,6 +50999,12 @@ const getLinkAttributes = (link, openLinkInNewTab) => {
|
|
|
49278
50999
|
} : {};
|
|
49279
51000
|
};
|
|
49280
51001
|
;// ./src/components/PersonInfo/PersonInfoAvatar.tsx
|
|
51002
|
+
/**
|
|
51003
|
+
* PersonInfoAvatar - Avatar + value row for PersonInfo.
|
|
51004
|
+
* Renders optional Avatar (image URL) and PersonInfoValue. When link is set, wraps in anchor
|
|
51005
|
+
* using helpers.getLinkAttributes; link hover uses theme.colors.blue (avatarWrapperLinkStyles).
|
|
51006
|
+
* Uses styles.avatarName when avatar present, styles.value when only value. Used only by PersonInfo.
|
|
51007
|
+
*/
|
|
49281
51008
|
|
|
49282
51009
|
|
|
49283
51010
|
|
|
@@ -49314,6 +51041,12 @@ const PersonInfoAvatar = ({
|
|
|
49314
51041
|
});
|
|
49315
51042
|
};
|
|
49316
51043
|
;// ./src/components/PersonInfo/PersonInfoBadges.tsx
|
|
51044
|
+
/**
|
|
51045
|
+
* PersonInfoBadges - Badge row for PersonInfo.
|
|
51046
|
+
* badges can be a single ReactNode or array of string | ReactNode. Strings are rendered with
|
|
51047
|
+
* CustomBadge using DEFAULT_BADGE_COLORS (cycled by index) and BADGE_COLORS(theme) for text/bg.
|
|
51048
|
+
* Other items rendered as-is (e.g. <Badge>). Uses styles.badge and styles.badgeItem.
|
|
51049
|
+
*/
|
|
49317
51050
|
|
|
49318
51051
|
|
|
49319
51052
|
|
|
@@ -49348,6 +51081,12 @@ const PersonInfoBadges = ({
|
|
|
49348
51081
|
});
|
|
49349
51082
|
};
|
|
49350
51083
|
;// ./src/components/PersonInfo/PersonInfoCounter.tsx
|
|
51084
|
+
/**
|
|
51085
|
+
* PersonInfoCounter - “+N” counter with tooltip for PersonInfo.
|
|
51086
|
+
* Renders counter value from counterTooltip.users.length; tooltip lists users via ImageItem
|
|
51087
|
+
* (image, name, optional link). Uses Tooltip (hover, no click). Counter text uses
|
|
51088
|
+
* theme.colors.greyDropdownFocused (S.Counter). Used only by PersonInfo when counterTooltip is set.
|
|
51089
|
+
*/
|
|
49351
51090
|
|
|
49352
51091
|
|
|
49353
51092
|
|
|
@@ -49403,6 +51142,85 @@ const PersonInfoCounter = ({
|
|
|
49403
51142
|
|
|
49404
51143
|
|
|
49405
51144
|
|
|
51145
|
+
/**
|
|
51146
|
+
* PersonInfo - Compact row for displaying a person or entity with title, value, and optional metadata.
|
|
51147
|
+
*
|
|
51148
|
+
* Uses `theme.colors` only (e.g. greyDropdownFocused, greyDarker, blue for link hover). Does not use
|
|
51149
|
+
* `theme.palette`. Link and value hover use theme.colors.blue. Badge colors come from BADGE_COLORS(theme).
|
|
51150
|
+
*
|
|
51151
|
+
* ### Structure
|
|
51152
|
+
* - Optional leading icon (name or custom ReactNode)
|
|
51153
|
+
* - Title (required) and a row with: optional avatar + value (optionally a link), optional counter with tooltip
|
|
51154
|
+
* - Optional badges (Badge components or strings)
|
|
51155
|
+
* - Optional attributes list (strings or ReactNodes)
|
|
51156
|
+
* - Optional description text
|
|
51157
|
+
*
|
|
51158
|
+
* ### Key props
|
|
51159
|
+
* - `title` (required) — main label
|
|
51160
|
+
* - `value` — primary value; use with `link` / `openLinkInNewTab` for a clickable value
|
|
51161
|
+
* - `icon` — Icon name or custom node before the title
|
|
51162
|
+
* - `avatar` — image URL; shown next to value
|
|
51163
|
+
* - `badges` — ReactNode or array of ReactNode/string; rendered as badges below the row
|
|
51164
|
+
* - `counterTooltip` — { users: [{ id, name, avatar, link?, openLinkInNewTab? }] } for a count + tooltip
|
|
51165
|
+
* - `attributes` — array of strings or ReactNodes below the row
|
|
51166
|
+
* - `description` — extra text block
|
|
51167
|
+
* - `styles` — optional overrides for title, avatarName, counter, attributes, badge, badgeItem, value, description
|
|
51168
|
+
*
|
|
51169
|
+
* @category Components
|
|
51170
|
+
* @subcategory Display
|
|
51171
|
+
*
|
|
51172
|
+
* @example
|
|
51173
|
+
* ```tsx
|
|
51174
|
+
* <PersonInfo title="Assignee" value="John Doe" />
|
|
51175
|
+
* ```
|
|
51176
|
+
*
|
|
51177
|
+
* @example
|
|
51178
|
+
* ```tsx
|
|
51179
|
+
* <PersonInfo
|
|
51180
|
+
* title="Owner"
|
|
51181
|
+
* value="Jane Smith"
|
|
51182
|
+
* icon="user"
|
|
51183
|
+
* avatar="/avatar.jpg"
|
|
51184
|
+
* link="/users/jane"
|
|
51185
|
+
* openLinkInNewTab={false}
|
|
51186
|
+
* />
|
|
51187
|
+
* ```
|
|
51188
|
+
*
|
|
51189
|
+
* @example
|
|
51190
|
+
* ```tsx
|
|
51191
|
+
* <PersonInfo
|
|
51192
|
+
* title="Status"
|
|
51193
|
+
* value="In progress"
|
|
51194
|
+
* badges={[<Badge key="1">Active</Badge>]}
|
|
51195
|
+
* attributes={['Due: Jan 15', 'Priority: High']}
|
|
51196
|
+
* description="Additional context text."
|
|
51197
|
+
* />
|
|
51198
|
+
* ```
|
|
51199
|
+
*
|
|
51200
|
+
* @example
|
|
51201
|
+
* ```tsx
|
|
51202
|
+
* <PersonInfo
|
|
51203
|
+
* title="Participants"
|
|
51204
|
+
* value="3"
|
|
51205
|
+
* counterTooltip={{
|
|
51206
|
+
* users: [
|
|
51207
|
+
* { id: 1, name: 'Alice', avatar: '/a.jpg', link: '/users/1' },
|
|
51208
|
+
* { id: 2, name: 'Bob', avatar: '/b.jpg' },
|
|
51209
|
+
* ],
|
|
51210
|
+
* }}
|
|
51211
|
+
* />
|
|
51212
|
+
* ```
|
|
51213
|
+
*
|
|
51214
|
+
* @see {@link Avatar} - Often used for avatar prop or inside counter tooltip
|
|
51215
|
+
* @see {@link Icon} - Common choice for icon prop
|
|
51216
|
+
* @see {@link Badge} - Used when badges prop contains Badge components
|
|
51217
|
+
*
|
|
51218
|
+
* @accessibility
|
|
51219
|
+
* - Semantic structure (heading-like title, list of attributes)
|
|
51220
|
+
* - Links support openLinkInNewTab and get appropriate attributes
|
|
51221
|
+
* - Counter tooltip is focusable and keyboard-accessible via Tooltip
|
|
51222
|
+
*/
|
|
51223
|
+
|
|
49406
51224
|
const PersonInfo = /*#__PURE__*/external_react_default().forwardRef(function PersonInfo({
|
|
49407
51225
|
title,
|
|
49408
51226
|
icon,
|
|
@@ -49464,6 +51282,10 @@ const PersonInfo = /*#__PURE__*/external_react_default().forwardRef(function Per
|
|
|
49464
51282
|
});
|
|
49465
51283
|
});
|
|
49466
51284
|
;// ./src/components/PersonInfo/index.ts
|
|
51285
|
+
/**
|
|
51286
|
+
* PersonInfo public API. Re-exports PersonInfo component and all types (PersonInfoProps,
|
|
51287
|
+
* PersonInfoStyles, PersonInfoCounterTooltip, etc.) for consumers.
|
|
51288
|
+
*/
|
|
49467
51289
|
|
|
49468
51290
|
|
|
49469
51291
|
;// ./src/components/UserProfile/styles.ts
|