@dereekb/dbx-web 13.11.16 → 13.11.17

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web/eslint",
3
- "version": "13.11.16",
3
+ "version": "13.11.17",
4
4
  "peerDependencies": {
5
5
  "@typescript-eslint/utils": "8.59.3"
6
6
  },
7
7
  "devDependencies": {
8
8
  "@angular/core": "21.2.11",
9
- "@dereekb/dbx-core": "13.11.16",
10
- "@dereekb/rxjs": "13.11.16",
9
+ "@dereekb/dbx-core": "13.11.17",
10
+ "@dereekb/rxjs": "13.11.17",
11
11
  "@typescript-eslint/parser": "8.59.3",
12
12
  "eslint": "10.4.0",
13
13
  "rxjs": "^7.8.2"
@@ -23,11 +23,27 @@
23
23
  height: 40px; // match the height of the icon
24
24
  }
25
25
 
26
+ /// @dbx-utility link
27
+ /// @intent clickable link affordance — underlined text with pointer cursor; pair with `[dbxTextColor]` or a text color utility for the link color. NOTE: `<dbx-anchor>` renders an inner `<a class="dbx-anchor-a">` with `text-decoration: none`, so apply this class to the projected content (e.g. a `<span>` inside the anchor) rather than the `<dbx-anchor>` host.
28
+ /// @role interaction
29
+ /// @see-also link-hover, dbx-u
26
30
  .dbx-link {
27
31
  text-decoration: underline;
28
32
  cursor: pointer;
29
33
  }
30
34
 
35
+ /// @dbx-utility link-hover
36
+ /// @intent clickable link affordance with hover-only underline — pointer cursor always, underline only on hover; pair with `[dbxTextColor]` or a text color utility for the link color. NOTE: `<dbx-anchor>` renders an inner `<a class="dbx-anchor-a">` with `text-decoration: none`, so apply this class to the projected content (e.g. a `<span>` inside the anchor) rather than the `<dbx-anchor>` host.
37
+ /// @role interaction
38
+ /// @see-also link, dbx-u
39
+ .dbx-link-hover {
40
+ cursor: pointer;
41
+
42
+ &:hover {
43
+ text-decoration: underline;
44
+ }
45
+ }
46
+
31
47
  .dbx-link-spacer:before {
32
48
  content: '|';
33
49
  margin: 0 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dereekb/dbx-web",
3
- "version": "13.11.16",
3
+ "version": "13.11.17",
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.11.16",
17
- "@dereekb/date": "13.11.16",
18
- "@dereekb/dbx-core": "13.11.16",
19
- "@dereekb/rxjs": "13.11.16",
20
- "@dereekb/util": "13.11.16",
21
- "@dereekb/vitest": "13.11.16",
16
+ "@dereekb/browser": "13.11.17",
17
+ "@dereekb/date": "13.11.17",
18
+ "@dereekb/dbx-core": "13.11.17",
19
+ "@dereekb/rxjs": "13.11.17",
20
+ "@dereekb/util": "13.11.17",
21
+ "@dereekb/vitest": "13.11.17",
22
22
  "@ngbracket/ngx-layout": "^21.0.0",
23
23
  "@ngrx/component-store": "^21.1.0",
24
24
  "@ngrx/effects": "^21.1.0",