@plutonhq/core-frontend 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/dist-lib/components/App/App/App.module.scss.js +2 -2
  2. package/dist-lib/components/App/AppContent/AppContent.module.scss.js +4 -4
  3. package/dist-lib/components/App/Footer/Footer.module.scss.js +2 -2
  4. package/dist-lib/components/App/SideNav/SideNav.module.scss.js +8 -8
  5. package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js +36 -36
  6. package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js +32 -32
  7. package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js +28 -28
  8. package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js +10 -10
  9. package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js +14 -14
  10. package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js +30 -30
  11. package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js +26 -26
  12. package/dist-lib/components/Plan/Backups/Backups.module.scss.js +40 -40
  13. package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js +6 -6
  14. package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js +16 -16
  15. package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js +8 -8
  16. package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js +30 -30
  17. package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js +16 -16
  18. package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js +4 -4
  19. package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js +1 -1
  20. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +44 -44
  21. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js +14 -14
  22. package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js +8 -8
  23. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss +2 -0
  24. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js +62 -62
  25. package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js +48 -48
  26. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss +1 -0
  27. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js +64 -64
  28. package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js +2 -2
  29. package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js +6 -6
  30. package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js +18 -18
  31. package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js +26 -26
  32. package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js +18 -18
  33. package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js +1 -1
  34. package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js +9 -9
  35. package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js +22 -22
  36. package/dist-lib/components/common/Button/Button.module.scss.js +18 -18
  37. package/dist-lib/components/common/FileManager/FileManager.module.scss.js +23 -23
  38. package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js +1 -1
  39. package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js +1 -1
  40. package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js +42 -42
  41. package/dist-lib/components/common/Modal/Modal.module.scss.js +8 -8
  42. package/dist-lib/components/common/NotFound/NotFound.module.scss.js +1 -1
  43. package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js +10 -10
  44. package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js +26 -26
  45. package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js +10 -10
  46. package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js +24 -24
  47. package/dist-lib/components/common/SortItems/SortItems.module.scss.js +8 -8
  48. package/dist-lib/components/common/Tabs/Tabs.module.scss.js +9 -9
  49. package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js +10 -10
  50. package/dist-lib/components/common/form/FormField/FormField.module.scss.js +14 -14
  51. package/dist-lib/components/common/form/Input/Input.module.scss.js +17 -17
  52. package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js +12 -12
  53. package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +16 -16
  54. package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js +18 -18
  55. package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js +18 -18
  56. package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js +11 -11
  57. package/dist-lib/components/common/form/Select/Select.module.scss.js +26 -26
  58. package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js +12 -12
  59. package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js +12 -12
  60. package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js +8 -8
  61. package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js +18 -18
  62. package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js +4 -4
  63. package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js +12 -12
  64. package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js +4 -4
  65. package/dist-lib/routes/Login/Login.module.scss.js +10 -10
  66. package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js +14 -14
  67. package/dist-lib/routes/Plans/Plans.module.scss.js +4 -4
  68. package/dist-lib/routes/Settings/Settings.module.scss.js +12 -12
  69. package/dist-lib/routes/Setup/Setup.module.scss.js +22 -22
  70. package/dist-lib/routes/Sources/Sources.module.scss.js +1 -1
  71. package/dist-lib/routes/Storages/Storages.module.scss.js +1 -1
  72. package/dist-lib/styles/core-frontend.css +1 -1
  73. package/dist-lib/utils/constants.js +1 -1
  74. package/dist-lib/utils/constants.js.map +1 -1
  75. package/package.json +1 -1
  76. package/src/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss +2 -0
  77. package/src/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss +1 -0
  78. package/src/utils/constants.ts +1 -1
