ariadne_view_components 0.0.24-x64-mingw-ucrt → 0.0.26-x64-mingw-ucrt
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +52 -0
- data/README.md +6 -5
- data/app/assets/javascripts/ariadne_view_components.js +1 -1
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/components/ariadne/ariadne.ts +7 -7
- data/app/components/ariadne/{avatar_stack_component.html.erb → avatar_stack_component/avatar_stack_component.html.erb} +0 -0
- data/app/components/ariadne/{blankslate_component.html.erb → blankslate_component/blankslate_component.html.erb} +0 -0
- data/app/components/ariadne/body_component.rb +1 -1
- data/app/components/ariadne/{button_component.html.erb → button_component/button_component.html.erb} +0 -0
- data/app/components/ariadne/button_component.rb +2 -2
- data/app/components/ariadne/{clipboard-copy-component.ts → clipboard_copy_component/clipboard-copy-component.ts} +0 -0
- data/app/components/ariadne/{clipboard_copy_component.html.erb → clipboard_copy_component/clipboard_copy_component.html.erb} +0 -0
- data/app/components/ariadne/{comment_component.html.erb → comment_component/comment_component.html.erb} +1 -1
- data/app/components/ariadne/comment_component.rb +1 -1
- data/app/components/ariadne/{container_component.html.erb → container_component/container_component.html.erb} +0 -0
- data/app/components/ariadne/{details_component.html.erb → details_component/details_component.html.erb} +0 -0
- data/app/components/ariadne/details_component.rb +1 -1
- data/app/components/ariadne/{dropdown_component.html.erb → dropdown_component/dropdown_component.html.erb} +0 -0
- data/app/components/ariadne/{flash_component.html.erb → flash_component/flash_component.html.erb} +0 -0
- data/app/components/ariadne/flash_component.rb +4 -4
- data/app/components/ariadne/{footer_component.html.erb → footer_component/footer_component.html.erb} +0 -0
- data/app/components/ariadne/{grid_component.html.erb → grid_component/grid_component.html.erb} +0 -0
- data/app/components/ariadne/{header_component.html.erb → header_component/header_component.html.erb} +0 -0
- data/app/components/ariadne/header_component.rb +6 -10
- data/app/components/ariadne/{heroicon_component.html.erb → heroicon_component/heroicon_component.html.erb} +0 -0
- data/app/components/ariadne/{inline_flex_component.html.erb → inline_flex_component/inline_flex_component.html.erb} +0 -0
- data/app/components/ariadne/{list_component.html.erb → list_component/list_component.html.erb} +0 -0
- data/app/components/ariadne/{narrow_container_component.html.erb → narrow_container_component/narrow_container_component.html.erb} +0 -0
- data/app/components/ariadne/{panel_bar_component.html.erb → panel_bar_component/panel_bar_component.html.erb} +0 -0
- data/app/components/ariadne/{pill_component.html.erb → pill_component/pill_component.html.erb} +0 -0
- data/app/components/ariadne/{rich-text-area-component.ts → rich_text_area_component/rich-text-area-component.ts} +0 -0
- data/app/components/ariadne/{rich_text_area_component.html.erb → rich_text_area_component/rich_text_area_component.html.erb} +0 -0
- data/app/components/ariadne/{slideover-component.ts → slideover_component/slideover-component.ts} +0 -0
- data/app/components/ariadne/{slideover_component.html.erb → slideover_component/slideover_component.html.erb} +0 -0
- data/app/components/ariadne/{tab_component.html.erb → tab_component/tab_component.html.erb} +0 -0
- data/app/components/ariadne/{tab-container-component.ts → tab_container_component/tab-container-component.ts} +1 -1
- data/app/components/ariadne/tab_container_component.rb +1 -1
- data/app/components/ariadne/{tab-nav-component.ts → tab_nav_component/tab-nav-component.ts} +1 -1
- data/app/components/ariadne/{tab_nav_component.html.erb → tab_nav_component/tab_nav_component.html.erb} +0 -0
- data/app/components/ariadne/tab_nav_component.rb +2 -2
- data/app/components/ariadne/{table_nav_component.html.erb → table_nav_component/table_nav_component.html.erb} +0 -0
- data/app/components/ariadne/table_nav_component.rb +1 -1
- data/app/components/ariadne/{time-ago-component.ts → time_ago_component/time-ago-component.ts} +0 -0
- data/app/components/ariadne/{timeline_component.html.erb → timeline_component/timeline_component.html.erb} +0 -0
- data/app/components/ariadne/{tooltip-component.ts → tooltip_component/tooltip-component.ts} +0 -0
- data/app/components/ariadne/{tooltip_component.html.erb → tooltip_component/tooltip_component.html.erb} +0 -0
- data/app/lib/ariadne/form_builder.rb +6 -6
- data/lib/ariadne/view_components/version.rb +1 -1
- data/lib/tasks/docs.rake +27 -19
- data/static/classes.yml +17 -18
- data/static/constants.json +15 -15
- data/tailwind.config.js +3 -3
- metadata +34 -34
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ariadne_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.26
|
5
5
|
platform: x64-mingw-ucrt
|
6
6
|
authors:
|
7
7
|
- Garen J. Torikian
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-11-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tailwind_merge
|
@@ -131,80 +131,80 @@ files:
|
|
131
131
|
- app/components/ariadne/ariadne-form.ts
|
132
132
|
- app/components/ariadne/ariadne.ts
|
133
133
|
- app/components/ariadne/avatar_component.rb
|
134
|
-
- app/components/ariadne/avatar_stack_component.html.erb
|
135
134
|
- app/components/ariadne/avatar_stack_component.rb
|
135
|
+
- app/components/ariadne/avatar_stack_component/avatar_stack_component.html.erb
|
136
136
|
- app/components/ariadne/base_button.rb
|
137
137
|
- app/components/ariadne/base_component.rb
|
138
|
-
- app/components/ariadne/blankslate_component.html.erb
|
139
138
|
- app/components/ariadne/blankslate_component.rb
|
139
|
+
- app/components/ariadne/blankslate_component/blankslate_component.html.erb
|
140
140
|
- app/components/ariadne/body_component.rb
|
141
|
-
- app/components/ariadne/button_component.html.erb
|
142
141
|
- app/components/ariadne/button_component.rb
|
143
|
-
- app/components/ariadne/
|
144
|
-
- app/components/ariadne/clipboard_copy_component.html.erb
|
142
|
+
- app/components/ariadne/button_component/button_component.html.erb
|
145
143
|
- app/components/ariadne/clipboard_copy_component.rb
|
146
|
-
- app/components/ariadne/
|
144
|
+
- app/components/ariadne/clipboard_copy_component/clipboard-copy-component.ts
|
145
|
+
- app/components/ariadne/clipboard_copy_component/clipboard_copy_component.html.erb
|
147
146
|
- app/components/ariadne/comment_component.rb
|
147
|
+
- app/components/ariadne/comment_component/comment_component.html.erb
|
148
148
|
- app/components/ariadne/component.rb
|
149
|
-
- app/components/ariadne/container_component.html.erb
|
150
149
|
- app/components/ariadne/container_component.rb
|
150
|
+
- app/components/ariadne/container_component/container_component.html.erb
|
151
151
|
- app/components/ariadne/content.rb
|
152
152
|
- app/components/ariadne/counter_component.rb
|
153
|
-
- app/components/ariadne/details_component.html.erb
|
154
153
|
- app/components/ariadne/details_component.rb
|
154
|
+
- app/components/ariadne/details_component/details_component.html.erb
|
155
155
|
- app/components/ariadne/dropdown/menu_component.html.erb
|
156
156
|
- app/components/ariadne/dropdown/menu_component.rb
|
157
157
|
- app/components/ariadne/dropdown/menu_component.ts
|
158
|
-
- app/components/ariadne/dropdown_component.html.erb
|
159
158
|
- app/components/ariadne/dropdown_component.rb
|
160
|
-
- app/components/ariadne/
|
159
|
+
- app/components/ariadne/dropdown_component/dropdown_component.html.erb
|
161
160
|
- app/components/ariadne/flash_component.rb
|
161
|
+
- app/components/ariadne/flash_component/flash_component.html.erb
|
162
162
|
- app/components/ariadne/flex_component.rb
|
163
|
-
- app/components/ariadne/footer_component.html.erb
|
164
163
|
- app/components/ariadne/footer_component.rb
|
165
|
-
- app/components/ariadne/
|
164
|
+
- app/components/ariadne/footer_component/footer_component.html.erb
|
166
165
|
- app/components/ariadne/grid_component.rb
|
167
|
-
- app/components/ariadne/
|
166
|
+
- app/components/ariadne/grid_component/grid_component.html.erb
|
168
167
|
- app/components/ariadne/header_component.rb
|
168
|
+
- app/components/ariadne/header_component/header_component.html.erb
|
169
169
|
- app/components/ariadne/heading_component.rb
|
170
|
-
- app/components/ariadne/heroicon_component.html.erb
|
171
170
|
- app/components/ariadne/heroicon_component.rb
|
171
|
+
- app/components/ariadne/heroicon_component/heroicon_component.html.erb
|
172
172
|
- app/components/ariadne/image_component.rb
|
173
|
-
- app/components/ariadne/inline_flex_component.html.erb
|
174
173
|
- app/components/ariadne/inline_flex_component.rb
|
174
|
+
- app/components/ariadne/inline_flex_component/inline_flex_component.html.erb
|
175
175
|
- app/components/ariadne/link_component.rb
|
176
|
-
- app/components/ariadne/list_component.html.erb
|
177
176
|
- app/components/ariadne/list_component.rb
|
178
|
-
- app/components/ariadne/
|
177
|
+
- app/components/ariadne/list_component/list_component.html.erb
|
179
178
|
- app/components/ariadne/narrow_container_component.rb
|
180
|
-
- app/components/ariadne/
|
179
|
+
- app/components/ariadne/narrow_container_component/narrow_container_component.html.erb
|
181
180
|
- app/components/ariadne/panel_bar_component.rb
|
182
|
-
- app/components/ariadne/
|
181
|
+
- app/components/ariadne/panel_bar_component/panel_bar_component.html.erb
|
183
182
|
- app/components/ariadne/pill_component.rb
|
184
|
-
- app/components/ariadne/
|
185
|
-
- app/components/ariadne/rich_text_area_component.html.erb
|
183
|
+
- app/components/ariadne/pill_component/pill_component.html.erb
|
186
184
|
- app/components/ariadne/rich_text_area_component.rb
|
187
|
-
- app/components/ariadne/
|
188
|
-
- app/components/ariadne/
|
185
|
+
- app/components/ariadne/rich_text_area_component/rich-text-area-component.ts
|
186
|
+
- app/components/ariadne/rich_text_area_component/rich_text_area_component.html.erb
|
189
187
|
- app/components/ariadne/slideover_component.rb
|
190
|
-
- app/components/ariadne/
|
191
|
-
- app/components/ariadne/
|
192
|
-
- app/components/ariadne/tab_component.html.erb
|
188
|
+
- app/components/ariadne/slideover_component/slideover-component.ts
|
189
|
+
- app/components/ariadne/slideover_component/slideover_component.html.erb
|
193
190
|
- app/components/ariadne/tab_component.rb
|
191
|
+
- app/components/ariadne/tab_component/tab_component.html.erb
|
194
192
|
- app/components/ariadne/tab_container_component.erb
|
195
193
|
- app/components/ariadne/tab_container_component.rb
|
196
|
-
- app/components/ariadne/
|
194
|
+
- app/components/ariadne/tab_container_component/tab-container-component.ts
|
197
195
|
- app/components/ariadne/tab_nav_component.rb
|
198
|
-
- app/components/ariadne/
|
196
|
+
- app/components/ariadne/tab_nav_component/tab-nav-component.ts
|
197
|
+
- app/components/ariadne/tab_nav_component/tab_nav_component.html.erb
|
199
198
|
- app/components/ariadne/table_nav_component.rb
|
199
|
+
- app/components/ariadne/table_nav_component/table_nav_component.html.erb
|
200
200
|
- app/components/ariadne/text.rb
|
201
|
-
- app/components/ariadne/time-ago-component.ts
|
202
201
|
- app/components/ariadne/time_ago_component.rb
|
203
|
-
- app/components/ariadne/
|
202
|
+
- app/components/ariadne/time_ago_component/time-ago-component.ts
|
204
203
|
- app/components/ariadne/timeline_component.rb
|
205
|
-
- app/components/ariadne/
|
206
|
-
- app/components/ariadne/tooltip_component.html.erb
|
204
|
+
- app/components/ariadne/timeline_component/timeline_component.html.erb
|
207
205
|
- app/components/ariadne/tooltip_component.rb
|
206
|
+
- app/components/ariadne/tooltip_component/tooltip-component.ts
|
207
|
+
- app/components/ariadne/tooltip_component/tooltip_component.html.erb
|
208
208
|
- app/lib/ariadne/action_view_extensions/form_helper.rb
|
209
209
|
- app/lib/ariadne/audited/dsl.rb
|
210
210
|
- app/lib/ariadne/class_name_helper.rb
|