@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,60 +1,60 @@
1
- const t = "_field_3bJEA", e = "_fieldErrorLabel_o5pot", n = "_fieldNotice_XE5Uw", o = "_label_JfJ95", i = "_forgetByAgeField_ZvwFz", c = "_customPolicyOption_GftKb", s = "_advancedTabContent_eWUVt", a = "_advancedTabs_DbbZa", r = "_advancedTabActive_4tUGC", _ = "_advancedSettingsSelect_kUe4l", d = "_eventTabs_pPgxA", p = "_eventTab_UAr-B", l = "_eventTabHead_lSGsn", T = "_eventTabHeadTitle_GcWOr", b = "_eventTabContent_mxgTT", v = "_addScriptButton_STRir", S = "_scriptItem_2vm6Q", m = "_scriptHeader_V7SBN", u = "_scriptTitle_gf0zY", g = "_scriptPositionControls_bbfls", f = "_scriptFooter_LI3S7", O = "_scriptOptions_plZ8B", C = "_scriptOptionCheckbox_3TQHs", B = "_removeScriptButton_6G-aR", A = "_scriptOptionTimeout_kSVAJ", H = "_hasTimeOutSettings_6t7-L", F = "_timeoutSettings_j4jAm", P = {
1
+ const t = "_field_iuTST", e = "_fieldErrorLabel_9GA13", o = "_fieldNotice_BwoHL", n = "_label_hKAbV", i = "_forgetByAgeField_kuKyc", c = "_customPolicyOption_WnSsE", s = "_advancedTabContent_he3Md", a = "_advancedTabs_qQ4AM", r = "_advancedTabActive_S680N", d = "_advancedSettingsSelect_4Q4o6", _ = "_eventTabs_nOsox", p = "_eventTab_jmv9a", l = "_eventTabHead_vgvHA", T = "_eventTabHeadTitle_Gg94n", v = "_eventTabContent_2yMkG", b = "_addScriptButton_wuxMc", u = "_scriptItem_kLxsY", m = "_scriptHeader_oYdjr", S = "_scriptTitle_9Ylom", g = "_scriptPositionControls_jNd27", O = "_scriptFooter_hAd14", f = "_scriptOptions_aKoeM", A = "_scriptOptionCheckbox_otkpj", C = "_removeScriptButton_eA3MU", H = "_scriptOptionTimeout_GwG6x", B = "_hasTimeOutSettings_IWAim", h = "_timeoutSettings_4x4ru", x = {
2
2
  field: t,
3
3
  fieldErrorLabel: e,
4
- fieldNotice: n,
5
- label: o,
4
+ fieldNotice: o,
5
+ label: n,
6
6
  forgetByAgeField: i,
7
7
  customPolicyOption: c,
8
8
  advancedTabContent: s,
9
9
  advancedTabs: a,
10
10
  advancedTabActive: r,
11
- advancedSettingsSelect: _,
12
- eventTabs: d,
11
+ advancedSettingsSelect: d,
12
+ eventTabs: _,
13
13
  eventTab: p,
14
14
  eventTabHead: l,
15
15
  eventTabHeadTitle: T,
16
- eventTabContent: b,
17
- addScriptButton: v,
18
- scriptItem: S,
16
+ eventTabContent: v,
17
+ addScriptButton: b,
18
+ scriptItem: u,
19
19
  scriptHeader: m,
20
- scriptTitle: u,
20
+ scriptTitle: S,
21
21
  scriptPositionControls: g,
22
- scriptFooter: f,
23
- scriptOptions: O,
24
- scriptOptionCheckbox: C,
25
- removeScriptButton: B,
26
- scriptOptionTimeout: A,
27
- hasTimeOutSettings: H,
28
- timeoutSettings: F
22
+ scriptFooter: O,
23
+ scriptOptions: f,
24
+ scriptOptionCheckbox: A,
25
+ removeScriptButton: C,
26
+ scriptOptionTimeout: H,
27
+ hasTimeOutSettings: B,
28
+ timeoutSettings: h
29
29
  };
30
30
  export {
31
- v as addScriptButton,
32
- _ as advancedSettingsSelect,
31
+ b as addScriptButton,
32
+ d as advancedSettingsSelect,
33
33
  r as advancedTabActive,
34
34
  s as advancedTabContent,
35
35
  a as advancedTabs,
36
36
  c as customPolicyOption,
37
- P as default,
37
+ x as default,
38
38
  p as eventTab,
39
- b as eventTabContent,
39
+ v as eventTabContent,
40
40
  l as eventTabHead,
41
41
  T as eventTabHeadTitle,
42
- d as eventTabs,
42
+ _ as eventTabs,
43
43
  t as field,
44
44
  e as fieldErrorLabel,
45
- n as fieldNotice,
45
+ o as fieldNotice,
46
46
  i as forgetByAgeField,
47
- H as hasTimeOutSettings,
48
- o as label,
49
- B as removeScriptButton,
50
- f as scriptFooter,
47
+ B as hasTimeOutSettings,
48
+ n as label,
49
+ C as removeScriptButton,
50
+ O as scriptFooter,
51
51
  m as scriptHeader,
52
- S as scriptItem,
53
- C as scriptOptionCheckbox,
54
- A as scriptOptionTimeout,
55
- O as scriptOptions,
52
+ u as scriptItem,
53
+ A as scriptOptionCheckbox,
54
+ H as scriptOptionTimeout,
55
+ f as scriptOptions,
56
56
  g as scriptPositionControls,
57
- u as scriptTitle,
58
- F as timeoutSettings
57
+ S as scriptTitle,
58
+ h as timeoutSettings
59
59
  };
60
60
  //# sourceMappingURL=PlanSettings.module.scss.js.map
@@ -1,4 +1,4 @@
1
- const s = "_planStats_h2ymi", t = "_widgetTitle_nxG-i", o = "_sources_xhbyX", n = "_snapshots_Q-aWm", e = "_health_FjQ63", a = "_sourceContent_-GEZd", c = "_sourceArrow_A4kJH", r = "_snapshotsContent_zQmF6", _ = {
1
+ const s = "_planStats_Wa7Nw", t = "_widgetTitle_nMFL3", o = "_sources_mEh1x", n = "_snapshots_j4WO4", e = "_health_WLxE7", a = "_sourceContent_IVx9v", c = "_sourceArrow_L93n4", r = "_snapshotsContent_oCZ63", _ = {
2
2
  planStats: s,
3
3
  widgetTitle: t,
4
4
  sources: o,
@@ -1,4 +1,4 @@
1
- const e = "_preview_QXOWg", r = "_previewWrapper_skKOD", p = "_previewBrowser_oVOJp", w = "_previewHeader_P-LIN", s = "_closePreview_5OQrD", i = {
1
+ const e = "_preview_kYVPx", r = "_previewWrapper_m7xqc", p = "_previewBrowser_cysTm", w = "_previewHeader_1h43E", s = "_closePreview_gGG5P", i = {
2
2
  preview: e,
3
3
  previewWrapper: r,
4
4
  previewBrowser: p,
@@ -1,12 +1,12 @@
1
- const e = "_restoreFileSelector_PdjDJ", t = "_restoredFileBrowser_Q1zPq", o = "_loader_5Hce6", s = "_toolbar_HIvsW", r = "_toolbarRight_7bW-f", l = "_search_DYPWL", c = "_toolbarLeft_EHRLt", i = "_stats_c80yc", _ = "_excludedStat_iH7BZ", n = "_browserContent_iYHo-", a = "_sidebar_sMQ3E", d = "_sidebarHeader_2L3HG", f = "_directory_oldaM", b = "_toggleButton_ac34d", g = "_togglePlaceholder_mamQT", m = "_dirName_6oTlJ", S = "_directoryEmpty_5OzH-", y = "_selected_PLA-3", L = "_notSelectable_C4XE0", p = "_content_TdkIx", u = "_fileList_7osHw", B = "_header_NwDRM", h = "_activeSort_pjsEd", H = "_fileListEmpty_q5L5l", E = "_file_yq8jM", w = "_fileIsDir_wfgc5", M = "_fileName_l2xZr", R = "_fileModified_x9-VK", v = "_fileRemoved_6Vzp2", x = "_selectButton_TUwU2", N = "_goUpButton_HMQZp", P = "_fileSize_oT-Ee", z = {
1
+ const e = "_restoreFileSelector_2yMzU", t = "_restoredFileBrowser_lhuhr", o = "_loader_LRDCX", r = "_toolbar_fkN39", s = "_toolbarRight_OmKp6", l = "_search_iRbDT", i = "_toolbarLeft_jYZiP", c = "_stats_Nev0n", _ = "_excludedStat_Sg5Ma", n = "_browserContent_TaumJ", a = "_sidebar_qiaUX", d = "_sidebarHeader_bAG9c", f = "_directory_EmcP9", b = "_toggleButton_yeRLq", g = "_togglePlaceholder_poVnO", m = "_dirName_HrfCx", u = "_directoryEmpty_gbBnY", S = "_selected_uDfXp", h = "_notSelectable_2i7O4", y = "_content_GoHpe", p = "_fileList_3TxA6", B = "_header_zbb1F", L = "_activeSort_oGaou", x = "_fileListEmpty_2EwPx", F = "_file_oDLFi", R = "_fileIsDir_xMAG3", v = "_fileName_A024j", D = "_fileModified_yQxKz", E = "_fileRemoved_uYDMH", N = "_selectButton_veFdV", w = "_goUpButton_fWhxX", M = "_fileSize_fm1U9", z = {
2
2
  restoreFileSelector: e,
3
3
  restoredFileBrowser: t,
4
4
  loader: o,
5
- toolbar: s,
6
- toolbarRight: r,
5
+ toolbar: r,
6
+ toolbarRight: s,
7
7
  search: l,
8
- toolbarLeft: c,
9
- stats: i,
8
+ toolbarLeft: i,
9
+ stats: c,
10
10
  excludedStat: _,
11
11
  browserContent: n,
12
12
  sidebar: a,
@@ -15,56 +15,56 @@ const e = "_restoreFileSelector_PdjDJ", t = "_restoredFileBrowser_Q1zPq", o = "_
15
15
  toggleButton: b,
16
16
  togglePlaceholder: g,
17
17
  dirName: m,
18
- directoryEmpty: S,
19
- selected: y,
20
- notSelectable: L,
21
- content: p,
22
- fileList: u,
18
+ directoryEmpty: u,
19
+ selected: S,
20
+ notSelectable: h,
21
+ content: y,
22
+ fileList: p,
23
23
  header: B,
24
- activeSort: h,
25
- fileListEmpty: H,
26
- file: E,
27
- fileIsDir: w,
28
- fileName: M,
29
- fileModified: R,
30
- fileRemoved: v,
31
- selectButton: x,
32
- goUpButton: N,
33
- fileSize: P
24
+ activeSort: L,
25
+ fileListEmpty: x,
26
+ file: F,
27
+ fileIsDir: R,
28
+ fileName: v,
29
+ fileModified: D,
30
+ fileRemoved: E,
31
+ selectButton: N,
32
+ goUpButton: w,
33
+ fileSize: M
34
34
  };
35
35
  export {
36
- h as activeSort,
36
+ L as activeSort,
37
37
  n as browserContent,
38
- p as content,
38
+ y as content,
39
39
  z as default,
40
40
  m as dirName,
41
41
  f as directory,
42
- S as directoryEmpty,
42
+ u as directoryEmpty,
43
43
  _ as excludedStat,
44
- E as file,
45
- w as fileIsDir,
46
- u as fileList,
47
- H as fileListEmpty,
48
- R as fileModified,
49
- M as fileName,
50
- v as fileRemoved,
51
- P as fileSize,
52
- N as goUpButton,
44
+ F as file,
45
+ R as fileIsDir,
46
+ p as fileList,
47
+ x as fileListEmpty,
48
+ D as fileModified,
49
+ v as fileName,
50
+ E as fileRemoved,
51
+ M as fileSize,
52
+ w as goUpButton,
53
53
  B as header,
54
54
  o as loader,
55
- L as notSelectable,
55
+ h as notSelectable,
56
56
  e as restoreFileSelector,
57
57
  t as restoredFileBrowser,
58
58
  l as search,
59
- x as selectButton,
60
- y as selected,
59
+ N as selectButton,
60
+ S as selected,
61
61
  a as sidebar,
62
62
  d as sidebarHeader,
63
- i as stats,
63
+ c as stats,
64
64
  b as toggleButton,
65
65
  g as togglePlaceholder,
66
- s as toolbar,
67
- c as toolbarLeft,
68
- r as toolbarRight
66
+ r as toolbar,
67
+ i as toolbarLeft,
68
+ s as toolbarRight
69
69
  };
70
70
  //# sourceMappingURL=RestoreFileSelector.module.scss.js.map
@@ -1,6 +1,6 @@
1
- const t = "_restoreWizard_4m8hj", e = "_content_jHvoS", o = "_header_ydqLY", s = "_close_8yKu8", r = "_steps_8HIlf", n = "_stepCurrent_PJEgC", c = "_stepPassed_NxTaD", _ = "_stepContent_Xsvjt", i = "_step_Yz6zk", p = "_settingBlock_jUI3H", a = "_label_9Cz6-", l = "_fileManagerBtn_8o61m", k = "_settingBlockError_o6-Dt", g = "_restoreSuccessMsg_DA2aI", b = "_preview_htyX-", h = "_previewError_7rlV4", B = "_previewButton_FK1uV", u = "_previewEmpty_NGITT", v = "_restoreConfirm_2R1T0", f = "_restoreButton_atX0I", d = "_restoreError_BSQ5N", x = "_footer_oqm4K", E = "_backButton_i7psR", w = "_footerRight_VG-zy", S = "_restoreDisabled_jk3If", C = "_checkboxSettings_2kVU2", m = "_checkboxSettingsOpts_Yo3Xm", O = "_checkboxOption_Xh3NS", y = "_checkboxOptionActive_eMUyW", z = {
2
- restoreWizard: t,
3
- content: e,
1
+ const e = "_restoreWizard_KGWpx", t = "_content_AswkJ", o = "_header_ayY04", s = "_close_8zkpb", r = "_steps_EDlmx", n = "_stepCurrent_oZibL", c = "_stepPassed_jpn21", _ = "_stepContent_8lVVe", i = "_step_GxqIJ", p = "_settingBlock_xzQFn", a = "_label_VklwL", l = "_fileManagerBtn_tnJQK", x = "_settingBlockError_TUxCw", b = "_restoreSuccessMsg_ef74H", k = "_preview_zxuZx", g = "_previewError_nCdWT", u = "_previewButton_fe66L", h = "_previewEmpty_73FwN", w = "_restoreConfirm_q5DxC", B = "_restoreButton_wsQwx", f = "_restoreError_KFMAT", v = "_footer_1xbCT", C = "_backButton_8xJPe", d = "_footerRight_shYoC", E = "_restoreDisabled_XZ7tA", O = "_checkboxSettings_xI3Cw", S = "_checkboxSettingsOpts_Xs7uu", m = "_checkboxOption_zWuFB", z = "_checkboxOptionActive_745yU", M = {
2
+ restoreWizard: e,
3
+ content: t,
4
4
  header: o,
5
5
  close: s,
6
6
  steps: r,
@@ -11,50 +11,50 @@ const t = "_restoreWizard_4m8hj", e = "_content_jHvoS", o = "_header_ydqLY", s =
11
11
  settingBlock: p,
12
12
  label: a,
13
13
  fileManagerBtn: l,
14
- settingBlockError: k,
15
- restoreSuccessMsg: g,
16
- preview: b,
17
- previewError: h,
18
- previewButton: B,
19
- previewEmpty: u,
20
- restoreConfirm: v,
21
- restoreButton: f,
22
- restoreError: d,
23
- footer: x,
24
- backButton: E,
25
- footerRight: w,
26
- restoreDisabled: S,
27
- checkboxSettings: C,
28
- checkboxSettingsOpts: m,
29
- checkboxOption: O,
30
- checkboxOptionActive: y
14
+ settingBlockError: x,
15
+ restoreSuccessMsg: b,
16
+ preview: k,
17
+ previewError: g,
18
+ previewButton: u,
19
+ previewEmpty: h,
20
+ restoreConfirm: w,
21
+ restoreButton: B,
22
+ restoreError: f,
23
+ footer: v,
24
+ backButton: C,
25
+ footerRight: d,
26
+ restoreDisabled: E,
27
+ checkboxSettings: O,
28
+ checkboxSettingsOpts: S,
29
+ checkboxOption: m,
30
+ checkboxOptionActive: z
31
31
  };
32
32
  export {
33
- E as backButton,
34
- O as checkboxOption,
35
- y as checkboxOptionActive,
36
- C as checkboxSettings,
37
- m as checkboxSettingsOpts,
33
+ C as backButton,
34
+ m as checkboxOption,
35
+ z as checkboxOptionActive,
36
+ O as checkboxSettings,
37
+ S as checkboxSettingsOpts,
38
38
  s as close,
39
- e as content,
40
- z as default,
39
+ t as content,
40
+ M as default,
41
41
  l as fileManagerBtn,
42
- x as footer,
43
- w as footerRight,
42
+ v as footer,
43
+ d as footerRight,
44
44
  o as header,
45
45
  a as label,
46
- b as preview,
47
- B as previewButton,
48
- u as previewEmpty,
49
- h as previewError,
50
- f as restoreButton,
51
- v as restoreConfirm,
52
- S as restoreDisabled,
53
- d as restoreError,
54
- g as restoreSuccessMsg,
55
- t as restoreWizard,
46
+ k as preview,
47
+ u as previewButton,
48
+ h as previewEmpty,
49
+ g as previewError,
50
+ B as restoreButton,
51
+ w as restoreConfirm,
52
+ E as restoreDisabled,
53
+ f as restoreError,
54
+ b as restoreSuccessMsg,
55
+ e as restoreWizard,
56
56
  p as settingBlock,
57
- k as settingBlockError,
57
+ x as settingBlockError,
58
58
  i as step,
59
59
  _ as stepContent,
60
60
  n as stepCurrent,
@@ -1,4 +1,4 @@
1
- const t = "_restoredFileBrowser_uySxD", e = "_toolbar_lr39C", o = "_toolbarRight_CS77I", s = "_filters_LfvbK", r = "_search_blkbR", i = "_toolbarLeft_bZ8yl", n = "_stats_XSlgc", _ = "_browserContent_FkI9V", c = "_sidebar_pAJQ2", l = "_sidebarHeader_DLB32", a = "_directory_sOPZo", d = "_toggleButton_P-qP8", f = "_togglePlaceholder_-NCBY", b = "_dirName_ZdJZa", g = "_notification_ZCyrm", u = "_directoryEmpty_0VChM", h = "_selected_FiVD2", y = "_content_XutVq", p = "_fileList_CxOAt", m = "_header_uvs3M", B = "_fileListEmpty_D-Kdw", L = "_file_2l34o", w = "_fileIsDir_O-esL", F = "_fileName_WBN0T", C = "_status_LdJOF", I = "_restored_13n6R", N = "_updated_P8q3K", D = "_unchanged_eFBsJ", E = "_goUpButton_EuWAs", P = "_newFileIndicator_rRiHT", R = "_fileSize_G--kq", S = {
1
+ const t = "_restoredFileBrowser_oZpnx", e = "_toolbar_tUwz5", o = "_toolbarRight_0ebfR", s = "_filters_P955R", r = "_search_6MTYJ", i = "_toolbarLeft_uQTib", n = "_stats_jbThB", c = "_browserContent_4ieoi", _ = "_sidebar_xPqAA", l = "_sidebarHeader_b57vR", a = "_directory_HaQOn", d = "_toggleButton_YESqv", f = "_togglePlaceholder_kNkAi", b = "_dirName_S5BzD", g = "_notification_3DeyX", u = "_directoryEmpty_jusK8", h = "_selected_wAlm4", p = "_content_0Ux0l", m = "_fileList_iXPrf", y = "_header_xlPmv", B = "_fileListEmpty_Tcepx", w = "_file_vner7", L = "_fileIsDir_M1rgZ", N = "_fileName_hAFdu", P = "_status_ZzZVg", R = "_restored_mRRQL", E = "_updated_pWBuB", F = "_unchanged_i2OsP", x = "_goUpButton_vVYc9", z = "_newFileIndicator_ohqb3", I = "_fileSize_kN7yn", v = {
2
2
  restoredFileBrowser: t,
3
3
  toolbar: e,
4
4
  toolbarRight: o,
@@ -6,8 +6,8 @@ const t = "_restoredFileBrowser_uySxD", e = "_toolbar_lr39C", o = "_toolbarRight
6
6
  search: r,
7
7
  toolbarLeft: i,
8
8
  stats: n,
9
- browserContent: _,
10
- sidebar: c,
9
+ browserContent: c,
10
+ sidebar: _,
11
11
  sidebarHeader: l,
12
12
  directory: a,
13
13
  toggleButton: d,
@@ -16,53 +16,53 @@ const t = "_restoredFileBrowser_uySxD", e = "_toolbar_lr39C", o = "_toolbarRight
16
16
  notification: g,
17
17
  directoryEmpty: u,
18
18
  selected: h,
19
- content: y,
20
- fileList: p,
21
- header: m,
19
+ content: p,
20
+ fileList: m,
21
+ header: y,
22
22
  fileListEmpty: B,
23
- file: L,
24
- fileIsDir: w,
25
- fileName: F,
26
- status: C,
27
- restored: I,
28
- updated: N,
29
- unchanged: D,
30
- goUpButton: E,
31
- newFileIndicator: P,
32
- fileSize: R
23
+ file: w,
24
+ fileIsDir: L,
25
+ fileName: N,
26
+ status: P,
27
+ restored: R,
28
+ updated: E,
29
+ unchanged: F,
30
+ goUpButton: x,
31
+ newFileIndicator: z,
32
+ fileSize: I
33
33
  };
34
34
  export {
35
- _ as browserContent,
36
- y as content,
37
- S as default,
35
+ c as browserContent,
36
+ p as content,
37
+ v as default,
38
38
  b as dirName,
39
39
  a as directory,
40
40
  u as directoryEmpty,
41
- L as file,
42
- w as fileIsDir,
43
- p as fileList,
41
+ w as file,
42
+ L as fileIsDir,
43
+ m as fileList,
44
44
  B as fileListEmpty,
45
- F as fileName,
46
- R as fileSize,
45
+ N as fileName,
46
+ I as fileSize,
47
47
  s as filters,
48
- E as goUpButton,
49
- m as header,
50
- P as newFileIndicator,
48
+ x as goUpButton,
49
+ y as header,
50
+ z as newFileIndicator,
51
51
  g as notification,
52
- I as restored,
52
+ R as restored,
53
53
  t as restoredFileBrowser,
54
54
  r as search,
55
55
  h as selected,
56
- c as sidebar,
56
+ _ as sidebar,
57
57
  l as sidebarHeader,
58
58
  n as stats,
59
- C as status,
59
+ P as status,
60
60
  d as toggleButton,
61
61
  f as togglePlaceholder,
62
62
  e as toolbar,
63
63
  i as toolbarLeft,
64
64
  o as toolbarRight,
65
- D as unchanged,
66
- N as updated
65
+ F as unchanged,
66
+ E as updated
67
67
  };
68
68
  //# sourceMappingURL=RestoredFileBrowser.module.scss.js.map
@@ -1,8 +1,8 @@
1
- const e = "_field_gbwZl", l = {
1
+ const e = "_field_Zukog", s = {
2
2
  field: e
3
3
  };
4
4
  export {
5
- l as default,
5
+ s as default,
6
6
  e as field
7
7
  };
8
8
  //# sourceMappingURL=GeneralSettings.module.scss.js.map
@@ -1,12 +1,12 @@
1
- const t = "_integrations_mAghJ", n = "_field_W0k8x", a = "_validateBtn_Zo78X", e = {
1
+ const t = "_integrations_gdTNy", a = "_field_8lYva", n = "_validateBtn_xD7dP", e = {
2
2
  integrations: t,
3
- field: n,
4
- validateBtn: a
3
+ field: a,
4
+ validateBtn: n
5
5
  };
6
6
  export {
7
7
  e as default,
8
- n as field,
8
+ a as field,
9
9
  t as integrations,
10
- a as validateBtn
10
+ n as validateBtn
11
11
  };
12
12
  //# sourceMappingURL=IntegrationSettings.module.scss.js.map
@@ -1,4 +1,4 @@
1
- const t = "_skeletonItems_JKfV8", e = "_skeletonItem_56yT7", s = "_leftContent_Wivq9", n = "_status_KOjwt", o = "_content_fQAEe", _ = "_title_fMNWv", c = "_sources_bUWOg", l = "_rightContent_5szGh", r = "_grid_SBnBr", i = "_history_tpe9V", f = {
1
+ const t = "_skeletonItems_c4dK5", e = "_skeletonItem_6T37o", s = "_leftContent_7RmmV", n = "_status_Rq5vz", o = "_content_nd759", _ = "_title_jCXLU", c = "_sources_TWd1a", l = "_rightContent_FRumk", i = "_grid_iAJ69", r = "_history_5xCTx", m = {
2
2
  skeletonItems: t,
3
3
  skeletonItem: e,
4
4
  leftContent: s,
@@ -7,14 +7,14 @@ const t = "_skeletonItems_JKfV8", e = "_skeletonItem_56yT7", s = "_leftContent_W
7
7
  title: _,
8
8
  sources: c,
9
9
  rightContent: l,
10
- grid: r,
11
- history: i
10
+ grid: i,
11
+ history: r
12
12
  };
13
13
  export {
14
14
  o as content,
15
- f as default,
16
- r as grid,
17
- i as history,
15
+ m as default,
16
+ i as grid,
17
+ r as history,
18
18
  s as leftContent,
19
19
  l as rightContent,
20
20
  e as skeletonItem,
@@ -1,4 +1,4 @@
1
- const t = "_loader_S-iBg", o = "_field_X0CFQ", e = "_fieldErrorLabel_fvRqq", a = "_label_1bwDs", n = "_input_-lgKY", c = "_inputHasError_--aeQ", d = "_storageType_JemC-", s = "_createButton_FITQ9", r = "_advancedOptions_-dbE2", _ = "_advancedButton_HLFcy", l = "_advancedButtonActive_E0gb9", i = "_authSettings_5Vua9", u = "_oauthDoc_cDim7", p = "_codeBlock_x71oQ", v = {
1
+ const t = "_loader_B52fX", o = "_field_zaDNz", e = "_fieldErrorLabel_d9vjx", a = "_label_QEGc3", n = "_input_wJkqZ", c = "_inputHasError_8YtvI", d = "_storageType_0wVcu", s = "_createButton_gxr85", r = "_advancedOptions_xjBKO", _ = "_advancedButton_Wm1YO", l = "_advancedButtonActive_w9I6E", u = "_authSettings_ethz1", i = "_oauthDoc_cCDGb", v = "_codeBlock_8rMRx", B = {
2
2
  loader: t,
3
3
  field: o,
4
4
  fieldErrorLabel: e,
@@ -10,25 +10,25 @@ const t = "_loader_S-iBg", o = "_field_X0CFQ", e = "_fieldErrorLabel_fvRqq", a =
10
10
  advancedOptions: r,
11
11
  advancedButton: _,
12
12
  advancedButtonActive: l,
13
- authSettings: i,
14
- oauthDoc: u,
15
- codeBlock: p
13
+ authSettings: u,
14
+ oauthDoc: i,
15
+ codeBlock: v
16
16
  };
17
17
  export {
18
18
  _ as advancedButton,
19
19
  l as advancedButtonActive,
20
20
  r as advancedOptions,
21
- i as authSettings,
22
- p as codeBlock,
21
+ u as authSettings,
22
+ v as codeBlock,
23
23
  s as createButton,
24
- v as default,
24
+ B as default,
25
25
  o as field,
26
26
  e as fieldErrorLabel,
27
27
  n as input,
28
28
  c as inputHasError,
29
29
  a as label,
30
30
  t as loader,
31
- u as oauthDoc,
31
+ i as oauthDoc,
32
32
  d as storageType
33
33
  };
34
34
  //# sourceMappingURL=AddStorage.module.scss.js.map
@@ -1,8 +1,8 @@
1
- const t = "_storage_86hwJ", n = "_storageEditing_buFWB", e = "_leftContent_HhG4p", o = "_rightContent_8-52g", s = "_storageType_lGMZg", r = "_content_GHza-", i = "_title_-gkwR", _ = "_info_-1zlf", g = "_moreBtn_fL2Js", c = "_moreBtnActive_YUB8a", a = "_settings_GcRtP", l = "_verifyModalContent_-64Ti", f = "_storageGrid_28nrV", d = {
1
+ const t = "_storage_D1tgb", n = "_storageEditing_xmrdI", o = "_leftContent_r8NPg", e = "_rightContent_pE8iA", s = "_storageType_87xjo", r = "_content_VggIZ", i = "_title_zuDLM", _ = "_info_hYP1D", g = "_moreBtn_o9yFa", c = "_moreBtnActive_LPCm8", a = "_settings_0LUaN", l = "_verifyModalContent_wC0Di", d = "_storageGrid_plfEw", f = {
2
2
  storage: t,
3
3
  storageEditing: n,
4
- leftContent: e,
5
- rightContent: o,
4
+ leftContent: o,
5
+ rightContent: e,
6
6
  storageType: s,
7
7
  content: r,
8
8
  title: i,
@@ -11,20 +11,20 @@ const t = "_storage_86hwJ", n = "_storageEditing_buFWB", e = "_leftContent_HhG4p
11
11
  moreBtnActive: c,
12
12
  settings: a,
13
13
  verifyModalContent: l,
14
- storageGrid: f
14
+ storageGrid: d
15
15
  };
16
16
  export {
17
17
  r as content,
18
- d as default,
18
+ f as default,
19
19
  _ as info,
20
- e as leftContent,
20
+ o as leftContent,
21
21
  g as moreBtn,
22
22
  c as moreBtnActive,
23
- o as rightContent,
23
+ e as rightContent,
24
24
  a as settings,
25
25
  t as storage,
26
26
  n as storageEditing,
27
- f as storageGrid,
27
+ d as storageGrid,
28
28
  s as storageType,
29
29
  i as title,
30
30
  l as verifyModalContent
@@ -1,4 +1,4 @@
1
- const e = "_field_a53P5", s = {
1
+ const e = "_field_gj0UM", s = {
2
2
  field: e
3
3
  };
4
4
  export {
@@ -1,16 +1,16 @@
1
- const s = "_loader_NjQYS", r = "_error_YJhPm", c = "_success_Oi9Wr", o = "_actions_AWph5", e = "_dangerBtn_B214p", n = {
1
+ const s = "_loader_eAxG7", e = "_error_T3ToL", o = "_success_JCZFx", c = "_actions_xpxeY", r = "_dangerBtn_ThSBO", n = {
2
2
  loader: s,
3
- error: r,
4
- success: c,
5
- actions: o,
6
- dangerBtn: e
3
+ error: e,
4
+ success: o,
5
+ actions: c,
6
+ dangerBtn: r
7
7
  };
8
8
  export {
9
- o as actions,
10
- e as dangerBtn,
9
+ c as actions,
10
+ r as dangerBtn,
11
11
  n as default,
12
- r as error,
12
+ e as error,
13
13
  s as loader,
14
- c as success
14
+ o as success
15
15
  };
16
16
  //# sourceMappingURL=ActionModal.module.scss.js.map
@@ -1,30 +1,30 @@
1
- const e = "_animatedWrapper_dOED3", s = "_absolute_m-nf6", t = "_fade_m1Wzp", l = "_active_6VRhx", d = "_slide-up_tQLkK", i = "_slide-down_4Z-Lj", a = "_slide-left_sUf-y", _ = "_slide-right_w46pl", o = "_scale_hVxRa", n = "_rotate_cPDL1", c = {
1
+ const e = "_animatedWrapper_35x4n", s = "_absolute_4dy4r", t = "_fade_kQVmu", d = "_active_QCVfW", i = "_slide-up_BNQx3", l = "_slide-down_Ov6QN", _ = "_slide-left_JSu7S", a = "_slide-right_yhSI9", o = "_scale_s8S5d", n = "_rotate_qzBQU", c = {
2
2
  animatedWrapper: e,
3
3
  absolute: s,
4
4
  fade: t,
5
- active: l,
6
- "slide-up": "_slide-up_tQLkK",
7
- slideUp: d,
8
- "slide-down": "_slide-down_4Z-Lj",
9
- slideDown: i,
10
- "slide-left": "_slide-left_sUf-y",
11
- slideLeft: a,
12
- "slide-right": "_slide-right_w46pl",
13
- slideRight: _,
5
+ active: d,
6
+ "slide-up": "_slide-up_BNQx3",
7
+ slideUp: i,
8
+ "slide-down": "_slide-down_Ov6QN",
9
+ slideDown: l,
10
+ "slide-left": "_slide-left_JSu7S",
11
+ slideLeft: _,
12
+ "slide-right": "_slide-right_yhSI9",
13
+ slideRight: a,
14
14
  scale: o,
15
15
  rotate: n
16
16
  };
17
17
  export {
18
18
  s as absolute,
19
- l as active,
19
+ d as active,
20
20
  e as animatedWrapper,
21
21
  c as default,
22
22
  t as fade,
23
23
  n as rotate,
24
24
  o as scale,
25
- i as slideDown,
26
- a as slideLeft,
27
- _ as slideRight,
28
- d as slideUp
25
+ l as slideDown,
26
+ _ as slideLeft,
27
+ a as slideRight,
28
+ i as slideUp
29
29
  };
30
30
  //# sourceMappingURL=AnimatedWrapper.module.scss.js.map