@primer/view-components 0.35.0-rc.8db9f2a2 → 0.35.0-rc.9bea5b2d

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. package/app/assets/javascripts/{app/components → components}/primer/primer.d.ts +3 -3
  2. package/app/assets/javascripts/primer_view_components.js +1 -1
  3. package/app/assets/javascripts/primer_view_components.js.map +1 -1
  4. package/app/assets/styles/primer_view_components.css +1 -1
  5. package/app/assets/styles/primer_view_components.css.map +1 -1
  6. package/app/components/primer/alpha/action_bar_element.js +0 -3
  7. package/app/components/primer/alpha/action_list.css +1 -1
  8. package/app/components/primer/alpha/auto_complete.css +1 -1
  9. package/app/components/primer/alpha/banner.css +1 -1
  10. package/app/components/primer/alpha/dropdown.css +1 -1
  11. package/app/components/primer/alpha/select_panel_element.js +7 -1
  12. package/app/components/primer/alpha/stack.css +1 -0
  13. package/app/components/primer/alpha/stack.css.json +90 -0
  14. package/app/components/primer/alpha/stack_item.css +1 -0
  15. package/app/components/primer/alpha/stack_item.css.json +12 -0
  16. package/app/components/primer/alpha/tab_nav.css +1 -1
  17. package/app/components/primer/alpha/text_field.css +1 -1
  18. package/app/components/primer/alpha/toggle_switch.css +1 -1
  19. package/app/components/primer/alpha/underline_nav.css +1 -1
  20. package/app/components/primer/beta/avatar.css +1 -1
  21. package/app/components/primer/beta/avatar_stack.css +1 -1
  22. package/app/components/primer/beta/blankslate.css +1 -1
  23. package/app/components/primer/beta/border_box.css +1 -1
  24. package/app/components/primer/beta/button.css +1 -1
  25. package/app/components/primer/beta/counter.css +1 -1
  26. package/app/components/primer/beta/popover.css +1 -1
  27. package/app/components/primer/beta/progress_bar.css +1 -1
  28. package/app/components/primer/beta/state.css +1 -1
  29. package/app/components/primer/primer.js +3 -3
  30. package/app/lib/primer/forms/primer_multi_input.d.ts +10 -0
  31. package/app/lib/primer/forms/primer_text_field.d.ts +28 -0
  32. package/app/lib/primer/forms/toggle_switch_input.d.ts +5 -0
  33. package/package.json +6 -5
  34. package/static/arguments.json +12 -0
  35. package/static/classes.json +6 -0
  36. package/static/info_arch.json +39 -1
  37. package/static/previews.json +26 -0
  38. package/app/components/primer/alpha/action_bar_element.d.ts +0 -17
  39. package/app/components/primer/alpha/action_list.d.ts +0 -16
  40. package/app/components/primer/alpha/action_menu/action_menu_element.d.ts +0 -42
  41. package/app/components/primer/alpha/dropdown/menu.d.ts +0 -1
  42. package/app/components/primer/alpha/dropdown.d.ts +0 -1
  43. package/app/components/primer/alpha/image_crop.d.ts +0 -1
  44. package/app/components/primer/alpha/modal_dialog.d.ts +0 -18
  45. package/app/components/primer/alpha/segmented_control.d.ts +0 -12
  46. package/app/components/primer/alpha/select_panel_element.d.ts +0 -63
  47. package/app/components/primer/alpha/tab_container.d.ts +0 -1
  48. package/app/components/primer/alpha/toggle_switch.d.ts +0 -34
  49. package/app/components/primer/alpha/tool_tip.d.ts +0 -27
  50. package/app/components/primer/alpha/x_banner.d.ts +0 -18
  51. package/app/components/primer/anchored_position.d.ts +0 -27
  52. package/app/components/primer/aria_live.d.ts +0 -8
  53. package/app/components/primer/beta/auto_complete/auto_complete.d.ts +0 -1
  54. package/app/components/primer/beta/clipboard_copy.d.ts +0 -1
  55. package/app/components/primer/beta/nav_list.d.ts +0 -20
  56. package/app/components/primer/beta/nav_list_group_element.d.ts +0 -19
  57. package/app/components/primer/beta/relative_time.d.ts +0 -1
  58. package/app/components/primer/dialog_helper.d.ts +0 -15
  59. package/app/components/primer/focus_group.d.ts +0 -19
  60. package/app/components/primer/primer.d.ts +0 -28
  61. package/app/components/primer/scrollable_region.d.ts +0 -13
  62. package/app/components/primer/shared_events.d.ts +0 -11
  63. /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_bar_element.d.ts +0 -0
  64. /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_list.d.ts +0 -0
  65. /package/app/assets/javascripts/{app/components → components}/primer/alpha/action_menu/action_menu_element.d.ts +0 -0
  66. /package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown/menu.d.ts +0 -0
  67. /package/app/assets/javascripts/{app/components → components}/primer/alpha/dropdown.d.ts +0 -0
  68. /package/app/assets/javascripts/{app/components → components}/primer/alpha/image_crop.d.ts +0 -0
  69. /package/app/assets/javascripts/{app/components → components}/primer/alpha/modal_dialog.d.ts +0 -0
  70. /package/app/assets/javascripts/{app/components → components}/primer/alpha/segmented_control.d.ts +0 -0
  71. /package/app/assets/javascripts/{app/components → components}/primer/alpha/select_panel_element.d.ts +0 -0
  72. /package/app/assets/javascripts/{app/components → components}/primer/alpha/tab_container.d.ts +0 -0
  73. /package/app/assets/javascripts/{app/components → components}/primer/alpha/toggle_switch.d.ts +0 -0
  74. /package/app/assets/javascripts/{app/components → components}/primer/alpha/tool_tip.d.ts +0 -0
  75. /package/app/assets/javascripts/{app/components → components}/primer/alpha/x_banner.d.ts +0 -0
  76. /package/app/assets/javascripts/{app/components → components}/primer/anchored_position.d.ts +0 -0
  77. /package/app/assets/javascripts/{app/components → components}/primer/aria_live.d.ts +0 -0
  78. /package/app/assets/javascripts/{app/components → components}/primer/beta/auto_complete/auto_complete.d.ts +0 -0
  79. /package/app/assets/javascripts/{app/components → components}/primer/beta/clipboard_copy.d.ts +0 -0
  80. /package/app/assets/javascripts/{app/components → components}/primer/beta/nav_list.d.ts +0 -0
  81. /package/app/assets/javascripts/{app/components → components}/primer/beta/nav_list_group_element.d.ts +0 -0
  82. /package/app/assets/javascripts/{app/components → components}/primer/beta/relative_time.d.ts +0 -0
  83. /package/app/assets/javascripts/{app/components → components}/primer/dialog_helper.d.ts +0 -0
  84. /package/app/assets/javascripts/{app/components → components}/primer/focus_group.d.ts +0 -0
  85. /package/app/assets/javascripts/{app/components → components}/primer/scrollable_region.d.ts +0 -0
  86. /package/app/assets/javascripts/{app/components → components}/primer/shared_events.d.ts +0 -0
  87. /package/{lib → app/lib}/primer/forms/primer_multi_input.js +0 -0
  88. /package/{lib → app/lib}/primer/forms/primer_text_field.js +0 -0
  89. /package/{lib → app/lib}/primer/forms/toggle_switch_input.js +0 -0
