ariadne_view_components 0.0.19 → 0.0.20

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 (36) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +104 -0
  3. data/lib/ariadne/view_components/version.rb +1 -1
  4. metadata +6 -37
  5. data/app/assets/builds/ariadne_view_components.css +0 -2243
  6. data/app/components/ariadne/ariadne-form-with.d.ts +0 -20
  7. data/app/components/ariadne/ariadne-form-with.js +0 -85
  8. data/app/components/ariadne/ariadne-form.d.ts +0 -22
  9. data/app/components/ariadne/ariadne-form.js +0 -84
  10. data/app/components/ariadne/ariadne.d.ts +0 -2
  11. data/app/components/ariadne/ariadne.js +0 -16
  12. data/app/components/ariadne/clipboard-copy-component.d.ts +0 -4
  13. data/app/components/ariadne/clipboard-copy-component.js +0 -18
  14. data/app/components/ariadne/clipboard_copy_component.d.ts +0 -4
  15. data/app/components/ariadne/clipboard_copy_component.js +0 -18
  16. data/app/components/ariadne/rich-text-area-component.d.ts +0 -6
  17. data/app/components/ariadne/rich-text-area-component.js +0 -36
  18. data/app/components/ariadne/slideover-component.d.ts +0 -9
  19. data/app/components/ariadne/slideover-component.js +0 -10
  20. data/app/components/ariadne/slideover_component.d.ts +0 -9
  21. data/app/components/ariadne/slideover_component.js +0 -19
  22. data/app/components/ariadne/tab-component.js +0 -1
  23. data/app/components/ariadne/tab-container-component copy.d.ts +0 -1
  24. data/app/components/ariadne/tab-container-component copy.js +0 -23
  25. data/app/components/ariadne/tab-container-component.d.ts +0 -1
  26. data/app/components/ariadne/tab-container-component.js +0 -23
  27. data/app/components/ariadne/tab-nav-component.d.ts +0 -9
  28. data/app/components/ariadne/tab-nav-component.js +0 -32
  29. data/app/components/ariadne/tabs-component.d.ts +0 -0
  30. data/app/components/ariadne/tabs-component.js +0 -1
  31. data/app/components/ariadne/time-ago-component.d.ts +0 -1
  32. data/app/components/ariadne/time-ago-component.js +0 -1
  33. data/app/components/ariadne/time_ago_component.d.ts +0 -1
  34. data/app/components/ariadne/time_ago_component.js +0 -1
  35. data/app/components/ariadne/tooltip-component.d.ts +0 -24
  36. 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: 8a3775052a115aa2485944fbc89dc4c3b797ddf79abfcf5e68a356aa34146b1a
4
+ data.tar.gz: c33353693a9445bfda5bbb6434566d2ab10d23cb999d6166cf6b44bef5b36fbc
5
5
  SHA512:
