ariadne_view_components 0.0.18-x86_64-darwin → 0.0.21-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62ced5bf151e00f9d7969e424a35ae6fb8bce511f6ac34074868eae55c628fc1
4
- data.tar.gz: 60d2f87a88e6cdef0275d73fdee12b9de3a8aa2d087204655cc4af87f62e6a28
3
+ metadata.gz: 63c9b15ccb31b39155249c91e4e2979b2914651c7ed7baf52c372b61e0030fe1
4
+ data.tar.gz: '05692607c74db80aa718658e164144d357ebc4393eddc9e380e0ec4b6d723a40'
5
5
  SHA512:
6
- metadata.gz: d29a3fcc85a0825d4a3cf32fd990825906aad82ec90f7be62723c92041ede82efc11dc9a195d7aa47db2b9b360f588f3de0c64caad2b3488bbb89f36806ba3a9
7
- data.tar.gz: 114a147af20d4830b85d879403f4d745d9209e9a951343463c347a7a87a73a1852d4d92defe5892de289d5d4f7162a332dfa088eb0a06850fb4fb3d458acd4e4
6
+ metadata.gz: 76242b63e6f083690b7d323c8f5673d1b78aad57740324cfd9725cd4391476e7234b8b4f96dbe843fc292b867328d6adb4ab949e5d8f12a9cf30d3cf3f0ab461
7
+ data.tar.gz: 3275becf95b025d43e8fc4120624052be27774c76f49fcfda71dca4071ff89757247814c2b0f00640ed360aeb13ea637611059ed484eadc60bac2c1f942f980d
data/CHANGELOG.md ADDED
@@ -0,0 +1,113 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased](https://github.com/yettoapp/ariadne/tree/HEAD)
4
+
5
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.20...HEAD)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Demo fixups [\#20](https://github.com/yettoapp/ariadne/pull/20) ([gjtorikian](https://github.com/gjtorikian))
10
+ - Fix nits with ariadne setup [\#19](https://github.com/yettoapp/ariadne/pull/19) ([birdcar](https://github.com/birdcar))
11
+
12
+ ## [0.0.20](https://github.com/yettoapp/ariadne/tree/0.0.20) (2022-10-12)
13
+
14
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.19...0.0.20)
15
+
16
+ **Merged pull requests:**
17
+
18
+ - Adjust existing components [\#18](https://github.com/yettoapp/ariadne/pull/18) ([gjtorikian](https://github.com/gjtorikian))
19
+
20
+ ## [v0.0.19](https://github.com/yettoapp/ariadne/tree/v0.0.19) (2022-10-12)
21
+
22
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.18...v0.0.19)
23
+
24
+ ## [0.0.18](https://github.com/yettoapp/ariadne/tree/0.0.18) (2022-10-07)
25
+
26
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.17...0.0.18)
27
+
28
+ ## [v0.0.17](https://github.com/yettoapp/ariadne/tree/v0.0.17) (2022-10-05)
29
+
30
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.17...v0.0.17)
31
+
32
+ ## [0.0.17](https://github.com/yettoapp/ariadne/tree/0.0.17) (2022-10-05)
33
+
34
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.16...0.0.17)
35
+
36
+ ## [0.0.16](https://github.com/yettoapp/ariadne/tree/0.0.16) (2022-10-04)
37
+
38
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.16...0.0.16)
39
+
40
+ ## [v0.0.16](https://github.com/yettoapp/ariadne/tree/v0.0.16) (2022-10-04)
41
+
42
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.15...v0.0.16)
43
+
44
+ ## [0.0.15](https://github.com/yettoapp/ariadne/tree/0.0.15) (2022-10-04)
45
+
46
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.15...0.0.15)
47
+
48
+ ## [v0.0.15](https://github.com/yettoapp/ariadne/tree/v0.0.15) (2022-10-04)
49
+
50
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.14...v0.0.15)
51
+
52
+ ## [0.0.14](https://github.com/yettoapp/ariadne/tree/0.0.14) (2022-10-03)
53
+
54
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.13...0.0.14)
55
+
56
+ **Merged pull requests:**
57
+
58
+ - UI finesse [\#17](https://github.com/yettoapp/ariadne/pull/17) ([gjtorikian](https://github.com/gjtorikian))
59
+
60
+ ## [0.0.13](https://github.com/yettoapp/ariadne/tree/0.0.13) (2022-09-23)
61
+
62
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.12...0.0.13)
63
+
64
+ **Merged pull requests:**
65
+
66
+ - Add support for tables \(with pagination\); and tabs \(nav and panel\) [\#16](https://github.com/yettoapp/ariadne/pull/16) ([gjtorikian](https://github.com/gjtorikian))
67
+ - Test multiplatform builds [\#15](https://github.com/yettoapp/ariadne/pull/15) ([gjtorikian](https://github.com/gjtorikian))
68
+
69
+ ## [0.0.12](https://github.com/yettoapp/ariadne/tree/0.0.12) (2022-09-12)
70
+
71
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.11...0.0.12)
72
+
73
+ ## [0.0.11](https://github.com/yettoapp/ariadne/tree/0.0.11) (2022-09-12)
74
+
75
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.10...0.0.11)
76
+
77
+ ## [0.0.10](https://github.com/yettoapp/ariadne/tree/0.0.10) (2022-09-12)
78
+
79
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/0.0.9...0.0.10)
80
+
81
+ ## [0.0.9](https://github.com/yettoapp/ariadne/tree/0.0.9) (2022-09-12)
82
+
83
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.6...0.0.9)
84
+
85
+ **Merged pull requests:**
86
+
87
+ - Massive UI additions and updates [\#14](https://github.com/yettoapp/ariadne/pull/14) ([gjtorikian](https://github.com/gjtorikian))
88
+
89
+ ## [v0.0.6](https://github.com/yettoapp/ariadne/tree/v0.0.6) (2022-08-17)
90
+
91
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/v0.0.5...v0.0.6)
92
+
93
+ ## [v0.0.5](https://github.com/yettoapp/ariadne/tree/v0.0.5) (2022-08-15)
94
+
95
+ [Full Changelog](https://github.com/yettoapp/ariadne/compare/ec434940102dbec3d301567cd8af4b3e16b67dfa...v0.0.5)
96
+
97
+ **Merged pull requests:**
98
+
99
+ - More adjustments [\#13](https://github.com/yettoapp/ariadne/pull/13) ([gjtorikian](https://github.com/gjtorikian))
100
+ - Add form components and conversation filter box [\#12](https://github.com/yettoapp/ariadne/pull/12) ([gjtorikian](https://github.com/gjtorikian))
101
+ - More components [\#11](https://github.com/yettoapp/ariadne/pull/11) ([gjtorikian](https://github.com/gjtorikian))
102
+ - More UI view stuff [\#9](https://github.com/yettoapp/ariadne/pull/9) ([gjtorikian](https://github.com/gjtorikian))
103
+ - all sorts of goodies [\#8](https://github.com/yettoapp/ariadne/pull/8) ([gjtorikian](https://github.com/gjtorikian))
104
+ - Missing pieces [\#7](https://github.com/yettoapp/ariadne/pull/7) ([gjtorikian](https://github.com/gjtorikian))
105
+ - Apply Tailwind and Stimulus [\#6](https://github.com/yettoapp/ariadne/pull/6) ([gjtorikian](https://github.com/gjtorikian))
106
+ - Redo even more Primer logic [\#5](https://github.com/yettoapp/ariadne/pull/5) ([gjtorikian](https://github.com/gjtorikian))
107
+ - a few workflow items [\#4](https://github.com/yettoapp/ariadne/pull/4) ([gjtorikian](https://github.com/gjtorikian))
108
+ - Get app in a more stable state [\#3](https://github.com/yettoapp/ariadne/pull/3) ([gjtorikian](https://github.com/gjtorikian))
109
+ - Lay a foundation for Ariadne view components [\#2](https://github.com/yettoapp/ariadne/pull/2) ([gjtorikian](https://github.com/gjtorikian))
110
+
111
+
112
+
113
+ \* *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.