@dereekb/dbx-web 13.16.0 → 13.17.0
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/eslint/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web/eslint",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.17.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@dereekb/util": "13.
|
|
5
|
+
"@dereekb/util": "13.17.0",
|
|
6
6
|
"@typescript-eslint/utils": "8.59.3"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@angular/core": "21.2.11",
|
|
10
|
-
"@dereekb/dbx-core": "13.
|
|
11
|
-
"@dereekb/rxjs": "13.
|
|
10
|
+
"@dereekb/dbx-core": "13.17.0",
|
|
11
|
+
"@dereekb/rxjs": "13.17.0",
|
|
12
12
|
"@typescript-eslint/parser": "8.59.3",
|
|
13
13
|
"eslint": "10.4.0",
|
|
14
14
|
"rxjs": "^7.8.2"
|
|
@@ -243,10 +243,10 @@ $list-item-padded-min-height: 42px;
|
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
/// @dbx-utility list-no-item-padding
|
|
246
|
-
/// @intent zero the
|
|
246
|
+
/// @intent zero the padding on every list row in a `.dbx-list` — container-scope complement to `dbx-list-item-p0`
|
|
247
247
|
/// @role spacing
|
|
248
248
|
/// @see-also dbx-list-item-p0
|
|
249
|
-
.dbx-list-no-item-padding .dbx-list > .dbx-list-content .dbx-list-view
|
|
249
|
+
.dbx-list-no-item-padding .dbx-list > .dbx-list-content .dbx-list-view .mat-mdc-list-item {
|
|
250
250
|
padding: 0;
|
|
251
251
|
}
|
|
252
252
|
|
|
@@ -255,8 +255,8 @@ $list-item-padded-min-height: 42px;
|
|
|
255
255
|
// their own padding/leading element — e.g. a `.dbx-icon-tile` in a
|
|
256
256
|
// `.dbx-list-two-line-item-with-icon` — where Material's default item
|
|
257
257
|
// padding would otherwise double up. Complements the container-scope
|
|
258
|
-
// `.dbx-list-no-item-padding`, which zeros the
|
|
259
|
-
//
|
|
258
|
+
// `.dbx-list-no-item-padding`, which zeros the same `.mat-mdc-list-item`
|
|
259
|
+
// padding for every row in the list.
|
|
260
260
|
/// @dbx-utility list-item-p0
|
|
261
261
|
/// @intent zero all padding on the host `.mat-mdc-list-item` — per-item complement to `.dbx-list-no-item-padding` for templates that supply their own padding/leading element
|
|
262
262
|
/// @role spacing
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dereekb/dbx-web",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.17.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.scss",
|
|
6
6
|
"*.css"
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"@angular/material": "^21.2.9",
|
|
14
14
|
"@angular/platform-browser": "21.2.11",
|
|
15
15
|
"@cantoo/pdf-lib": "^2.6.5",
|
|
16
|
-
"@dereekb/browser": "13.
|
|
17
|
-
"@dereekb/date": "13.
|
|
18
|
-
"@dereekb/dbx-core": "13.
|
|
19
|
-
"@dereekb/rxjs": "13.
|
|
20
|
-
"@dereekb/util": "13.
|
|
21
|
-
"@dereekb/vitest": "13.
|
|
16
|
+
"@dereekb/browser": "13.17.0",
|
|
17
|
+
"@dereekb/date": "13.17.0",
|
|
18
|
+
"@dereekb/dbx-core": "13.17.0",
|
|
19
|
+
"@dereekb/rxjs": "13.17.0",
|
|
20
|
+
"@dereekb/util": "13.17.0",
|
|
21
|
+
"@dereekb/vitest": "13.17.0",
|
|
22
22
|
"@ngbracket/ngx-layout": "^21.0.0",
|
|
23
23
|
"@ngrx/component-store": "^21.1.0",
|
|
24
24
|
"@ngrx/effects": "^21.1.0",
|