@@ -21,8 +21,8 @@ import './beta/auto_complete/auto_complete';
21
21
  import './beta/clipboard_copy';
22
22
  import './beta/relative_time';
23
23
  import './alpha/tab_container';
24
- import '../../../lib/primer/forms/primer_multi_input';
25
- import '../../../lib/primer/forms/primer_text_field';
26
- import '../../../lib/primer/forms/toggle_switch_input';
24
+ import '../../lib/primer/forms/primer_multi_input';
25
+ import '../../lib/primer/forms/primer_text_field';
26
+ import '../../lib/primer/forms/toggle_switch_input';
27
27
  import './alpha/action_menu/action_menu_element';
28
28
  import './alpha/select_panel_element';
@@ -0,0 +1,10 @@
1
+ export declare class PrimerMultiInputElement extends HTMLElement {
2
+ fields: HTMLInputElement[];
3
+ activateField(name: string): void;
4
+ private findField;
5
+ }
6
+ declare global {
7
+ interface Window {
8
+ PrimerMultiInputElement: typeof PrimerMultiInputElement;
9
+ }
10
+ }
@@ -0,0 +1,28 @@
1
+ import '@github/auto-check-element';
2
+ import type { AutoCheckErrorEvent, AutoCheckSuccessEvent } from '@github/auto-check-element';
3
+ declare global {
4
+ interface HTMLElementEventMap {
5
+ 'auto-check-success': AutoCheckSuccessEvent;
6
+ 'auto-check-error': AutoCheckErrorEvent;
7
+ }
8
+ }
9
+ export declare class PrimerTextFieldElement extends HTMLElement {
10
+ #private;
11
+ inputElement: HTMLInputElement;
12
+ validationElement: HTMLElement;
13
+ validationMessageElement: HTMLElement;
14
+ validationSuccessIcon: HTMLElement;
15
+ validationErrorIcon: HTMLElement;
16
+ leadingVisual: HTMLElement;
17
+ leadingSpinner: HTMLElement;
18
+ connectedCallback(): void;
19
+ disconnectedCallback(): void;
20
+ clearContents(): void;
21
+ clearError(): void;
22
+ setValidationMessage(message: string): void;
23
+ toggleValidationStyling(isError: boolean): void;
24
+ setSuccess(message: string): void;
25
+ setError(message: string): void;
26
+ showLeadingSpinner(): void;
27
+ hideLeadingSpinner(): void;
28
+ }
@@ -0,0 +1,5 @@
1
+ export declare class ToggleSwitchInputElement extends HTMLElement {
2
+ validationElement: HTMLElement;
3
+ validationMessageElement: HTMLElement;
4
+ connectedCallback(): void;
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/view-components",
3
- "version": "0.35.0-rc.8db9f2a2",
3
+ "version": "0.35.0-rc.9bea5b2d",
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",
@@ -26,6 +26,8 @@
26
26
  "app/components/primer/**/*.css",
27
27
  "app/components/primer/**/*.css.json",
28
28
  "app/components/primer/**/*.d.ts",
29
+ "app/lib/primer/forms/**/*.js",
30
+ "app/lib/primer/forms/**/*.d.ts",
29
31
  "lib/primer/forms/**/*.js",
30
32
  "lib/primer/forms/**/*.d.ts"
31
33
  ],
@@ -66,7 +68,7 @@
66
68
  "@playwright/test": "^1.35.1",
67
69
  "@primer/css": "21.3.6",
68
70
  "@primer/primitives": "^9.0.2",
69
- "@primer/stylelint-config": "^12.7.2",
71
+ "@primer/stylelint-config": "^13.0.1",
70
72
  "@rollup/plugin-node-resolve": "^15.2.3",
71
73
  "@rollup/plugin-typescript": "^8.3.3",
72
74
  "@typescript-eslint/eslint-plugin": "^7.0.1",
@@ -84,13 +86,12 @@
84
86
  "postcss": "^8.4.16",
85
87
  "postcss-cli": "^11.0.0",
86
88
  "postcss-import": "^16.0.0",
87
- "postcss-mixins": "^10.0.0",
89
+ "postcss-mixins": "^11.0.1",
88
90
  "postcss-preset-env": "^10.0.2",
89
91
  "prettier": "^3.3.2",
