@enigmatry/entry-components 17.0.0-preview.4 → 17.0.0-preview.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enigmatry/entry-components",
3
- "version": "17.0.0-preview.4",
3
+ "version": "17.0.0-preview.5",
4
4
  "author": "Enigmatry",
5
5
  "description": "Enigmatry entry angular material components",
6
6
  "homepage": "https://github.com/enigmatry/entry-angular-building-blocks/tree/master/libs/entry-components#readme",
@@ -20,7 +20,7 @@
20
20
  "lodash-es": "^4.17.21"
21
21
  },
22
22
  "dependencies": {
23
- "tslib": "^2.6.2"
23
+ "tslib": "^2.6.3"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"
@@ -2,7 +2,7 @@
2
2
  /* stylelint-disable scss/at-else-closing-brace-newline-after */
3
3
  /* stylelint-disable max-nesting-depth */
4
4
  @use 'sass:map';
5
- @use '@enigmatry/scss-foundation/src/modules/lists/row-coloring' as list;
5
+ @use 'scss-foundation/src/modules/lists/row-coloring' as list;
6
6
 
7
7
  @mixin generate-from($theme) {
8
8
  $odd-background: map.get($theme, 'tables', 'rows', 'odd-even-background', 'odd');
@@ -1,5 +1,5 @@
1
1
  @use '@angular/material' as mat;
2
- @use '@enigmatry/scss-foundation/src/modules/display/items';
2
+ @use 'scss-foundation/src/modules/display/items';
3
3
 
4
4
  .entry-date-time-picker {
5
5
  @include items.fully-align(baseline, space-between, row, nowrap);
@@ -1,4 +1,4 @@
1
- @use '@enigmatry/scss-foundation/src/modules/display/items';
1
+ @use 'scss-foundation/src/modules/display/items';
2
2
 
3
3
  .entry-form {
4
4
  .action-buttons .mdc-button:not(:first-child) {
@@ -1,4 +1,4 @@
1
- @use '@enigmatry/scss-foundation/src/modules/display/items';
1
+ @use 'scss-foundation/src/modules/display/items';
2
2
 
3
3
  .search-form-container {
4
4
  @include items.align-center();
@@ -1,4 +1,4 @@
1
- @use '@enigmatry/scss-foundation/src/modules/display/items';
1
+ @use 'scss-foundation/src/modules/display/items';
2
2
 
3
3
  .entry-table {
4
4
  display: flex;