primer_view_components 0.0.70 → 0.0.73
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +68 -0
- data/app/assets/javascripts/primer_view_components.js +1 -1
- data/app/assets/javascripts/primer_view_components.js.map +1 -1
- data/app/components/primer/alpha/{tooltip.d.ts → tool-tip-element.d.ts} +2 -3
- data/app/components/primer/alpha/{tooltip.js → tool-tip-element.js} +62 -93
- data/app/components/primer/alpha/{tooltip.ts → tool-tip-element.ts} +35 -69
- data/app/components/primer/link_component.erb +1 -4
- data/app/components/primer/primer.d.ts +1 -1
- data/app/components/primer/primer.js +1 -1
- data/app/components/primer/primer.ts +1 -1
- data/lib/primer/classify/utilities.yml +12 -0
- data/lib/primer/view_components/version.rb +1 -1
- data/lib/rubocop/config/default.yml +3 -0
- data/lib/rubocop/cop/primer/deprecated_components.rb +80 -0
- data/lib/tasks/custom_utilities.yml +12 -0
- metadata +6 -5
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: primer_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.73
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Open Source
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|
@@ -387,10 +387,10 @@ files:
|
|
387
387
|
- app/components/primer/alpha/tab_nav.rb
|
388
388
|
- app/components/primer/alpha/tab_panels.html.erb
|
389
389
|
- app/components/primer/alpha/tab_panels.rb
|
390
|
-
- app/components/primer/alpha/
|
391
|
-
- app/components/primer/alpha/
|
390
|
+
- app/components/primer/alpha/tool-tip-element.d.ts
|
391
|
+
- app/components/primer/alpha/tool-tip-element.js
|
392
|
+
- app/components/primer/alpha/tool-tip-element.ts
|
392
393
|
- app/components/primer/alpha/tooltip.rb
|
393
|
-
- app/components/primer/alpha/tooltip.ts
|
394
394
|
- app/components/primer/alpha/underline_nav.html.erb
|
395
395
|
- app/components/primer/alpha/underline_nav.rb
|
396
396
|
- app/components/primer/alpha/underline_panels.html.erb
|
@@ -551,6 +551,7 @@ files:
|
|
551
551
|
- lib/rubocop/cop/primer/component_name_migration.rb
|
552
552
|
- lib/rubocop/cop/primer/deprecated_arguments.rb
|
553
553
|
- lib/rubocop/cop/primer/deprecated_button_arguments.rb
|
554
|
+
- lib/rubocop/cop/primer/deprecated_components.rb
|
554
555
|
- lib/rubocop/cop/primer/deprecated_label_schemes.rb
|
555
556
|
- lib/rubocop/cop/primer/deprecated_layout_component.rb
|
556
557
|
- lib/rubocop/cop/primer/no_tag_memoize.rb
|