90
92
  "rollup": "^2.79.1",
91
93
  "rollup-plugin-terser": "^7.0.2",
92
- "stylelint": "^16.1.0",
93
- "stylelint-config-standard": "^36.0.0",
94
+ "stylelint-actions-formatters": "^16.3.1",
94
95
  "tslib": "^2.4.0",
95
96
  "typescript": "^5.2.2",
96
97
  "vite": "^5.4.3",
@@ -2468,6 +2468,18 @@
2468
2468
  "default": "`:outside_bottom`",
2469
2469
  "description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
2470
2470
  },
2471
+ {
2472
+ "name": "loading_label",
2473
+ "type": "String",
2474
+ "default": "`\"Loading content...\"`",
2475
+ "description": "The aria-label to use when the panel is loading, defaults to 'Loading content...'."
2476
+ },
2477
+ {
2478
+ "name": "loading_description",
2479
+ "type": "String",
2480
+ "default": "`nil`",
2481
+ "description": "The description to use when the panel is loading. If not provided, no description will be used."
2482
+ },
2471
2483
  {
2472
2484
  "name": "banner_scheme",
2473
2485
  "type": "Symbol",
@@ -501,6 +501,12 @@
501
501
  "SelectPanel-loadingPanel": [
502
502
  "Primer::Alpha::SelectPanel"
503
503
  ],
504
+ "Stack": [
505
+ "Primer::Alpha::Stack"
506
+ ],
507
+ "StackItem": [
508
+ "Primer::Alpha::StackItem"
509
+ ],
504
510
  "State": [
505
511
  "Primer::Beta::State"
506
512
  ],
@@ -7653,6 +7653,18 @@
7653
7653
  "default": "`:outside_bottom`",
7654
7654
  "description": "The side to anchor the Overlay to. One of `:inside_bottom`, `:inside_center`, `:inside_left`, `:inside_right`, `:inside_top`, `:outside_bottom`, `:outside_left`, `:outside_right`, or `:outside_top`."
7655
7655
  },
7656
+ {
7657
+ "name": "loading_label",
7658
+ "type": "String",
7659
+ "default": "`\"Loading content...\"`",
7660
+ "description": "The aria-label to use when the panel is loading, defaults to 'Loading content...'."
7661
+ },
7662
+ {
7663
+ "name": "loading_description",
7664
+ "type": "String",
7665
+ "default": "`nil`",
7666
+ "description": "The description to use when the panel is loading. If not provided, no description will be used."
7667
+ },
7656
7668
  {
7657
7669
  "name": "banner_scheme",
7658
7670
  "type": "Symbol",
@@ -7901,6 +7913,32 @@
7901
7913
  ]
7902
7914
  }
7903
7915
  },
