@layers-app/shared 0.3.1 → 0.3.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 (92) hide show
  1. package/dist/assets/default-workspace-avatar.jpg.js +1 -1
  2. package/dist/components/AnimatedFigurePage/AnimatedFigurePage.module.css.js +14 -14
  3. package/dist/components/AppContainer/AppContainer.module.css.js +1 -1
  4. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +1 -1
  5. package/dist/components/AppShell/AppShell.module.css.js +5 -5
  6. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +4 -4
  7. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +14 -14
  8. package/dist/components/AttachmentsPreview/AttachmentsPreview.module.css.js +1 -1
  9. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +8 -8
  10. package/dist/components/CollapsibleContainer/CollapsibleContainer.module.css.js +1 -1
  11. package/dist/components/ColorPicker/ColorPicker.d.ts +9 -1
  12. package/dist/components/ColorPicker/ColorPicker.d.ts.map +1 -1
  13. package/dist/components/ColorPicker/ColorPicker.js +88 -74
  14. package/dist/components/ColorPicker/ColorPicker.module.css.js +31 -0
  15. package/dist/components/ColorPicker/ColorPickerList.d.ts +6 -0
  16. package/dist/components/ColorPicker/ColorPickerList.d.ts.map +1 -0
  17. package/dist/components/ColorPicker/ColorPickerList.js +134 -0
  18. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts +13 -0
  19. package/dist/components/ColorPicker/ColorPickerToolbar.d.ts.map +1 -0
  20. package/dist/components/ColorPicker/ColorPickerToolbar.js +132 -0
  21. package/dist/components/ColorPicker/icons.d.ts +11 -0
  22. package/dist/components/ColorPicker/icons.d.ts.map +1 -0
  23. package/dist/components/ColorPicker/icons.js +71 -0
  24. package/dist/components/ColorPicker/types.d.ts +49 -0
  25. package/dist/components/ColorPicker/types.d.ts.map +1 -0
  26. package/dist/components/ColorPicker/types.js +10 -0
  27. package/dist/components/ColorPicker/useRecentColors.d.ts +13 -0
  28. package/dist/components/ColorPicker/useRecentColors.d.ts.map +1 -0
  29. package/dist/components/ColorPicker/useRecentColors.js +39 -0
  30. package/dist/components/CommentComposer/CommentComposer.module.css.js +4 -4
  31. package/dist/components/CommunitiesDialog/styles.module.css.js +1 -1
  32. package/dist/components/Copyright/Copyright.module.css.js +1 -1
  33. package/dist/components/CustomKBD/CustomKBD.module.css.js +1 -1
  34. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +8 -8
  35. package/dist/components/EntityTitle/EntityTitle.module.css.js +1 -1
  36. package/dist/components/ErrorPage/components/Error404.d.ts.map +1 -1
  37. package/dist/components/FeatureProgress/FeatureProgress.module.css.js +49 -49
  38. package/dist/components/FilePicker/FilePicker.d.ts +2 -4
  39. package/dist/components/FilePicker/FilePicker.d.ts.map +1 -1
  40. package/dist/components/FilePicker/FilePicker.js +226 -241
  41. package/dist/components/FilePicker/FilePicker.module.css.js +12 -14
  42. package/dist/components/FilePicker/FilePickerGallery.d.ts.map +1 -1
  43. package/dist/components/FilePicker/FilePickerGallery.js +34 -60
  44. package/dist/components/FilePicker/FilePickerGiphy.d.ts.map +1 -1
  45. package/dist/components/FilePicker/FilePickerGiphy.js +36 -35
  46. package/dist/components/FilePicker/FilePickerLink.d.ts.map +1 -1
  47. package/dist/components/FilePicker/FilePickerLink.js +23 -26
  48. package/dist/components/FilePicker/FilePickerUnsplash.d.ts.map +1 -1
  49. package/dist/components/FilePicker/FilePickerUnsplash.js +43 -42
  50. package/dist/components/FilePicker/FilePickerUpload.d.ts.map +1 -1
  51. package/dist/components/FilePicker/FilePickerUpload.js +35 -51
  52. package/dist/components/FilePicker/index.d.ts +0 -1
  53. package/dist/components/FilePicker/index.d.ts.map +1 -1
  54. package/dist/components/FormViewer/FormViewer.module.css.js +20 -20
  55. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +1 -1
  56. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +1 -1
  57. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +1 -1
  58. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +8 -8
  59. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +4 -4
  60. package/dist/components/FormViewer/store/formStore.d.ts.map +1 -1
  61. package/dist/components/ImageCropper/ImageCropper.module.css.js +38 -38
  62. package/dist/components/IntegrationFlowAnimation/IntegrationFlowAnimation.module.css.js +11 -11
  63. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +1 -1
  64. package/dist/components/Loaders/styles.module.css.js +6 -6
  65. package/dist/components/MediaLibrary/MediaLibrary.module.css.js +2 -2
  66. package/dist/components/NavMenu/NavMenu.module.css.js +12 -12
  67. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +2 -2
  68. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +11 -11
  69. package/dist/components/Notification/Notification.module.css.js +1 -1
  70. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +3 -3
  71. package/dist/components/OnBoarding/steps/styles.module.css.js +9 -9
  72. package/dist/components/OnBoarding/styles.module.css.js +7 -7
  73. package/dist/components/SearchFilters/SearchFilters.module.css.js +1 -1
  74. package/dist/components/SettingsSection/styles.module.css.js +1 -1
  75. package/dist/components/StorageUsageProgress/StorageUsageProgress.module.css.js +1 -1
  76. package/dist/components/TreeIndent/TreeIndent.module.css.js +4 -4
  77. package/dist/components/table/FrontTable.d.ts.map +1 -1
  78. package/dist/components/table/hooks/useColumnsResizing.d.ts.map +1 -1
  79. package/dist/helpers/showFeatureFeedback.module.css.js +4 -4
  80. package/dist/helpers/showNotifications.module.css.js +1 -1
  81. package/dist/index.css +1 -1
  82. package/dist/index.d.ts +5 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +472 -462
  85. package/dist/lang/locales/ui_en.json.js +15 -15
  86. package/dist/lang/locales/ui_es.json.js +11 -11
  87. package/dist/lang/locales/ui_ru.json.js +16 -16
  88. package/docs/README.md +499 -499
  89. package/package.json +75 -75
  90. package/dist/components/FilePicker/coverCollections.d.ts +0 -4
  91. package/dist/components/FilePicker/coverCollections.d.ts.map +0 -1
  92. package/dist/components/FilePicker/coverCollections.js +0 -164
