@licklist/design 0.78.5-dev.104 → 0.78.5-dev.105

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.
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualizedGrid.d.ts","sourceRoot":"","sources":["../../../src/virtualized/components/VirtualizedGrid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,SAAS,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAG9D,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAA;AAEjE,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAc1D,CAAA"}
1
+ {"version":3,"file":"VirtualizedGrid.d.ts","sourceRoot":"","sources":["../../../src/virtualized/components/VirtualizedGrid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAQ,SAAS,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAG9D,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,CAAA;AAEjE,eAAO,MAAM,eAAe,GAAI,OAAO,oBAAoB,4CAe1D,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"VirtualizedWindowScroller.d.ts","sourceRoot":"","sources":["../../../src/virtualized/components/VirtualizedWindowScroller.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAyB,MAAM,OAAO,CAAA;AAExD,OAAO,EAEL,mBAAmB,EACnB,wBAAwB,EACzB,MAAM,mBAAmB,CAAA;AAG1B,MAAM,MAAM,mCAAmC,GAAG;IAChD,gBAAgB,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAA;CACpD,GAAG,wBAAwB,CAAA;AAE5B,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,mBAAmB,EACnB,UAAU,CACX,GAAG;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,SAAS,CAAA;IACnE,YAAY,CAAC,EAAE,MAAM,IAAI,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,qCAAqC,GAAG,IAAI,CACtD,mBAAmB,EACnB,UAAU,CACX,GAAG;IACF,QAAQ,EAAE,mCAAmC,CAAA;CAC9C,CAAA;AA8BD,eAAO,MAAM,yBAAyB,GACpC,OAAO,8BAA8B,4CAKtC,CAAA"}
1
+ {"version":3,"file":"VirtualizedWindowScroller.d.ts","sourceRoot":"","sources":["../../../src/virtualized/components/VirtualizedWindowScroller.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAyB,MAAM,OAAO,CAAA;AAExD,OAAO,EAEL,mBAAmB,EACnB,wBAAwB,EACzB,MAAM,mBAAmB,CAAA;AAG1B,MAAM,MAAM,mCAAmC,GAAG;IAChD,gBAAgB,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAA;CACpD,GAAG,wBAAwB,CAAA;AAE5B,MAAM,MAAM,8BAA8B,GAAG,IAAI,CAC/C,mBAAmB,EACnB,UAAU,CACX,GAAG;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE,mCAAmC,KAAK,SAAS,CAAA;IACnE,YAAY,CAAC,EAAE,MAAM,IAAI,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,qCAAqC,GAAG,IAAI,CACtD,mBAAmB,EACnB,UAAU,CACX,GAAG;IACF,QAAQ,EAAE,mCAAmC,CAAA;CAC9C,CAAA;AA+BD,eAAO,MAAM,yBAAyB,GACpC,OAAO,8BAA8B,4CAKtC,CAAA"}
@@ -68,14 +68,15 @@ var WrappedVirtualizedWindowScroller = function(param) {
68
68
  }, [
69
69
  windowDimensions
70
70
  ]);
71
- return /*#__PURE__*/ jsx(WindowScroller, {
71
+ return(// @ts-ignore - WindowScroller component has React 18 compatibility issues with @types
72
+ /*#__PURE__*/ jsx(WindowScroller, {
72
73
  scrollElement: scrollElement,
73
74
  children: function(props) {
74
75
  return children(_object_spread_props(_object_spread({}, props), {
75
76
  windowDimensions: windowDimensions
76
77
  }));
77
78
  }
78
- });
79
+ }));
79
80
  };
80
81
  var VirtualizedWindowScroller = function(props) {
81
82
  return /*#__PURE__*/ jsx(VirtualizedContextProvider, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.78.5-dev.104",
3
+ "version": "0.78.5-dev.105",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/bookedit-licklist/licklist_design.git"
package/src/index.ts CHANGED
@@ -88,4 +88,3 @@ export * from './v2/pages/Settings'
88
88
  export * from './v2/pages/ZonesResources'
89
89
  export * from './v2/pages/SettingsSubPage'
90
90
  export * from './v2/components'
91
- export * from './v2/icons'
@@ -198,7 +198,7 @@ export const EmailTemplateControl = forwardRef(
198
198
  })
199
199
  })
