@layerfi/components 0.1.117-alpha.1 → 0.1.117

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.
@@ -202,7 +202,7 @@ class ErrorHandlerClass {
202
202
  }
203
203
  const errorHandler = new ErrorHandlerClass();
204
204
  const reportError = (payload) => errorHandler.onError(payload);
205
- const version = "0.1.117-alpha.1";
205
+ const version = "0.1.117";
206
206
  const pkg = {
207
207
  version
208
208
  };
@@ -18593,16 +18593,13 @@ const BankTransactionsMobileBulkActionsHeader = ({
18593
18593
  gap: "md",
18594
18594
  align: "center",
18595
18595
  justify: "space-between",
18596
- pis: "xs",
18597
- pie: "md",
18596
+ pi: "md",
18598
18597
  pb: "xs",
18599
- className: "Layer__BankTransactionsMobileBulkActionsHeader",
18600
18598
  children: [
18601
18599
  /* @__PURE__ */ jsxRuntime.jsx(
18602
18600
  HStack,
18603
18601
  {
18604
18602
  align: "center",
18605
- pi: "xs",
18606
18603
  gap: "xs",
18607
18604
  children: bulkActionsEnabled && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
18608
18605
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -202,7 +202,7 @@ class ErrorHandlerClass {
202
202
  }
203
203
  const errorHandler = new ErrorHandlerClass();
204
204
  const reportError = (payload) => errorHandler.onError(payload);
205
- const version = "0.1.117-alpha.1";
205
+ const version = "0.1.117";
206
206
  const pkg = {
207
207
  version
208
208
  };
@@ -17117,16 +17117,13 @@ const BankTransactionsMobileBulkActionsHeader = ({
17117
17117
  gap: "md",
17118
17118
  align: "center",
17119
17119
  justify: "space-between",
17120
- pis: "xs",
17121
- pie: "md",
17120
+ pi: "md",
17122
17121
  pb: "xs",
17123
- className: "Layer__BankTransactionsMobileBulkActionsHeader",
17124
17122
  children: [
17125
17123
  /* @__PURE__ */ jsx(
17126
17124
  HStack,
17127
17125
  {
17128
17126
  align: "center",
17129
- pi: "xs",
17130
17127
  gap: "xs",
17131
17128
  children: bulkActionsEnabled && /* @__PURE__ */ jsxs(Fragment, { children: [
17132
17129
  /* @__PURE__ */ jsx(
package/dist/index.css CHANGED
@@ -3745,10 +3745,8 @@ tbody .Layer__table__empty-row:first-child {
3745
3745
  }
3746
3746
  .Layer__bank-transactions__header.Layer__bank-transactions__header--mobile {
3747
3747
  padding-block-end: var(--spacing-sm);
3748
- padding-inline-start: 0;
3749
- padding-inline-end: var(--spacing-md);
3748
+ padding-inline: 0;
3750
3749
  box-shadow: none;
3751
- margin-inline-start: var(--spacing-md);
3752
3750
  }
3753
3751
  }
3754
3752
  .Layer__bank-transaction-list-item__match-tooltip,
@@ -4196,11 +4194,11 @@ tbody .Layer__table__empty-row:first-child {
4196
4194
  }
4197
4195
  .Layer__bank-transaction-mobile-list-item {
4198
4196
  box-sizing: border-box;
4199
- width: 95%;
4197
+ width: 100%;
4200
4198
  padding: 0;
4201
4199
  border-radius: var(--border-radius-sm);
4202
4200
  border: 1px solid var(--border-color);
4203
- margin: var(--spacing-2xs) var(--spacing-md);
4201
+ margin: var(--spacing-2xs) 0;
4204
4202
  background: var(--color-base-0);
4205
4203
  cursor: pointer;
4206
4204
  user-select: none;
@@ -8702,11 +8700,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
8702
8700
  border-radius: 0 0 var(--border-radius-sm) var(--border-radius-sm);
8703
8701
  border-top: 1px solid var(--color-base-400);
8704
8702
  background-color: var(--color-base-100);
8705
- }.Layer__BankTransactionsMobileBulkActionsHeader {
8706
- border-radius: var(--input-border-radius);
8707
- border: 1px solid var(--border-color);
8708
- margin-inline-start: var(--spacing-md);
8709
- background-color: var(--color-base-100);
8710
8703
  }.Layer__BusinessFormMobile {
8711
8704
  border-radius: var(--border-radius-2xs);
8712
8705
  border: 1px solid var(--color-base-300);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.117-alpha.1",
3
+ "version": "0.1.117",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",