ariadne_view_components 0.0.24 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +52 -0
  3. data/README.md +6 -5
  4. data/app/assets/javascripts/ariadne_view_components.js +1 -1
  5. data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
  6. data/app/components/ariadne/ariadne.ts +7 -7
  7. data/app/components/ariadne/{avatar_stack_component.html.erb → avatar_stack_component/avatar_stack_component.html.erb} +0 -0
  8. data/app/components/ariadne/{blankslate_component.html.erb → blankslate_component/blankslate_component.html.erb} +0 -0
  9. data/app/components/ariadne/body_component.rb +1 -1
  10. data/app/components/ariadne/{button_component.html.erb → button_component/button_component.html.erb} +0 -0
  11. data/app/components/ariadne/button_component.rb +2 -2
  12. data/app/components/ariadne/{clipboard-copy-component.ts → clipboard_copy_component/clipboard-copy-component.ts} +0 -0
  13. data/app/components/ariadne/{clipboard_copy_component.html.erb → clipboard_copy_component/clipboard_copy_component.html.erb} +0 -0
  14. data/app/components/ariadne/{comment_component.html.erb → comment_component/comment_component.html.erb} +1 -1
  15. data/app/components/ariadne/comment_component.rb +1 -1
  16. data/app/components/ariadne/{container_component.html.erb → container_component/container_component.html.erb} +0 -0
  17. data/app/components/ariadne/{details_component.html.erb → details_component/details_component.html.erb} +0 -0
  18. data/app/components/ariadne/details_component.rb +1 -1
  19. data/app/components/ariadne/{dropdown_component.html.erb → dropdown_component/dropdown_component.html.erb} +0 -0
  20. data/app/components/ariadne/{flash_component.html.erb → flash_component/flash_component.html.erb} +0 -0
  21. data/app/components/ariadne/flash_component.rb +4 -4
  22. data/app/components/ariadne/{footer_component.html.erb → footer_component/footer_component.html.erb} +0 -0
  23. data/app/components/ariadne/{grid_component.html.erb → grid_component/grid_component.html.erb} +0 -0
  24. data/app/components/ariadne/{header_component.html.erb → header_component/header_component.html.erb} +0 -0
  25. data/app/components/ariadne/header_component.rb +6 -10
  26. data/app/components/ariadne/{heroicon_component.html.erb → heroicon_component/heroicon_component.html.erb} +0 -0
  27. data/app/components/ariadne/{inline_flex_component.html.erb → inline_flex_component/inline_flex_component.html.erb} +0 -0
  28. data/app/components/ariadne/{list_component.html.erb → list_component/list_component.html.erb} +0 -0
  29. data/app/components/ariadne/{narrow_container_component.html.erb → narrow_container_component/narrow_container_component.html.erb} +0 -0
  30. data/app/components/ariadne/{panel_bar_component.html.erb → panel_bar_component/panel_bar_component.html.erb} +0 -0
  31. data/app/components/ariadne/{pill_component.html.erb → pill_component/pill_component.html.erb} +0 -0
  32. data/app/components/ariadne/{rich-text-area-component.ts → rich_text_area_component/rich-text-area-component.ts} +0 -0
  33. data/app/components/ariadne/{rich_text_area_component.html.erb → rich_text_area_component/rich_text_area_component.html.erb} +0 -0
  34. data/app/components/ariadne/{slideover-component.ts → slideover_component/slideover-component.ts} +0 -0
  35. data/app/components/ariadne/{slideover_component.html.erb → slideover_component/slideover_component.html.erb} +0 -0
  36. data/app/components/ariadne/{tab_component.html.erb → tab_component/tab_component.html.erb} +0 -0
  37. data/app/components/ariadne/{tab-container-component.ts → tab_container_component/tab-container-component.ts} +1 -1
  38. data/app/components/ariadne/tab_container_component.rb +1 -1
  39. data/app/components/ariadne/{tab-nav-component.ts → tab_nav_component/tab-nav-component.ts} +1 -1
  40. data/app/components/ariadne/{tab_nav_component.html.erb → tab_nav_component/tab_nav_component.html.erb} +0 -0
  41. data/app/components/ariadne/tab_nav_component.rb +2 -2
  42. data/app/components/ariadne/{table_nav_component.html.erb → table_nav_component/table_nav_component.html.erb} +0 -0
  43. data/app/components/ariadne/table_nav_component.rb +1 -1
  44. data/app/components/ariadne/{time-ago-component.ts → time_ago_component/time-ago-component.ts} +0 -0
  45. data/app/components/ariadne/{timeline_component.html.erb → timeline_component/timeline_component.html.erb} +0 -0
  46. data/app/components/ariadne/{tooltip-component.ts → tooltip_component/tooltip-component.ts} +0 -0
  47. data/app/components/ariadne/{tooltip_component.html.erb → tooltip_component/tooltip_component.html.erb} +0 -0
  48. data/app/lib/ariadne/form_builder.rb +6 -6
  49. data/lib/ariadne/view_components/version.rb +1 -1
  50. data/lib/tasks/docs.rake +27 -19
  51. data/static/classes.yml +17 -18
  52. data/static/constants.json +15 -15
  53. data/tailwind.config.js +3 -3
  54. metadata +34 -34
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 375180d989cf4ce21ae250dcfc3899a4d233277f60772cdab5f5cf19b5c4864c
4
- data.tar.gz: 0e27dfb3fc50ee531fa17831bbe481b0caba063aad5d2179b1a620bcef11d080
3
+ metadata.gz: adeff84184c3bec8e0a8abe8df6a724a6fbcdcc298fdd95d7f6c5210ec948a55
4
+ data.tar.gz: 3edc825556974c0b5fa364e1e7fdcc819ed83b2cf86ab3570e4fc65ad83732ce
5
5
  SHA512:
