ariadne_view_components 0.0.46-x64-mingw-ucrt → 0.0.48-x64-mingw-ucrt

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 (66) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +31 -25
  3. data/app/assets/javascripts/ariadne_view_components.js +2 -2
  4. data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
  5. data/app/assets/javascripts/components/ariadne/accumulator_controller/accumulator_controller.d.ts +22 -0
  6. data/app/assets/javascripts/components/ariadne/dropdown/menu_component.d.ts +1 -0
  7. data/app/assets/javascripts/components/ariadne/options_controller/options_controller.d.ts +21 -0
  8. data/app/assets/javascripts/components/ariadne/toggleable_controller/toggleable_controller.d.ts +34 -0
  9. data/app/assets/stylesheets/ariadne_view_components.css +3 -3
  10. data/app/components/ariadne/accumulator_controller/accumulator_controller.d.ts +22 -0
  11. data/app/components/ariadne/accumulator_controller/accumulator_controller.js +39 -0
  12. data/app/components/ariadne/accumulator_controller/accumulator_controller.ts +48 -0
  13. data/app/components/ariadne/action_card_component.html.erb +11 -0
  14. data/app/components/ariadne/action_card_component.rb +45 -0
  15. data/app/components/ariadne/ariadne.js +6 -0
  16. data/app/components/ariadne/ariadne.ts +6 -0
  17. data/app/components/ariadne/bottom_tab_component.html.erb +4 -0
  18. data/app/components/ariadne/bottom_tab_component.rb +44 -0
  19. data/app/components/ariadne/bottom_tab_nav_component.html.erb +5 -0
  20. data/app/components/ariadne/bottom_tab_nav_component.rb +33 -0
  21. data/app/components/ariadne/breadcrumbs_component.html.erb +13 -0
  22. data/app/components/ariadne/breadcrumbs_component.rb +31 -0
  23. data/app/components/ariadne/checkbox_component.html.erb +5 -0
  24. data/app/components/ariadne/checkbox_component.rb +43 -0
  25. data/app/components/ariadne/close_button_component.html.erb +4 -0
  26. data/app/components/ariadne/close_button_component.rb +32 -0
  27. data/app/components/ariadne/dropdown/menu_component.d.ts +1 -0
  28. data/app/components/ariadne/dropdown/menu_component.js +1 -0
  29. data/app/components/ariadne/list_component/list_component.html.erb +0 -3
  30. data/app/components/ariadne/options_controller/options_controller.d.ts +21 -0
  31. data/app/components/ariadne/options_controller/options_controller.js +50 -0
  32. data/app/components/ariadne/options_controller/options_controller.ts +57 -0
  33. data/app/components/ariadne/popover_component.html.erb +11 -0
  34. data/app/components/ariadne/popover_component.rb +81 -0
  35. data/app/components/ariadne/progress_bar_component.html.erb +5 -0
  36. data/app/components/ariadne/progress_bar_component.rb +63 -0
  37. data/app/components/ariadne/relative_time_component.html.erb +3 -0
  38. data/app/components/ariadne/relative_time_component.rb +61 -0
  39. data/app/components/ariadne/show_more_button_component.html.erb +11 -0
  40. data/app/components/ariadne/show_more_button_component.rb +47 -0
  41. data/app/components/ariadne/spinner_component.html.erb +16 -0
  42. data/app/components/ariadne/spinner_component.rb +45 -0
  43. data/app/components/ariadne/subheader_component.html.erb +11 -0
  44. data/app/components/ariadne/subheader_component.rb +65 -0
  45. data/app/components/ariadne/toggle_component/toggle_component.html.erb +15 -0
  46. data/app/components/ariadne/toggle_component.rb +95 -0
  47. data/app/components/ariadne/toggleable_controller/toggleable_controller.d.ts +34 -0
  48. data/app/components/ariadne/toggleable_controller/toggleable_controller.js +74 -0
  49. data/app/components/ariadne/toggleable_controller/toggleable_controller.ts +87 -0
  50. data/lib/ariadne/view_components/version.rb +1 -1
  51. data/static/arguments.yml +50 -0
  52. data/static/audited_at.json +14 -0
  53. data/static/classes.yml +209 -173
  54. data/static/constants.json +282 -0
  55. data/static/statuses.json +14 -0
  56. data/tailwind.config.js +7 -7
  57. metadata +53 -12
  58. /data/app/assets/javascripts/{ariadne-form.d.ts → components/ariadne/ariadne-form.d.ts} +0 -0
  59. /data/app/assets/javascripts/{ariadne.d.ts → components/ariadne/ariadne.d.ts} +0 -0
  60. /data/app/assets/javascripts/{clipboard_copy_component → components/ariadne/clipboard_copy_component}/clipboard-copy-component.d.ts +0 -0
  61. /data/app/assets/javascripts/{rich_text_area_component → components/ariadne/rich_text_area_component}/rich-text-area-component.d.ts +0 -0
  62. /data/app/assets/javascripts/{slideover_component → components/ariadne/slideover_component}/slideover-component.d.ts +0 -0
  63. /data/app/assets/javascripts/{tab_container_component → components/ariadne/tab_container_component}/tab-container-component.d.ts +0 -0
  64. /data/app/assets/javascripts/{tab_nav_component → components/ariadne/tab_nav_component}/tab-nav-component.d.ts +0 -0
  65. /data/app/assets/javascripts/{time_ago_component → components/ariadne/time_ago_component}/time-ago-component.d.ts +0 -0
  66. /data/app/assets/javascripts/{tooltip_component → components/ariadne/tooltip_component}/tooltip-component.d.ts +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46fd9bcf19f73e8e73a375c75d6342971a847f569da0f6da394575a98b68ca3e
