@primer/view-components 0.43.3-rc.d1231c06 → 0.43.3-rc.d2a02144
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/app/assets/javascripts/primer_view_components.js.map +1 -1
- package/app/components/primer/alpha/action_list.js +0 -2
- package/app/components/primer/alpha/toggle_switch.js +1 -0
- package/app/components/primer/beta/nav_list.js +0 -1
- package/app/components/primer/beta/nav_list_group_element.js +1 -0
- package/package.json +5 -8
@@ -17,7 +17,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
17
17
|
};
|
18
18
|
var _ActionListElement_truncationObserver;
|
19
19
|
import { controller } from '@github/catalyst';
|
20
|
-
// eslint-disable-next-line custom-elements/no-exports-with-element
|
21
20
|
export class ActionListTruncationObserver {
|
22
21
|
constructor(el) {
|
23
22
|
this.resizeObserver = new ResizeObserver(entries => {
|
@@ -67,6 +66,5 @@ let ActionListElement = class ActionListElement extends HTMLElement {
|
|
67
66
|
_ActionListElement_truncationObserver = new WeakMap();
|
68
67
|
ActionListElement = __decorate([
|
69
68
|
controller
|
70
|
-
// eslint-disable-next-line custom-elements/expose-class-on-global
|
71
69
|
], ActionListElement);
|
72
70
|
export { ActionListElement };
|
@@ -144,6 +144,7 @@ let ToggleSwitchElement = class ToggleSwitchElement extends HTMLElement {
|
|
144
144
|
headers: requestHeaders,
|
145
145
|
body,
|
146
146
|
});
|
147
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
147
148
|
}
|
148
149
|
catch (error) {
|
149
150
|
throw new Error('A network error occurred, please try again.');
|
@@ -16,7 +16,6 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
16
16
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
17
17
|
};
|
18
18
|
var _NavListElement_instances, _NavListElement_truncationObserver, _NavListElement_findSelectedNavItemById, _NavListElement_findSelectedNavItemByHref, _NavListElement_findSelectedNavItemByCurrentLocation, _NavListElement_select, _NavListElement_deselect, _NavListElement_findParentMenu;
|
19
|
-
/* eslint-disable custom-elements/expose-class-on-global */
|
20
19
|
import { controller, target, targets } from '@github/catalyst';
|
21
20
|
import { ActionListTruncationObserver } from '../alpha/action_list';
|
22
21
|
let NavListElement = class NavListElement extends HTMLElement {
|
@@ -62,6 +62,7 @@ let NavListGroupElement = class NavListGroupElement extends HTMLElement {
|
|
62
62
|
if (this.currentPage === this.totalPages) {
|
63
63
|
this.showMoreItem.hidden = true;
|
64
64
|
}
|
65
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
65
66
|
}
|
66
67
|
catch (err) {
|
67
68
|
// Ignore network errors
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.43.3-rc.
|
3
|
+
"version": "0.43.3-rc.d2a02144",
|
4
4
|
"description": "ViewComponents for the Primer Design System",
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
6
6
|
"module": "app/components/primer/primer.js",
|
@@ -72,16 +72,13 @@
|
|
72
72
|
"@primer/stylelint-config": "^13.1.1",
|
73
73
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
74
74
|
"@rollup/plugin-typescript": "^8.3.3",
|
75
|
-
"@typescript-eslint/eslint-plugin": "^7.0.1",
|
76
|
-
"@typescript-eslint/parser": "^7.0.1",
|
77
75
|
"axe-core": "^4.7.1",
|
78
76
|
"chokidar-cli": "^3.0.0",
|
79
77
|
"cssnano": "^7.0.1",
|
80
|
-
"eslint": "^
|
81
|
-
"eslint-plugin-
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"markdownlint-cli2": "^0.17.2",
|
78
|
+
"eslint": "^9.10.0",
|
79
|
+
"eslint-plugin-github": "^6.0.0",
|
80
|
+
"glob": "^11.0.2",
|
81
|
+
"markdownlint-cli2": "^0.18.1",
|
85
82
|
"mocha": "^11.0.1",
|
86
83
|
"playwright": "^1.49.1",
|
87
84
|
"postcss": "^8.4.16",
|