atomic_view 0.1.13 → 0.1.14
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/Rakefile +0 -2
- data/lib/atomic_view/version.rb +1 -1
- metadata +35 -29
- /data/lib/atomic_view/components/{alert_component.erb → alert_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{collection_check_boxes_component.erb → collection_check_boxes_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{collection_radio_buttons_component.erb → collection_radio_buttons_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{collection_select_component.erb → collection_select_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{command_palette_component.erb → command_palette_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{dropdown_component.erb → dropdown_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{empty_state_component.erb → empty_state_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{field_component.erb → field_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{modal_component.erb → modal_component.html.erb} +0 -0
- /data/lib/atomic_view/components/navigation_tree_component/{item_component.erb → item_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{navigation_tree_component.erb → navigation_tree_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{pagination_component.erb → pagination_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{segmented_control_component.erb → segmented_control_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{select_component.erb → select_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{tabs_component.erb → tabs_component.html.erb} +0 -0
- /data/lib/atomic_view/components/timeline_component/{item_component.erb → item_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{timeline_component.erb → timeline_component.html.erb} +0 -0
- /data/lib/atomic_view/components/{toast_component.erb → toast_component.html.erb} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c4d7794fbf6c54fdf00e69c51b02457c2af6c82da59d3e2c7590057b5e8d1ef
|
|
4
|
+
data.tar.gz: 0d72d579d96ab8d334ff8423bbe83ebbd9f16a97ad3022d4a45c0ba6bec6d6be
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c1faa4585db6c8002ff72cf6c746894d03061a4b57d846200a380d11b7403ea32c55d176131d65a0e702a3f944da8375fa62e53a9a2c38a2945e3dcac803070
|
|
7
|
+
data.tar.gz: 5a55bd375c66d433c226caf9f23edf7c84307d4eb131ee3cb719428f47c783ae6f156a61a25a9f6b528bd3112f957b9f61020801434f64ee7e899edb4c737251
|
data/Rakefile
CHANGED
data/lib/atomic_view/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: atomic_view
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joel Warrington
|
|
@@ -16,56 +16,62 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 2.
|
|
19
|
+
version: 2.8.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 2.
|
|
26
|
+
version: 2.8.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: importmap-rails
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 2.
|
|
33
|
+
version: 2.2.3
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: 2.
|
|
40
|
+
version: 2.2.3
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rails
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
47
|
version: 8.0.1
|
|
48
|
+
- - "<"
|
|
49
|
+
- !ruby/object:Gem::Version
|
|
50
|
+
version: '8.2'
|
|
48
51
|
type: :runtime
|
|
49
52
|
prerelease: false
|
|
50
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
54
|
requirements:
|
|
52
|
-
- - "
|
|
55
|
+
- - ">="
|
|
53
56
|
- !ruby/object:Gem::Version
|
|
54
57
|
version: 8.0.1
|
|
58
|
+
- - "<"
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '8.2'
|
|
55
61
|
- !ruby/object:Gem::Dependency
|
|
56
62
|
name: view_component
|
|
57
63
|
requirement: !ruby/object:Gem::Requirement
|
|
58
64
|
requirements:
|
|
59
65
|
- - "~>"
|
|
60
66
|
- !ruby/object:Gem::Version
|
|
61
|
-
version: '
|
|
67
|
+
version: '4.15'
|
|
62
68
|
type: :runtime
|
|
63
69
|
prerelease: false
|
|
64
70
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
71
|
requirements:
|
|
66
72
|
- - "~>"
|
|
67
73
|
- !ruby/object:Gem::Version
|
|
68
|
-
version: '
|
|
74
|
+
version: '4.15'
|
|
69
75
|
- !ruby/object:Gem::Dependency
|
|
70
76
|
name: tailwindcss-rails
|
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -86,14 +92,14 @@ dependencies:
|
|
|
86
92
|
requirements:
|
|
87
93
|
- - "~>"
|
|
88
94
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: '
|
|
95
|
+
version: '1.5'
|
|
90
96
|
type: :runtime
|
|
91
97
|
prerelease: false
|
|
92
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
99
|
requirements:
|
|
94
100
|
- - "~>"
|
|
95
101
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: '
|
|
102
|
+
version: '1.5'
|
|
97
103
|
- !ruby/object:Gem::Dependency
|
|
98
104
|
name: heroicons
|
|
99
105
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,7 +164,7 @@ files:
|
|
|
158
164
|
- config/routes.rb
|
|
159
165
|
- lib/atomic_view.rb
|
|
160
166
|
- lib/atomic_view/component.rb
|
|
161
|
-
- lib/atomic_view/components/alert_component.erb
|
|
167
|
+
- lib/atomic_view/components/alert_component.html.erb
|
|
162
168
|
- lib/atomic_view/components/alert_component.rb
|
|
163
169
|
- lib/atomic_view/components/avatar_component.rb
|
|
164
170
|
- lib/atomic_view/components/badge_component.rb
|
|
@@ -166,14 +172,14 @@ files:
|
|
|
166
172
|
- lib/atomic_view/components/card_component.rb
|
|
167
173
|
- lib/atomic_view/components/check_box_component.rb
|
|
168
174
|
- lib/atomic_view/components/chip_component.rb
|
|
169
|
-
- lib/atomic_view/components/collection_check_boxes_component.erb
|
|
175
|
+
- lib/atomic_view/components/collection_check_boxes_component.html.erb
|
|
170
176
|
- lib/atomic_view/components/collection_check_boxes_component.rb
|
|
171
|
-
- lib/atomic_view/components/collection_radio_buttons_component.erb
|
|
177
|
+
- lib/atomic_view/components/collection_radio_buttons_component.html.erb
|
|
172
178
|
- lib/atomic_view/components/collection_radio_buttons_component.rb
|
|
173
|
-
- lib/atomic_view/components/collection_select_component.erb
|
|
179
|
+
- lib/atomic_view/components/collection_select_component.html.erb
|
|
174
180
|
- lib/atomic_view/components/collection_select_component.rb
|
|
175
181
|
- lib/atomic_view/components/color_field_component.rb
|
|
176
|
-
- lib/atomic_view/components/command_palette_component.erb
|
|
182
|
+
- lib/atomic_view/components/command_palette_component.html.erb
|
|
177
183
|
- lib/atomic_view/components/command_palette_component.rb
|
|
178
184
|
- lib/atomic_view/components/concerns/button_variants.rb
|
|
179
185
|
- lib/atomic_view/components/concerns/field_chrome.rb
|
|
@@ -182,37 +188,37 @@ files:
|
|
|
182
188
|
- lib/atomic_view/components/date_select_component.rb
|
|
183
189
|
- lib/atomic_view/components/datetime_local_field_component.rb
|
|
184
190
|
- lib/atomic_view/components/datetime_select_component.rb
|
|
185
|
-
- lib/atomic_view/components/dropdown_component.erb
|
|
191
|
+
- lib/atomic_view/components/dropdown_component.html.erb
|
|
186
192
|
- lib/atomic_view/components/dropdown_component.rb
|
|
187
193
|
- lib/atomic_view/components/email_field_component.rb
|
|
188
|
-
- lib/atomic_view/components/empty_state_component.erb
|
|
194
|
+
- lib/atomic_view/components/empty_state_component.html.erb
|
|
189
195
|
- lib/atomic_view/components/empty_state_component.rb
|
|
190
|
-
- lib/atomic_view/components/field_component.erb
|
|
196
|
+
- lib/atomic_view/components/field_component.html.erb
|
|
191
197
|
- lib/atomic_view/components/field_component.rb
|
|
192
198
|
- lib/atomic_view/components/grouped_collection_select_component.rb
|
|
193
199
|
- lib/atomic_view/components/kbd_component.rb
|
|
194
200
|
- lib/atomic_view/components/label_component.rb
|
|
195
|
-
- lib/atomic_view/components/modal_component.erb
|
|
201
|
+
- lib/atomic_view/components/modal_component.html.erb
|
|
196
202
|
- lib/atomic_view/components/modal_component.rb
|
|
197
203
|
- lib/atomic_view/components/month_field_component.rb
|
|
198
|
-
- lib/atomic_view/components/navigation_tree_component.erb
|
|
204
|
+
- lib/atomic_view/components/navigation_tree_component.html.erb
|
|
199
205
|
- lib/atomic_view/components/navigation_tree_component.rb
|
|
200
|
-
- lib/atomic_view/components/navigation_tree_component/item_component.erb
|
|
206
|
+
- lib/atomic_view/components/navigation_tree_component/item_component.html.erb
|
|
201
207
|
- lib/atomic_view/components/navigation_tree_component/item_component.rb
|
|
202
208
|
- lib/atomic_view/components/number_field_component.rb
|
|
203
|
-
- lib/atomic_view/components/pagination_component.erb
|
|
209
|
+
- lib/atomic_view/components/pagination_component.html.erb
|
|
204
210
|
- lib/atomic_view/components/pagination_component.rb
|
|
205
211
|
- lib/atomic_view/components/password_field_component.rb
|
|
206
212
|
- lib/atomic_view/components/radio_button_component.rb
|
|
207
213
|
- lib/atomic_view/components/range_field_component.rb
|
|
208
214
|
- lib/atomic_view/components/search_field_component.rb
|
|
209
|
-
- lib/atomic_view/components/segmented_control_component.erb
|
|
215
|
+
- lib/atomic_view/components/segmented_control_component.html.erb
|
|
210
216
|
- lib/atomic_view/components/segmented_control_component.rb
|
|
211
|
-
- lib/atomic_view/components/select_component.erb
|
|
217
|
+
- lib/atomic_view/components/select_component.html.erb
|
|
212
218
|
- lib/atomic_view/components/select_component.rb
|
|
213
219
|
- lib/atomic_view/components/submit_component.rb
|
|
214
220
|
- lib/atomic_view/components/table_component.rb
|
|
215
|
-
- lib/atomic_view/components/tabs_component.erb
|
|
221
|
+
- lib/atomic_view/components/tabs_component.html.erb
|
|
216
222
|
- lib/atomic_view/components/tabs_component.rb
|
|
217
223
|
- lib/atomic_view/components/telephone_field_component.rb
|
|
218
224
|
- lib/atomic_view/components/text_area_component.rb
|
|
@@ -220,11 +226,11 @@ files:
|
|
|
220
226
|
- lib/atomic_view/components/theme_toggle_component.rb
|
|
221
227
|
- lib/atomic_view/components/time_select_component.rb
|
|
222
228
|
- lib/atomic_view/components/time_zone_select_component.rb
|
|
223
|
-
- lib/atomic_view/components/timeline_component.erb
|
|
229
|
+
- lib/atomic_view/components/timeline_component.html.erb
|
|
224
230
|
- lib/atomic_view/components/timeline_component.rb
|
|
225
|
-
- lib/atomic_view/components/timeline_component/item_component.erb
|
|
231
|
+
- lib/atomic_view/components/timeline_component/item_component.html.erb
|
|
226
232
|
- lib/atomic_view/components/timeline_component/item_component.rb
|
|
227
|
-
- lib/atomic_view/components/toast_component.erb
|
|
233
|
+
- lib/atomic_view/components/toast_component.html.erb
|
|
228
234
|
- lib/atomic_view/components/toast_component.rb
|
|
229
235
|
- lib/atomic_view/components/url_field_component.rb
|
|
230
236
|
- lib/atomic_view/components/week_field_component.rb
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/data/lib/atomic_view/components/{empty_state_component.erb → empty_state_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
|
|
File without changes
|
|
File without changes
|
/data/lib/atomic_view/components/timeline_component/{item_component.erb → item_component.html.erb}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|