4
- data.tar.gz: 616d5126c65f46009d2f752524536f2d8d22393317860c6620857093bda2fa93
3
+ metadata.gz: 7493baea0d565aed7d9e03a07229c47492b9cce955450457ab45a84cd5672893
4
+ data.tar.gz: d5036618b6982091bf230dce80bc8312b0c554f8d41b296d9b736836d5ebda7f
5
5
  SHA512:
6
- metadata.gz: 7e309f403becd79323cc28b7da2bc6e7ce7ef99eb09f07e7d0e6b743b589aaaf84394d0028638ae6466629304d81d09b8d1ae40a644b4fbe4ab5b8b147fa4a45
7
- data.tar.gz: '0088c46003790756564374b959bfd0390969584ffab4dddf87917ec9e2b5dd13b0a59a3a5c86df19064b927dd3c6190eac7442ffd4f97fc7992d06161d2b5e42'
6
+ metadata.gz: 6697416d9a46804cfea9b1a9bdc62f073501bc6af812491ab8316eeddc5bffe47963704f0093cc13d3f422b4d83896b6171c5ae0853345e690d49ac914ae3cb9
7
+ data.tar.gz: 2cb8a1d695c62a11814089a490322dceea2c6d27a6484ae0bfb73ede028bbb5a0bdde112202582c0c5112eaea1d67d8b7ff05bf4369923c2e39a1925c8df05e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.47](https://github.com/yettoapp/ariadne/tree/v0.0.47) (2023-05-05)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.46...v0.0.47)
6
+
7
+ ## [v0.0.46](https://github.com/yettoapp/ariadne/tree/v0.0.46) (2023-05-04)
8
+
9
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.45...v0.0.46)
10
+
3
11
  ## [v0.0.45](https://github.com/yettoapp/ariadne/tree/v0.0.45) (2023-05-04)
4
12
 