6
- metadata.gz: 80859bfe70f778fadccb390d7741974809e44fd0f9985329bb67b33e6f6974c05b765baa67b3bdbd99e00e35d075f48f9b984a574886bbf4ed692c2ca679e0ff
7
- data.tar.gz: 3132d263d84e7a4495ce3c27a9423ba21692f17154fc918f5614b57f1978fbcb448eb2ce986f549fe657311627f72b8f7eaab150c1efcaf35987beaa4d92e195
6
+ metadata.gz: 19c1649abf5b38c60ade54785ccd96bc7b510dd9ea400cfff37f8b5cd3910ac935137b83853cd8727ea5dd4552ec8ae1234f9cf1967dbc3d48109023bc1b90e0
7
+ data.tar.gz: b6817265900497ccd41d00df228bb3ecc81447b541350d21a2be3a0dfccea492c2ca857ac332b574ff26a0f77ba43ae92b4aa26c9f9c8eb3b87643db55afbd30
data/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [v0.0.26](https://github.com/yettoapp/ariadne/tree/v0.0.26) (2022-11-14)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.25...v0.0.26)
6
+
7
+ **Implemented enhancements:**
8
+
9
+ - Support color theme dropdown [\#32](https://github.com/yettoapp/ariadne/pull/32) ([gjtorikian](https://github.com/gjtorikian))
10
+ - Update Ariadne to use Component Sidecar Directories [\#31](https://github.com/yettoapp/ariadne/pull/31) ([birdcar](https://github.com/birdcar))
11
+
12
+ **Merged pull requests:**
13
+
14
+ - 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))
15
+ - Hoist dir to the root [\#56](https://github.com/yettoapp/ariadne/pull/56) ([gjtorikian](https://github.com/gjtorikian))
16
+ - Adjust paths and events for when CI runs [\#55](https://github.com/yettoapp/ariadne/pull/55) ([gjtorikian](https://github.com/gjtorikian))
17
+ - 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))
18
+ - 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))
19
+ - 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))
20
+ - 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))
21
+ - 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))
22
+ - 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))
23
+ - 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))
24
+ - 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))
25
+ - 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))
26
+ - Correct tag, changelog, release logic [\#45](https://github.com/yettoapp/ariadne/pull/45) ([gjtorikian](https://github.com/gjtorikian))
27
+ - Update outdated tasks [\#44](https://github.com/yettoapp/ariadne/pull/44) ([gjtorikian](https://github.com/gjtorikian))
28
+ - 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))
29
+ - Bump actions/upload-artifact from 2 to 3 [\#42](https://github.com/yettoapp/ariadne/pull/42) ([dependabot[bot]](https://github.com/apps/dependabot))
30
+ - 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))
31
+ - Add dependabot automerging [\#40](https://github.com/yettoapp/ariadne/pull/40) ([gjtorikian](https://github.com/gjtorikian))
32
+ - Bump actions/download-artifact from 2 to 3 [\#38](https://github.com/yettoapp/ariadne/pull/38) ([dependabot[bot]](https://github.com/apps/dependabot))
33
+ - 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))
34
+ - 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))
35
+ - 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))
36
+ - 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))
37
+ - 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))
38
+ - 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))
39
+ - 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))
40
+ - 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))
41
+ - 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))
42
+
43
+ ## [0.0.25](https://github.com/yettoapp/ariadne/tree/0.0.25) (2022-10-17)
44
+
45
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.24...0.0.25)
46
+
47
+ **Merged pull requests:**
48
+
49
+ - Update colors for demo [\#30](https://github.com/yettoapp/ariadne/pull/30) ([birdcar](https://github.com/birdcar))
50
+
51
+ ## [0.0.24](https://github.com/yettoapp/ariadne/tree/0.0.24) (2022-10-17)
52
+
53
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.23...0.0.24)
54
+
3
55
  ## [0.0.23](https://github.com/yettoapp/ariadne/tree/0.0.23) (2022-10-17)
4
56
 
5
57
  [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.22...0.0.23)
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # ViewComponents
1
+ # Ariadne ViewComponents
2
2
 
3
3
  This repository contains the Ruby view components for the Ariadne design system. It is composed of several projects:
4
4
 
5
- * [Tailwind CSS](https://tailwindcss.com)
6
- * [Heroicons](https://heroicons.com)
7
- * [ViewComponents](https://viewcomponent.org)
8
- * [StimulusJS](https://stimulus.hotwired.dev)
5
+ - [Tailwind CSS](https://tailwindcss.com)
6
+ - [Heroicons](https://heroicons.com)
7
+ - [ViewComponents](https://viewcomponent.org)
8
+ - [StimulusJS](https://stimulus.hotwired.dev)
9
9
 
10
10
  This project is basically a fork and rewrite of [Primer's ViewComponents](https://primer.style/view-components/), except instead of Primer, it uses an open source stack we've found useful. **Our eternal gratitude to GitHub's design team for open sourcing that repo.**
11
11
 
@@ -37,6 +37,7 @@ document schemes, fetch_or_raise, all that
37
37
  ## remove @tailwind base;
38
38
 
39
39
  this resets styles applied by ariadne, which already resets styles!!
40
+
40
41
  ### Incorporating Rubocop and other linters
41
42
 
42
43
  This gem comes with some standard linters to keep your code fresh and consistent. Refer to [the documentation](./docs/content/linting.md) for more information.