7916
+ {
7917
+ "preview_path": "primer/alpha/select_panel/custom_loading_label",
7918
+ "name": "custom_loading_label",
7919
+ "snapshot": "interactive",
7920
+ "skip_rules": {
7921
+ "wont_fix": [
7922
+ "region"
7923
+ ],
7924
+ "will_fix": [
7925
+ "color-contrast"
7926
+ ]
7927
+ }
7928
+ },
7929
+ {
7930
+ "preview_path": "primer/alpha/select_panel/custom_loading_description",
7931
+ "name": "custom_loading_description",
7932
+ "snapshot": "interactive",
7933
+ "skip_rules": {
7934
+ "wont_fix": [
7935
+ "region"
7936
+ ],
7937
+ "will_fix": [
7938
+ "color-contrast"
7939
+ ]
7940
+ }
7941
+ },
7904
7942
  {
7905
7943
  "preview_path": "primer/alpha/select_panel/local_fetch_no_results",
7906
7944
  "name": "local_fetch_no_results",
@@ -17254,6 +17292,6 @@
17254
17292
  "component": "BaseComponent",
17255
17293
  "fully_qualified_name": "Primer::BaseComponent",
17256
17294
  "description_md": "All Primer ViewComponents accept a standard set of options called system arguments, mimicking the [styled-system API](https://styled-system.com/table) previously used by [Primer React](https://primer.style/guides/react/system-props).\n\nUnder the hood, system arguments are [mapped](https://github.com/primer/view_components/blob/main/lib/primer/classify.rb) to Primer CSS classes, with any remaining options passed to Rails' [`content_tag`](https://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-content_tag).\n\n## Responsive values\n\nTo apply different values across responsive breakpoints, pass an array with up to five values in the order `[default, small, medium, large, xlarge]`. To skip a breakpoint, pass `nil`.\n\nFor example:\n\n```erb\n<%= render Primer::Beta::Heading.new(mt: [0, nil, nil, 4, 2]) do %>\n Hello world\n<% end %>\n```\n\nRenders:\n\n```html\n<h1 class=\"mt-0 mt-lg-4 mt-xl-2\">Hello world</h1>\n```",
17257
- "args_md": "## HTML attributes\n\nUse system arguments to add HTML attributes to elements. For the most part, system arguments map 1:1 to\nHTML attributes. For example, `render(Component.new(title: \"Foo\"))` will result in eg. `<div title=\"foo\">`.\nHowever, ViewComponents applies special handling to certain system arguments. See the table below for details.\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `aria` | `Hash` | Aria attributes: `aria: { label: \"foo\" }` renders `aria-label='foo'`. |\n| `data` | `Hash` | Data attributes: `data: { foo: :bar }` renders `data-foo='bar'`. |\n\n## Utility classes\n\nViewComponents provides a convenient way to add Primer CSS utility classes to HTML elements. Use the shorthand\ndocumented in the tables below instead of adding CSS classes directly.\n\n### Animation\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `animation` | Symbol | One of `:fade_down`, `:fade_in`, `:fade_out`, `:fade_up`, `:grow_x`, `:hover_grow`, `:pulse`, `:pulse_in`, `:rotate`, `:scale_in`, or `:shrink_x`. |\n\n### Border\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `border_bottom` | Integer | Set to `0` to remove the bottom border. |\n| `border_left` | Integer | Set to `0` to remove the left border. |\n| `border_radius` | Integer | One of `0`, `1`, `2`, or `3`. |\n| `border_right` | Integer | Set to `0` to remove the right border. |\n| `border_top` | Integer | Set to `0` to remove the top border. |\n| `border` | Symbol | One of `:bottom`, `:left`, `:right`, `:top`, `:x`, `:y`, or `true`. |\n| `box_shadow` | Boolean, Symbol | Box shadow. One of `:extra_large`, `:large`, `:medium`, `:none`, or `true`. |\n\n### Color\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `bg` | Symbol | Background color. One of `:accent`, `:accent_emphasis`, `:attention`, `:attention_emphasis`, `:closed`, `:closed_emphasis`, `:danger`, `:danger_emphasis`, `:default`, `:done`, `:done_emphasis`, `:emphasis`, `:inset`, `:open`, `:open_emphasis`, `:overlay`, `:severe`, `:severe_emphasis`, `:sponsors`, `:sponsors_emphasis`, `:subtle`, `:success`, `:success_emphasis`, or `:transparent`. |\n| `border_color` | Symbol | Border color. One of `:accent`, `:accent_emphasis`, `:attention`, `:attention_emphasis`, `:closed`, `:closed_emphasis`, `:danger`, `:danger_emphasis`, `:default`, `:done`, `:done_emphasis`, `:muted`, `:open`, `:open_emphasis`, `:severe`, `:severe_emphasis`, `:sponsors`, `:sponsors_emphasis`, `:subtle`, `:success`, or `:success_emphasis`. |\n| `color` | Symbol | Text color. One of `:accent`, `:attention`, `:closed`, `:danger`, `:default`, `:done`, `:inherit`, `:muted`, `:on_emphasis`, `:open`, `:severe`, `:sponsors`, `:subtle`, or `:success`. |\n\n### Flex\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `align_items` | Symbol | One of `:baseline`, `:center`, `:flex_end`, `:flex_start`, or `:stretch`. |\n| `align_self` | Symbol | One of `:auto`, `:baseline`, `:center`, `:end`, `:start`, or `:stretch`. |\n| `direction` | Symbol | One of `:column`, `:column_reverse`, `:row`, or `:row_reverse`. |\n| `flex` | Integer, Symbol | One of `1` or `:auto`. |\n| `flex_grow` | Integer | To enable, set to `0`. |\n| `flex_shrink` | Integer | To enable, set to `0`. |\n| `flex_wrap` | Symbol | One of `:nowrap`, `:reverse`, or `:wrap`. |\n| `justify_content` | Symbol | One of `:center`, `:flex_end`, `:flex_start`, `:space_around`, or `:space_between`. |\n\n### Grid\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `clearfix` | Boolean | Whether to assign the `clearfix` class. |\n| `col` | Integer | Number of columns. One of `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `container` | Symbol | Size of the container. One of `:lg`, `:md`, `:sm`, or `:xl`. |\n\n### Layout\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `display` | Symbol | One of `:block`, `:flex`, `:inline`, `:inline_block`, `:inline_flex`, `:none`, `:table`, or `:table_cell`. |\n| `w` | Symbol | Sets the element's width. One of `:auto`, `:fit`, or `:full`. |\n| `h` | Symbol | Sets the element's height. One of `:fit` or `:full`. |\n| `hide` | Symbol | Hide the element at a specific breakpoint. One of `:lg`, `:md`, `:sm`, `:whenNarrow`, `:whenRegular`, `:whenWide`, or `:xl`. |\n| `visibility` | Symbol | Visibility. One of `:hidden` or `:visible`. |\n| `vertical_align` | Symbol | One of `:baseline`, `:bottom`, `:middle`, `:text_bottom`, `:text_top`, or `:top`. |\n\n### Position\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `bottom` | Boolean | If `false`, sets `bottom: 0`. |\n| `float` | Symbol | One of `:left`, `:none`, or `:right`. |\n| `left` | Boolean | If `false`, sets `left: 0`. |\n| `position` | Symbol | One of `:absolute`, `:fixed`, `:relative`, `:static`, or `:sticky`. |\n| `right` | Boolean | If `false`, sets `right: 0`. |\n| `top` | Boolean | If `false`, sets `top: 0`. |\n\n### Spacing\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `m` | Integer | Margin. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `mb` | Integer | Margin bottom. One of `-12`, `-11`, `-10`, `-9`, `-8`, `-7`, `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, or `:auto`. |\n| `ml` | Integer | Margin left. One of `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `mr` | Integer | Margin right. One of `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `mt` | Integer | Margin top. One of `-12`, `-11`, `-10`, `-9`, `-8`, `-7`, `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, or `:auto`. |\n| `mx` | Integer | Horizontal margins. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `my` | Integer | Vertical margins. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `p` | Integer | Padding. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:responsive`. |\n| `pb` | Integer | Padding bottom. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `pl` | Integer | Padding left. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `pr` | Integer | Padding right. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `pt` | Integer | Padding left. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `px` | Integer | Horizontal padding. One of `0`, `1`, `2`, `3`, `4`, `5`, or `6`. |\n| `py` | Integer | Vertical padding. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n\n### Typography\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `font_family` | Symbol | Font family. One of `:mono`. |\n| `font_size` | String, Integer, Symbol | One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `00`, `:normal`, or `:small`. |\n| `font_style` | Symbol | Font style. One of `:italic`. |\n| `font_weight` | Symbol | Font weight. One of `:bold`, `:emphasized`, `:light`, or `:normal`. |\n| `text_align` | Symbol | Text alignment. One of `:center`, `:left`, or `:right`. |\n| `text_transform` | Symbol | Text transformation. One of `:capitalize` or `:uppercase`. |\n| `underline` | Boolean | Whether text should be underlined. |\n| `word_break` | Symbol | Whether to break words on line breaks. One of `:break_all` or `:break_word`. |\n\n### Other\n\n| Name | Type | Description |\n| :- | :- | :- |\n| classes | String | CSS class name value to be concatenated with generated Primer CSS classes. |\n| test_selector | String | Adds `data-test-selector='given value'` in non-Production environments for testing purposes. |"
17295
+ "args_md": "## HTML attributes\n\nUse system arguments to add HTML attributes to elements. For the most part, system arguments map 1:1 to\nHTML attributes. For example, `render(Component.new(title: \"Foo\"))` will result in eg. `<div title=\"foo\">`.\nHowever, ViewComponents applies special handling to certain system arguments. See the table below for details.\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `aria` | `Hash` | Aria attributes: `aria: { label: \"foo\" }` renders `aria-label='foo'`. |\n| `data` | `Hash` | Data attributes: `data: { foo: :bar }` renders `data-foo='bar'`. |\n\n## Utility classes\n\nViewComponents provides a convenient way to add Primer CSS utility classes to HTML elements. Use the shorthand\ndocumented in the tables below instead of adding CSS classes directly.\n\n### Animation\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `animation` | Symbol | One of `:fade_down`, `:fade_in`, `:fade_out`, `:fade_up`, `:grow_x`, `:hover_grow`, `:pulse`, `:pulse_in`, `:rotate`, `:scale_in`, or `:shrink_x`. |\n\n### Border\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `border_bottom` | Integer | Set to `0` to remove the bottom border. |\n| `border_left` | Integer | Set to `0` to remove the left border. |\n| `border_radius` | Integer | One of `0`, `1`, `2`, or `3`. |\n| `border_right` | Integer | Set to `0` to remove the right border. |\n| `border_top` | Integer | Set to `0` to remove the top border. |\n| `border` | Symbol | One of `:bottom`, `:left`, `:right`, `:top`, `:x`, `:y`, or `true`. |\n| `box_shadow` | Boolean, Symbol | Box shadow. One of `:extra_large`, `:large`, `:medium`, `:none`, or `true`. |\n\n### Color\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `bg` | Symbol | Background color. One of `:accent`, `:accent_emphasis`, `:attention`, `:attention_emphasis`, `:closed`, `:closed_emphasis`, `:danger`, `:danger_emphasis`, `:default`, `:done`, `:done_emphasis`, `:emphasis`, `:inset`, `:open`, `:open_emphasis`, `:overlay`, `:severe`, `:severe_emphasis`, `:sponsors`, `:sponsors_emphasis`, `:subtle`, `:success`, `:success_emphasis`, or `:transparent`. |\n| `border_color` | Symbol | Border color. One of `:accent`, `:accent_emphasis`, `:attention`, `:attention_emphasis`, `:closed`, `:closed_emphasis`, `:danger`, `:danger_emphasis`, `:default`, `:done`, `:done_emphasis`, `:muted`, `:open`, `:open_emphasis`, `:severe`, `:severe_emphasis`, `:sponsors`, `:sponsors_emphasis`, `:subtle`, `:success`, or `:success_emphasis`. |\n| `color` | Symbol | Text color. One of `:accent`, `:attention`, `:closed`, `:danger`, `:default`, `:done`, `:inherit`, `:muted`, `:on_emphasis`, `:open`, `:severe`, `:sponsors`, `:subtle`, or `:success`. |\n\n### Flex\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `align_items` | Symbol | One of `:baseline`, `:center`, `:flex_end`, `:flex_start`, or `:stretch`. |\n| `align_self` | Symbol | One of `:auto`, `:baseline`, `:center`, `:end`, `:start`, or `:stretch`. |\n| `direction` | Symbol | One of `:column`, `:column_reverse`, `:row`, or `:row_reverse`. |\n| `flex` | Integer, Symbol | One of `1` or `:auto`. |\n| `flex_grow` | Integer | To enable, set to `0`. |\n| `flex_shrink` | Integer | To enable, set to `0`. |\n| `flex_wrap` | Symbol | One of `:nowrap`, `:reverse`, or `:wrap`. |\n| `justify_content` | Symbol | One of `:center`, `:flex_end`, `:flex_start`, `:space_around`, or `:space_between`. |\n\n### Grid\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `clearfix` | Boolean | Whether to assign the `clearfix` class. |\n| `col` | Integer | Number of columns. One of `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `container` | Symbol | Size of the container. One of `:lg`, `:md`, `:sm`, or `:xl`. |\n\n### Layout\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `display` | Symbol | One of `:block`, `:flex`, `:inline`, `:inline_block`, `:inline_flex`, `:none`, `:table`, or `:table_cell`. |\n| `w` | Symbol | Sets the element's width. One of `:auto`, `:fit`, or `:full`. |\n| `h` | Symbol | Sets the element's height. One of `:fit` or `:full`. |\n| `hide` | Symbol | Hide the element at a specific breakpoint. One of `:lg`, `:md`, `:sm`, `:whenNarrow`, `:whenRegular`, `:whenWide`, or `:xl`. |\n| `visibility` | Symbol | Visibility. One of `:hidden` or `:visible`. |\n| `vertical_align` | Symbol | One of `:baseline`, `:bottom`, `:middle`, `:text_bottom`, `:text_top`, or `:top`. |\n\n### Position\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `bottom` | Boolean | If `false`, sets `bottom: 0`. |\n| `float` | Symbol | One of `:left`, `:none`, or `:right`. |\n| `left` | Boolean | If `false`, sets `left: 0`. |\n| `position` | Symbol | One of `:absolute`, `:fixed`, `:relative`, `:static`, or `:sticky`. |\n| `right` | Boolean | If `false`, sets `right: 0`. |\n| `top` | Boolean | If `false`, sets `top: 0`. |\n\n### Spacing\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `m` | Integer | Margin. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `mb` | Integer | Margin bottom. One of `-12`, `-11`, `-10`, `-9`, `-8`, `-7`, `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, or `:auto`. |\n| `ml` | Integer | Margin left. One of `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `mr` | Integer | Margin right. One of `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `mt` | Integer | Margin top. One of `-12`, `-11`, `-10`, `-9`, `-8`, `-7`, `-6`, `-5`, `-4`, `-3`, `-2`, `-1`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, `12`, or `:auto`. |\n| `mx` | Integer | Horizontal margins. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:auto`. |\n| `my` | Integer | Vertical margins. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `p` | Integer | Padding. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, or `:responsive`. |\n| `pb` | Integer | Padding bottom. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `pl` | Integer | Padding left. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `pr` | Integer | Padding right. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `pt` | Integer | Padding top. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n| `px` | Integer | Horizontal padding. One of `0`, `1`, `2`, `3`, `4`, `5`, or `6`. |\n| `py` | Integer | Vertical padding. One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `10`, `11`, or `12`. |\n\n### Typography\n\n| Name | Type | Description |\n| :- | :- | :- |\n| `font_family` | Symbol | Font family. One of `:mono`. |\n| `font_size` | String, Integer, Symbol | One of `0`, `1`, `2`, `3`, `4`, `5`, `6`, `00`, `:normal`, or `:small`. |\n| `font_style` | Symbol | Font style. One of `:italic`. |\n| `font_weight` | Symbol | Font weight. One of `:bold`, `:emphasized`, `:light`, or `:normal`. |\n| `text_align` | Symbol | Text alignment. One of `:center`, `:left`, or `:right`. |\n| `text_transform` | Symbol | Text transformation. One of `:capitalize` or `:uppercase`. |\n| `underline` | Boolean | Whether text should be underlined. |\n| `word_break` | Symbol | Whether to break words on line breaks. One of `:break_all` or `:break_word`. |\n\n### Other\n\n| Name | Type | Description |\n| :- | :- | :- |\n| classes | String | CSS class name value to be concatenated with generated Primer CSS classes. |\n| test_selector | String | Adds `data-test-selector='given value'` in non-Production environments for testing purposes. |"
17258
17296
  }