@@ -1,10 +1,10 @@
1
- const p = "App-module__app___9Gdrj", a = "App-module__appContainer___yafZG", _ = {
1
+ const p = "_app_mzpbk", a = "_appContainer_wnh2A", n = {
2
2
  app: p,
3
3
  appContainer: a
4
4
  };
5
5
  export {
6
6
  p as app,
7
7
  a as appContainer,
8
- _ as default
8
+ n as default
9
9
  };
10
10
  //# sourceMappingURL=App.module.scss.js.map
@@ -1,8 +1,8 @@
1
- const p = "AppContent-module__appContentWrap___dpi6B", t = {
2
- appContentWrap: p
1
+ const t = "_appContentWrap_KtqEs", p = {
2
+ appContentWrap: t
3
3
  };
4
4
  export {
5
- p as appContentWrap,
6
- t as default
5
+ t as appContentWrap,
6
+ p as default
7
7
  };
8
8
  //# sourceMappingURL=AppContent.module.scss.js.map
@@ -1,8 +1,8 @@
1
- const o = "Footer-module__footer___D-VFL", e = {
1
+ const o = "_footer_CbIOj", t = {
2
2
  footer: o
3
3
  };
4
4
  export {
5
- e as default,
5
+ t as default,
6
6
  o as footer
7
7
  };
8
8
  //# sourceMappingURL=Footer.module.scss.js.map
@@ -1,12 +1,12 @@
1
- const e = "SideNav-module__logo___xEdBv", n = "SideNav-module__navMenu___xM1X6", a = "SideNav-module__navMenuLabel___lcM-4", _ = {
2
- logo: e,
3
- navMenu: n,
4
- navMenuLabel: a
1
+ const n = "_logo_HHTl9", a = "_navMenu_2OSNT", e = "_navMenuLabel_1RIcT", o = {
2
+ logo: n,
3
+ navMenu: a,
4
+ navMenuLabel: e
5
5
  };
6
6
  export {
7
- _ as default,
8
- e as logo,
9
- n as navMenu,
10
- a as navMenuLabel
7
+ o as default,
8
+ n as logo,
9
+ a as navMenu,
10
+ e as navMenuLabel
11
11
  };
12
12
  //# sourceMappingURL=SideNav.module.scss.js.map
@@ -1,40 +1,40 @@
1
- const e = "DeviceBackups-module__devicePlans___oPHBo", _ = "DeviceBackups-module__widget___pP7ZW", t = "DeviceBackups-module__widgetTitle___5Xj8p", a = "DeviceBackups-module__widgetContent___-ROg2", s = "DeviceBackups-module__noData___CyjQd", c = "DeviceBackups-module__plans___g2T66", o = "DeviceBackups-module__storages___oZov3", n = "DeviceBackups-module__planItem___KSAvN", l = "DeviceBackups-module__status___5AT-C", p = "DeviceBackups-module__paused___WISSg", u = "DeviceBackups-module__iconBlock___2ylnG", i = "DeviceBackups-module__planContent___6sPYI", d = "DeviceBackups-module__planStats___IOmIU", m = "DeviceBackups-module__paths___0-H0o", v = "DeviceBackups-module__pathItem___k7KFs", k = "DeviceBackups-module__pathPlanTitle___fzETc", B = "DeviceBackups-module__planPaths___6NZ3a", D = {
2
- devicePlans: e,
3
- widget: _,
4
- widgetTitle: t,
5
- widgetContent: a,
6
- noData: s,
7
- plans: c,
8
- storages: o,
9
- planItem: n,
10
- status: l,
11
- paused: p,
12
- iconBlock: u,
13
- planContent: i,
14
- planStats: d,
15
- paths: m,
16
- pathItem: v,
17
- pathPlanTitle: k,
18
- planPaths: B
1
+ const t = "_devicePlans_OpdZx", n = "_widget_F2wpp", a = "_widgetTitle_d2RiL", s = "_widgetContent_KL6ae", e = "_noData_6ZF3k", o = "_plans_sak6i", _ = "_storages_003vy", l = "_planItem_82Ird", p = "_status_qSR17", c = "_paused_oFKkO", i = "_iconBlock_xoto1", d = "_planContent_aBfHs", h = "_planStats_Lx9y0", g = "_paths_uznaQ", w = "_pathItem_xRNxM", P = "_pathPlanTitle_nnV8Y", u = "_planPaths_C0qNh", C = {
2
+ devicePlans: t,
3
+ widget: n,
4
+ widgetTitle: a,
5
+ widgetContent: s,
6
+ noData: e,
7
+ plans: o,
8
+ storages: _,
9
+ planItem: l,
10
+ status: p,
11
+ paused: c,
12
+ iconBlock: i,
13
+ planContent: d,
14
+ planStats: h,
15
+ paths: g,
16
+ pathItem: w,
17
+ pathPlanTitle: P,
18
+ planPaths: u
19
19
  };
20
20
  export {
21
- D as default,
22
- e as devicePlans,
23
- u as iconBlock,
24
- s as noData,
25
- v as pathItem,
26
- k as pathPlanTitle,
27
- m as paths,
28
- p as paused,
29
- i as planContent,
30
- n as planItem,
31
- B as planPaths,
32
- d as planStats,
33
- c as plans,
34
- l as status,
35
- o as storages,
36
- _ as widget,
37
- a as widgetContent,
38
- t as widgetTitle
21
+ C as default,
22
+ t as devicePlans,
23
+ i as iconBlock,
24
+ e as noData,
25
+ w as pathItem,
26
+ P as pathPlanTitle,
27
+ g as paths,
28
+ c as paused,
29
+ d as planContent,
30
+ l as planItem,
31
+ u as planPaths,
32
+ h as planStats,
33
+ o as plans,
34
+ p as status,
35
+ _ as storages,
36
+ n as widget,
37
+ s as widgetContent,
38
+ a as widgetTitle
39
39
  };
40
40
  //# sourceMappingURL=DeviceBackups.module.scss.js.map
@@ -1,42 +1,42 @@
1
- const o = "DeviceInfo-module__iconBlock___xvy9N", e = "DeviceInfo-module__deviceInfo___7OUx0", n = "DeviceInfo-module__reloading___9Tk0g", _ = "DeviceInfo-module__topComponents___0qVUy", t = "DeviceInfo-module__widget___kqqTu", c = "DeviceInfo-module__widgetTitle___7wxPd", i = "DeviceInfo-module__widgetContent___9j8Zt", l = "DeviceInfo-module__infoBlock___QnuDB", d = "DeviceInfo-module__infoBlockRight___X5kbn", s = "DeviceInfo-module__additionalMemory___i4YVD", m = "DeviceInfo-module__progressBar___Iijgk", f = "DeviceInfo-module__progressBarFill___3-xD8", r = "DeviceInfo-module__component___9pX4o", g = "DeviceInfo-module__componentTitle___-des-", p = "DeviceInfo-module__contentBlock___1lK5Z", I = "DeviceInfo-module__componentContent___9kR8P", v = "DeviceInfo-module__item___bs8NI", D = "DeviceInfo-module__blockLabel___RAW-D", a = {
1
+ const o = "_iconBlock_XLfpR", n = "_deviceInfo_BsZxh", t = "_reloading_dKKsX", e = "_topComponents_khgQA", c = "_widget_4ycWI", i = "_widgetTitle_BFam3", s = "_widgetContent_D5JAd", l = "_infoBlock_aX3hx", _ = "_infoBlockRight_VePBP", p = "_additionalMemory_r0fDT", r = "_progressBar_jfxW7", a = "_progressBarFill_b2pl5", d = "_component_Un964", g = "_componentTitle_9uzS2", B = "_contentBlock_1Jwjh", m = "_componentContent_TaV5x", k = "_item_fi3X5", f = "_blockLabel_p6Zpe", w = {
2
2
  iconBlock: o,
3
- deviceInfo: e,
4
- reloading: n,
5
- topComponents: _,
6
- widget: t,
7
- widgetTitle: c,
8
- widgetContent: i,
3
+ deviceInfo: n,
4
+ reloading: t,
5
+ topComponents: e,
6
+ widget: c,
7
+ widgetTitle: i,
8
+ widgetContent: s,
9
9
  infoBlock: l,
10
- infoBlockRight: d,
11
- additionalMemory: s,
12
- progressBar: m,
13
- progressBarFill: f,
14
- component: r,
10
+ infoBlockRight: _,
11
+ additionalMemory: p,
12
+ progressBar: r,
13
+ progressBarFill: a,
14
+ component: d,
15
15
  componentTitle: g,
16
- contentBlock: p,
17
- componentContent: I,
18
- item: v,
19
- blockLabel: D
16
+ contentBlock: B,
17
+ componentContent: m,
18
+ item: k,
19
+ blockLabel: f
20
20
  };
21
21
  export {
22
- s as additionalMemory,
23
- D as blockLabel,
24
- r as component,
25
- I as componentContent,
22
+ p as additionalMemory,
23
+ f as blockLabel,
24
+ d as component,
25
+ m as componentContent,
26
26
  g as componentTitle,
27
- p as contentBlock,
28
- a as default,
29
- e as deviceInfo,
27
+ B as contentBlock,
28
+ w as default,
29
+ n as deviceInfo,
30
30
  o as iconBlock,
31
31
  l as infoBlock,
32
- d as infoBlockRight,
33
- v as item,
34
- m as progressBar,
35
- f as progressBarFill,
36
- n as reloading,
37
- _ as topComponents,
38
- t as widget,
39
- i as widgetContent,
40
- c as widgetTitle
32
+ _ as infoBlockRight,
33
+ k as item,
34
+ r as progressBar,
35
+ a as progressBarFill,
36
+ t as reloading,
37
+ e as topComponents,
38
+ c as widget,
39
+ s as widgetContent,
40
+ i as widgetTitle
41
41
  };
42
42
  //# sourceMappingURL=DeviceInfo.module.scss.js.map
@@ -1,38 +1,38 @@
1
- const e = "DeviceItem-module__device___DcBV6", t = "DeviceItem-module__leftContent___zVwBy", _ = "DeviceItem-module__rightContent___o9qrv", c = "DeviceItem-module__deviceType___K1Zj9", n = "DeviceItem-module__deviceOS___8YDnl", o = "DeviceItem-module__connectionStatus___lTHpV", i = "DeviceItem-module__connected___zTVW3", m = "DeviceItem-module__content___rMmXd", d = "DeviceItem-module__title___2-EfK", v = "DeviceItem-module__mainLabel___x4KgF", s = "DeviceItem-module__type___RUEFr", l = "DeviceItem-module__version___Gcz5K", u = "DeviceItem-module__moreBtn___FzPp1", r = "DeviceItem-module__moreBtnActive___t-WJQ", D = "DeviceItem-module__settings___LjuuA", I = "DeviceItem-module__deviceGrid___2AY96", a = {
2
- device: e,
3
- leftContent: t,
4
- rightContent: _,
1
+ const t = "_device_nWIsR", e = "_leftContent_EFDEW", n = "_rightContent_QO5i1", c = "_deviceType_P7cVa", o = "_deviceOS_iByph", i = "_connectionStatus_6Z1A4", s = "_connected_xkUHY", _ = "_content_tYQRK", d = "_title_R6PcB", v = "_mainLabel_pC7Bj", r = "_type_ECBBj", a = "_version_ibTuR", l = "_moreBtn_76kVE", B = "_moreBtnActive_98Stb", m = "_settings_EqdTH", p = "_deviceGrid_bcE3W", C = {
2
+ device: t,
3
+ leftContent: e,
4
+ rightContent: n,
5
5
  deviceType: c,
6
- deviceOS: n,
7
- connectionStatus: o,
8
- connected: i,
9
- content: m,
6
+ deviceOS: o,
7
+ connectionStatus: i,
8
+ connected: s,
9
+ content: _,
10
10
  title: d,
11
11
  mainLabel: v,
12
- type: s,
13
- version: l,
14
- moreBtn: u,
15
- moreBtnActive: r,
16
- settings: D,
17
- deviceGrid: I
12
+ type: r,
13
+ version: a,
14
+ moreBtn: l,
15
+ moreBtnActive: B,
16
+ settings: m,
17
+ deviceGrid: p
18
18
  };
19
19
  export {
20
- i as connected,
21
- o as connectionStatus,
22
- m as content,
23
- a as default,
24
- e as device,
25
- I as deviceGrid,
26
- n as deviceOS,
20
+ s as connected,
21
+ i as connectionStatus,
22
+ _ as content,
23
+ C as default,
24
+ t as device,
25
+ p as deviceGrid,
26
+ o as deviceOS,
27
27
  c as deviceType,
28
- t as leftContent,
28
+ e as leftContent,
29
29
  v as mainLabel,
30
- u as moreBtn,
31
- r as moreBtnActive,
32
- _ as rightContent,
33
- D as settings,
30
+ l as moreBtn,
31
+ B as moreBtnActive,
32
+ n as rightContent,
33
+ m as settings,
34
34
  d as title,
35
- s as type,
36
- l as version
35
+ r as type,
36
+ a as version
37
37
  };
38
38
  //# sourceMappingURL=DeviceItem.module.scss.js.map
@@ -1,20 +1,20 @@
1
- const e = "EditDevice-module__field___BvlEl", t = "EditDevice-module__fieldErrorLabel___q-MtO", l = "EditDevice-module__fileManagerBtn___Vybxr", _ = "EditDevice-module__label___TlxIz", i = "EditDevice-module__titleInput___tjChV", o = "EditDevice-module__createButton___LtDJ0", d = "EditDevice-module__loader___jATKz", a = {
1
+ const e = "_field_ehQbZ", t = "_fieldErrorLabel_KOc2O", l = "_fileManagerBtn_jBCQ3", a = "_label_570dk", n = "_titleInput_qGiNh", r = "_createButton_jVf6x", o = "_loader_KIaiW", i = {
2
2
  field: e,
3
3
  fieldErrorLabel: t,
4
4
  fileManagerBtn: l,
5
- label: _,
6
- titleInput: i,
7
- createButton: o,
8
- loader: d
5
+ label: a,
6
+ titleInput: n,
7
+ createButton: r,
8
+ loader: o
9
9
  };
10
10
  export {
11
- o as createButton,
12
- a as default,
11
+ r as createButton,
12
+ i as default,
13
13
  e as field,
14
14
  t as fieldErrorLabel,
15
15
  l as fileManagerBtn,
16
- _ as label,
17
- d as loader,
18
- i as titleInput
16
+ a as label,
17
+ o as loader,
18
+ n as titleInput
19
19
  };
20
20
  //# sourceMappingURL=EditDevice.module.scss.js.map
@@ -1,20 +1,20 @@
1
- const l = "AddPlan-module__field___ksmZa", e = "AddPlan-module__fieldErrorLabel___I5zbL", _ = "AddPlan-module__label___Efum0", d = "AddPlan-module__titleInput___ydqGk", t = "AddPlan-module__summary___Xb5je", a = "AddPlan-module__createButton___wUE0-", o = "AddPlan-module__loader___c02Ed", n = {
2
- field: l,
1
+ const t = "_field_bpfHC", e = "_fieldErrorLabel_knIvj", l = "_label_L666A", r = "_titleInput_7jnJv", a = "_summary_J9Q0x", o = "_createButton_m7mPj", n = "_loader_xqkXk", s = {
2
+ field: t,
3
3
  fieldErrorLabel: e,
4
- label: _,
5
- titleInput: d,
6
- summary: t,
7
- createButton: a,
8
- loader: o
4
+ label: l,
5
+ titleInput: r,
6
+ summary: a,
7
+ createButton: o,
8
+ loader: n
9
9
  };
10
10
  export {
11
- a as createButton,
12
- n as default,
13
- l as field,
11
+ o as createButton,
12
+ s as default,
13
+ t as field,
14
14
  e as fieldErrorLabel,
15
- _ as label,
16
- o as loader,
17
- t as summary,
18
- d as titleInput
15
+ l as label,
16
+ n as loader,
17
+ a as summary,
18
+ r as titleInput
19
19
  };
20
20
  //# sourceMappingURL=AddPlan.module.scss.js.map
@@ -1,46 +1,46 @@
1
- const e = "BackupEvents-module__backupEventsContainer___EZWRj", _ = "BackupEvents-module__header___YKSN-", t = "BackupEvents-module__duration___laYZ6", s = "BackupEvents-module__status___IRLAG", n = "BackupEvents-module__inProgress___X5wkv", o = "BackupEvents-module__hasCompleted___xYsVX", a = "BackupEvents-module__hasFailed___DHyrH", c = "BackupEvents-module__eventList___BxFDP", r = "BackupEvents-module__eventItem___SnTTQ", u = "BackupEvents-module__time___WwYls", d = "BackupEvents-module__phase___kBVd1", i = "BackupEvents-module__action___Oydd5", l = "BackupEvents-module__viewError___hzNA9", m = "BackupEvents-module__icon___l8ge9", p = "BackupEvents-module__error___qffbi", v = "BackupEvents-module__completed___9c1Jm", E = "BackupEvents-module__failed___Tkqql", k = "BackupEvents-module__retrying___HdxqP", B = "BackupEvents-module__isError___FuKGV", h = "BackupEvents-module__isWarning___OMenN", g = {
1
+ const e = "_backupEventsContainer_HjqMO", t = "_header_p4ylv", n = "_duration_eusJS", s = "_status_LxnfC", r = "_inProgress_McnwR", o = "_hasCompleted_rN4zW", i = "_hasFailed_lT0ZC", _ = "_eventList_BUqyn", a = "_eventItem_1oiWm", c = "_time_duJSM", d = "_phase_cAGxW", l = "_action_jSpx2", p = "_viewError_LTH4f", m = "_icon_O1UDA", u = "_error_yO4Y0", v = "_completed_xQVyc", h = "_failed_80Vri", g = "_retrying_kdxKu", C = "_isError_B4BVx", E = "_isWarning_jCRJH", x = {
2
2
  backupEventsContainer: e,
3
- header: _,
4
- duration: t,
3
+ header: t,
4
+ duration: n,
5
5
  status: s,
6
- inProgress: n,
6
+ inProgress: r,
7
7
  hasCompleted: o,
8
- hasFailed: a,
9
- eventList: c,
10
- eventItem: r,
11
- time: u,
8
+ hasFailed: i,
9
+ eventList: _,
10
+ eventItem: a,
11
+ time: c,
12
12
  phase: d,
13
- action: i,
14
- viewError: l,
13
+ action: l,
14
+ viewError: p,
15
15
  icon: m,
16
- error: p,
16
+ error: u,
17
17
  completed: v,
18
- failed: E,
19
- retrying: k,
20
- isError: B,
21
- isWarning: h
18
+ failed: h,
19
+ retrying: g,
20
+ isError: C,
21
+ isWarning: E
22
22
  };
23
23
  export {
24
- i as action,
24
+ l as action,
25
25
  e as backupEventsContainer,
26
26
  v as completed,
27
- g as default,
28
- t as duration,
29
- p as error,
30
- r as eventItem,
31
- c as eventList,
32
- E as failed,
27
+ x as default,
28
+ n as duration,
29
+ u as error,
30
+ a as eventItem,
31
+ _ as eventList,
32
+ h as failed,
33
33
  o as hasCompleted,
34
- a as hasFailed,
35
- _ as header,
34
+ i as hasFailed,
35
+ t as header,
36
36
  m as icon,
37
- n as inProgress,
38
- B as isError,
39
- h as isWarning,
37
+ r as inProgress,
38
+ C as isError,
39
+ E as isWarning,
40
40
  d as phase,
41
- k as retrying,
41
+ g as retrying,
42
42
  s as status,
43
- u as time,
44
- l as viewError
43
+ c as time,
44
+ p as viewError
45
45
  };
46
46
  //# sourceMappingURL=BackupEvents.module.scss.js.map
@@ -1,34 +1,34 @@
1
- const s = "BackupProgress-module__backup___PNUwl", r = "BackupProgress-module__backupIcon___WgQfJ", _ = "BackupProgress-module__backupLeft___KWCq9", o = "BackupProgress-module__backupId___bl061", e = "BackupProgress-module__backupTime___NDhjn", a = "BackupProgress-module__backupError___5i78H", c = "BackupProgress-module__backupStart___Vcxtn", u = "BackupProgress-module__progressMessage___EHBEM", p = "BackupProgress-module__backupRight___Pkh21", t = "BackupProgress-module__ProgressStats___ofhq1", g = "BackupProgress-module__ProgressStatsLeft___wSB09", k = "BackupProgress-module__progressBar___n7TbM", l = "BackupProgress-module__progressBarFill___wJOQa", b = "BackupProgress-module__progressBarFilled___RE40d", B = {
1
+ const s = "_backup_xrBY2", r = "_backupIcon_sBcYP", a = "_backupLeft_V5cyn", c = "_backupId_A3vOk", t = "_backupTime_FLoZl", o = "_backupError_Qr3I1", e = "_backupStart_Fwt82", p = "_progressMessage_Xqy9x", _ = "_backupRight_vmL13", u = "_ProgressStats_eHX1y", k = "_ProgressStatsLeft_iR3BL", b = "_progressBar_1S0Ti", g = "_progressBarFill_usvOn", n = "_progressBarFilled_0fFcI", l = {
2
2
  backup: s,
3
3
  backupIcon: r,
4
- backupLeft: _,
5
- backupId: o,
6
- backupTime: e,
7
- backupError: a,
8
- backupStart: c,
9
- progressMessage: u,
10
- backupRight: p,
11
- ProgressStats: t,
12
- ProgressStatsLeft: g,
13
- progressBar: k,
14
- progressBarFill: l,
15
- progressBarFilled: b
4
+ backupLeft: a,
5
+ backupId: c,
6
+ backupTime: t,
7
+ backupError: o,
8
+ backupStart: e,
9
+ progressMessage: p,
10
+ backupRight: _,
11
+ ProgressStats: u,
12
+ ProgressStatsLeft: k,
13
+ progressBar: b,
14
+ progressBarFill: g,
15
+ progressBarFilled: n
16
16
  };
17
17
  export {
18
- t as ProgressStats,
19
- g as ProgressStatsLeft,
18
+ u as ProgressStats,
19
+ k as ProgressStatsLeft,
20
20
  s as backup,
21
- a as backupError,
21
+ o as backupError,
22
22
  r as backupIcon,
23
- o as backupId,
24
- _ as backupLeft,
25
- p as backupRight,
26
- c as backupStart,
27
- e as backupTime,
28
- B as default,
29
- k as progressBar,
30
- l as progressBarFill,
31
- b as progressBarFilled,
32
- u as progressMessage
23
+ c as backupId,
24
+ a as backupLeft,
25
+ _ as backupRight,
26
+ e as backupStart,
27
+ t as backupTime,
28
+ l as default,
29
+ b as progressBar,
30
+ g as progressBarFill,
31
+ n as progressBarFilled,
32
+ p as progressMessage
33
33
  };
34
34
  //# sourceMappingURL=BackupProgress.module.scss.js.map
@@ -1,52 +1,52 @@
1
- const a = "Backups-module__backupsTable___1CGv4", _ = "Backups-module__noBackups___G3Tp1", e = "Backups-module__backupsTableHead___mX1k5", s = "Backups-module__backupsTableContent___O-L1X", o = "Backups-module__backupsTableRow___ZlNTU", c = "Backups-module__editIcon___TGwIb", t = "Backups-module__backupTitle___0Qhc5", u = "Backups-module__activeBackup___yKjQp", n = "Backups-module__downloadLabel___3nVM1", l = "Backups-module__downloadLabelFailed___a85Eh", d = "Backups-module__downloadLabelDone___QAdWQ", p = "Backups-module__snapOptsBtn___Czstl", k = "Backups-module__changes___k8tAd", b = "Backups-module__changesNew___NgYys", B = "Backups-module__changesModified___EKb3P", m = "Backups-module__changesRemoved___gclyZ", i = "Backups-module__target___-xtkM", T = "Backups-module__status___BDxhH", g = "Backups-module__statusHasError___ZxjwT", w = "Backups-module__settings___jTmVI", h = "Backups-module__backupsTableRowActive___QH1KF", r = "Backups-module__updateModalContent___zsWyh", v = "Backups-module__field___bguh6", L = {
1
+ const a = "_backupsTable_9JCxh", e = "_noBackups_eYEm5", s = "_backupsTableHead_AovbA", t = "_backupsTableContent_lAUbX", n = "_backupsTableRow_7wKPY", o = "_editIcon_Mpb3f", c = "_backupTitle_ZnBYq", l = "_activeBackup_uAxzN", b = "_downloadLabel_mKgLI", d = "_downloadLabelFailed_1npxP", _ = "_downloadLabelDone_c2LO8", p = "_snapOptsBtn_bxtLY", u = "_changes_MShZK", i = "_changesNew_I8rJr", k = "_changesModified_Rbfxu", w = "_changesRemoved_ieqxx", g = "_target_4R3Iy", T = "_status_MLwsp", r = "_statusHasError_UmGXn", h = "_settings_ZmUwV", L = "_backupsTableRowActive_3FYwx", R = "_updateModalContent_x0Nol", v = "_field_RXjXe", x = {
2
2
  backupsTable: a,
3
- noBackups: _,
4
- backupsTableHead: e,
5
- backupsTableContent: s,
6
- backupsTableRow: o,
7
- editIcon: c,
8
- backupTitle: t,
9
- activeBackup: u,
10
- downloadLabel: n,
11
- downloadLabelFailed: l,
12
- downloadLabelDone: d,
3
+ noBackups: e,
4
+ backupsTableHead: s,
5
+ backupsTableContent: t,
6
+ backupsTableRow: n,
7
+ editIcon: o,
8
+ backupTitle: c,
9
+ activeBackup: l,
10
+ downloadLabel: b,
11
+ downloadLabelFailed: d,
12
+ downloadLabelDone: _,
13
13
  snapOptsBtn: p,
14
- changes: k,
15
- changesNew: b,
16
- changesModified: B,
17
- changesRemoved: m,
18
- target: i,
14
+ changes: u,
15
+ changesNew: i,
16
+ changesModified: k,
17
+ changesRemoved: w,
18
+ target: g,
19
19
  status: T,
20
- statusHasError: g,
21
- settings: w,
22
- backupsTableRowActive: h,
23
- updateModalContent: r,
20
+ statusHasError: r,
21
+ settings: h,
22
+ backupsTableRowActive: L,
23
+ updateModalContent: R,
24
24
  field: v
25
25
  };
26
26
  export {
27
- u as activeBackup,
28
- t as backupTitle,
27
+ l as activeBackup,
28
+ c as backupTitle,
29
29
  a as backupsTable,
30
- s as backupsTableContent,
31
- e as backupsTableHead,
32
- o as backupsTableRow,
33
- h as backupsTableRowActive,
34
- k as changes,
35
- B as changesModified,
36
- b as changesNew,
37
- m as changesRemoved,
38
- L as default,
39
- n as downloadLabel,
40
- d as downloadLabelDone,
41
- l as downloadLabelFailed,
42
- c as editIcon,
30
+ t as backupsTableContent,
31
+ s as backupsTableHead,
32
+ n as backupsTableRow,
33
+ L as backupsTableRowActive,
34
+ u as changes,
35
+ k as changesModified,
36
+ i as changesNew,
37
+ w as changesRemoved,
38
+ x as default,
39
+ b as downloadLabel,
40
+ _ as downloadLabelDone,
41
+ d as downloadLabelFailed,
42
+ o as editIcon,
43
43
  v as field,
44
- _ as noBackups,
45
- w as settings,
44
+ e as noBackups,
45
+ h as settings,
46
46
  p as snapOptsBtn,
47
47
  T as status,
48
- g as statusHasError,
49
- i as target,
50
- r as updateModalContent
48
+ r as statusHasError,
49
+ g as target,
50
+ R as updateModalContent
51
51
  };
52
52
  //# sourceMappingURL=Backups.module.scss.js.map
@@ -1,16 +1,16 @@
1
- const s = "PlanBackups-module__backups___soQue", a = "PlanBackups-module__backupsHeader___KqV1q", _ = "PlanBackups-module__historyTabs___NLwWF", c = "PlanBackups-module__historyTabActive___IPWAI", o = "PlanBackups-module__backupsInfo___e6Xw1", u = {
1
+ const s = "_backups_G4Wvc", a = "_backupsHeader_QJeex", c = "_historyTabs_g7VzA", t = "_historyTabActive_EHlWR", o = "_backupsInfo_wiBIB", b = {
2
2
  backups: s,
3
3
  backupsHeader: a,
4
- historyTabs: _,
5
- historyTabActive: c,
4
+ historyTabs: c,
5
+ historyTabActive: t,
6
6
  backupsInfo: o
7
7
  };
8
8
  export {
9
9
  s as backups,
10
10
  a as backupsHeader,
11
11
  o as backupsInfo,
12
- u as default,
13
- c as historyTabActive,
14
- _ as historyTabs
12
+ b as default,
13
+ t as historyTabActive,
14
+ c as historyTabs
15
15
  };
16
16
  //# sourceMappingURL=PlanBackups.module.scss.js.map