ariadne_view_components 0.0.17-x64-mingw-ucrt → 0.0.20-x64-mingw-ucrt
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 +104 -0
- data/README.md +3 -0
- data/app/assets/javascripts/ariadne_view_components.js +2 -2
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/assets/javascripts/rich-text-area-component.d.ts +2 -0
- data/app/components/ariadne/base_button.rb +2 -2
- data/app/components/ariadne/comment_component.html.erb +31 -37
- data/app/components/ariadne/comment_component.rb +9 -7
- data/app/components/ariadne/component.rb +4 -0
- data/app/components/ariadne/inline_flex_component.rb +2 -2
- data/app/components/ariadne/panel_bar_component.html.erb +1 -1
- data/app/components/ariadne/panel_bar_component.rb +1 -0
- data/app/components/ariadne/rich-text-area-component.ts +23 -10
- data/app/components/ariadne/rich_text_area_component.html.erb +1 -1
- data/app/components/ariadne/slideover-component.ts +0 -9
- data/app/components/ariadne/slideover_component.html.erb +6 -8
- data/app/components/ariadne/slideover_component.rb +9 -24
- data/app/components/ariadne/tab_component.rb +0 -1
- data/app/components/ariadne/tab_container_component.erb +2 -4
- data/app/components/ariadne/tab_container_component.rb +2 -1
- data/app/lib/ariadne/action_view_extensions/form_helper.rb +1 -1
- data/lib/ariadne/view_components/version.rb +1 -1
- data/static/arguments.yml +2 -6
- data/static/classes.yml +7 -13
- data/static/constants.json +10 -10
- metadata +3 -3
- data/app/components/ariadne/comment-component.ts +0 -37
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea9dfb20c67c544393b489d38335c55cac821b4b1d140b9116b2c42d3398b837
|
4
|
+
data.tar.gz: 886e5a2e39e07326e6b6c844021311051d4c18406f9cd86821713333e4ebf71d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a382530a955a216e7761d0e0cdcace1404e38b1aae7a9661d4885088598016c341ae92d2e6ed6ed3dce464ac710165d7f2b01b4bf4d6900fbea890dc6315ac4d
|
7
|
+
data.tar.gz: d9ba9618440224c3f65c4f09def0d1444f135251fdba07f43ec9e782db674609b746f4d141d6916467440951fbbc8bc54f6ac7ef1a4806eb7fa5b686af02eea7
|
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)*
|
data/README.md
CHANGED
@@ -34,6 +34,9 @@ DEFAULT_CLASSES = "bg-yellow-400"
|
|
34
34
|
|
35
35
|
document schemes, fetch_or_raise, all that
|
36
36
|
|
37
|
+
## remove @tailwind base;
|
38
|
+
|
39
|
+
this resets styles applied by ariadne, which already resets styles!!
|
37
40
|
### Incorporating Rubocop and other linters
|
38
41
|
|
39
42
|
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.
|