ariadne_view_components 0.0.19 → 0.0.21

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 (46) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +113 -0
  3. data/app/assets/javascripts/ariadne_view_components.js +1 -1
  4. data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
  5. data/app/components/ariadne/avatar_stack_component.html.erb +1 -1
  6. data/app/components/ariadne/details_component.rb +1 -1
  7. data/app/components/ariadne/grid_component.rb +1 -1
  8. data/app/components/ariadne/heroicon_component.rb +2 -2
  9. data/app/components/ariadne/rich-text-area-component.ts +1 -0
  10. data/lib/ariadne/view_components/version.rb +1 -1
  11. data/static/arguments.yml +1 -1
  12. data/static/classes.yml +0 -3
  13. data/static/constants.json +6 -6
  14. metadata +6 -37
  15. data/app/assets/builds/ariadne_view_components.css +0 -2243
  16. data/app/components/ariadne/ariadne-form-with.d.ts +0 -20
  17. data/app/components/ariadne/ariadne-form-with.js +0 -85
  18. data/app/components/ariadne/ariadne-form.d.ts +0 -22
  19. data/app/components/ariadne/ariadne-form.js +0 -84
  20. data/app/components/ariadne/ariadne.d.ts +0 -2
  21. data/app/components/ariadne/ariadne.js +0 -16
  22. data/app/components/ariadne/clipboard-copy-component.d.ts +0 -4
  23. data/app/components/ariadne/clipboard-copy-component.js +0 -18
  24. data/app/components/ariadne/clipboard_copy_component.d.ts +0 -4
  25. data/app/components/ariadne/clipboard_copy_component.js +0 -18
  26. data/app/components/ariadne/rich-text-area-component.d.ts +0 -6
  27. data/app/components/ariadne/rich-text-area-component.js +0 -36
  28. data/app/components/ariadne/slideover-component.d.ts +0 -9
  29. data/app/components/ariadne/slideover-component.js +0 -10
  30. data/app/components/ariadne/slideover_component.d.ts +0 -9
  31. data/app/components/ariadne/slideover_component.js +0 -19
  32. data/app/components/ariadne/tab-component.js +0 -1
  33. data/app/components/ariadne/tab-container-component copy.d.ts +0 -1
  34. data/app/components/ariadne/tab-container-component copy.js +0 -23
  35. data/app/components/ariadne/tab-container-component.d.ts +0 -1
  36. data/app/components/ariadne/tab-container-component.js +0 -23
  37. data/app/components/ariadne/tab-nav-component.d.ts +0 -9
  38. data/app/components/ariadne/tab-nav-component.js +0 -32
  39. data/app/components/ariadne/tabs-component.d.ts +0 -0
  40. data/app/components/ariadne/tabs-component.js +0 -1
  41. data/app/components/ariadne/time-ago-component.d.ts +0 -1
  42. data/app/components/ariadne/time-ago-component.js +0 -1
  43. data/app/components/ariadne/time_ago_component.d.ts +0 -1
  44. data/app/components/ariadne/time_ago_component.js +0 -1
  45. data/app/components/ariadne/tooltip-component.d.ts +0 -24
  46. data/app/components/ariadne/tooltip-component.js +0 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86da0c102743056c33b3982a59957000a992846a6240ebc26581ebcf0ac3dec9
4
- data.tar.gz: a2083d05faeea010c894a23cbdeb225b07f334dc69b2c09f603d673bc3a04cb5
3
+ metadata.gz: 999c04ea406974059c5a9b655fe0977b9a131cf30ac1bde0c08484fb78109ee1
4
+ data.tar.gz: ada147d55c58689281abd82c7a718549c130b3fd7e1f2028f23975c067a67a3a
5
5
  SHA512:
