@primer/view-components 0.14.0-rc.e541302f → 0.14.0-rc.efe23ee2

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.
Files changed (42) hide show
  1. package/app/assets/javascripts/primer_view_components.js +1 -1
  2. package/app/assets/javascripts/primer_view_components.js.map +1 -1
  3. package/app/assets/styles/primer_view_components.css +1 -1
  4. package/app/assets/styles/primer_view_components.css.map +1 -1
  5. package/app/components/primer/alpha/action_bar.css +1 -1
  6. package/app/components/primer/alpha/action_bar.css.json +1 -4
  7. package/app/components/primer/alpha/action_bar_element.js +21 -9
  8. package/app/components/primer/alpha/action_list.css +1 -1
  9. package/app/components/primer/alpha/action_menu/action_menu_element.js +44 -20
  10. package/app/components/primer/alpha/auto_complete.css +1 -1
  11. package/app/components/primer/alpha/button_marketing.css +1 -1
  12. package/app/components/primer/alpha/dropdown.css +1 -1
  13. package/app/components/primer/alpha/layout.css +1 -1
  14. package/app/components/primer/alpha/menu.css +1 -1
  15. package/app/components/primer/alpha/overlay.css +1 -1
  16. package/app/components/primer/alpha/overlay.css.json +0 -1
  17. package/app/components/primer/alpha/segmented_control.css +1 -1
  18. package/app/components/primer/alpha/segmented_control.css.json +0 -1
  19. package/app/components/primer/alpha/segmented_control.js +2 -1
  20. package/app/components/primer/alpha/tab_nav.css +1 -1
  21. package/app/components/primer/alpha/text_field.css +1 -1
  22. package/app/components/primer/alpha/text_field.css.json +11 -5
  23. package/app/components/primer/alpha/toggle_switch.css +1 -1
  24. package/app/components/primer/alpha/underline_nav.css +1 -1
  25. package/app/components/primer/alpha/x_banner.js +2 -1
  26. package/app/components/primer/anchored_position.js +2 -1
  27. package/app/components/primer/beta/border_box.css +1 -1
  28. package/app/components/primer/beta/button.css +1 -1
  29. package/app/components/primer/beta/button.css.json +0 -1
  30. package/app/components/primer/beta/button_group.css +1 -1
  31. package/app/components/primer/beta/button_group.css.json +2 -4
  32. package/app/components/primer/beta/label.css +1 -1
  33. package/app/components/primer/beta/link.css +1 -1
  34. package/app/components/primer/beta/nav_list.js +14 -7
  35. package/app/components/primer/focus_group.js +2 -1
  36. package/lib/primer/forms/primer_text_field.js +40 -5
  37. package/package.json +6 -6
  38. package/static/arguments.json +2 -8
  39. package/static/classes.json +3 -3
  40. package/static/constants.json +1 -0
  41. package/static/info_arch.json +59 -14
  42. package/static/previews.json +60 -0
@@ -3165,7 +3165,7 @@
3165
3165
  "name": "subtitle",
3166
3166
  "type": "String",
3167
3167
  "default": "`nil`",
3168
- "description": "Provides dditional context for the dialog, also setting the `aria-describedby` attribute."
3168
+ "description": "Provides additional context for the dialog, also setting the `aria-describedby` attribute."
3169
3169
  },
3170
3170
  {
3171
3171
  "name": "show_divider",
@@ -4932,7 +4932,7 @@
4932
4932
  },
4933
4933
  {
4934
4934
  "fully_qualified_name": "Primer::Alpha::NavList",
4935
- "description": "",
4935
+ "description": ":nodoc:",
4936
4936
  "accessibility_docs": null,
4937
4937
  "is_form_component": false,
4938
4938
  "is_published": true,
@@ -4982,7 +4982,7 @@
4982
4982
  "subcomponents": [
4983
4983
  {
4984
4984
  "fully_qualified_name": "Primer::Alpha::NavList::Item",
4985
- "description": "",
4985
+ "description": ":nodoc:",
4986
4986
  "accessibility_docs": null,
4987
4987
  "is_form_component": false,
4988
4988
  "is_published": true,
@@ -5102,7 +5102,7 @@
5102
5102
  },
5103
5103
  {
5104
5104
  "fully_qualified_name": "Primer::Alpha::NavList::Heading",
5105
- "description": "",
5105
+ "description": ":nodoc:",
5106
5106
  "accessibility_docs": null,
5107
5107
  "is_form_component": false,
5108
5108
  "is_published": true,
@@ -5154,7 +5154,7 @@
5154
5154
  },
5155
5155
  {
5156
5156
  "fully_qualified_name": "Primer::Alpha::NavList::Divider",
5157
- "description": "",
5157
+ "description": ":nodoc:",
5158
5158
  "accessibility_docs": null,
5159
5159
  "is_form_component": false,
5160
5160
  "is_published": true,
@@ -5194,7 +5194,7 @@
5194
5194
  },
5195
5195
  {
5196
5196
  "fully_qualified_name": "Primer::Alpha::NavList::Group",
5197
- "description": "",
5197
+ "description": ":nodoc:",
5198
5198
  "accessibility_docs": null,
5199
5199
  "is_form_component": false,
5200
5200
  "is_published": true,
@@ -5438,7 +5438,32 @@
5438
5438
 
5439
5439
  ],
5440
5440
  "previews": [
5441
-
5441
+ {
5442
+ "preview_path": "primer/alpha/octicon_symbols/playground",
5443
+ "name": "playground",
5444
+ "snapshot": "false",
5445
+ "skip_rules": {
5446
+ "wont_fix": [
5447
+ "region"
5448
+ ],
5449
+ "will_fix": [
5450
+ "color-contrast"
5451
+ ]
5452
+ }
5453
+ },
5454
+ {
5455
+ "preview_path": "primer/alpha/octicon_symbols/default",
5456
+ "name": "default",
5457
+ "snapshot": "true",
5458
+ "skip_rules": {
5459
+ "wont_fix": [
5460
+ "region"
5461
+ ],
5462
+ "will_fix": [
5463
+ "color-contrast"
5464
+ ]
5465
+ }
5466
+ }
5442
5467
  ],
5443
5468
  "subcomponents": [
5444
5469
 
@@ -7972,6 +7997,19 @@
7972
7997
  ]
7973
7998
  }
7974
7999
  },
