ariadne_view_components 0.0.18-x86_64-darwin → 0.0.20-x86_64-darwin
Sign up to get free protection for your applications and to get access to all the features.
- 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 +2 -2
- 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 +22 -9
- 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 +1 -1
- data/app/components/ariadne/tab_container_component.rb +2 -1
- data/lib/ariadne/view_components/version.rb +1 -1
- data/static/arguments.yml +0 -4
- data/static/classes.yml +3 -5
- data/static/constants.json +7 -8
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 51cb7513bdd252f5b2fc1aaa1073635b7c23e1978eea7187aec74ed0f10b7e13
|
4
|
+
data.tar.gz: 39411a1fec9f56bb9bf00fbc89ce11117fb60f65ce5dc3be0d5248960fe85455
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5d0ee4324c40747d14855b7328d4075011bd40ebe1e78181b9416dcdc0813e690e51efee45a7ac5ae49d3622f85808b08c54672e284b07d25222d3c229d692c
|
7
|
+
data.tar.gz: 8cabb58dda5735ffb2b67df363c53525f63c2170ccf9f6823f2057e765b4250900db03bf8adf6e635b639b3ce988a528da5c78dfc0d26b5ae3e835395a9dacfb
|
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.
|