@m3e/nav-rail 1.0.2 → 1.0.3

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.
@@ -125,6 +125,30 @@
125
125
  }
126
126
  ]
127
127
  },
128
+ {
129
+ "kind": "field",
130
+ "name": "#breakpointUnobserve",
131
+ "privacy": "private",
132
+ "type": {
133
+ "text": "() => void | undefined"
134
+ },
135
+ "inheritedFrom": {
136
+ "name": "M3eNavBarElement",
137
+ "module": "../nav-bar/src/NavBarElement.ts"
138
+ }
139
+ },
140
+ {
141
+ "kind": "field",
142
+ "name": "_mode",
143
+ "type": {
144
+ "text": "Exclude<NavBarMode, \"auto\"> | undefined"
145
+ },
146
+ "privacy": "private",
147
+ "inheritedFrom": {
148
+ "name": "M3eNavBarElement",
149
+ "module": "../nav-bar/src/NavBarElement.ts"
150
+ }
151
+ },
128
152
  {
129
153
  "kind": "field",
130
154
  "name": "mode",
@@ -494,6 +518,22 @@
494
518
  }
495
519
  ],
496
520
  "members": [
521
+ {
522
+ "kind": "field",
523
+ "name": "#breakpointUnobserve",
524
+ "privacy": "private",
525
+ "type": {
526
+ "text": "() => void | undefined"
527
+ }
528
+ },
529
+ {
530
+ "kind": "field",
531
+ "name": "_mode",
532
+ "type": {
533
+ "text": "Exclude<NavBarMode, \"auto\"> | undefined"
534
+ },
535
+ "privacy": "private"
536
+ },
497
537
  {
498
538
  "kind": "field",
499
539
  "name": "mode",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m3e/nav-rail",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Navigation Rail for M3E",
5
5
  "author": "matraic <matraic@yahoo.com>",
6
6
  "license": "MIT",
@@ -27,8 +27,8 @@
27
27
  "clean": "rimraf dist"
28
28
  },
29
29
  "peerDependencies": {
30
- "@m3e/core": "1.0.2",
31
- "@m3e/nav-bar": "1.0.2",
30
+ "@m3e/core": "1.0.3",
31
+ "@m3e/nav-bar": "1.0.3",
32
32
  "lit": "^3.3.0"
33
33
  },
34
34
  "devDependencies": {