6
- metadata.gz: 51eb0c7020d56ae225c6cfc3f155cb3a02c92d8ce87c7b5e563dc5623031bbe958ffe45d9fcb537ac3cdec63f80428baebad1a5fbf32ffea8ce1731ecbd7d3ae
7
- data.tar.gz: c18933f3a37b3dea63de4b896f14a7a1066515b2e06a782041c092d175dc5220c91c6d31d83a9c980affd6cd6ce4d2d879465e2cc78c8a21c75b61aea8e1fb66
6
+ metadata.gz: 7112119df12f3d6a8558a6d4f2a85ac8be392f39f18f8622e0ac7e539d75c15d3c95b330c3608135da282dc085426f46c8cf3d117b1f7d10864768106fa62c0c
7
+ data.tar.gz: d2a06b107d3c05cf658629377e973c052fb49aefba92be06113691f33d11d865d3f89ba910b07662810c0d77f62a6d2228437ae50b3644ac40e305c2cf3a72d2
data/CHANGELOG.md ADDED
@@ -0,0 +1,104 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased](https://github.com/yettoapp/ariadne/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.19...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Adjust existing components [\#18](https://github.com/yettoapp/ariadne/pull/18) ([gjtorikian](https://github.com/gjtorikian))
10
+
11
+ ## [v0.0.19](https://github.com/yettoapp/ariadne/tree/v0.0.19) (2022-10-12)
12
+
13
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.18...v0.0.19)
14
+
15
+ ## [0.0.18](https://github.com/yettoapp/ariadne/tree/0.0.18) (2022-10-07)
16
+
17
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.17...0.0.18)
18
+
19
+ ## [v0.0.17](https://github.com/yettoapp/ariadne/tree/v0.0.17) (2022-10-05)
20
+
21
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.17...v0.0.17)
22
+
23
+ ## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
24
+
25
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.16...0.0.17)
26
+
27
+ ## [v0.0.16](https://github.com/yettoapp/ariadne/tree/v0.0.16) (2022-10-04)
28
+
29
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...v0.0.16)
30
+
31
+ ## [0.0.16](https://github.com/yettoapp/ariadne/tree/0.0.16) (2022-10-04)
32
+
33
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.15...0.0.16)
34
+
35
+ ## [0.0.15](https://github.com/yettoapp/ariadne/tree/0.0.15) (2022-10-04)
36
+
37
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.15...0.0.15)
38
+
39
+ ## [v0.0.15](https://github.com/yettoapp/ariadne/tree/v0.0.15) (2022-10-04)
40
+
41
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.14...v0.0.15)
42
+
43
+ ## [0.0.14](https://github.com/yettoapp/ariadne/tree/0.0.14) (2022-10-03)
44
+
45
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.13...0.0.14)
46
+
47
+ **Merged pull requests:**
48
+
49
+ - UI finesse [\#17](https://github.com/yettoapp/ariadne/pull/17) ([gjtorikian](https://github.com/gjtorikian))
50
+
51
+ ## [0.0.13](https://github.com/yettoapp/ariadne/tree/0.0.13) (2022-09-23)
52
+
53
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.12...0.0.13)
54
+
55
+ **Merged pull requests:**
56
+
57
+ - Add support for tables \(with pagination\); and tabs \(nav and panel\) [\#16](https://github.com/yettoapp/ariadne/pull/16) ([gjtorikian](https://github.com/gjtorikian))
58
+ - Test multiplatform builds [\#15](https://github.com/yettoapp/ariadne/pull/15) ([gjtorikian](https://github.com/gjtorikian))
59
+
60
+ ## [0.0.12](https://github.com/yettoapp/ariadne/tree/0.0.12) (2022-09-12)
61
+
62
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.11...0.0.12)
63
+
64
+ ## [0.0.11](https://github.com/yettoapp/ariadne/tree/0.0.11) (2022-09-12)
65
+
66
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.10...0.0.11)
67
+
68
+ ## [0.0.10](https://github.com/yettoapp/ariadne/tree/0.0.10) (2022-09-12)
69
+
70
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.9...0.0.10)
71
+
72
+ ## [0.0.9](https://github.com/yettoapp/ariadne/tree/0.0.9) (2022-09-12)
73
+
74
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.6...0.0.9)
75
+
76
+ **Merged pull requests:**
77
+
78
+ - Massive UI additions and updates [\#14](https://github.com/yettoapp/ariadne/pull/14) ([gjtorikian](https://github.com/gjtorikian))
79
+
80
+ ## [v0.0.6](https://github.com/yettoapp/ariadne/tree/v0.0.6) (2022-08-17)
81
+
82
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.5...v0.0.6)
83
+
84
+ ## [v0.0.5](https://github.com/yettoapp/ariadne/tree/v0.0.5) (2022-08-15)
85
+
86
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/ec434940102dbec3d301567cd8af4b3e16b67dfa...v0.0.5)
87
+
88
+ **Merged pull requests:**
89
+
90
+ - More adjustments [\#13](https://github.com/yettoapp/ariadne/pull/13) ([gjtorikian](https://github.com/gjtorikian))
91
+ - Add form components and conversation filter box [\#12](https://github.com/yettoapp/ariadne/pull/12) ([gjtorikian](https://github.com/gjtorikian))
92
+ - More components [\#11](https://github.com/yettoapp/ariadne/pull/11) ([gjtorikian](https://github.com/gjtorikian))
93
+ - More UI view stuff [\#9](https://github.com/yettoapp/ariadne/pull/9) ([gjtorikian](https://github.com/gjtorikian))
94
+ - all sorts of goodies [\#8](https://github.com/yettoapp/ariadne/pull/8) ([gjtorikian](https://github.com/gjtorikian))
95
+ - Missing pieces [\#7](https://github.com/yettoapp/ariadne/pull/7) ([gjtorikian](https://github.com/gjtorikian))
96
+ - Apply Tailwind and Stimulus [\#6](https://github.com/yettoapp/ariadne/pull/6) ([gjtorikian](https://github.com/gjtorikian))
97
+ - Redo even more Primer logic [\#5](https://github.com/yettoapp/ariadne/pull/5) ([gjtorikian](https://github.com/gjtorikian))
98
+ - a few workflow items [\#4](https://github.com/yettoapp/ariadne/pull/4) ([gjtorikian](https://github.com/gjtorikian))
99
+ - Get app in a more stable state [\#3](https://github.com/yettoapp/ariadne/pull/3) ([gjtorikian](https://github.com/gjtorikian))
100
+ - Lay a foundation for Ariadne view components [\#2](https://github.com/yettoapp/ariadne/pull/2) ([gjtorikian](https://github.com/gjtorikian))
101
+
102
+
103
+
104
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ariadne
4
4
  module ViewComponents
5
- VERSION = "0.0.19"
5
+ VERSION = "0.0.20"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ariadne_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.19
4
+ version: 0.0.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen J. Torikian
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-10-12 00:00:00.000000000 Z
@@ -98,7 +98,7 @@ dependencies:
98
98
  - - "<"
99
99
  - !ruby/object:Gem::Version
100
100
  version: '3.0'
101
- description:
101
+ description:
102
102
  email:
103
103
  - gjtorikian@yettoapp.com
104
104
  executables:
@@ -106,9 +106,9 @@ executables:
106
106
  extensions: []
107
107
  extra_rdoc_files: []
108
108
  files:
109
+ - CHANGELOG.md
109
110
  - LICENSE.txt
110
111
  - README.md
111
- - app/assets/builds/ariadne_view_components.css
112
112
  - app/assets/config/manifest.js
113
113
  - app/assets/javascripts/ariadne-form-with.d.ts
114
114
  - app/assets/javascripts/ariadne-form.d.ts
@@ -128,13 +128,7 @@ files:
128
128
  - app/assets/stylesheets/dropdown.css
129
129
  - app/assets/stylesheets/prosemirror.css
130
130
  - app/assets/stylesheets/tooltip-component.css
131
- - app/components/ariadne/ariadne-form-with.d.ts
132
- - app/components/ariadne/ariadne-form-with.js
133
- - app/components/ariadne/ariadne-form.d.ts
134
- - app/components/ariadne/ariadne-form.js
135
131
  - app/components/ariadne/ariadne-form.ts
136
- - app/components/ariadne/ariadne.d.ts
137
- - app/components/ariadne/ariadne.js
138
132
  - app/components/ariadne/ariadne.ts
139
133
  - app/components/ariadne/avatar_component.rb
140
134
  - app/components/ariadne/avatar_stack_component.html.erb
@@ -146,12 +140,8 @@ files:
146
140
  - app/components/ariadne/body_component.rb
147
141
  - app/components/ariadne/button_component.html.erb
148
142
  - app/components/ariadne/button_component.rb
149
- - app/components/ariadne/clipboard-copy-component.d.ts
150
- - app/components/ariadne/clipboard-copy-component.js
151
143
  - app/components/ariadne/clipboard-copy-component.ts
152
- - app/components/ariadne/clipboard_copy_component.d.ts
153
144
  - app/components/ariadne/clipboard_copy_component.html.erb
154
- - app/components/ariadne/clipboard_copy_component.js
155
145
  - app/components/ariadne/clipboard_copy_component.rb
156
146
  - app/components/ariadne/comment_component.html.erb
157
147
  - app/components/ariadne/comment_component.rb
@@ -191,26 +181,13 @@ files:
191
181
  - app/components/ariadne/panel_bar_component.rb
192
182
  - app/components/ariadne/pill_component.html.erb
193
183
  - app/components/ariadne/pill_component.rb
194
- - app/components/ariadne/rich-text-area-component.d.ts
195
- - app/components/ariadne/rich-text-area-component.js
196
184
  - app/components/ariadne/rich-text-area-component.ts
197
185
  - app/components/ariadne/rich_text_area_component.html.erb
198
186
  - app/components/ariadne/rich_text_area_component.rb
199
- - app/components/ariadne/slideover-component.d.ts
200
- - app/components/ariadne/slideover-component.js
201
187
  - app/components/ariadne/slideover-component.ts
202
- - app/components/ariadne/slideover_component.d.ts
203
188
  - app/components/ariadne/slideover_component.html.erb
204
- - app/components/ariadne/slideover_component.js
205
189
  - app/components/ariadne/slideover_component.rb
206
- - app/components/ariadne/tab-component.js
207
- - app/components/ariadne/tab-container-component copy.d.ts
208
- - app/components/ariadne/tab-container-component copy.js
209
- - app/components/ariadne/tab-container-component.d.ts
210
- - app/components/ariadne/tab-container-component.js
211
190
  - app/components/ariadne/tab-container-component.ts
212
- - app/components/ariadne/tab-nav-component.d.ts
213
- - app/components/ariadne/tab-nav-component.js
214
191
  - app/components/ariadne/tab-nav-component.ts
215
192
  - app/components/ariadne/tab_component.html.erb
216
193
  - app/components/ariadne/tab_component.rb
@@ -220,19 +197,11 @@ files:
220
197
  - app/components/ariadne/tab_nav_component.rb
221
198
  - app/components/ariadne/table_nav_component.html.erb
222
199
  - app/components/ariadne/table_nav_component.rb
223
- - app/components/ariadne/tabs-component.d.ts
224
- - app/components/ariadne/tabs-component.js
225
200
  - app/components/ariadne/text.rb
226
- - app/components/ariadne/time-ago-component.d.ts
227
- - app/components/ariadne/time-ago-component.js
228
201
  - app/components/ariadne/time-ago-component.ts
229
- - app/components/ariadne/time_ago_component.d.ts
230
- - app/components/ariadne/time_ago_component.js
231
202
  - app/components/ariadne/time_ago_component.rb
232
203
  - app/components/ariadne/timeline_component.html.erb
233
204
  - app/components/ariadne/timeline_component.rb
234
- - app/components/ariadne/tooltip-component.d.ts
235
- - app/components/ariadne/tooltip-component.js
236
205
  - app/components/ariadne/tooltip-component.ts
237
206
  - app/components/ariadne/tooltip_component.html.erb
238
207
  - app/components/ariadne/tooltip_component.rb
@@ -283,7 +252,7 @@ licenses:
283
252
  - MIT
284
253
  metadata:
285
254
  allowed_push_host: https://rubygems.org
286
- post_install_message:
255
+ post_install_message:
287
256
  rdoc_options: []
288
257
  require_paths:
289
258
  - lib
@@ -302,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
302
271
  version: '0'
303
272
  requirements: []
304
273
  rubygems_version: 3.3.7
305
- signing_key:
274
+ signing_key:
306
275
  specification_version: 4
307
276
  summary: ViewComponents for the Ariadne Design System
308
277
  test_files: []