ariadne_view_components 0.0.25-aarch64-linux → 0.0.26-aarch64-linux
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +52 -0
- data/README.md +6 -5
- 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/{button_component.html.erb → button_component/button_component.html.erb} +0 -0
- 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} +0 -0
- 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/{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/{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 +5 -8
- 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} +0 -0
- data/app/components/ariadne/{tab-nav-component.ts → tab_nav_component/tab-nav-component.ts} +0 -0
- data/app/components/ariadne/{tab_nav_component.html.erb → tab_nav_component/tab_nav_component.html.erb} +0 -0
- data/app/components/ariadne/{table_nav_component.html.erb → table_nav_component/table_nav_component.html.erb} +0 -0
- 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/lib/ariadne/view_components/version.rb +1 -1
- data/lib/tasks/docs.rake +27 -19
- data/static/classes.yml +3 -3
- metadata +34 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5970dcf7a3e1c2e7d51ce582c34ee82167300d5d589f1fe3addee7b7ca320c2
|
4
|
+
data.tar.gz: 4acb1d323b620e8e82e288450becd8448e19b80fdc3eb7fd6d2f981f010302e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb0dea85027a18434564550131274cc0907b02fbc2287fa3a44700d70a9a148d0a3462c8aefe4a9dee090a5d951ccbd1f055cb7a30bc98b33a98f45019ee4655
|
7
|
+
data.tar.gz: a076622309b42cc4773a0f0d443b102aa075eedb3bcaf05070aa13fbd660cc3b7241e0800580e069dc7391d7c17fb2f18f97e5a15be465dc4701b3c3f6b766ac
|
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
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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.
|
@@ -2,14 +2,14 @@ import {Application} from '@hotwired/stimulus'
|
|
2
2
|
|
3
3
|
import AriadneForm from './ariadne-form'
|
4
4
|
|
5
|
-
import ClipboardCopyComponent from './clipboard-copy-component'
|
6
|
-
import RichTextAreaComponent from './rich-text-area-component'
|
7
|
-
import SlideoverComponent from './slideover-component'
|
8
|
-
import TabNavComponent from './tab-nav-component'
|
9
|
-
import TooltipComponent from './tooltip-component'
|
5
|
+
import ClipboardCopyComponent from './clipboard_copy_component/clipboard-copy-component'
|
6
|
+
import RichTextAreaComponent from './rich_text_area_component/rich-text-area-component'
|
7
|
+
import SlideoverComponent from './slideover_component/slideover-component'
|
8
|
+
import TabNavComponent from './tab_nav_component/tab-nav-component'
|
9
|
+
import TooltipComponent from './tooltip_component/tooltip-component'
|
10
10
|
|
11
|
-
import './tab-container-component'
|
12
|
-
import './time-ago-component'
|
11
|
+
import './tab_container_component/tab-container-component'
|
12
|
+
import './time_ago_component/time-ago-component'
|
13
13
|
|
14
14
|
const application = Application.start()
|
15
15
|
|
File without changes
|
File without changes
|
data/app/components/ariadne/{button_component.html.erb → button_component/button_component.html.erb}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/app/components/ariadne/{flash_component.html.erb → flash_component/flash_component.html.erb}
RENAMED
File without changes
|
data/app/components/ariadne/{footer_component.html.erb → footer_component/footer_component.html.erb}
RENAMED
File without changes
|
data/app/components/ariadne/{grid_component.html.erb → grid_component/grid_component.html.erb}
RENAMED
File without changes
|
data/app/components/ariadne/{header_component.html.erb → header_component/header_component.html.erb}
RENAMED
File without changes
|
@@ -20,14 +20,15 @@ module Ariadne
|
|
20
20
|
# @param attributes [Hash] <%= link_to_attributes_docs %>
|
21
21
|
renders_one :logo, lambda { |href: nil, src: nil, alt: nil, text: "", classes: "", attributes: {}|
|
22
22
|
@href = href
|
23
|
+
@text = text
|
24
|
+
|
23
25
|
if src.blank?
|
24
26
|
actual_classes = class_names(DEFAULT_TEXT_LOGO_CLASSES, classes)
|
25
27
|
Ariadne::Text.new(tag: :span, classes: actual_classes, attributes: attributes)
|
26
28
|
else
|
27
29
|
actual_classes = class_names(DEFAULT_IMAGE_LOGO_CLASSES, classes)
|
28
30
|
actual_attributes = { width: 40, height: 40 }.merge(attributes)
|
29
|
-
@
|
30
|
-
Ariadne::ImageComponent.new(src: src, alt: alt, classes: actual_classes, attributes: actual_attributes)
|
31
|
+
@image_logo = Ariadne::ImageComponent.new(src: src, alt: alt, classes: actual_classes, attributes: actual_attributes)
|
31
32
|
end
|
32
33
|
}
|
33
34
|
|
@@ -75,7 +76,7 @@ module Ariadne
|
|
75
76
|
# @example Basic example
|
76
77
|
#
|
77
78
|
# <%= render(Ariadne::HeaderComponent.new) do |header| %>
|
78
|
-
# <%= header.logo(
|
79
|
+
# <%= header.logo(text: true) { "GitHub" } %>
|
79
80
|
# <%= header.navigation_link(href: "#features") { "Features" } %>
|
80
81
|
# <%= header.login_link(href: "/login") { "Login" } %>
|
81
82
|
# <% end %>
|
@@ -95,12 +96,8 @@ module Ariadne
|
|
95
96
|
logo.present?
|
96
97
|
end
|
97
98
|
|
98
|
-
private def has_text_logo?
|
99
|
-
logo.present? && @text_logo.present?
|
100
|
-
end
|
101
|
-
|
102
99
|
private def has_image_logo?
|
103
|
-
|
100
|
+
has_logo? && @image_logo.present?
|
104
101
|
end
|
105
102
|
|
106
103
|
private def has_signup_link?
|
File without changes
|
File without changes
|
data/app/components/ariadne/{list_component.html.erb → list_component/list_component.html.erb}
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/app/components/ariadne/{pill_component.html.erb → pill_component/pill_component.html.erb}
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/app/components/ariadne/{slideover-component.ts → slideover_component/slideover-component.ts}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/app/components/ariadne/{time-ago-component.ts → time_ago_component/time-ago-component.ts}
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/tasks/docs.rake
CHANGED
@@ -230,29 +230,37 @@ namespace :docs do
|
|
230
230
|
end
|
231
231
|
end
|
232
232
|
|
233
|
-
|
233
|
+
example_tags = initialize_method.tags(:example)
|
234
234
|
|
235
|
-
|
236
|
-
f.puts("## Examples")
|
237
|
-
|
238
|
-
initialize_method.tags(:example).each do |tag|
|
239
|
-
name, description, code = parse_example_tag(tag)
|
235
|
+
if example_tags.any?
|
240
236
|
f.puts
|
241
|
-
f.puts("
|
242
|
-
|
237
|
+
f.puts("## Examples")
|
238
|
+
|
239
|
+
example_tags.each do |tag|
|
240
|
+
name, description, code = parse_example_tag(tag)
|
243
241
|
f.puts
|
244
|
-
f.puts(
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
242
|
+
f.puts("### #{name}")
|
243
|
+
if description
|
244
|
+
f.puts
|
245
|
+
f.puts(view_context.render(inline: description.squish))
|
246
|
+
end
|
247
|
+
f.puts
|
248
|
+
html = begin
|
249
|
+
view_context.render(inline: code)
|
250
|
+
rescue StandardError => e
|
251
|
+
raise StandardError, "Unexpected error with #{data[:title]}: #{e.message}"
|
252
|
+
end
|
253
|
+
html.scan(/class="([^"]*)"/) do |classnames|
|
254
|
+
classes_found_in_examples.concat(classnames[0].split.reject { |c| c.starts_with?("heroicon", "js") }.map { ".#{_1}" })
|
255
|
+
end
|
256
|
+
f.puts("<Example src=\"#{html.tr('"', "'").delete("\n")}\" />")
|
257
|
+
f.puts
|
258
|
+
f.puts("```erb")
|
259
|
+
f.puts(code.to_s)
|
260
|
+
f.puts("```")
|
250
261
|
end
|
251
|
-
|
252
|
-
|
253
|
-
f.puts("```erb")
|
254
|
-
f.puts(code.to_s)
|
255
|
-
f.puts("```")
|
262
|
+
else
|
263
|
+
errors << { component.name => { example: "No examples found" } } unless components_without_examples.include?(component)
|
256
264
|
end
|
257
265
|
end
|
258
266
|
end
|
data/static/classes.yml
CHANGED
@@ -119,7 +119,7 @@
|
|
119
119
|
- ".ariadne-text-red-500"
|
120
120
|
- ".ariadne-text-slate-700"
|
121
121
|
- ".ariadne-p-4"
|
122
|
-
- ".ariadne-bg-
|
122
|
+
- ".ariadne-bg-blue-50"
|
123
123
|
- ".ariadne-flex-shrink-0"
|
124
124
|
- ".ariadne-ml-3"
|
125
125
|
- ".ariadne-text-yellow-700"
|
@@ -130,8 +130,8 @@
|
|
130
130
|
- ".ariadne--my-1.5"
|
131
131
|
- ".ariadne-p-1.5"
|
132
132
|
- ".ariadne-text-slate-500"
|
133
|
-
- ".hover:ariadne-bg-
|
134
|
-
- ".focus:ariadne-ring-
|
133
|
+
- ".hover:ariadne-bg-blue-100"
|
134
|
+
- ".focus:ariadne-ring-blue-600"
|
135
135
|
- ".ariadne-sr-only"
|
136
136
|
- ".ariadne-mt-4"
|
137
137
|
- ".ariadne-pt-5"
|
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: aarch64-linux
|
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
|