@@ -1 +1 @@
1
- {"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"formStore.d.ts","sourceRoot":"","sources":["../../../../src/components/FormViewer/store/formStore.tsx"],"names":[],"mappings":"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"}
@@ -1,51 +1,51 @@
1
- const e = "_container_wajah_1", a = "_image_wajah_23", n = "_overlay_wajah_37", _ = "_circularOverlay_wajah_49", d = "_cropArea_wajah_65", h = "_dashedBorder_wajah_77", o = "_edgeLine_wajah_91", l = "_edgeLineTop_wajah_103", r = "_edgeLineBottom_wajah_119", c = "_edgeLineLeft_wajah_135", t = "_edgeLineRight_wajah_151", s = "_cornerHandle_wajah_167", g = "_cornerHandleArm_wajah_183", i = "_handleNW_wajah_213", j = "_handleNE_wajah_245", w = "_handleSW_wajah_277", L = "_handleSE_wajah_311", H = "_edgeHandle_wajah_343", m = "_edgeHandleBar_wajah_361", B = "_handleN_wajah_213", E = "_handleS_wajah_277", N = "_handleE_wajah_425", S = "_handleW_wajah_453", W = {
1
+ const e = "_container_z996o_1", n = "_image_z996o_12", o = "_overlay_z996o_19", _ = "_circularOverlay_z996o_25", d = "_cropArea_z996o_33", a = "_dashedBorder_z996o_39", l = "_edgeLine_z996o_46", r = "_edgeLineTop_z996o_52", c = "_edgeLineBottom_z996o_60", t = "_edgeLineLeft_z996o_68", s = "_edgeLineRight_z996o_76", h = "_cornerHandle_z996o_84", g = "_cornerHandleArm_z996o_92", i = "_handleNW_z996o_107", z = "_handleNE_z996o_123", L = "_handleSW_z996o_139", H = "_handleSE_z996o_156", m = "_edgeHandle_z996o_172", B = "_edgeHandleBar_z996o_181", E = "_handleN_z996o_107", N = "_handleS_z996o_139", S = "_handleE_z996o_213", W = "_handleW_z996o_227", p = {
2
2
  container: e,
3
- image: a,
4
- overlay: n,
3
+ image: n,
4
+ overlay: o,
5
5
  circularOverlay: _,
6
6
  cropArea: d,
7
- dashedBorder: h,
8
- edgeLine: o,
9
- edgeLineTop: l,
10
- edgeLineBottom: r,
11
- edgeLineLeft: c,
12
- edgeLineRight: t,
13
- cornerHandle: s,
7
+ dashedBorder: a,
8
+ edgeLine: l,
9
+ edgeLineTop: r,
10
+ edgeLineBottom: c,
11
+ edgeLineLeft: t,
12
+ edgeLineRight: s,
13
+ cornerHandle: h,
14
14
  cornerHandleArm: g,
15
15
  handleNW: i,
16
- handleNE: j,
17
- handleSW: w,
18
- handleSE: L,
19
- edgeHandle: H,
20
- edgeHandleBar: m,
21
- handleN: B,
22
- handleS: E,
23
- handleE: N,
24
- handleW: S
16
+ handleNE: z,
17
+ handleSW: L,
18
+ handleSE: H,
19
+ edgeHandle: m,
20
+ edgeHandleBar: B,
21
+ handleN: E,
22
+ handleS: N,
23
+ handleE: S,
24
+ handleW: W
25
25
  };
26
26
  export {
27
27
  _ as circularOverlay,
28
28
  e as container,
29
- s as cornerHandle,
29
+ h as cornerHandle,
30
30
  g as cornerHandleArm,
31
31
  d as cropArea,
32
- h as dashedBorder,
33
- W as default,
34
- H as edgeHandle,
35
- m as edgeHandleBar,
36
- o as edgeLine,
37
- r as edgeLineBottom,
38
- c as edgeLineLeft,
39
- t as edgeLineRight,
40
- l as edgeLineTop,
41
- N as handleE,
42
- B as handleN,
43
- j as handleNE,
32
+ a as dashedBorder,
33
+ p as default,
34
+ m as edgeHandle,
35
+ B as edgeHandleBar,
36
+ l as edgeLine,
37
+ c as edgeLineBottom,
38
+ t as edgeLineLeft,
39
+ s as edgeLineRight,
40
+ r as edgeLineTop,
41
+ S as handleE,
42
+ E as handleN,
43
+ z as handleNE,
44
44
  i as handleNW,
45
- E as handleS,
46
- L as handleSE,
47
- w as handleSW,
48
- S as handleW,
49
- a as image,
50
- n as overlay
45
+ N as handleS,
46
+ H as handleSE,
47
+ L as handleSW,
48
+ W as handleW,
49
+ n as image,
50
+ o as overlay
51
51
  };
@@ -1,19 +1,19 @@
1
- const n = "_particle_46hv8_93", o = "_iconContainer_46hv8_115", a = "_iconInner_46hv8_139", t = "_particleContainer_46hv8_163", i = "_animationRoot_46hv8_243", c = "_animationContainer_46hv8_251", e = "_backgroundImage_46hv8_271", r = {
1
+ const n = "_particle_12tge_47", t = "_iconContainer_12tge_58", o = "_iconInner_12tge_70", a = "_particleContainer_12tge_82", i = "_animationRoot_12tge_122", e = "_animationContainer_12tge_126", c = "_backgroundImage_12tge_136", r = {
2
2
  particle: n,
3
- iconContainer: o,
4
- iconInner: a,
5
- particleContainer: t,
3
+ iconContainer: t,
4
+ iconInner: o,
5
+ particleContainer: a,
6
6
  animationRoot: i,
7
- animationContainer: c,
8
- backgroundImage: e
7
+ animationContainer: e,
8
+ backgroundImage: c
9
9
  };
10
10
  export {
11
- c as animationContainer,
11
+ e as animationContainer,
12
12
  i as animationRoot,
13
- e as backgroundImage,
13
+ c as backgroundImage,
14
14
  r as default,
15
- o as iconContainer,
16
- a as iconInner,
15
+ t as iconContainer,
16
+ o as iconInner,
17
17
  n as particle,
18
- t as particleContainer
18
+ a as particleContainer
19
19
  };
@@ -1,4 +1,4 @@
1
- const c = "_image_12yhc_1", t = "_tickIcon_12yhc_13", o = {
1
+ const c = "_image_1gm7c_1", t = "_tickIcon_1gm7c_7", o = {
2
2
  image: c,
3
3
  tickIcon: t
4
4
  };
@@ -1,9 +1,9 @@
1
- const a = "_loader_1dlax_1", r = "_wrapper_1dlax_19", e = {
2
- loader: a,
3
- wrapper: r
1
+ const r = "_loader_b8num_1", e = "_wrapper_b8num_10", a = {
2
+ loader: r,
3
+ wrapper: e
4
4
  };
5
5
  export {
6
- e as default,
7
- a as loader,
8
- r as wrapper
6
+ a as default,
7
+ r as loader,
8
+ e as wrapper
9
9
  };
@@ -1,4 +1,4 @@
1
- const r = "_originalTab_60wsn_1", e = "_customTab_60wsn_13", t = "_headerRow_60wsn_33", a = "_rowGrid_60wsn_83", o = "_breadcrumbItem_60wsn_157", c = "_breadcrumbItemActive_60wsn_181", s = {
1
+ const r = "_originalTab_p74jz_1", e = "_customTab_p74jz_7", t = "_headerRow_p74jz_17", a = "_rowGrid_p74jz_42", o = "_breadcrumbItem_p74jz_79", c = "_breadcrumbItemActive_p74jz_91", b = {
2
2
  originalTab: r,
3
3
  customTab: e,
4
4
  headerRow: t,
@@ -10,7 +10,7 @@ export {
10
10
  o as breadcrumbItem,
11
11
  c as breadcrumbItemActive,
12
12
  e as customTab,
13
- s as default,
13
+ b as default,
14
14
  t as headerRow,
15
15
  r as originalTab,
16
16
  a as rowGrid
@@ -1,23 +1,23 @@
1
- const t = "_container_t27w5_1", e = "_depthBox_t27w5_25", n = "_itemContainer_t27w5_75", o = "_item_t27w5_75", _ = "_icon_t27w5_181", a = "_chevron_t27w5_189", c = "_droppable_t27w5_239", r = "_draggableOverlay_t27w5_353", i = "_editInput_t27w5_371", d = {
1
+ const t = "_container_1xsiz_1", e = "_depthBox_1xsiz_13", n = "_itemContainer_1xsiz_38", o = "_item_1xsiz_38", i = "_icon_1xsiz_91", _ = "_chevron_1xsiz_95", s = "_droppable_1xsiz_120", a = "_draggableOverlay_1xsiz_177", c = "_editInput_1xsiz_186", r = {
2
2
  container: t,
3
3
  depthBox: e,
4
4
  itemContainer: n,
5
5
  item: o,
6
- icon: _,
7
- chevron: a,
8
- droppable: c,
9
- draggableOverlay: r,
10
- editInput: i
6
+ icon: i,
7
+ chevron: _,
8
+ droppable: s,
9
+ draggableOverlay: a,
10
+ editInput: c
11
11
  };
12
12
  export {
13
- a as chevron,
13
+ _ as chevron,
14
14
  t as container,
15
- d as default,
15
+ r as default,
16
16
  e as depthBox,
17
- r as draggableOverlay,
18
- c as droppable,
19
- i as editInput,
20
- _ as icon,
17
+ a as draggableOverlay,
18
+ s as droppable,
19
+ c as editInput,
20
+ i as icon,
21
21
  o as item,
22
22
  n as itemContainer
23
23
  };
@@ -1,7 +1,7 @@
1
- const e = "_resizer_1qg2p_1", s = {
1
+ const e = "_resizer_hdrhk_1", r = {
2
2
  resizer: e
3
3
  };
4
4
  export {
5
- s as default,
5
+ r as default,
6
6
  e as resizer
7
7
  };
@@ -1,19 +1,19 @@
1
- const e = "_previewBoxTitle_p1noi_1", o = "_previewBox_p1noi_1", i = "_previewContainer_p1noi_89", n = "_previewHeader_p1noi_115", r = "_headerDot_p1noi_139", p = "_previewContent_p1noi_159", t = "_processing_p1noi_205", _ = {
1
+ const e = "_previewBoxTitle_1xmos_1", o = "_previewBox_1xmos_1", r = "_previewContainer_1xmos_45", t = "_previewHeader_1xmos_58", i = "_headerDot_1xmos_70", s = "_previewContent_1xmos_80", n = "_processing_1xmos_103", _ = {
2
2
  previewBoxTitle: e,
3
3
  previewBox: o,
4
- previewContainer: i,
5
- previewHeader: n,
6
- headerDot: r,
7
- previewContent: p,
8
- processing: t
4
+ previewContainer: r,
5
+ previewHeader: t,
6
+ headerDot: i,
7
+ previewContent: s,
8
+ processing: n
9
9
  };
10
10
  export {
11
11
  _ as default,
12
- r as headerDot,
12
+ i as headerDot,
13
13
  o as previewBox,
14
14
  e as previewBoxTitle,
15
- i as previewContainer,
16
- p as previewContent,
17
- n as previewHeader,
18
- t as processing
15
+ r as previewContainer,
16
+ s as previewContent,
17
+ t as previewHeader,
18
+ n as processing
19
19
  };
@@ -1,4 +1,4 @@
1
- const e = "_headerCounter_10kmq_1", t = {
1
+ const e = "_headerCounter_1kh0c_1", t = {
2
2
  headerCounter: e
3
3
  };
4
4
  export {
@@ -1,9 +1,9 @@
1
- const c = "_column_lzz41_1", l = "_card_lzz41_11", o = {
1
+ const c = "_column_10zam_1", a = "_card_10zam_6", o = {
2
2
  column: c,
3
- card: l
3
+ card: a
4
4
  };
5
5
  export {
6
- l as card,
6
+ a as card,
7
7
  c as column,
8
8
  o as default
9
9
  };
@@ -1,17 +1,17 @@
1
- const e = "_stepperWrapper_18rxv_1", r = "_accordion_18rxv_25", t = "_content_18rxv_33", o = "_item_18rxv_41", c = "_chevron_18rxv_49", n = "_label_18rxv_63", _ = {
2
- stepperWrapper: e,
3
- accordion: r,
4
- content: t,
5
- item: o,
1
+ const o = "_stepperWrapper_op9ph_1", p = "_accordion_op9ph_13", e = "_content_op9ph_17", t = "_item_op9ph_21", c = "_chevron_op9ph_25", n = "_label_op9ph_32", _ = {
2
+ stepperWrapper: o,
3
+ accordion: p,
4
+ content: e,
5
+ item: t,
6
6
  chevron: c,
7
7
  label: n
8
8
  };
9
9
  export {
10
- r as accordion,
10
+ p as accordion,
11
11
  c as chevron,
12
- t as content,
12
+ e as content,
13
13
  _ as default,
14
- o as item,
14
+ t as item,
15
15
  n as label,
16
- e as stepperWrapper
16
+ o as stepperWrapper
17
17
  };
@@ -1,15 +1,15 @@
1
- const a = "_boardContainer_3kft5_1", t = "_appShell_3kft5_19", e = "_navBar_3kft5_31", n = "_appShellHeader_3kft5_49", o = "_button_3kft5_83", _ = {
1
+ const a = "_boardContainer_zk8z5_1", e = "_appShell_zk8z5_10", n = "_navBar_zk8z5_16", t = "_appShellHeader_zk8z5_25", o = "_button_zk8z5_42", _ = {
2
2
  boardContainer: a,
3
- appShell: t,
4
- navBar: e,
5
- appShellHeader: n,
3
+ appShell: e,
4
+ navBar: n,
5
+ appShellHeader: t,
6
6
  button: o
7
7
  };
8
8
  export {
9
- t as appShell,
10
- n as appShellHeader,
9
+ e as appShell,
10
+ t as appShellHeader,
11
11
  a as boardContainer,
12
12
  o as button,
13
13
  _ as default,
14
- e as navBar
14
+ n as navBar
15
15
  };
@@ -1,4 +1,4 @@
1
- const l = "_filterPill_euc2m_1", e = "_filterPillLabel_euc2m_19", i = {
1
+ const l = "_filterPill_11m7s_1", e = "_filterPillLabel_11m7s_10", i = {
2
2
  filterPill: l,
3
3
  filterPillLabel: e
4
4
  };
@@ -1,4 +1,4 @@
1
- const t = "_contentWrapper_a1t2j_1", e = {
1
+ const t = "_contentWrapper_2wgq8_1", e = {
2
2
  contentWrapper: t
3
3
  };
4
4
  export {
@@ -1,4 +1,4 @@
1
- const s = "_section_1zd4r_1", t = {
1
+ const s = "_section_1uxy4_1", t = {
2
2
  section: s
3
3
  };
4
4
  export {
@@ -1,11 +1,11 @@
1
- const t = "_container_f42en_1", e = "_depthBox_f42en_21", n = "_item_f42en_37", o = {
1
+ const t = "_container_4tsvl_1", e = "_depthBox_4tsvl_11", o = "_item_4tsvl_19", n = {
2
2
  container: t,
3
3
  depthBox: e,
4
- item: n
4
+ item: o
5
5
  };
6
6
  export {
7
7
  t as container,
8
- o as default,
8
+ n as default,
9
9
  e as depthBox,
10
- n as item
10
+ o as item
11
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"FrontTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/FrontTable.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;gBAAV,CAAA;iBACA,CAAC;gBACA,CAAC;;CAOb,CAAC;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC"}
1
+ {"version":3,"file":"FrontTable.d.ts","sourceRoot":"","sources":["../../../src/components/table/FrontTable.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;gBAAhB,CAAA;iBACA,CAAC;gBACC,CAAA;;CAOP,CAAC;AAEH,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,8BAA8B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useColumnsResizing.d.ts","sourceRoot":"","sources":["../../../../src/components/table/hooks/useColumnsResizing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAW9C,eAAO,MAAM,kBAAkB,GAAI,UAAU,gBAAgB,CAAC,OAAO,CAAC;oBAczD,GAAG;;CAqEf,CAAC"}
1
+ {"version":3,"file":"useColumnsResizing.d.ts","sourceRoot":"","sources":["../../../../src/components/table/hooks/useColumnsResizing.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAW9C,eAAO,MAAM,kBAAkB,GAAI,UAAU,gBAAgB,CAAC,OAAO,CAAC;oBAchC,GAAG;;CAqExC,CAAC"}
@@ -1,9 +1,9 @@
1
- const o = "_root_1rr11_1", r = "_body_1rr11_13", t = {
1
+ const o = "_root_1y0ew_1", t = "_body_1y0ew_7", s = {
2
2
  root: o,
3
- body: r
3
+ body: t
4
4
  };
5
5
  export {
6
- r as body,
7
- t as default,
6
+ t as body,
7
+ s as default,
8
8
  o as root
9
9
  };
@@ -1,4 +1,4 @@
1
- const t = "_mantineRoot_mgqj0_1", o = "_root_mgqj0_9", n = "_contentRow_mgqj0_31", e = "_contentRowCentered_mgqj0_41", c = "_icon_mgqj0_51", _ = "_body_mgqj0_77", s = "_title_mgqj0_87", i = "_description_mgqj0_111", r = "_descriptionWithoutTitle_mgqj0_123", m = "_closeButtonWrapper_mgqj0_137", l = "_closeButton_mgqj0_137", d = "_actions_mgqj0_157", p = {
1
+ const t = "_mantineRoot_17m8q_1", o = "_root_17m8q_5", n = "_contentRow_17m8q_16", e = "_contentRowCentered_17m8q_21", c = "_icon_17m8q_26", _ = "_body_17m8q_39", s = "_title_17m8q_44", i = "_description_17m8q_56", r = "_descriptionWithoutTitle_17m8q_62", m = "_closeButtonWrapper_17m8q_69", l = "_closeButton_17m8q_69", d = "_actions_17m8q_79", p = {
2
2
  mantineRoot: t,
3
3
  root: o,
4
4
  contentRow: n,