@layerfi/components 0.1.123-alpha → 0.1.123

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.
package/dist/index.css CHANGED
@@ -3183,9 +3183,6 @@
3183
3183
  .Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header > tr {
3184
3184
  grid-template-columns: minmax(4rem, 25%) minmax(8rem, 50%) minmax(4rem, 25%); /* amount */
3185
3185
  }
3186
- }.Layer__RuleUpdatesReviewStep__buttons--mobile {
3187
- width: 100%;
3188
- padding-block-start: var(--spacing-sm);
3189
3186
  }.Layer__card {
3190
3187
  display: flex;
3191
3188
  flex-direction: column;
@@ -10824,9 +10821,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
10824
10821
  margin-top: -12px;
10825
10822
  }
10826
10823
  }
10827
- .Layer__BookkeepingProfitAndLossSummariesContainer {
10828
- padding: var(--spacing-md);
10829
- }
10830
10824
  .Layer__bookkeeping-overview--view .Layer__panel .Layer__panel__content .Layer__component-header {
10831
10825
  z-index: 1;
10832
10826
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerfi/components",
3
- "version": "0.1.123-alpha",
3
+ "version": "0.1.123",
4
4
  "description": "Layer React Components",
5
5
  "main": "dist/cjs/index.cjs",
6
6
  "module": "dist/esm/index.mjs",