17259
17297
  ]
@@ -5940,6 +5940,32 @@
5940
5940
  ]
5941
5941
  }
5942
5942
  },
5943
+ {
5944
+ "preview_path": "primer/alpha/select_panel/custom_loading_label",
5945
+ "name": "custom_loading_label",
5946
+ "snapshot": "interactive",
5947
+ "skip_rules": {
5948
+ "wont_fix": [
5949
+ "region"
5950
+ ],
5951
+ "will_fix": [
5952
+ "color-contrast"
5953
+ ]
5954
+ }
5955
+ },
5956
+ {
5957
+ "preview_path": "primer/alpha/select_panel/custom_loading_description",
5958
+ "name": "custom_loading_description",
5959
+ "snapshot": "interactive",
5960
+ "skip_rules": {
5961
+ "wont_fix": [
5962
+ "region"
5963
+ ],
5964
+ "will_fix": [
5965
+ "color-contrast"
5966
+ ]
5967
+ }
5968
+ },
5943
5969
  {
5944
5970
  "preview_path": "primer/alpha/select_panel/local_fetch_no_results",
5945
5971
  "name": "local_fetch_no_results",
@@ -1,17 +0,0 @@
1
- import { ActionMenuElement } from './action_menu/action_menu_element';
2
- declare class ActionBarElement extends HTMLElement {
3
- #private;
4
- items: HTMLElement[];
5
- itemContainer: HTMLElement;
6
- moreMenu: ActionMenuElement;
7
- connectedCallback(): void;
8
- disconnectedCallback(): void;
9
- menuItemClick(event: Event): void;
10
- update(): void;
11
- }
12
- declare global {
13
- interface Window {
14
- ActionBarElement: typeof ActionBarElement;
15
- }
16
- }
17
- export {};
@@ -1,16 +0,0 @@
1
- export declare class ActionListTruncationObserver {
2
- resizeObserver: ResizeObserver;
3
- constructor(el: HTMLElement);
4
- unobserve(el: HTMLElement): void;
5
- update(el: HTMLElement): void;
6
- }
7
- export declare class ActionListElement extends HTMLElement {
8
- #private;
9
- connectedCallback(): void;
10
- disconnectedCallback(): void;
11
- }
12
- declare global {
13
- interface Window {
14
- ActionListElement: typeof ActionListElement;
15
- }
16
- }
@@ -1,42 +0,0 @@
1
- import '@oddbird/popover-polyfill';
2
- import type { IncludeFragmentElement } from '@github/include-fragment-element';
3
- type SelectVariant = 'none' | 'single' | 'multiple' | null;
4
- type SelectedItem = {
5
- label: string | null | undefined;
6
- value: string | null | undefined;
7
- element: Element;
8
- };
9
- export declare class ActionMenuElement extends HTMLElement {
10
- #private;
11
- includeFragment: IncludeFragmentElement;
12
- get selectVariant(): SelectVariant;
13
- set selectVariant(variant: SelectVariant);
14
- get dynamicLabelPrefix(): string;
15
- set dynamicLabelPrefix(value: string);
16
- get dynamicLabel(): boolean;
17
- set dynamicLabel(value: boolean);
18
- get popoverElement(): HTMLElement | null;
19
- get invokerElement(): HTMLButtonElement | null;
20
- get invokerLabel(): HTMLElement | null;
21
- get selectedItems(): SelectedItem[];
22
- connectedCallback(): void;
23
- disconnectedCallback(): void;
24
- handleEvent(event: Event): void;
25
- get items(): HTMLElement[];
26
- getItemById(itemId: string): HTMLElement | null;
27
- isItemDisabled(item: Element | null): boolean;
28
- disableItem(item: Element | null): void;
29
- enableItem(item: Element | null): void;
30
- isItemHidden(item: Element | null): boolean;
31
- hideItem(item: Element | null): void;
32
- showItem(item: Element | null): void;
33
- isItemChecked(item: Element | null): boolean;
34
- checkItem(item: Element | null): void;
35
- uncheckItem(item: Element | null): void;
36
- }
37
- declare global {
38
- interface Window {
39
- ActionMenuElement: typeof ActionMenuElement;
40
- }
41
- }
42
- export {};
@@ -1 +0,0 @@
1
- import '@github/details-menu-element';
@@ -1 +0,0 @@
1
- import './dropdown/menu';
@@ -1 +0,0 @@
1
- import '@github/image-crop-element';
@@ -1,18 +0,0 @@
1
- export declare class ModalDialogElement extends HTMLElement {
2
- #private;
3
- openButton: HTMLButtonElement | null;
4
- get open(): boolean;
5
- set open(value: boolean);
6
- get showButtons(): NodeList;
7
- connectedCallback(): void;
8
- show(): void;
9
- close(closedNotCancelled?: boolean): void;
10
- }
11
- declare global {
12
- interface Window {
13
- ModalDialogElement: typeof ModalDialogElement;
14
- }
15
- interface HTMLElementTagNameMap {
16
- 'modal-dialog': ModalDialogElement;
17
- }
18
- }
@@ -1,12 +0,0 @@
1
- declare class SegmentedControlElement extends HTMLElement {
2
- #private;
3
- items: HTMLElement[];
4
- connectedCallback(): void;
5
- select(event: Event): void;
6
- }
7
- declare global {
8
- interface Window {
9
- SegmentedControlElement: typeof SegmentedControlElement;
10
- }
11
- }
12
- export {};
@@ -1,63 +0,0 @@
1
- import { IncludeFragmentElement } from '@github/include-fragment-element';
2
- import type { AnchorAlignment, AnchorSide } from '@primer/behaviors';
3
- import '@oddbird/popover-polyfill';
4
- type SelectVariant = 'none' | 'single' | 'multiple' | null;
5
- type SelectedItem = {
6
- label: string | null | undefined;
7
- value: string | null | undefined;
8
- inputName: string | null | undefined;
9
- };
10
- export type SelectPanelItem = HTMLLIElement;
11
- export type FilterFn = (item: SelectPanelItem, query: string) => boolean;
12
- export declare class SelectPanelElement extends HTMLElement {
13
- #private;
14
- includeFragment: IncludeFragmentElement;
15
- dialog: HTMLDialogElement;
16
- filterInputTextField: HTMLInputElement;
17
- remoteInput: HTMLElement;
18
- list: HTMLElement;
19
- ariaLiveContainer: HTMLElement;
20
- noResults: HTMLElement;
21
- fragmentErrorElement: HTMLElement;
22
- bannerErrorElement: HTMLElement;
23
- bodySpinner: HTMLElement;
24
- filterFn?: FilterFn;
25
- get open(): boolean;
26
- get selectVariant(): SelectVariant;
27
- get ariaSelectionType(): string;
28
- set selectVariant(variant: SelectVariant);
29
- get dynamicLabelPrefix(): string;
30
- get dynamicAriaLabelPrefix(): string;
31
- set dynamicLabelPrefix(value: string);
32
- get dynamicLabel(): boolean;
33
- set dynamicLabel(value: boolean);
34
- get invokerElement(): HTMLButtonElement | null;
35
- get closeButton(): HTMLButtonElement | null;
36
- get invokerLabel(): HTMLElement | null;
37
- get selectedItems(): SelectedItem[];
38
- get align(): AnchorAlignment;
39
- get side(): AnchorSide;
40
- updateAnchorPosition(): void;
41
- connectedCallback(): void;
42
- disconnectedCallback(): void;
43
- handleEvent(event: Event): void;
44
- show(): void;
45
- hide(): void;
46
- get visibleItems(): SelectPanelItem[];
47
- get items(): SelectPanelItem[];
48
- get focusableItem(): HTMLElement | undefined;
49
- getItemById(itemId: string): SelectPanelItem | null;
50
- isItemDisabled(item: SelectPanelItem | null): boolean;
51
- disableItem(item: SelectPanelItem | null): void;
52
- enableItem(item: SelectPanelItem | null): void;
53
- isItemHidden(item: SelectPanelItem | null): boolean;
54
- isItemChecked(item: SelectPanelItem | null): boolean;
55
- checkItem(item: SelectPanelItem | null): void;
56
- uncheckItem(item: SelectPanelItem | null): void;
57
- }
58
- declare global {
59
- interface Window {
60
- SelectPanelElement: typeof SelectPanelElement;
61
- }
62
- }
63
- export {};
@@ -1 +0,0 @@
1
- import '@github/tab-container-element';
@@ -1,34 +0,0 @@
1
- declare class ToggleSwitchElement extends HTMLElement {
2
- switch: HTMLElement;
3
- loadingSpinner: HTMLElement;
4
- errorIcon: HTMLElement;
5
- turbo: boolean;
6
- private toggling;
7
- get src(): string | null;
8
- get csrf(): string | null;
9
- get csrfField(): string;
10
- isRemote(): boolean;
11
- toggle(): Promise<void>;
12
- turnOn(): void;
13
- turnOff(): void;
14
- isOn(): boolean;
15
- isOff(): boolean;
16
- isDisabled(): boolean;
17
- disable(): void;
18
- enable(): void;
19
- private performToggle;
20
- private setLoadingState;
21
- private setSuccessState;
22
- private setErrorState;
23
- private setFinishedState;
24
- private submitForm;
25
- }
26
- declare global {
27
- interface Window {
28
- ToggleSwitchElement: typeof ToggleSwitchElement;
29
- Turbo: {
30
- renderStreamMessage: (message: string) => void;
31
- };
32
- }
33
- }
34
- export {};
@@ -1,27 +0,0 @@
1
- import '@oddbird/popover-polyfill';
2
- type Direction = 'n' | 's' | 'e' | 'w' | 'ne' | 'se' | 'nw' | 'sw';
3
- declare class ToolTipElement extends HTMLElement {
4
- #private;
5
- styles(): string;
6
- get showReason(): "focus" | "mouse";
7
- get htmlFor(): string;
8
- set htmlFor(value: string);
9
- get type(): 'description' | 'label';
10
- set type(value: 'description' | 'label');
11
- get direction(): Direction;
12
- set direction(value: Direction);
13
- get control(): HTMLElement | null;
14
- set hiddenFromView(value: true | false);
15
- get hiddenFromView(): true | false;
16
- connectedCallback(): void;
17
- disconnectedCallback(): void;
18
- handleEvent(event: Event): Promise<void>;
19
- static observedAttributes: string[];
20
- attributeChangedCallback(name: string): void;
21
- }
22
- declare global {
23
- interface Window {
24
- ToolTipElement: typeof ToolTipElement;
25
- }
26
- }
27
- export {};
@@ -1,18 +0,0 @@
1
- declare global {
2
- interface HTMLElementEventMap {
3
- 'banner:dismiss': CustomEvent<void>;
4
- }
5
- }
6
- declare class XBannerElement extends HTMLElement {
7
- #private;
8
- titleText: HTMLElement;
9
- dismiss(): void;
10
- show(): void;
11
- hide(): void;
12
- }
13
- declare global {
14
- interface Window {
15
- XBannerElement: typeof XBannerElement;
16
- }
17
- }
18
- export {};
@@ -1,27 +0,0 @@
1
- import type { AnchorAlignment, AnchorSide, PositionSettings } from '@primer/behaviors';
2
- export default class AnchoredPositionElement extends HTMLElement implements PositionSettings {
3
- #private;
4
- get align(): AnchorAlignment;
5
- set align(value: AnchorAlignment);
6
- get side(): AnchorSide;
7
- set side(value: AnchorSide);
8
- get anchorOffset(): number;
9
- set anchorOffset(value: number | 'normal' | 'spacious');
10
- get anchor(): string;
11
- set anchor(value: string);
12
- get anchorElement(): HTMLElement | null;
13
- set anchorElement(value: HTMLElement | null);
14
- get alignmentOffset(): number;
15
- set alignmentOffset(value: number);
16
- get allowOutOfBounds(): boolean;
17
- set allowOutOfBounds(value: boolean);
18
- connectedCallback(): void;
19
- static observedAttributes: string[];
20
- attributeChangedCallback(): void;
21
- update(): void;
22
- }
23
- declare global {
24
- interface Window {
25
- AnchoredPositionElement: typeof AnchoredPositionElement;
26
- }
27
- }
@@ -1,8 +0,0 @@
1
- export declare function announceFromElement(el: HTMLElement, options?: {
2
- assertive?: boolean;
3
- element?: HTMLElement;
4
- }): void;
5
- export declare function announce(message: string, options?: {
6
- assertive?: boolean;
7
- element?: HTMLElement;
8
- }): void;
@@ -1 +0,0 @@
1
- import '@github/auto-complete-element';
@@ -1 +0,0 @@
1
- import '@github/clipboard-copy-element';
@@ -1,20 +0,0 @@
1
- export declare class NavListElement extends HTMLElement {
2
- #private;
3
- items: HTMLElement[];
4
- topLevelList: HTMLElement;
5
- connectedCallback(): void;
6
- disconnectedCallback(): void;
7
- selectItemById(itemId: string | null): boolean;
8
- selectItemByHref(href: string | null): boolean;
9
- selectItemByCurrentLocation(): boolean;
10
- expandItem(item: HTMLElement): void;
11
- collapseItem(item: HTMLElement): void;
12
- itemIsExpanded(item: HTMLElement | null): boolean;
13
- handleItemWithSubItemClick(e: Event): void;
14
- handleItemWithSubItemKeydown(e: KeyboardEvent): void;
15
- }
16
- declare global {
17
- interface Window {
18
- NavListElement: typeof NavListElement;
19
- }
20
- }
@@ -1,19 +0,0 @@
1
- export declare class NavListGroupElement extends HTMLElement {
2
- #private;
3
- showMoreItem: HTMLElement;
4
- focusMarkers: HTMLElement[];
5
- connectedCallback(): void;
6
- get showMoreDisabled(): boolean;
7
- set showMoreDisabled(value: boolean);
8
- set currentPage(value: number);
9
- get currentPage(): number;
10
- get totalPages(): number;
11
- get paginationSrc(): string;
12
- private showMore;
13
- private setShowMoreItemState;
14
- }
15
- declare global {
16
- interface Window {
17
- NavListGroupElement: typeof NavListGroupElement;
18
- }
19
- }
@@ -1 +0,0 @@
1
- import '@github/relative-time-element';
@@ -1,15 +0,0 @@
1
- export declare class DialogHelperElement extends HTMLElement {
2
- #private;
3
- get dialog(): HTMLDialogElement | null;
4
- connectedCallback(): void;
5
- disconnectedCallback(): void;
6
- handleEvent(event: MouseEvent): void;
7
- }
8
- declare global {
9
- interface Window {
10
- DialogHelperElement: typeof DialogHelperElement;
11
- }
12
- interface HTMLElementTagNameMap {
13
- 'dialog-helper': DialogHelperElement;
14
- }
15
- }