@plutonhq/core-frontend 0.1.1 → 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 (71) hide show
  1. package/dist-lib/components/App/App/App.module.scss.js +5 -5
  2. package/dist-lib/components/App/AppContent/AppContent.module.scss.js +4 -4
  3. package/dist-lib/components/App/Footer/Footer.module.scss.js +1 -1
  4. package/dist-lib/components/App/SideNav/SideNav.module.scss.js +1 -1
  5. package/dist-lib/components/Device/DeviceBackups/DeviceBackups.module.scss.js +12 -12
  6. package/dist-lib/components/Device/DeviceInfo/DeviceInfo.module.scss.js +17 -17
  7. package/dist-lib/components/Device/DeviceItem/DeviceItem.module.scss.js +16 -16
  8. package/dist-lib/components/Device/EditDevice/EditDevice.module.scss.js +6 -6
  9. package/dist-lib/components/Plan/AddPlan/AddPlan.module.scss.js +12 -12
  10. package/dist-lib/components/Plan/BackupEvents/BackupEvents.module.scss.js +20 -20
  11. package/dist-lib/components/Plan/BackupProgress/BackupProgress.module.scss.js +13 -13
  12. package/dist-lib/components/Plan/Backups/Backups.module.scss.js +22 -22
  13. package/dist-lib/components/Plan/PlanBackups/PlanBackups.module.scss.js +5 -5
  14. package/dist-lib/components/Plan/PlanForm/PlanForm.module.scss.js +5 -5
  15. package/dist-lib/components/Plan/PlanHistory/PlanHistory.module.scss.js +6 -6
  16. package/dist-lib/components/Plan/PlanItems/PlanItem.module.scss.js +14 -14
  17. package/dist-lib/components/Plan/PlanPendingBackup/PlanPendingBackup.module.scss.js +10 -10
  18. package/dist-lib/components/Plan/PlanProgress/PlanProgress.module.scss.js +1 -1
  19. package/dist-lib/components/Plan/PlanRemoveModal/PlanRemoveModal.module.scss.js +1 -1
  20. package/dist-lib/components/Plan/PlanSettings/PlanSettings.module.scss.js +32 -32
  21. package/dist-lib/components/Plan/PlanStats/PlanStats.module.scss.js +1 -1
  22. package/dist-lib/components/Restore/RestoreChangeViewer/RestoreChangeViewer.module.scss.js +1 -1
  23. package/dist-lib/components/Restore/RestoreFileSelector/RestoreFileSelector.module.scss.js +39 -39
  24. package/dist-lib/components/Restore/RestoreWizard/RestoreWizard.module.scss.js +40 -40
  25. package/dist-lib/components/Restore/RestoredFileBrowser/RestoredFileBrowser.module.scss.js +32 -32
  26. package/dist-lib/components/Settings/GeneralSettings/GeneralSettings.module.scss.js +2 -2
  27. package/dist-lib/components/Settings/IntegrationSettings/IntegrationSettings.module.scss.js +5 -5
  28. package/dist-lib/components/Skeleton/SkeletonItems.module.scss.js +6 -6
  29. package/dist-lib/components/Storage/AddStorage/AddStorage.module.scss.js +8 -8
  30. package/dist-lib/components/Storage/StorageItem/StorageItem.module.scss.js +8 -8
  31. package/dist-lib/components/Storage/StorageSettings/StorageSettings.module.scss.js +1 -1
  32. package/dist-lib/components/common/ActionModal/ActionModal.module.scss.js +9 -9
  33. package/dist-lib/components/common/AnimatedWrapper/AnimatedWrapper.module.scss.js +15 -15
  34. package/dist-lib/components/common/Button/Button.module.scss.js +7 -7
  35. package/dist-lib/components/common/FileManager/FileManager.module.scss.js +11 -11
  36. package/dist-lib/components/common/FolderPicker/FolderPicker.module.scss.js +1 -1
  37. package/dist-lib/components/common/ItemsLayout/ItemsLayout.module.scss.js +1 -1
  38. package/dist-lib/components/common/LogViewer/LogViewer.module.scss.js +26 -26
  39. package/dist-lib/components/common/Modal/Modal.module.scss.js +4 -4
  40. package/dist-lib/components/common/NotFound/NotFound.module.scss.js +4 -4
  41. package/dist-lib/components/common/PageHeader/PageHeader.module.scss.js +5 -5
  42. package/dist-lib/components/common/PathPicker/PathPicker.module.scss.js +9 -9
  43. package/dist-lib/components/common/SearchItems/SearchItems.module.scss.js +8 -8
  44. package/dist-lib/components/common/SidePanel/SidePanel.module.scss.js +14 -14
  45. package/dist-lib/components/common/SortItems/SortItems.module.scss.js +1 -1
  46. package/dist-lib/components/common/Tabs/Tabs.module.scss.js +7 -7
  47. package/dist-lib/components/common/TagsFilter/TagsFilter.module.scss.js +5 -5
  48. package/dist-lib/components/common/form/FormField/FormField.module.scss.js +5 -5
  49. package/dist-lib/components/common/form/Input/Input.module.scss.js +5 -5
  50. package/dist-lib/components/common/form/IntervalField/IntervalField.module.scss.js +4 -4
  51. package/dist-lib/components/common/form/MultiSelect/MultiSelect.module.scss.js +2 -2
  52. package/dist-lib/components/common/form/NumberInput/NumberInput.module.scss.js +10 -10
  53. package/dist-lib/components/common/form/PasswordField/PasswordField.module.scss.js +8 -8
  54. package/dist-lib/components/common/form/RadioIconSelect/RadioIconSelect.module.scss.js +9 -9
  55. package/dist-lib/components/common/form/Select/Select.module.scss.js +9 -9
  56. package/dist-lib/components/common/form/SizePicker/SizePicker.module.scss.js +4 -4
  57. package/dist-lib/components/common/form/StoragePicker/StoragePicker.module.scss.js +1 -1
  58. package/dist-lib/components/common/form/TagsInput/TagsInput.module.scss.js +6 -6
  59. package/dist-lib/components/common/form/TimePicker/TimePicker.module.scss.js +14 -14
  60. package/dist-lib/components/common/form/Toggle/Toggle.module.scss.js +2 -2
  61. package/dist-lib/components/common/form/Tristate/Tristate.module.scss.js +1 -1
  62. package/dist-lib/routes/DeviceSingle/DeviceSingle.module.scss.js +1 -1
  63. package/dist-lib/routes/Login/Login.module.scss.js +5 -5
  64. package/dist-lib/routes/PlanSingle/PlanSingle.module.scss.js +9 -9
  65. package/dist-lib/routes/Plans/Plans.module.scss.js +4 -4
  66. package/dist-lib/routes/Settings/Settings.module.scss.js +12 -12
  67. package/dist-lib/routes/Setup/Setup.module.scss.js +9 -9
  68. package/dist-lib/routes/Sources/Sources.module.scss.js +1 -1
  69. package/dist-lib/routes/Storages/Storages.module.scss.js +1 -1
  70. package/dist-lib/styles/core-frontend.css +1 -1
  71. package/package.json +1 -1