6
- metadata.gz: 51eb0c7020d56ae225c6cfc3f155cb3a02c92d8ce87c7b5e563dc5623031bbe958ffe45d9fcb537ac3cdec63f80428baebad1a5fbf32ffea8ce1731ecbd7d3ae
7
- data.tar.gz: c18933f3a37b3dea63de4b896f14a7a1066515b2e06a782041c092d175dc5220c91c6d31d83a9c980affd6cd6ce4d2d879465e2cc78c8a21c75b61aea8e1fb66
6
+ metadata.gz: a531dfd80765a7b922d78ae59425479d9715861013357938d2b9462d9406b15cd592df3bc10748048f42113b086290308ef5342401a94254c9ea8db65f24d317
7
+ data.tar.gz: 002f3572058a01c1c2276d9da8e35fdb3a5938fa8fc6515be4e72c361eef55f69a870dec6457d2f18e4afa11c3b8e4a16eb5076a71af0fcf3e439d4439ee523f
data/CHANGELOG.md ADDED
@@ -0,0 +1,113 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased](https://github.com/yettoapp/ariadne/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.20...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Demo fixups [\#20](https://github.com/yettoapp/ariadne/pull/20) ([gjtorikian](https://github.com/gjtorikian))
10
+ - Fix nits with ariadne setup [\#19](https://github.com/yettoapp/ariadne/pull/19) ([birdcar](https://github.com/birdcar))
11
+
12
+ ## [0.0.20](https://github.com/yettoapp/ariadne/tree/0.0.20) (2022-10-12)
13
+
14
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.19...0.0.20)
15
+
16
+ **Merged pull requests:**
17
+
18
+ - Adjust existing components [\#18](https://github.com/yettoapp/ariadne/pull/18) ([gjtorikian](https://github.com/gjtorikian))
19
+
20
+ ## [v0.0.19](https://github.com/yettoapp/ariadne/tree/v0.0.19) (2022-10-12)
21
+
22
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.18...v0.0.19)
23
+
24
+ ## [0.0.18](https://github.com/yettoapp/ariadne/tree/0.0.18) (2022-10-07)
25
+
26
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.17...0.0.18)
27
+
28
+ ## [v0.0.17](https://github.com/yettoapp/ariadne/tree/v0.0.17) (2022-10-05)
29
+
30
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.17...v0.0.17)
31
+
32
+ ## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
33
+
34
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...0.0.17)
35
+
36
+ ## [0.0.16](https://github.com/yettoapp/ariadne/tree/0.0.16) (2022-10-04)
37
+
38
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.16...0.0.16)
39
+
40
+ ## [v0.0.16](https://github.com/yettoapp/ariadne/tree/v0.0.16) (2022-10-04)
41
+
42
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.15...v0.0.16)
43
+
44
+ ## [0.0.15](https://github.com/yettoapp/ariadne/tree/0.0.15) (2022-10-04)
45
+
46
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.15...0.0.15)
47
+
48
+ ## [v0.0.15](https://github.com/yettoapp/ariadne/tree/v0.0.15) (2022-10-04)
49
+
50
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.14...v0.0.15)
51
+
52
+ ## [0.0.14](https://github.com/yettoapp/ariadne/tree/0.0.14) (2022-10-03)
53
+
54
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.13...0.0.14)
55
+
56
+ **Merged pull requests:**
57
+
58
+ - UI finesse [\#17](https://github.com/yettoapp/ariadne/pull/17) ([gjtorikian](https://github.com/gjtorikian))
59
+
60
+ ## [0.0.13](https://github.com/yettoapp/ariadne/tree/0.0.13) (2022-09-23)
61
+
62
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.12...0.0.13)
63
+
64
+ **Merged pull requests:**
65
+
66
+ - Add support for tables \(with pagination\); and tabs \(nav and panel\) [\#16](https://github.com/yettoapp/ariadne/pull/16) ([gjtorikian](https://github.com/gjtorikian))
67
+ - Test multiplatform builds [\#15](https://github.com/yettoapp/ariadne/pull/15) ([gjtorikian](https://github.com/gjtorikian))
68
+
69
+ ## [0.0.12](https://github.com/yettoapp/ariadne/tree/0.0.12) (2022-09-12)
70
+
71
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.11...0.0.12)
72
+
73
+ ## [0.0.11](https://github.com/yettoapp/ariadne/tree/0.0.11) (2022-09-12)
74
+
75
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.10...0.0.11)
76
+
77
+ ## [0.0.10](https://github.com/yettoapp/ariadne/tree/0.0.10) (2022-09-12)
78
+
79
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.9...0.0.10)
80
+
81
+ ## [0.0.9](https://github.com/yettoapp/ariadne/tree/0.0.9) (2022-09-12)
82
+
83
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.6...0.0.9)
84
+
85
+ **Merged pull requests:**
86
+
87
+ - Massive UI additions and updates [\#14](https://github.com/yettoapp/ariadne/pull/14) ([gjtorikian](https://github.com/gjtorikian))
88
+
89
+ ## [v0.0.6](https://github.com/yettoapp/ariadne/tree/v0.0.6) (2022-08-17)
90
+
91
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.5...v0.0.6)
92
+
93
+ ## [v0.0.5](https://github.com/yettoapp/ariadne/tree/v0.0.5) (2022-08-15)
94
+
95
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/ec434940102dbec3d301567cd8af4b3e16b67dfa...v0.0.5)
96
+
97
+ **Merged pull requests:**
98
+
99
+ - More adjustments [\#13](https://github.com/yettoapp/ariadne/pull/13) ([gjtorikian](https://github.com/gjtorikian))
100
+ - Add form components and conversation filter box [\#12](https://github.com/yettoapp/ariadne/pull/12) ([gjtorikian](https://github.com/gjtorikian))
101
+ - More components [\#11](https://github.com/yettoapp/ariadne/pull/11) ([gjtorikian](https://github.com/gjtorikian))
102
+ - More UI view stuff [\#9](https://github.com/yettoapp/ariadne/pull/9) ([gjtorikian](https://github.com/gjtorikian))
103
+ - all sorts of goodies [\#8](https://github.com/yettoapp/ariadne/pull/8) ([gjtorikian](https://github.com/gjtorikian))
104
+ - Missing pieces [\#7](https://github.com/yettoapp/ariadne/pull/7) ([gjtorikian](https://github.com/gjtorikian))
105
+ - Apply Tailwind and Stimulus [\#6](https://github.com/yettoapp/ariadne/pull/6) ([gjtorikian](https://github.com/gjtorikian))
106
+ - Redo even more Primer logic [\#5](https://github.com/yettoapp/ariadne/pull/5) ([gjtorikian](https://github.com/gjtorikian))
107
+ - a few workflow items [\#4](https://github.com/yettoapp/ariadne/pull/4) ([gjtorikian](https://github.com/gjtorikian))
108
+ - Get app in a more stable state [\#3](https://github.com/yettoapp/ariadne/pull/3) ([gjtorikian](https://github.com/gjtorikian))
109
+ - Lay a foundation for Ariadne view components [\#2](https://github.com/yettoapp/ariadne/pull/2) ([gjtorikian](https://github.com/gjtorikian))
110
+
111
+
112
+
113
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*