8000
+ {
8001
+ "preview_path": "primer/alpha/text_field/with_auto_check_accepted",
8002
+ "name": "with_auto_check_accepted",
8003
+ "snapshot": "false",
8004
+ "skip_rules": {
8005
+ "wont_fix": [
8006
+ "region"
8007
+ ],
8008
+ "will_fix": [
8009
+ "color-contrast"
8010
+ ]
8011
+ }
8012
+ },
7975
8013
  {
7976
8014
  "preview_path": "primer/alpha/text_field/with_auto_check_error",
7977
8015
  "name": "with_auto_check_error",
@@ -9233,7 +9271,7 @@
9233
9271
  "name": "size",
9234
9272
  "type": "Integer",
9235
9273
  "default": "`20`",
9236
- "description": "One of `16`, `20`, `24`, `32`, `40`, `48`, or `80`."
9274
+ "description": "One of `16`, `20`, `24`, `32`, `40`, `48`, `64`, or `80`."
9237
9275
  },
9238
9276
  {
9239
9277
  "name": "shape",
@@ -9378,6 +9416,19 @@
9378
9416
  ]
9379
9417
  }
9380
9418
  },
9419
+ {
9420
+ "preview_path": "primer/beta/avatar/size_64",
9421
+ "name": "size_64",
9422
+ "snapshot": "true",
9423
+ "skip_rules": {
9424
+ "wont_fix": [
9425
+ "region"
9426
+ ],
9427
+ "will_fix": [
9428
+ "color-contrast"
9429
+ ]
9430
+ }
9431
+ },
9381
9432
  {
9382
9433
  "preview_path": "primer/beta/avatar/size_80",
9383
9434
  "name": "size_80",
@@ -11909,12 +11960,6 @@
11909
11960
  "default": "N/A",
11910
11961
  "description": "One of `:a`, `:button`, `:clipboard-copy`, or `:summary`."
11911
11962
  },
11912
- {
11913
- "name": "wrapper_arguments",
11914
- "type": "Hash",
11915
- "default": "`{}`",
11916
- "description": "Optional keyword arguments to be passed to the wrapper `<div>` tag."
11917
- },
11918
11963
  {
11919
11964
  "name": "scheme",
11920
11965
  "type": "Symbol",
@@ -1176,6 +1176,19 @@
1176
1176
  ]
1177
1177
  }
1178
1178
  },
1179
+ {
1180
+ "preview_path": "primer/beta/avatar/size_64",
1181
+ "name": "size_64",
1182
+ "snapshot": "true",
1183
+ "skip_rules": {
1184
+ "wont_fix": [
1185
+ "region"
1186
+ ],
1187
+ "will_fix": [
1188
+ "color-contrast"
1189
+ ]
1190
+ }
1191
+ },
1179
1192
  {
1180
1193
  "preview_path": "primer/beta/avatar/size_80",
1181
1194
  "name": "size_80",
@@ -4471,6 +4484,40 @@
4471
4484
  }
4472
4485
  ]
4473
4486
  },
4487
+ {
4488
+ "name": "octicon_symbols",
4489
+ "component": "OcticonSymbols",
4490
+ "status": "alpha",
4491
+ "lookup_path": "primer/alpha/octicon_symbols",
4492
+ "examples": [
4493
+ {
4494
+ "preview_path": "primer/alpha/octicon_symbols/playground",
4495
+ "name": "playground",
4496
+ "snapshot": "false",
4497
+ "skip_rules": {
4498
+ "wont_fix": [
4499
+ "region"
4500
+ ],
4501
+ "will_fix": [
4502
+ "color-contrast"
4503
+ ]
4504
+ }
4505
+ },
4506
+ {
4507
+ "preview_path": "primer/alpha/octicon_symbols/default",
4508
+ "name": "default",
4509
+ "snapshot": "true",
4510
+ "skip_rules": {
4511
+ "wont_fix": [
4512
+ "region"
4513
+ ],
4514
+ "will_fix": [
4515
+ "color-contrast"
4516
+ ]
4517
+ }
4518
+ }
4519
+ ]
4520
+ },
4474
4521
  {
4475
4522
  "name": "overlay",
4476
4523
  "component": "Overlay",
@@ -6131,6 +6178,19 @@
6131
6178
  ]
6132
6179
  }
6133
6180
  },
6181
+ {
6182
+ "preview_path": "primer/alpha/text_field/with_auto_check_accepted",
6183
+ "name": "with_auto_check_accepted",
6184
+ "snapshot": "false",
6185
+ "skip_rules": {
6186
+ "wont_fix": [
6187
+ "region"
6188
+ ],
6189
+ "will_fix": [
6190
+ "color-contrast"
6191
+ ]
6192
+ }
6193
+ },
6134
6194
  {
6135
6195
  "preview_path": "primer/alpha/text_field/with_auto_check_error",
6136
6196
  "name": "with_auto_check_error",