5
13
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.44...v0.0.45)
@@ -66,9 +74,9 @@
66
74
  - build\(deps-dev\): bump @typescript-eslint/eslint-plugin from 5.40.0 to 5.59.1 [\#283](https://github.com/yettoapp/ariadne/pull/283) ([dependabot[bot]](https://github.com/apps/dependabot))
67
75
  - \[auto-browserslist\] update Browserslist db [\#282](https://github.com/yettoapp/ariadne/pull/282) ([sisyphusbot](https://github.com/sisyphusbot))
68
76
  - Attempt to use centralized GitHub Actions [\#266](https://github.com/yettoapp/ariadne/pull/266) ([gjtorikian](https://github.com/gjtorikian))
69
- - Revert "build\(deps\): update view\_component requirement from ~\> 2.0 to ~\> 3.0" [\#265](https://github.com/yettoapp/ariadne/pull/265) ([gjtorikian](https://github.com/gjtorikian))
77
+ - Revert "build\(deps\): update view_component requirement from ~\> 2.0 to ~\> 3.0" [\#265](https://github.com/yettoapp/ariadne/pull/265) ([gjtorikian](https://github.com/gjtorikian))
70
78
  - build\(deps\): bump @github/auto-complete-element from 3.4.0 to 3.5.0 [\#264](https://github.com/yettoapp/ariadne/pull/264) ([dependabot[bot]](https://github.com/apps/dependabot))
71
- - build\(deps\): update view\_component requirement from ~\> 2.0 to ~\> 3.0 [\#263](https://github.com/yettoapp/ariadne/pull/263) ([dependabot[bot]](https://github.com/apps/dependabot))
79
+ - build\(deps\): update view_component requirement from ~\> 2.0 to ~\> 3.0 [\#263](https://github.com/yettoapp/ariadne/pull/263) ([dependabot[bot]](https://github.com/apps/dependabot))
72
80
  - Update to Lookbook 2 and VC3 [\#262](https://github.com/yettoapp/ariadne/pull/262) ([gjtorikian](https://github.com/gjtorikian))
73
81
  - Lookbook/install [\#260](https://github.com/yettoapp/ariadne/pull/260) ([ajb85](https://github.com/ajb85))
74
82
  - build\(deps\): bump @tiptap/extension-document from 2.0.2 to 2.0.3 [\#259](https://github.com/yettoapp/ariadne/pull/259) ([dependabot[bot]](https://github.com/apps/dependabot))
@@ -274,33 +282,33 @@
274
282
  - Bump @rollup/plugin-replace from 4.0.0 to 5.0.1 [\#57](https://github.com/yettoapp/ariadne/pull/57) ([dependabot[bot]](https://github.com/apps/dependabot))
275
283
  - Hoist dir to the root [\#56](https://github.com/yettoapp/ariadne/pull/56) ([gjtorikian](https://github.com/gjtorikian))
276
284
  - Adjust paths and events for when CI runs [\#55](https://github.com/yettoapp/ariadne/pull/55) ([gjtorikian](https://github.com/gjtorikian))
277
- - Bump @tiptap/extension-hard-break from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#54](https://github.com/yettoapp/ariadne/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))
278
- - Bump @tiptap/extension-text from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#53](https://github.com/yettoapp/ariadne/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
279
- - Bump @tiptap/extension-dropcursor from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#52](https://github.com/yettoapp/ariadne/pull/52) ([dependabot[bot]](https://github.com/apps/dependabot))
280
- - Bump @tiptap/extension-paragraph from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#51](https://github.com/yettoapp/ariadne/pull/51) ([dependabot[bot]](https://github.com/apps/dependabot))
281
- - Bump @tiptap/extension-document from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#50](https://github.com/yettoapp/ariadne/pull/50) ([dependabot[bot]](https://github.com/apps/dependabot))
282
- - Bump @github/time-elements from 3.1.4 to 3.2.4 in /ruby/ariadne\_view\_components [\#49](https://github.com/yettoapp/ariadne/pull/49) ([dependabot[bot]](https://github.com/apps/dependabot))
283
- - Bump @tiptap/extension-history from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#48](https://github.com/yettoapp/ariadne/pull/48) ([dependabot[bot]](https://github.com/apps/dependabot))
284
- - Bump @tiptap/core from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#47](https://github.com/yettoapp/ariadne/pull/47) ([dependabot[bot]](https://github.com/apps/dependabot))
285
- - Bump @tiptap/extension-gapcursor from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne\_view\_components [\#46](https://github.com/yettoapp/ariadne/pull/46) ([dependabot[bot]](https://github.com/apps/dependabot))
285
+ - Bump @tiptap/extension-hard-break from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#54](https://github.com/yettoapp/ariadne/pull/54) ([dependabot[bot]](https://github.com/apps/dependabot))
286
+ - Bump @tiptap/extension-text from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#53](https://github.com/yettoapp/ariadne/pull/53) ([dependabot[bot]](https://github.com/apps/dependabot))
287
+ - Bump @tiptap/extension-dropcursor from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#52](https://github.com/yettoapp/ariadne/pull/52) ([dependabot[bot]](https://github.com/apps/dependabot))
288
+ - Bump @tiptap/extension-paragraph from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#51](https://github.com/yettoapp/ariadne/pull/51) ([dependabot[bot]](https://github.com/apps/dependabot))
289
+ - Bump @tiptap/extension-document from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#50](https://github.com/yettoapp/ariadne/pull/50) ([dependabot[bot]](https://github.com/apps/dependabot))
290
+ - Bump @github/time-elements from 3.1.4 to 3.2.4 in /ruby/ariadne_view_components [\#49](https://github.com/yettoapp/ariadne/pull/49) ([dependabot[bot]](https://github.com/apps/dependabot))
291
+ - Bump @tiptap/extension-history from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#48](https://github.com/yettoapp/ariadne/pull/48) ([dependabot[bot]](https://github.com/apps/dependabot))
292
+ - Bump @tiptap/core from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#47](https://github.com/yettoapp/ariadne/pull/47) ([dependabot[bot]](https://github.com/apps/dependabot))
293
+ - Bump @tiptap/extension-gapcursor from 2.0.0-beta.199 to 2.0.0-beta.202 in /ruby/ariadne_view_components [\#46](https://github.com/yettoapp/ariadne/pull/46) ([dependabot[bot]](https://github.com/apps/dependabot))
286
294
  - Correct tag, changelog, release logic [\#45](https://github.com/yettoapp/ariadne/pull/45) ([gjtorikian](https://github.com/gjtorikian))
287
295
  - Update outdated tasks [\#44](https://github.com/yettoapp/ariadne/pull/44) ([gjtorikian](https://github.com/gjtorikian))
288
- - Bump @hotwired/stimulus from 3.1.0 to 3.1.1 in /ruby/ariadne\_view\_components [\#43](https://github.com/yettoapp/ariadne/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
296
+ - Bump @hotwired/stimulus from 3.1.0 to 3.1.1 in /ruby/ariadne_view_components [\#43](https://github.com/yettoapp/ariadne/pull/43) ([dependabot[bot]](https://github.com/apps/dependabot))
289
297
  - Bump actions/upload-artifact from 2 to 3 [\#42](https://github.com/yettoapp/ariadne/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot))
290
- - Bump @github/details-menu-element from 1.0.12 to 1.0.13 in /ruby/ariadne\_view\_components [\#41](https://github.com/yettoapp/ariadne/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot))
298
+ - Bump @github/details-menu-element from 1.0.12 to 1.0.13 in /ruby/ariadne_view_components [\#41](https://github.com/yettoapp/ariadne/pull/41) ([dependabot[bot]](https://github.com/apps/dependabot))
291
299
  - Add dependabot automerging [\#40](https://github.com/yettoapp/ariadne/pull/40) ([gjtorikian](https://github.com/gjtorikian))
292
300
  - Bump actions/download-artifact from 2 to 3 [\#38](https://github.com/yettoapp/ariadne/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot))
293
- - Bump stimulus-use from 0.50.0 to 0.51.0 in /ruby/ariadne\_view\_components [\#37](https://github.com/yettoapp/ariadne/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot))
294
- - Bump @primer/primitives from 7.9.0 to 7.10.0 in /ruby/ariadne\_view\_components [\#36](https://github.com/yettoapp/ariadne/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot))
295
- - Bump @changesets/cli from 2.24.4 to 2.25.0 in /ruby/ariadne\_view\_components [\#35](https://github.com/yettoapp/ariadne/pull/35) ([dependabot[bot]](https://github.com/apps/dependabot))
296
- - Bump @primer/css from 20.4.7 to 20.4.8 in /ruby/ariadne\_view\_components [\#33](https://github.com/yettoapp/ariadne/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot))
301
+ - Bump stimulus-use from 0.50.0 to 0.51.0 in /ruby/ariadne_view_components [\#37](https://github.com/yettoapp/ariadne/pull/37) ([dependabot[bot]](https://github.com/apps/dependabot))
302
+ - Bump @primer/primitives from 7.9.0 to 7.10.0 in /ruby/ariadne_view_components [\#36](https://github.com/yettoapp/ariadne/pull/36) ([dependabot[bot]](https://github.com/apps/dependabot))
303
+ - Bump @changesets/cli from 2.24.4 to 2.25.0 in /ruby/ariadne_view_components [\#35](https://github.com/yettoapp/ariadne/pull/35) ([dependabot[bot]](https://github.com/apps/dependabot))
304
+ - Bump @primer/css from 20.4.7 to 20.4.8 in /ruby/ariadne_view_components [\#33](https://github.com/yettoapp/ariadne/pull/33) ([dependabot[bot]](https://github.com/apps/dependabot))
297
305
  - Support color theme dropdown [\#32](https://github.com/yettoapp/ariadne/pull/32) ([gjtorikian](https://github.com/gjtorikian))
298
306
  - Update Ariadne to use Component Sidecar Directories [\#31](https://github.com/yettoapp/ariadne/pull/31) ([birdcar](https://github.com/birdcar))
299
- - Bump rollup from 2.79.0 to 2.79.1 in /ruby/ariadne\_view\_components [\#29](https://github.com/yettoapp/ariadne/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
300
- - Bump lit-html from 2.3.1 to 2.4.0 in /ruby/ariadne\_view\_components [\#28](https://github.com/yettoapp/ariadne/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot))
301
- - Bump @changesets/changelog-github from 0.4.6 to 0.4.7 in /ruby/ariadne\_view\_components [\#27](https://github.com/yettoapp/ariadne/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))
302
- - Bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.40.0 in /ruby/ariadne\_view\_components [\#26](https://github.com/yettoapp/ariadne/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
303
- - Bump @primer/css from 20.4.4 to 20.4.7 in /ruby/ariadne\_view\_components [\#25](https://github.com/yettoapp/ariadne/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))
307
+ - Bump rollup from 2.79.0 to 2.79.1 in /ruby/ariadne_view_components [\#29](https://github.com/yettoapp/ariadne/pull/29) ([dependabot[bot]](https://github.com/apps/dependabot))
308
+ - Bump lit-html from 2.3.1 to 2.4.0 in /ruby/ariadne_view_components [\#28](https://github.com/yettoapp/ariadne/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot))
309
+ - Bump @changesets/changelog-github from 0.4.6 to 0.4.7 in /ruby/ariadne_view_components [\#27](https://github.com/yettoapp/ariadne/pull/27) ([dependabot[bot]](https://github.com/apps/dependabot))
310
+ - Bump @typescript-eslint/eslint-plugin from 5.36.1 to 5.40.0 in /ruby/ariadne_view_components [\#26](https://github.com/yettoapp/ariadne/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot))
311
+ - Bump @primer/css from 20.4.4 to 20.4.7 in /ruby/ariadne_view_components [\#25](https://github.com/yettoapp/ariadne/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))
304
312
 
305
313
  ## [0.0.25](https://github.com/yettoapp/ariadne/tree/0.0.25) (2022-10-17)
306
314
 
@@ -440,6 +448,4 @@
440
448
  - Get app in a more stable state [\#3](https://github.com/yettoapp/ariadne/pull/3) ([gjtorikian](https://github.com/gjtorikian))
441
449
  - Lay a foundation for Ariadne view components [\#2](https://github.com/yettoapp/ariadne/pull/2) ([gjtorikian](https://github.com/gjtorikian))
442
450
 
443
-
444
-
445
- \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
451
+ \* _This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)_