@ship-ui/core 0.13.32 → 0.14.1

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/styles/index.scss CHANGED
@@ -40,6 +40,7 @@ $shipTooltip: true !default;
40
40
  $shipVirtualScroll: false !default;
41
41
  $shipSelect: true !default;
42
42
  $shipCard: true !default;
43
+ $shipSheet: true !default;
43
44
  $shipStepper: true !default;
44
45
  $shipSortable: true !default;
45
46
  $shipSpinner: true !default;
@@ -127,6 +128,9 @@ $shipFileUpload: true !default;
127
128
  @use './components/ship-card.component.scss' with (
128
129
  $shipCard: $shipCard
129
130
  );
131
+ @use './components/ship-sheet.utility.scss' with (
132
+ $shipSheet: $shipSheet
133
+ );
130
134
  @use './components/ship-stepper.component.scss' with (
131
135
  $shipStepper: $shipStepper
132
136
  );