200
200
  }
201
-
201
+
202
202
  return (
203
203
  <>
204
204
  <Row>
@@ -314,6 +314,7 @@ export const EmailTemplateControl = forwardRef(
314
314
  </div>
315
315
 
316
316
  <div className={`email-editor ${errors.body && 'is-invalid'}`}>
317
+ {/* @ts-ignore - DateRange component has React 18 compatibility issues with @types */}
317
318
  <EmailEditor
318
319
  ref={ref}
319
320
  onReady={onReadyEditor}
@@ -108,6 +108,7 @@ export const DateRangeInput = ({
108
108
  overlay={
109
109
  <Popover id={popoverId} className='rounded'>
110
110
  <Popover.Content className='shadow-lg rounded' ref={popoverRef}>
111
+ {/* @ts-ignore - DateRange component has React 18 compatibility issues with @types */}
111
112
  <DateRange
112
113
  onChange={(item) => setState([item.selection])}
113
114
  moveRangeOnFirstSelection={false}
@@ -475,11 +475,10 @@
475
475
  .kiosk-link {
476
476
  width: 100%;
477
477
  justify-content: center;
478
- padding: 12px;
478
+ padding: 12px 0;
479
479
  background-color: #F8F8FA;
480
480
  border-radius: 8px;
481
481
  margin: 0 0 16px 0;
482
- width: 100%;
483
482
 
484
483
  svg {
485
484
  width: 24px;
@@ -495,7 +494,7 @@
495
494
  width: 100%;
496
495
  justify-content: center;
497
496
  font-size: 14px;
498
- padding: 10px 20px;
497
+ padding: 10px 0;
499
498
  }
500
499
 
501
500
  &__content {
@@ -863,7 +862,7 @@
863
862
 
864
863
  &__add-customer-btn {
865
864
  font-size: 13px;
866
- padding: 8px 16px;
865
+ padding: 8px 0;
867
866
  }
868
867
 
869
868
  .filter-section {
@@ -890,7 +889,7 @@
890
889
  }
891
890
 
892
891
  &__content {
893
- padding: 0 12px 12px;
892
+ padding: 0 0 12px;
894
893
  }
895
894
 
896
895
  &__pagination {
@@ -902,7 +901,7 @@
902
901
  }
903
902
 
904
903
  &__tabs-container {
905
- margin: 0 12px 12px 12px;
904
+ margin: 0 0 12px 0;
906
905
  }
907
906
  }
908
907
  }
@@ -6,7 +6,7 @@
6
6
  padding-bottom: 0;
7
7
  padding-left: 0;
8
8
  padding-top: 0;
9
- margin: 20px 0 0 0;
9
+ margin: 20px 0 20px 0;
10
10
  border-bottom: 1px solid var(--border-primary, #E8E9EF);
11
11
 
12
12
  &__container {
@@ -40,7 +40,7 @@
40
40
  &__toolbar {
41
41
  display: flex;
42
42
  flex-wrap: wrap;
43
- padding: 0 4px;
43
+ padding: 0 4px 0 8px;
44
44
  align-items: center;
45
45
  gap: 0;
46
46
  align-self: stretch;
@@ -15,6 +15,7 @@ export const VirtualizedGrid = (props: VirtualizedGridProps) => {
15
15
 
16
16
  return (
17
17
  <div className='virtualized-grid-container'>
18
+ {/* @ts-ignore Grid component has React 18 compatibility issues with @types */}
18
19
  <Grid ref={gridRef} {...props} />
19
20
  </div>
20
21
  )
@@ -43,6 +43,7 @@ const WrappedVirtualizedWindowScroller = ({
43
43
  }, [windowDimensions])
44
44
 
45
45
  return (
46
+ // @ts-ignore - WindowScroller component has React 18 compatibility issues with @types
46
47
  <WindowScroller scrollElement={scrollElement}>
47
48
  {(props) =>
48
49
  children({