@@ -1,19 +1,19 @@
1
- const e = "_sizePicker_AbjCQ", n = "_inputGroup_LjYtx", t = "_numberInput_qZMGs", i = "_unitSelector_4-9UQ", c = "_unit_ckT94", s = "_selected_JTgaT", u = "_sizePickerInline_DnMq2", r = {
1
+ const e = "_sizePicker_opA2y", n = "_inputGroup_AoSSI", t = "_numberInput_Y0x1o", i = "_unitSelector_995Lz", c = "_unit_pko3V", s = "_selected_LfwFI", o = "_sizePickerInline_QmJx5", u = {
2
2
  sizePicker: e,
3
3
  inputGroup: n,
4
4
  numberInput: t,
5
5
  unitSelector: i,
6
6
  unit: c,
7
7
  selected: s,
8
- sizePickerInline: u
8
+ sizePickerInline: o
9
9
  };
10
10
  export {
11
- r as default,
11
+ u as default,
12
12
  n as inputGroup,
13
13
  t as numberInput,
14
14
  s as selected,
15
15
  e as sizePicker,
16
- u as sizePickerInline,
16
+ o as sizePickerInline,
17
17
  c as unit,
18
18
  i as unitSelector
19
19
  };
@@ -1,4 +1,4 @@
1
- const t = "_storagePicker_atAT-", e = "_storagePickerInput_fKE2K", a = "_storage_NYY0F", r = "_path_clqI-", s = "_fileManagerBtn_K-IRB", o = {
1
+ const t = "_storagePicker_7tEY0", e = "_storagePickerInput_MzxSo", a = "_storage_BfrQ4", r = "_path_d5gAH", s = "_fileManagerBtn_dWMAK", o = {
2
2
  storagePicker: t,
3
3
  storagePickerInput: e,
4
4
  storage: a,
@@ -1,14 +1,14 @@
1
- const t = "_tagField_oM6pv", a = "_tagBox_Rcrc2", o = "_tag_WK-3P", e = "_textInput_9vEMq", g = {
1
+ const t = "_tagField_VTcEi", a = "_tagBox_OWxRq", e = "_tag_aE1Mh", g = "_textInput_aCMN7", o = {
2
2
  tagField: t,
3
3
  tagBox: a,
4
- tag: o,
5
- textInput: e
4
+ tag: e,
5
+ textInput: g
6
6
  };
7
7
  export {
8
- g as default,
9
- o as tag,
8
+ o as default,
9
+ e as tag,
10
10
  a as tagBox,
11
11
  t as tagField,
12
- e as textInput
12
+ g as textInput
13
13
  };
14
14
  //# sourceMappingURL=TagsInput.module.scss.js.map
@@ -1,28 +1,28 @@
1
- const e = "_fieldLabel_W6r4z", t = "_description_zRvc6", i = "_timePickerField_hvFDJ", c = "_fieldInner_5crtS", n = "_currentTime_JF2hL", m = "_dropBtn_-WqT-", s = "_timeSelect_DXgsg", r = "_times_PPyqY", _ = "_timeInput_PDr8T", o = "_ampm_QyeNq", l = "_ampmActive_tgtJ9", d = {
1
+ const e = "_fieldLabel_H9jU3", t = "_description_t9xP5", i = "_timePickerField_fwXMF", n = "_fieldInner_gJE2t", c = "_currentTime_ID43x", m = "_dropBtn_oY5ya", s = "_timeSelect_n2tIL", _ = "_times_v2P4N", o = "_timeInput_ddcmi", r = "_ampm_eyzWh", d = "_ampmActive_XwxcS", l = {
2
2
  fieldLabel: e,
3
3
  description: t,
4
4
  timePickerField: i,
5
- fieldInner: c,
6
- currentTime: n,
5
+ fieldInner: n,
6
+ currentTime: c,
7
7
  dropBtn: m,
8
8
  timeSelect: s,
9
- times: r,
10
- timeInput: _,
11
- ampm: o,
12
- ampmActive: l
9
+ times: _,
10
+ timeInput: o,
11
+ ampm: r,
12
+ ampmActive: d
13
13
  };
14
14
  export {
15
- o as ampm,
16
- l as ampmActive,
17
- n as currentTime,
18
- d as default,
15
+ r as ampm,
16
+ d as ampmActive,
17
+ c as currentTime,
18
+ l as default,
19
19
  t as description,
20
20
  m as dropBtn,
21
- c as fieldInner,
21
+ n as fieldInner,
22
22
  e as fieldLabel,
23
- _ as timeInput,
23
+ o as timeInput,
24
24
  i as timePickerField,
25
25
  s as timeSelect,
26
- r as times
26
+ _ as times
27
27
  };
28
28
  //# sourceMappingURL=TimePicker.module.scss.js.map
@@ -1,10 +1,10 @@
1
- const e = "_toggleField_Ys0FQ", o = "_toggleCheckbox_Tyq6C", t = "_description_EDy5Q", g = {
1
+ const e = "_toggleField_0xyXb", o = "_toggleCheckbox_c1r5P", t = "_description_b26iC", c = {
2
2
  toggleField: e,
3
3
  toggleCheckbox: o,
4
4
  description: t
5
5
  };
6
6
  export {
7
- g as default,
7
+ c as default,
8
8
  t as description,
9
9
  o as toggleCheckbox,
10
10
  e as toggleField
@@ -1,4 +1,4 @@
1
- const t = "_tristateField_0gmvN", o = "_inputGroup_f0Jo9", e = "_optionSelector_RkNcY", i = "_option_6n6kL", s = "_selected_PgKsZ", n = "_optionDisabled_Jy6LW", p = {
1
+ const t = "_tristateField_Uy7Ri", o = "_inputGroup_ExwR6", e = "_optionSelector_eHebH", i = "_option_EfXzg", s = "_selected_937zx", n = "_optionDisabled_7PMYg", p = {
2
2
  tristateField: t,
3
3
  inputGroup: o,
4
4
  optionSelector: e,
@@ -1,4 +1,4 @@
1
- const e = "_deviceContent_9qSG6", t = "_titleSkeleton_WtbBq", n = "_version_yPu1x", o = "_device_o51z2", c = {
1
+ const e = "_deviceContent_txUOx", t = "_titleSkeleton_CG1Hs", n = "_version_Y5Tcd", o = "_device_5TrlZ", c = {
2
2
  deviceContent: e,
3
3
  titleSkeleton: t,
4
4
  version: n,
@@ -1,6 +1,6 @@
1
- const o = "_loginPage_if--B", n = "_loginLogo_AocbX", g = "_container_8KMHw", t = "_loginInput_d2g7-", i = "_loginInputIcon_-yPy1", l = "_loginButton_Kml4v", c = "_loginErrorMsg_Q8lmi", s = {
2
- loginPage: o,
3
- loginLogo: n,
1
+ const n = "_loginPage_eRZep", o = "_loginLogo_7xmt8", g = "_container_OR5Vv", t = "_loginInput_f5GwH", i = "_loginInputIcon_n1xa2", l = "_loginButton_Y3FJ6", c = "_loginErrorMsg_19rka", s = {
2
+ loginPage: n,
3
+ loginLogo: o,
4
4
  container: g,
5
5
  loginInput: t,
6
6
  loginInputIcon: i,
@@ -14,7 +14,7 @@ export {
14
14
  c as loginErrorMsg,
15
15
  t as loginInput,
16
16
  i as loginInputIcon,
17
- n as loginLogo,
18
- o as loginPage
17
+ o as loginLogo,
18
+ n as loginPage
19
19
  };
20
20
  //# sourceMappingURL=Login.module.scss.js.map
@@ -1,21 +1,21 @@
1
- const n = "_planSingle_Hmd5t", t = "_planDescription_rM969", o = "_planActions_UN2QW", i = "_moreOptions_tvMPN", c = "_planContent_8hQlC", a = "_actionBtn_EVFlg", l = "_actionBtnHighlight_SvD3-", s = "_actionMoreBtn_TzEvH", p = {
1
+ const n = "_planSingle_Msjor", t = "_planDescription_BWPEr", o = "_planActions_XUm7Y", i = "_moreOptions_Wu4mu", a = "_planContent_DpaSC", c = "_actionBtn_alvyJ", s = "_actionBtnHighlight_V0mWJ", l = "_actionMoreBtn_1jDhi", p = {
2
2
  planSingle: n,
3
3
  planDescription: t,
4
4
  planActions: o,
5
5
  moreOptions: i,
6
- planContent: c,
7
- actionBtn: a,
8
- actionBtnHighlight: l,
9
- actionMoreBtn: s
6
+ planContent: a,
7
+ actionBtn: c,
8
+ actionBtnHighlight: s,
9
+ actionMoreBtn: l
10
10
  };
11
11
  export {
12
- a as actionBtn,
13
- l as actionBtnHighlight,
14
- s as actionMoreBtn,
12
+ c as actionBtn,
13
+ s as actionBtnHighlight,
14
+ l as actionMoreBtn,
15
15
  p as default,
16
16
  i as moreOptions,
17
17
  o as planActions,
18
- c as planContent,
18
+ a as planContent,
19
19
  t as planDescription,
20
20
  n as planSingle
21
21
  };
@@ -1,11 +1,11 @@
1
- const s = "_plans_lub8x", l = "_planItems_792m6", n = "_plansGrid_Hcvbl", a = {
1
+ const s = "_plans_xTjV7", a = "_planItems_M3ayM", n = "_plansGrid_8LIgg", l = {
2
2
  plans: s,
3
- planItems: l,
3
+ planItems: a,
4
4
  plansGrid: n
5
5
  };
6
6
  export {
7
- a as default,
8
- l as planItems,
7
+ l as default,
8
+ a as planItems,
9
9
  s as plans,
10
10
  n as plansGrid
11
11
  };
@@ -1,20 +1,20 @@
1
- const t = "_settings_3EMze", n = "_settingsContent_sQkAQ", s = "_sidebar_Zun4Y", e = "_updateBtn_wqnkg", o = "_tabs_MRho0", a = "_tabActive_EmrO1", c = "_content_CUimD", _ = {
1
+ const t = "_settings_9KTfa", s = "_settingsContent_FMzh5", n = "_sidebar_5gtyD", e = "_updateBtn_gtEZ3", a = "_tabs_PTJTi", c = "_tabActive_OGIZN", o = "_content_lsiaL", i = {
2
2
  settings: t,
3
- settingsContent: n,
4
- sidebar: s,
3
+ settingsContent: s,
4
+ sidebar: n,
5
5
  updateBtn: e,
6
- tabs: o,
7
- tabActive: a,
8
- content: c
6
+ tabs: a,
7
+ tabActive: c,
8
+ content: o
9
9
  };
10
10
  export {
11
- c as content,
12
- _ as default,
11
+ o as content,
12
+ i as default,
13
13
  t as settings,
14
- n as settingsContent,
15
- s as sidebar,
16
- a as tabActive,
17
- o as tabs,
14
+ s as settingsContent,
15
+ n as sidebar,
16
+ c as tabActive,
17
+ a as tabs,
18
18
  e as updateBtn
19
19
  };
20
20
  //# sourceMappingURL=Settings.module.scss.js.map
@@ -1,16 +1,16 @@
1
- const t = "_setupPage_hw9oz", s = "_setupLogo_ZjC7M", e = "_setupContainer_yF-Fg", n = "_setupHeader_8PgC2", u = "_setupForm_K3UFB", p = "_setupInput_QFvMI", o = "_setupInputIcon_j-Y7Y", _ = "_inputHint_w0qMp", c = "_setupButton_aFtD6", r = "_setupErrorMsg_1w7rC", g = "_setupSuccessMsg_MnXR3", a = "_setupInfoBox_3EGEe", i = "_loadingSpinner_yVqOM", I = {
1
+ const t = "_setupPage_3yfMk", s = "_setupLogo_IoTgX", e = "_setupContainer_3xLp0", n = "_setupHeader_6Ob39", u = "_setupForm_dtk77", o = "_setupInput_Ojwhw", p = "_setupInputIcon_MCOoK", _ = "_inputHint_mWahK", c = "_setupButton_sixKy", r = "_setupErrorMsg_aVUSq", a = "_setupSuccessMsg_ldhBb", g = "_setupInfoBox_TUjb3", i = "_loadingSpinner_UbOtd", I = {
2
2
  setupPage: t,
3
3
  setupLogo: s,
4
4
  setupContainer: e,
5
5
  setupHeader: n,
6
6
  setupForm: u,
7
- setupInput: p,
8
- setupInputIcon: o,
7
+ setupInput: o,
8
+ setupInputIcon: p,
9
9
  inputHint: _,
10
10
  setupButton: c,
11
11
  setupErrorMsg: r,
12
- setupSuccessMsg: g,
13
- setupInfoBox: a,
12
+ setupSuccessMsg: a,
13
+ setupInfoBox: g,
14
14
  loadingSpinner: i
15
15
  };
16
16
  export {
@@ -22,11 +22,11 @@ export {
22
22
  r as setupErrorMsg,
23
23
  u as setupForm,
24
24
  n as setupHeader,
25
- a as setupInfoBox,
26
- p as setupInput,
27
- o as setupInputIcon,
25
+ g as setupInfoBox,
26
+ o as setupInput,
27
+ p as setupInputIcon,
28
28
  s as setupLogo,
29
29
  t as setupPage,
30
- g as setupSuccessMsg
30
+ a as setupSuccessMsg
31
31
  };
32
32
  //# sourceMappingURL=Setup.module.scss.js.map
@@ -1,4 +1,4 @@
1
- const e = "_devices_lLB3H", s = "_deviceItems_L81MD", c = "_devicesGrid_mMrlL", d = {
1
+ const e = "_devices_hDQTG", s = "_deviceItems_axaa3", c = "_devicesGrid_4L67c", d = {
2
2
  devices: e,
3
3
  deviceItems: s,
4
4
  devicesGrid: c
@@ -1,4 +1,4 @@
1
- const s = "_storages_ltLU7", t = "_storageItems_-YvOF", e = "_storagesGrid_QG04j", o = {
1
+ const s = "_storages_6eNIE", t = "_storageItems_XinEV", e = "_storagesGrid_J5hyE", o = {
2
2
  storages: s,
3
3
  storageItems: t,
4
4
  storagesGrid: e