@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,26 +1,26 @@
1
- const o = "RadioIconSelect-module__radioIconField___UlNWq", i = "RadioIconSelect-module__radioIconFieldOptions___Wu0l8", d = "RadioIconSelect-module__radioIconFieldList___y2ath", e = "RadioIconSelect-module__radioIconFieldIcon___B8ldk", c = "RadioIconSelect-module__radioIconFieldContent___C44OQ", n = "RadioIconSelect-module__radioIconFieldOptionsDisabled___Mph2B", l = "RadioIconSelect-module__radioIconFieldOption___gCxGk", a = "RadioIconSelect-module__radioIconFieldActive___W0LDh", _ = "RadioIconSelect-module__radioIconFieldDisabled___7IcwU", t = "RadioIconSelect-module__radioIconFieldOptionsDesc___mmixR", I = {
1
+ const o = "_radioIconField_cyar1", i = "_radioIconFieldOptions_ChnDH", d = "_radioIconFieldList_WhhgP", n = "_radioIconFieldIcon_xxLdF", c = "_radioIconFieldContent_bxbcp", e = "_radioIconFieldOptionsDisabled_NWVYT", a = "_radioIconFieldOption_skPKz", l = "_radioIconFieldActive_FT6Xy", s = "_radioIconFieldDisabled_s5lNY", t = "_radioIconFieldOptionsDesc_AgxIs", I = {
2
2
  radioIconField: o,
3
3
  radioIconFieldOptions: i,
4
4
  radioIconFieldList: d,
5
- radioIconFieldIcon: e,
5
+ radioIconFieldIcon: n,
6
6
  radioIconFieldContent: c,
7
- radioIconFieldOptionsDisabled: n,
8
- radioIconFieldOption: l,
9
- radioIconFieldActive: a,
10
- radioIconFieldDisabled: _,
7
+ radioIconFieldOptionsDisabled: e,
8
+ radioIconFieldOption: a,
9
+ radioIconFieldActive: l,
10
+ radioIconFieldDisabled: s,
11
11
  radioIconFieldOptionsDesc: t
12
12
  };
13
13
  export {
14
14
  I as default,
15
15
  o as radioIconField,
16
- a as radioIconFieldActive,
16
+ l as radioIconFieldActive,
17
17
  c as radioIconFieldContent,
18
- _ as radioIconFieldDisabled,
19
- e as radioIconFieldIcon,
18
+ s as radioIconFieldDisabled,
19
+ n as radioIconFieldIcon,
20
20
  d as radioIconFieldList,
21
- l as radioIconFieldOption,
21
+ a as radioIconFieldOption,
22
22
  i as radioIconFieldOptions,
23
23
  t as radioIconFieldOptionsDesc,
24
- n as radioIconFieldOptionsDisabled
24
+ e as radioIconFieldOptionsDisabled
25
25
  };
26
26
  //# sourceMappingURL=RadioIconSelect.module.scss.js.map
@@ -1,40 +1,40 @@
1
- const e = "Select-module__selectField___yw1fC", l = "Select-module__search___wtQEu", _ = "Select-module__dropdown___yVMyh", d = "Select-module__selected___23unc", t = "Select-module__dropBtn___PjaL7", s = "Select-module__lists___Ku92Z", c = "Select-module__disabledItem___5o-zr", o = "Select-module__selectedItem___Na0JQ", i = "Select-module__dropdownDisabled___CdzQJ", n = "Select-module__selectFieldFull___oI-sk", r = "Select-module__selectFieldLarge___8tjSI", a = "Select-module__selectFieldDisabled___aKtm0", m = "Select-module__fieldHasError___6oLaV", u = "Select-module__selectFieldOpen___flbsT", F = "Select-module__selectFieldInline___qhK9L", S = "Select-module__fieldInner___ZrBvI", I = "Select-module__selectFieldMini___3CJjf", p = {
1
+ const e = "_selectField_pwDUo", l = "_search_jyL1S", s = "_dropdown_30zZT", d = "_selected_5F9xy", t = "_dropBtn_68jwp", c = "_lists_2rITa", i = "_disabledItem_BiqGV", n = "_selectedItem_8pFKH", o = "_dropdownDisabled_dESj0", _ = "_selectFieldFull_yflIx", r = "_selectFieldLarge_VONYB", F = "_selectFieldDisabled_fKqR6", a = "_fieldHasError_NEo0e", p = "_selectFieldOpen_Se1yF", I = "_selectFieldInline_ABMCk", b = "_fieldInner_S25xu", f = "_selectFieldMini_gtEdb", w = {
2
2
  selectField: e,
3
3
  search: l,
4
- dropdown: _,
4
+ dropdown: s,
5
5
  selected: d,
6
6
  dropBtn: t,
7
- lists: s,
8
- disabledItem: c,
9
- selectedItem: o,
10
- dropdownDisabled: i,
11
- selectFieldFull: n,
7
+ lists: c,
8
+ disabledItem: i,
9
+ selectedItem: n,
10
+ dropdownDisabled: o,
11
+ selectFieldFull: _,
12
12
  selectFieldLarge: r,
13
- selectFieldDisabled: a,
14
- fieldHasError: m,
15
- selectFieldOpen: u,
16
- selectFieldInline: F,
17
- fieldInner: S,
18
- selectFieldMini: I
13
+ selectFieldDisabled: F,
14
+ fieldHasError: a,
15
+ selectFieldOpen: p,
16
+ selectFieldInline: I,
17
+ fieldInner: b,
18
+ selectFieldMini: f
19
19
  };
20
20
  export {
21
- p as default,
22
- c as disabledItem,
21
+ w as default,
22
+ i as disabledItem,
23
23
  t as dropBtn,
24
- _ as dropdown,
25
- i as dropdownDisabled,
26
- m as fieldHasError,
27
- S as fieldInner,
28
- s as lists,
24
+ s as dropdown,
25
+ o as dropdownDisabled,
26
+ a as fieldHasError,
27
+ b as fieldInner,
28
+ c as lists,
29
29
  l as search,
30
30
  e as selectField,
31
- a as selectFieldDisabled,
32
- n as selectFieldFull,
33
- F as selectFieldInline,
31
+ F as selectFieldDisabled,
32
+ _ as selectFieldFull,
33
+ I as selectFieldInline,
34
34
  r as selectFieldLarge,
35
- I as selectFieldMini,
36
- u as selectFieldOpen,
35
+ f as selectFieldMini,
36
+ p as selectFieldOpen,
37
37
  d as selected,
38
- o as selectedItem
38
+ n as selectedItem
39
39
  };
40
40
  //# sourceMappingURL=Select.module.scss.js.map
@@ -1,20 +1,20 @@
1
- const e = "SizePicker-module__sizePicker___AbjCQ", i = "SizePicker-module__inputGroup___LjYtx", _ = "SizePicker-module__numberInput___qZMGs", n = "SizePicker-module__unitSelector___4-9UQ", c = "SizePicker-module__unit___ckT94", t = "SizePicker-module__selected___JTgaT", u = "SizePicker-module__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
- inputGroup: i,
4
- numberInput: _,
5
- unitSelector: n,
3
+ inputGroup: n,
4
+ numberInput: t,
5
+ unitSelector: i,
6
6
  unit: c,
7
- selected: t,
8
- sizePickerInline: u
7
+ selected: s,
8
+ sizePickerInline: o
9
9
  };
10
10
  export {
11
- r as default,
12
- i as inputGroup,
13
- _ as numberInput,
14
- t as selected,
11
+ u as default,
12
+ n as inputGroup,
13
+ t as numberInput,
14
+ s as selected,
15
15
  e as sizePicker,
16
- u as sizePickerInline,
16
+ o as sizePickerInline,
17
17
  c as unit,
18
- n as unitSelector
18
+ i as unitSelector
19
19
  };
20
20
  //# sourceMappingURL=SizePicker.module.scss.js.map
@@ -1,16 +1,16 @@
1
- const e = "StoragePicker-module__storagePicker___atAT-", t = "StoragePicker-module__storagePickerInput___fKE2K", r = "StoragePicker-module__storage___NYY0F", a = "StoragePicker-module__path___clqI-", o = "StoragePicker-module__fileManagerBtn___K-IRB", _ = {
2
- storagePicker: e,
3
- storagePickerInput: t,
4
- storage: r,
5
- path: a,
6
- fileManagerBtn: o
1
+ const t = "_storagePicker_7tEY0", e = "_storagePickerInput_MzxSo", a = "_storage_BfrQ4", r = "_path_d5gAH", s = "_fileManagerBtn_dWMAK", o = {
2
+ storagePicker: t,
3
+ storagePickerInput: e,
4
+ storage: a,
5
+ path: r,
6
+ fileManagerBtn: s
7
7
  };
8
8
  export {
9
- _ as default,
10
- o as fileManagerBtn,
11
- a as path,
12
- r as storage,
13
- e as storagePicker,
14
- t as storagePickerInput
9
+ o as default,
10
+ s as fileManagerBtn,
11
+ r as path,
12
+ a as storage,
13
+ t as storagePicker,
14
+ e as storagePickerInput
15
15
  };
16
16
  //# sourceMappingURL=StoragePicker.module.scss.js.map
@@ -1,14 +1,14 @@
1
- const t = "TagsInput-module__tagField___oM6pv", _ = "TagsInput-module__tagBox___Rcrc2", a = "TagsInput-module__tag___WK-3P", o = "TagsInput-module__textInput___9vEMq", e = {
1
+ const t = "_tagField_VTcEi", a = "_tagBox_OWxRq", e = "_tag_aE1Mh", g = "_textInput_aCMN7", o = {
2
2
  tagField: t,
3
- tagBox: _,
4
- tag: a,
5
- textInput: o
3
+ tagBox: a,
4
+ tag: e,
5
+ textInput: g
6
6
  };
7
7
  export {
8
- e as default,
9
- a as tag,
10
- _ as tagBox,
8
+ o as default,
9
+ e as tag,
10
+ a as tagBox,
11
11
  t as tagField,
12
- o as textInput
12
+ g as textInput
13
13
  };
14
14
  //# sourceMappingURL=TagsInput.module.scss.js.map
@@ -1,28 +1,28 @@
1
- const e = "TimePicker-module__fieldLabel___W6r4z", i = "TimePicker-module__description___zRvc6", _ = "TimePicker-module__timePickerField___hvFDJ", m = "TimePicker-module__fieldInner___5crtS", t = "TimePicker-module__currentTime___JF2hL", c = "TimePicker-module__dropBtn___-WqT-", r = "TimePicker-module__timeSelect___DXgsg", n = "TimePicker-module__times___PPyqY", o = "TimePicker-module__timeInput___PDr8T", l = "TimePicker-module__ampm___QyeNq", d = "TimePicker-module__ampmActive___tgtJ9", s = {
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
- description: i,
4
- timePickerField: _,
5
- fieldInner: m,
6
- currentTime: t,
7
- dropBtn: c,
8
- timeSelect: r,
9
- times: n,
3
+ description: t,
4
+ timePickerField: i,
5
+ fieldInner: n,
6
+ currentTime: c,
7
+ dropBtn: m,
8
+ timeSelect: s,
9
+ times: _,
10
10
  timeInput: o,
11
- ampm: l,
11
+ ampm: r,
12
12
  ampmActive: d
13
13
  };
14
14
  export {
15
- l as ampm,
15
+ r as ampm,
16
16
  d as ampmActive,
17
- t as currentTime,
18
- s as default,
19
- i as description,
20
- c as dropBtn,
21
- m as fieldInner,
17
+ c as currentTime,
18
+ l as default,
19
+ t as description,
20
+ m as dropBtn,
21
+ n as fieldInner,
22
22
  e as fieldLabel,
23
23
  o as timeInput,
24
- _ as timePickerField,
25
- r as timeSelect,
26
- n as times
24
+ i as timePickerField,
25
+ s as timeSelect,
26
+ _ as times
27
27
  };
28
28
  //# sourceMappingURL=TimePicker.module.scss.js.map
@@ -1,11 +1,11 @@
1
- const e = "Toggle-module__toggleField___Ys0FQ", o = "Toggle-module__toggleCheckbox___Tyq6C", g = "Toggle-module__description___EDy5Q", l = {
1
+ const e = "_toggleField_0xyXb", o = "_toggleCheckbox_c1r5P", t = "_description_b26iC", c = {
2
2
  toggleField: e,
3
3
  toggleCheckbox: o,
4
- description: g
4
+ description: t
5
5
  };
6
6
  export {
7
- l as default,
8
- g as description,
7
+ c as default,
8
+ t as description,
9
9
  o as toggleCheckbox,
10
10
  e as toggleField
11
11
  };
@@ -1,18 +1,18 @@
1
- const t = "Tristate-module__tristateField___0gmvN", e = "Tristate-module__inputGroup___f0Jo9", o = "Tristate-module__optionSelector___RkNcY", _ = "Tristate-module__option___6n6kL", i = "Tristate-module__selected___PgKsZ", s = "Tristate-module__optionDisabled___Jy6LW", l = {
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
- inputGroup: e,
4
- optionSelector: o,
5
- option: _,
6
- selected: i,
7
- optionDisabled: s
3
+ inputGroup: o,
4
+ optionSelector: e,
5
+ option: i,
6
+ selected: s,
7
+ optionDisabled: n
8
8
  };
9
9
  export {
10
- l as default,
11
- e as inputGroup,
12
- _ as option,
13
- s as optionDisabled,
14
- o as optionSelector,
15
- i as selected,
10
+ p as default,
11
+ o as inputGroup,
12
+ i as option,
13
+ n as optionDisabled,
14
+ e as optionSelector,
15
+ s as selected,
16
16
  t as tristateField
17
17
  };
18
18
  //# sourceMappingURL=Tristate.module.scss.js.map
@@ -1,12 +1,12 @@
1
- const e = "DeviceSingle-module__deviceContent___9qSG6", t = "DeviceSingle-module__titleSkeleton___WtbBq", n = "DeviceSingle-module__version___yPu1x", i = "DeviceSingle-module__device___o51z2", o = {
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,
5
- device: i
5
+ device: o
6
6
  };
7
7
  export {
8
- o as default,
9
- i as device,
8
+ c as default,
9
+ o as device,
10
10
  e as deviceContent,
11
11
  t as titleSkeleton,
12
12
  n as version
@@ -1,20 +1,20 @@
1
- const o = "Login-module__loginPage___if--B", n = "Login-module__loginLogo___AocbX", g = "Login-module__container___8KMHw", _ = "Login-module__loginInput___d2g7-", i = "Login-module__loginInputIcon___-yPy1", l = "Login-module__loginButton___Kml4v", t = "Login-module__loginErrorMsg___Q8lmi", u = {
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
- loginInput: _,
5
+ loginInput: t,
6
6
  loginInputIcon: i,
7
7
  loginButton: l,
8
- loginErrorMsg: t
8
+ loginErrorMsg: c
9
9
  };
10
10
  export {
11
11
  g as container,
12
- u as default,
12
+ s as default,
13
13
  l as loginButton,
14
- t as loginErrorMsg,
15
- _ as loginInput,
14
+ c as loginErrorMsg,
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-module__planSingle___Hmd5t", t = "PlanSingle-module__planDescription___rM969", l = "PlanSingle-module__planActions___UN2QW", o = "PlanSingle-module__moreOptions___tvMPN", _ = "PlanSingle-module__planContent___8hQlC", i = "PlanSingle-module__actionBtn___EVFlg", e = "PlanSingle-module__actionBtnHighlight___SvD3-", a = "PlanSingle-module__actionMoreBtn___TzEvH", c = {
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
- planActions: l,
5
- moreOptions: o,
6
- planContent: _,
7
- actionBtn: i,
8
- actionBtnHighlight: e,
9
- actionMoreBtn: a
4
+ planActions: o,
5
+ moreOptions: i,
6
+ planContent: a,
7
+ actionBtn: c,
8
+ actionBtnHighlight: s,
9
+ actionMoreBtn: l
10
10
  };
11
11
  export {
12
- i as actionBtn,
13
- e as actionBtnHighlight,
14
- a as actionMoreBtn,
15
- c as default,
16
- o as moreOptions,
17
- l as planActions,
18
- _ as planContent,
12
+ c as actionBtn,
13
+ s as actionBtnHighlight,
14
+ l as actionMoreBtn,
15
+ p as default,
16
+ i as moreOptions,
17
+ o as planActions,
18
+ a as planContent,
19
19
  t as planDescription,
20
20
  n as planSingle
21
21
  };
@@ -1,11 +1,11 @@
1
- const s = "Plans-module__plans___lub8x", l = "Plans-module__planItems___792m6", n = "Plans-module__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-module__settings___3EMze", e = "Settings-module__settingsContent___sQkAQ", n = "Settings-module__sidebar___Zun4Y", s = "Settings-module__updateBtn___wqnkg", _ = "Settings-module__tabs___MRho0", o = "Settings-module__tabActive___EmrO1", i = "Settings-module__content___CUimD", a = {
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: e,
3
+ settingsContent: s,
4
4
  sidebar: n,
5
- updateBtn: s,
6
- tabs: _,
7
- tabActive: o,
8
- content: i
5
+ updateBtn: e,
6
+ tabs: a,
7
+ tabActive: c,
8
+ content: o
9
9
  };
10
10
  export {
11
- i as content,
12
- a as default,
11
+ o as content,
12
+ i as default,
13
13
  t as settings,
14
- e as settingsContent,
14
+ s as settingsContent,
15
15
  n as sidebar,
16
- o as tabActive,
17
- _ as tabs,
18
- s as updateBtn
16
+ c as tabActive,
17
+ a as tabs,
18
+ e as updateBtn
19
19
  };
20
20
  //# sourceMappingURL=Settings.module.scss.js.map
@@ -1,32 +1,32 @@
1
- const t = "Setup-module__setupPage___hw9oz", e = "Setup-module__setupLogo___ZjC7M", u = "Setup-module__setupContainer___yF-Fg", _ = "Setup-module__setupHeader___8PgC2", s = "Setup-module__setupForm___K3UFB", p = "Setup-module__setupInput___QFvMI", o = "Setup-module__setupInputIcon___j-Y7Y", n = "Setup-module__inputHint___w0qMp", c = "Setup-module__setupButton___aFtD6", r = "Setup-module__setupErrorMsg___1w7rC", d = "Setup-module__setupSuccessMsg___MnXR3", S = "Setup-module__setupInfoBox___3EGEe", l = "Setup-module__loadingSpinner___yVqOM", g = {
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
- setupLogo: e,
4
- setupContainer: u,
5
- setupHeader: _,
6
- setupForm: s,
7
- setupInput: p,
8
- setupInputIcon: o,
9
- inputHint: n,
3
+ setupLogo: s,
4
+ setupContainer: e,
5
+ setupHeader: n,
6
+ setupForm: u,
7
+ setupInput: o,
8
+ setupInputIcon: p,
9
+ inputHint: _,
10
10
  setupButton: c,
11
11
  setupErrorMsg: r,
12
- setupSuccessMsg: d,
13
- setupInfoBox: S,
14
- loadingSpinner: l
12
+ setupSuccessMsg: a,
13
+ setupInfoBox: g,
14
+ loadingSpinner: i
15
15
  };
16
16
  export {
17
- g as default,
18
- n as inputHint,
19
- l as loadingSpinner,
17
+ I as default,
18
+ _ as inputHint,
19
+ i as loadingSpinner,
20
20
  c as setupButton,
21
- u as setupContainer,
21
+ e as setupContainer,
22
22
  r as setupErrorMsg,
23
- s as setupForm,
24
- _ as setupHeader,
25
- S as setupInfoBox,
26
- p as setupInput,
27
- o as setupInputIcon,
28
- e as setupLogo,
23
+ u as setupForm,
24
+ n as setupHeader,
25
+ g as setupInfoBox,
26
+ o as setupInput,
27
+ p as setupInputIcon,
28
+ s as setupLogo,
29
29
  t as setupPage,
30
- d as setupSuccessMsg
30
+ a as setupSuccessMsg
31
31
  };
32
32
  //# sourceMappingURL=Setup.module.scss.js.map
@@ -1,4 +1,4 @@
1
- const e = "Sources-module__devices___lLB3H", s = "Sources-module__deviceItems___L81MD", c = "Sources-module__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-module__storages___ltLU7", t = "Storages-module__storageItems___-YvOF", e = "Storages-module__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