ariadne_view_components 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/ariadne-form-with.d.ts +20 -0
- data/app/assets/javascripts/ariadne-form.d.ts +22 -0
- data/app/assets/javascripts/ariadne.d.ts +1 -1
- data/app/assets/javascripts/ariadne_view_components.js +7 -1
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/assets/javascripts/comment-component.d.ts +13 -0
- data/app/assets/javascripts/rich-text-area-component.d.ts +4 -0
- data/app/{components/ariadne/time_ago_component.d.ts → assets/javascripts/time-ago-component.d.ts} +0 -0
- data/app/assets/stylesheets/application.ariadne_view_components.css +1 -0
- data/app/assets/stylesheets/prosemirror.css +323 -0
- data/app/components/ariadne/ariadne-form.ts +96 -0
- data/app/components/ariadne/ariadne.ts +8 -1
- data/app/components/ariadne/base_button.rb +6 -7
- data/app/components/ariadne/base_component.rb +13 -131
- data/app/components/ariadne/blankslate_component.html.erb +5 -5
- data/app/components/ariadne/blankslate_component.rb +4 -9
- data/app/components/ariadne/body_component.rb +1 -1
- data/app/components/ariadne/button_component.rb +7 -6
- data/app/components/ariadne/clipboard_copy_component.html.erb +3 -2
- data/app/components/ariadne/comment-component.ts +55 -0
- data/app/components/ariadne/comment_component.html.erb +17 -20
- data/app/components/ariadne/comment_component.rb +29 -17
- data/app/components/ariadne/component.rb +4 -4
- data/app/components/ariadne/container_component.rb +1 -1
- data/app/components/ariadne/counter_component.rb +4 -4
- data/app/components/ariadne/flash_component.html.erb +12 -12
- data/app/components/ariadne/flash_component.rb +16 -16
- data/app/components/ariadne/flex_component.rb +5 -7
- data/app/components/ariadne/footer_component.html.erb +1 -1
- data/app/components/ariadne/footer_component.rb +1 -1
- data/app/components/ariadne/grid_component.html.erb +4 -4
- data/app/components/ariadne/grid_component.rb +9 -9
- data/app/components/ariadne/header_component.html.erb +7 -7
- data/app/components/ariadne/header_component.rb +8 -8
- data/app/components/ariadne/heading_component.rb +3 -3
- data/app/components/ariadne/heroicon_component.rb +4 -4
- data/app/components/ariadne/inline_flex_component.rb +7 -7
- data/app/components/ariadne/link_component.rb +2 -2
- data/app/components/ariadne/list_component.rb +6 -5
- data/app/components/ariadne/narrow_container_component.html.erb +3 -0
- data/app/components/ariadne/narrow_container_component.rb +30 -0
- data/app/components/ariadne/panel_bar_component.html.erb +20 -0
- data/app/components/ariadne/panel_bar_component.rb +79 -0
- data/app/components/ariadne/pill_component.rb +2 -2
- data/app/components/ariadne/rich-text-area-component.ts +32 -0
- data/app/components/ariadne/rich_text_area_component.html.erb +6 -0
- data/app/components/ariadne/rich_text_area_component.rb +35 -0
- data/app/components/ariadne/slideover-component.ts +3 -3
- data/app/components/ariadne/slideover_component.html.erb +3 -3
- data/app/components/ariadne/slideover_component.rb +1 -1
- data/app/components/ariadne/tab_bar_component.html.erb +3 -0
- data/app/components/ariadne/tab_bar_component.rb +45 -0
- data/app/components/ariadne/tab_component.html.erb +7 -0
- data/app/components/ariadne/tab_component.rb +43 -0
- data/app/components/ariadne/{time_ago_component.ts → time-ago-component.ts} +0 -0
- data/app/components/ariadne/time_ago_component.rb +2 -2
- data/app/components/ariadne/timeline_component.html.erb +6 -6
- data/app/components/ariadne/tooltip-component.ts +3 -3
- data/app/components/ariadne/tooltip_component.html.erb +1 -1
- data/app/components/ariadne/tooltip_component.rb +1 -1
- data/app/lib/ariadne/action_view_extensions/form_helper.rb +4 -1
- data/app/lib/ariadne/fetch_or_fallback_helper.rb +3 -1
- data/app/lib/ariadne/form_builder.rb +10 -10
- data/app/lib/ariadne/icon_helper.rb +1 -1
- data/lib/ariadne/view_components/engine.rb +169 -3
- data/lib/ariadne/view_components/version.rb +1 -1
- data/lib/ariadne/view_components.rb +0 -1
- data/lib/rubocop/config/default.yml +0 -6
- data/lib/rubocop/cop/ariadne/no_tag_memoize.rb +1 -0
- data/lib/tasks/docs.rake +6 -1
- data/static/arguments.yml +99 -4
- data/static/audited_at.json +8 -2
- data/static/classes.yml +195 -181
- data/static/constants.json +112 -72
- data/static/statuses.json +8 -2
- metadata +42 -32
- data/app/assets/builds/ariadne_view_components.css +0 -1874
- data/app/components/ariadne/ariadne.d.ts +0 -1
- data/app/components/ariadne/ariadne.js +0 -9
- data/app/components/ariadne/clipboard-copy-component.d.ts +0 -4
- data/app/components/ariadne/clipboard-copy-component.js +0 -18
- data/app/components/ariadne/clipboard_copy_component.d.ts +0 -4
- data/app/components/ariadne/clipboard_copy_component.js +0 -18
- data/app/components/ariadne/slideover-component.d.ts +0 -9
- data/app/components/ariadne/slideover-component.js +0 -20
- data/app/components/ariadne/slideover_component.d.ts +0 -9
- data/app/components/ariadne/slideover_component.js +0 -19
- data/app/components/ariadne/time_ago_component.js +0 -1
- data/app/components/ariadne/tooltip-component.d.ts +0 -24
- data/app/components/ariadne/tooltip-component.js +0 -42
- data/lib/ariadne/classify/utilities.rb +0 -199
- data/lib/ariadne/classify/utilities.yml +0 -1817
- data/lib/ariadne/classify/validation.rb +0 -18
- data/lib/ariadne/classify.rb +0 -124
- data/lib/rubocop/cop/ariadne/ariadne_heroicon.rb +0 -252
- data/lib/rubocop/cop/ariadne/component_name_migration.rb +0 -35
- data/lib/rubocop/cop/ariadne/system_argument_instead_of_class.rb +0 -57
- data/lib/tasks/utilities.rake +0 -121
data/static/classes.yml
CHANGED
@@ -1,50 +1,172 @@
|
|
1
1
|
---
|
2
2
|
- ".-"
|
3
|
-
- ".-m-0.5"
|
4
|
-
- ".-mb-8"
|
5
|
-
- ".-mr-px"
|
6
|
-
- ".-mx-1.5"
|
7
|
-
- ".-mx-2"
|
8
|
-
- ".-my-1.5"
|
9
3
|
- ".a"
|
10
|
-
- ".absolute"
|
11
4
|
- ".all"
|
12
5
|
- ".alt:"
|
13
6
|
- ".and"
|
14
|
-
- ".
|
7
|
+
- ".ariadne--mb-8"
|
8
|
+
- ".ariadne--mb-px"
|
9
|
+
- ".ariadne--mr-px"
|
10
|
+
- ".ariadne--mx-1.5"
|
11
|
+
- ".ariadne--mx-2"
|
12
|
+
- ".ariadne--my-1.5"
|
13
|
+
- ".ariadne-absolute"
|
14
|
+
- ".ariadne-antialiased"
|
15
|
+
- ".ariadne-bg-blue-50"
|
16
|
+
- ".ariadne-bg-button-bg-color"
|
17
|
+
- ".ariadne-bg-green-50"
|
18
|
+
- ".ariadne-bg-purple-50"
|
19
|
+
- ".ariadne-bg-red-50"
|
20
|
+
- ".ariadne-bg-slate-900"
|
21
|
+
- ".ariadne-bg-transparent"
|
22
|
+
- ".ariadne-bg-white"
|
23
|
+
- ".ariadne-bg-yellow-50"
|
24
|
+
- ".ariadne-block"
|
25
|
+
- ".ariadne-border"
|
26
|
+
- ".ariadne-border-0"
|
27
|
+
- ".ariadne-border-b"
|
28
|
+
- ".ariadne-border-b-2"
|
29
|
+
- ".ariadne-border-black"
|
30
|
+
- ".ariadne-border-blue-300"
|
31
|
+
- ".ariadne-border-gray-200"
|
32
|
+
- ".ariadne-border-gray-300"
|
33
|
+
- ".ariadne-border-green-300"
|
34
|
+
- ".ariadne-border-purple-300"
|
35
|
+
- ".ariadne-border-red-300"
|
36
|
+
- ".ariadne-border-transparent"
|
37
|
+
- ".ariadne-border-x"
|
38
|
+
- ".ariadne-border-yellow-300"
|
39
|
+
- ".ariadne-cursor-pointer"
|
40
|
+
- ".ariadne-decoration-double"
|
41
|
+
- ".ariadne-divide-gray-200"
|
42
|
+
- ".ariadne-divide-gray-300"
|
43
|
+
- ".ariadne-divide-y"
|
44
|
+
- ".ariadne-duration-500"
|
45
|
+
- ".ariadne-flex"
|
46
|
+
- ".ariadne-flex-1"
|
47
|
+
- ".ariadne-flex-auto"
|
48
|
+
- ".ariadne-flex-col"
|
49
|
+
- ".ariadne-flex-shrink-0"
|
50
|
+
- ".ariadne-flow-root"
|
51
|
+
- ".ariadne-font-bold"
|
52
|
+
- ".ariadne-font-extrabold"
|
53
|
+
- ".ariadne-font-medium"
|
54
|
+
- ".ariadne-font-semibold"
|
55
|
+
- ".ariadne-gap-6"
|
56
|
+
- ".ariadne-grid"
|
57
|
+
- ".ariadne-h-10"
|
58
|
+
- ".ariadne-h-full"
|
59
|
+
- ".ariadne-h-screen"
|
60
|
+
- ".ariadne-hidden"
|
61
|
+
- ".ariadne-inline-block"
|
62
|
+
- ".ariadne-inline-flex"
|
63
|
+
- ".ariadne-invisible"
|
64
|
+
- ".ariadne-items-baseline"
|
65
|
+
- ".ariadne-items-center"
|
66
|
+
- ".ariadne-justify-between"
|
67
|
+
- ".ariadne-justify-center"
|
68
|
+
- ".ariadne-justify-end"
|
69
|
+
- ".ariadne-leading-4"
|
70
|
+
- ".ariadne-leading-5"
|
71
|
+
- ".ariadne-leading-7"
|
72
|
+
- ".ariadne-max-w-7xl"
|
73
|
+
- ".ariadne-max-w-xs"
|
74
|
+
- ".ariadne-min-h-screen"
|
75
|
+
- ".ariadne-ml-3"
|
76
|
+
- ".ariadne-mt-2"
|
77
|
+
- ".ariadne-mt-4"
|
78
|
+
- ".ariadne-mt-6"
|
79
|
+
- ".ariadne-mt-8"
|
80
|
+
- ".ariadne-mx-auto"
|
81
|
+
- ".ariadne-my-4"
|
82
|
+
- ".ariadne-overflow-hidden"
|
83
|
+
- ".ariadne-p-1"
|
84
|
+
- ".ariadne-p-1.5"
|
85
|
+
- ".ariadne-p-4"
|
86
|
+
- ".ariadne-p-8"
|
87
|
+
- ".ariadne-pb-2"
|
88
|
+
- ".ariadne-pb-4"
|
89
|
+
- ".ariadne-pl-2"
|
90
|
+
- ".ariadne-pl-3"
|
91
|
+
- ".ariadne-pt-5"
|
92
|
+
- ".ariadne-pt-6"
|
93
|
+
- ".ariadne-px-1"
|
94
|
+
- ".ariadne-px-2"
|
95
|
+
- ".ariadne-px-2.5"
|
96
|
+
- ".ariadne-px-3"
|
97
|
+
- ".ariadne-px-4"
|
98
|
+
- ".ariadne-px-5"
|
99
|
+
- ".ariadne-px-6"
|
100
|
+
- ".ariadne-py-0.5"
|
101
|
+
- ".ariadne-py-1"
|
102
|
+
- ".ariadne-py-1.5"
|
103
|
+
- ".ariadne-py-12"
|
104
|
+
- ".ariadne-py-2"
|
105
|
+
- ".ariadne-py-3"
|
106
|
+
- ".ariadne-py-4"
|
107
|
+
- ".ariadne-py-5"
|
108
|
+
- ".ariadne-relative"
|
109
|
+
- ".ariadne-rounded"
|
110
|
+
- ".ariadne-rounded-bl-lg"
|
111
|
+
- ".ariadne-rounded-full"
|
112
|
+
- ".ariadne-rounded-lg"
|
113
|
+
- ".ariadne-rounded-m"
|
114
|
+
- ".ariadne-rounded-md"
|
115
|
+
- ".ariadne-shadow"
|
116
|
+
- ".ariadne-shadow-sm"
|
117
|
+
- ".ariadne-space-x-8"
|
118
|
+
- ".ariadne-sr-only"
|
119
|
+
- ".ariadne-sticky"
|
120
|
+
- ".ariadne-stroke-state-open"
|
121
|
+
- ".ariadne-text-2xl"
|
122
|
+
- ".ariadne-text-3xl"
|
123
|
+
- ".ariadne-text-base"
|
124
|
+
- ".ariadne-text-blue-500"
|
125
|
+
- ".ariadne-text-blue-700"
|
126
|
+
- ".ariadne-text-blue-800"
|
127
|
+
- ".ariadne-text-button-text-color"
|
128
|
+
- ".ariadne-text-center"
|
129
|
+
- ".ariadne-text-gray-900"
|
130
|
+
- ".ariadne-text-green-500"
|
131
|
+
- ".ariadne-text-green-600"
|
132
|
+
- ".ariadne-text-green-700"
|
133
|
+
- ".ariadne-text-green-800"
|
134
|
+
- ".ariadne-text-lg"
|
135
|
+
- ".ariadne-text-purple-800"
|
136
|
+
- ".ariadne-text-red-500"
|
137
|
+
- ".ariadne-text-red-700"
|
138
|
+
- ".ariadne-text-red-800"
|
139
|
+
- ".ariadne-text-sm"
|
140
|
+
- ".ariadne-text-state-closed"
|
141
|
+
- ".ariadne-text-state-open"
|
142
|
+
- ".ariadne-text-white"
|
143
|
+
- ".ariadne-text-xl"
|
144
|
+
- ".ariadne-text-xs"
|
145
|
+
- ".ariadne-text-yellow-500"
|
146
|
+
- ".ariadne-text-yellow-700"
|
147
|
+
- ".ariadne-text-yellow-800"
|
148
|
+
- ".ariadne-top-0"
|
149
|
+
- ".ariadne-transition"
|
150
|
+
- ".ariadne-underline"
|
151
|
+
- ".ariadne-w-0"
|
152
|
+
- ".ariadne-w-auto"
|
153
|
+
- ".ariadne-w-full"
|
154
|
+
- ".ariadne-whitespace-nowrap"
|
155
|
+
- ".ariadne-z-10"
|
156
|
+
- ".ariadne-z-50"
|
15
157
|
- ".as"
|
16
158
|
- ".attributes:"
|
17
159
|
- ".bell"
|
18
160
|
- ".bg-billy-purple"
|
19
|
-
- ".bg-blue-50"
|
20
|
-
- ".bg-button-bg-color"
|
21
161
|
- ".bg-filter-panel"
|
22
|
-
- ".bg-gray-600"
|
23
|
-
- ".bg-green-50"
|
24
|
-
- ".bg-purple-50"
|
25
|
-
- ".bg-red-50"
|
26
|
-
- ".bg-slate-900"
|
27
162
|
- ".bg-state-closed"
|
28
163
|
- ".bg-state-open"
|
29
|
-
- ".bg-white"
|
30
|
-
- ".bg-yellow-50"
|
31
164
|
- ".billion:"
|
32
|
-
- ".block"
|
33
165
|
- ".bold"
|
34
166
|
- ".bold-button-0"
|
35
|
-
- ".border"
|
36
|
-
- ".border-b"
|
37
167
|
- ".border-billy-purple"
|
38
|
-
- ".border-black"
|
39
|
-
- ".border-blue-300"
|
40
|
-
- ".border-gray-300"
|
41
|
-
- ".border-green-300"
|
42
|
-
- ".border-purple-300"
|
43
|
-
- ".border-red-300"
|
44
168
|
- ".border-state-closed"
|
45
169
|
- ".border-state-open"
|
46
|
-
- ".border-transparent"
|
47
|
-
- ".border-yellow-300"
|
48
170
|
- ".button-with-tooltip"
|
49
171
|
- ".check"
|
50
172
|
- ".chevron-down"
|
@@ -52,226 +174,118 @@
|
|
52
174
|
- ".clipboard"
|
53
175
|
- ".clipboard-copy-component"
|
54
176
|
- ".clock"
|
55
|
-
- ".
|
56
|
-
- ".cursor-pointer"
|
57
|
-
- ".decoration-double"
|
177
|
+
- ".delivery"
|
58
178
|
- ".divide-gray-200"
|
59
|
-
- ".divide-gray-300"
|
60
179
|
- ".divide-y"
|
61
180
|
- ".dots-horizontal"
|
62
|
-
- ".duration-500"
|
63
181
|
- ".fill-billy-purple"
|
64
182
|
- ".fill-state-closed"
|
65
183
|
- ".fill-state-open"
|
66
184
|
- ".flex"
|
67
|
-
- ".flex-1"
|
68
185
|
- ".flex-auto"
|
69
|
-
- ".flex-col"
|
70
|
-
- ".flex-shrink-0"
|
71
|
-
- ".flow-root"
|
72
186
|
- ".focus-visible:outline-2"
|
73
187
|
- ".focus-visible:outline-offset-2"
|
74
|
-
- ".focus:border-indigo-500"
|
75
|
-
- ".focus:
|
76
|
-
- ".focus:ring-
|
77
|
-
- ".focus:
|
78
|
-
- ".focus:ring-
|
79
|
-
- ".focus:ring-
|
80
|
-
- ".focus:ring-
|
81
|
-
- ".focus:ring-
|
82
|
-
- ".focus:ring-offset-
|
83
|
-
- ".focus:ring-offset-
|
84
|
-
- ".focus:ring-offset-
|
85
|
-
- ".focus:ring-offset-
|
86
|
-
- ".focus:ring-offset-
|
87
|
-
- ".focus:ring-
|
88
|
-
- ".focus:ring-purple-
|
89
|
-
- ".focus:ring-
|
90
|
-
- ".focus:ring-
|
91
|
-
- ".
|
188
|
+
- ".focus-within:ariadne-border-indigo-500"
|
189
|
+
- ".focus-within:ariadne-ring-1"
|
190
|
+
- ".focus-within:ariadne-ring-indigo-500"
|
191
|
+
- ".focus:ariadne-outline-none"
|
192
|
+
- ".focus:ariadne-ring-0"
|
193
|
+
- ".focus:ariadne-ring-2"
|
194
|
+
- ".focus:ariadne-ring-blue-600"
|
195
|
+
- ".focus:ariadne-ring-green-600"
|
196
|
+
- ".focus:ariadne-ring-offset-2"
|
197
|
+
- ".focus:ariadne-ring-offset-blue-50"
|
198
|
+
- ".focus:ariadne-ring-offset-green-50"
|
199
|
+
- ".focus:ariadne-ring-offset-purple-50"
|
200
|
+
- ".focus:ariadne-ring-offset-red-50"
|
201
|
+
- ".focus:ariadne-ring-offset-yellow-50"
|
202
|
+
- ".focus:ariadne-ring-purple-500"
|
203
|
+
- ".focus:ariadne-ring-purple-600"
|
204
|
+
- ".focus:ariadne-ring-red-600"
|
205
|
+
- ".focus:ariadne-ring-yellow-600"
|
92
206
|
- ".font-extrabold"
|
93
|
-
- ".font-medium"
|
94
|
-
- ".font-semibold"
|
95
|
-
- ".foo"
|
96
207
|
- ".full"
|
97
|
-
- ".gap-6"
|
98
|
-
- ".grid"
|
99
|
-
- ".grid-cols-1"
|
100
208
|
- ".group"
|
101
|
-
- ".
|
102
|
-
- ".
|
103
|
-
- ".
|
104
|
-
- ".
|
105
|
-
- ".hover:bg-
|
106
|
-
- ".hover:bg-
|
107
|
-
- ".hover:
|
108
|
-
- ".hover:
|
109
|
-
- ".hover:bg-gray-700"
|
110
|
-
- ".hover:bg-green-100"
|
111
|
-
- ".hover:bg-purple-100"
|
112
|
-
- ".hover:bg-red-100"
|
209
|
+
- ".hover:ariadne-bg-blue-100"
|
210
|
+
- ".hover:ariadne-bg-button-hover-color"
|
211
|
+
- ".hover:ariadne-bg-green-100"
|
212
|
+
- ".hover:ariadne-bg-purple-100"
|
213
|
+
- ".hover:ariadne-bg-red-100"
|
214
|
+
- ".hover:ariadne-bg-yellow-100"
|
215
|
+
- ".hover:ariadne-text-button-text-color"
|
216
|
+
- ".hover:ariadne-text-gray-500"
|
113
217
|
- ".hover:bg-slate-100"
|
114
|
-
- ".hover:bg-yellow-100"
|
115
|
-
- ".hover:text-button-text-color"
|
116
|
-
- ".hover:text-gray-500"
|
117
|
-
- ".hover:text-gray-900"
|
118
218
|
- ".hover:text-slate-900"
|
119
219
|
- ".id:"
|
120
220
|
- ".immediately"
|
121
221
|
- ".impact"
|
122
222
|
- ".information-circle"
|
123
|
-
- ".inline-block"
|
124
|
-
- ".inline-flex"
|
125
|
-
- ".invisible"
|
126
223
|
- ".is"
|
127
|
-
- ".
|
128
|
-
- ".
|
129
|
-
- ".
|
130
|
-
- ".justify-center"
|
131
|
-
- ".justify-end"
|
132
|
-
- ".leading-4"
|
133
|
-
- ".leading-5"
|
134
|
-
- ".leading-7"
|
135
|
-
- ".lg:grid-cols-3"
|
136
|
-
- ".lg:px-8"
|
137
|
-
- ".lg:py-16"
|
224
|
+
- ".lg:ariadne-grid-cols-3"
|
225
|
+
- ".lg:ariadne-px-8"
|
226
|
+
- ".lg:ariadne-py-16"
|
138
227
|
- ".link"
|
139
228
|
- ".list"
|
140
229
|
- ".lock-closed"
|
141
|
-
- ".m-2"
|
142
230
|
- ".m:"
|
143
231
|
- ".mail"
|
144
|
-
- ".
|
145
|
-
- ".
|
232
|
+
- ".md:ariadne-divide-y-0"
|
233
|
+
- ".md:ariadne-flex"
|
234
|
+
- ".md:ariadne-flex-1"
|
146
235
|
- ".members"
|
147
236
|
- ".menu"
|
237
|
+
- ".message"
|
238
|
+
- ".method:"
|
148
239
|
- ".million:"
|
149
|
-
- ".min-h-screen"
|
150
|
-
- ".ml-2"
|
151
|
-
- ".ml-3"
|
152
|
-
- ".mt-2"
|
153
|
-
- ".mt-4"
|
154
|
-
- ".mt-6"
|
155
|
-
- ".mt-8"
|
156
|
-
- ".mt-px"
|
157
|
-
- ".mx-auto"
|
158
|
-
- ".mx-px"
|
159
|
-
- ".my-4"
|
160
240
|
- ".organization"
|
161
|
-
- ".p-0.5"
|
162
|
-
- ".p-1"
|
163
|
-
- ".p-1.5"
|
164
|
-
- ".p-4"
|
165
|
-
- ".p-8"
|
166
|
-
- ".pb-12"
|
167
|
-
- ".pb-2"
|
168
|
-
- ".pb-4"
|
169
241
|
- ".pencil"
|
170
|
-
- ".pl-2"
|
171
|
-
- ".pl-3"
|
172
242
|
- ".plus-sm"
|
173
|
-
- ".pt-2"
|
174
|
-
- ".pt-5"
|
175
|
-
- ".pt-6"
|
176
243
|
- ".pt:"
|
177
|
-
- ".px-2"
|
178
|
-
- ".px-2.5"
|
179
|
-
- ".px-3"
|
180
|
-
- ".px-4"
|
181
|
-
- ".px-6"
|
182
|
-
- ".py-0.5"
|
183
|
-
- ".py-1"
|
184
|
-
- ".py-1.5"
|
185
|
-
- ".py-12"
|
186
|
-
- ".py-2"
|
187
|
-
- ".py-3"
|
188
|
-
- ".py-4"
|
189
|
-
- ".py-5"
|
190
244
|
- ".question-mark-circle"
|
191
|
-
- ".relative"
|
192
|
-
- ".rounded"
|
193
|
-
- ".rounded-bl-lg"
|
194
|
-
- ".rounded-full"
|
195
|
-
- ".rounded-lg"
|
196
|
-
- ".rounded-m"
|
197
|
-
- ".rounded-md"
|
198
245
|
- ".scheme:"
|
199
246
|
- ".scroll-smooth"
|
200
247
|
- ".search"
|
201
248
|
- ".secure"
|
202
|
-
- ".shadow"
|
203
|
-
- ".shadow-sm"
|
204
249
|
- ".should"
|
205
|
-
- ".sm:
|
206
|
-
- ".sm:
|
207
|
-
- ".sm:
|
208
|
-
- ".sm:
|
250
|
+
- ".sm:ariadne-block"
|
251
|
+
- ".sm:ariadne-grid-cols-2"
|
252
|
+
- ".sm:ariadne-mt-0"
|
253
|
+
- ".sm:ariadne-px-6"
|
254
|
+
- ".sm:ariadne-text-3xl"
|
255
|
+
- ".sm:ariadne-text-sm"
|
256
|
+
- ".sm:space-y-5"
|
209
257
|
- ".sm:text-4xl"
|
210
|
-
- ".
|
211
|
-
- ".sr-only"
|
212
|
-
- ".sticky"
|
258
|
+
- ".space-y-8"
|
213
259
|
- ".stroke-billy-purple"
|
214
260
|
- ".stroke-state-closed"
|
215
261
|
- ".stroke-state-open"
|
216
262
|
- ".system"
|
217
263
|
- ".take"
|
218
264
|
- ".text"
|
219
|
-
- ".text-2xl"
|
220
265
|
- ".text-3xl"
|
221
|
-
- ".text-base"
|
222
266
|
- ".text-billy-purple"
|
223
267
|
- ".text-black-700"
|
224
|
-
- ".text-blue-500"
|
225
|
-
- ".text-blue-700"
|
226
|
-
- ".text-blue-800"
|
227
268
|
- ".text-button-text-color"
|
228
|
-
- ".text-center"
|
229
|
-
- ".text-gray-500"
|
230
|
-
- ".text-gray-700"
|
231
|
-
- ".text-gray-800"
|
232
269
|
- ".text-gray-900"
|
233
|
-
- ".text-green-500"
|
234
|
-
- ".text-green-700"
|
235
|
-
- ".text-green-800"
|
236
|
-
- ".text-lg"
|
237
|
-
- ".text-purple-800"
|
238
|
-
- ".text-red-500"
|
239
|
-
- ".text-red-700"
|
240
|
-
- ".text-red-800"
|
241
270
|
- ".text-slate-500"
|
242
271
|
- ".text-slate-700"
|
243
|
-
- ".text-sm"
|
244
272
|
- ".text-state-closed"
|
245
273
|
- ".text-state-open"
|
246
|
-
- ".text-white"
|
247
|
-
- ".text-xl"
|
248
|
-
- ".text-xs"
|
249
|
-
- ".text-yellow-500"
|
250
274
|
- ".text-yellow-600"
|
251
|
-
- ".text-yellow-700"
|
252
|
-
- ".text-yellow-800"
|
253
275
|
- ".text:"
|
254
276
|
- ".the"
|
277
|
+
- ".tiptap-editor"
|
255
278
|
- ".to"
|
256
279
|
- ".tooltip"
|
257
280
|
- ".tooltip-arrow"
|
258
281
|
- ".tooltip-component"
|
259
|
-
- ".top-0"
|
260
282
|
- ".tracking-tight"
|
261
|
-
- ".transition"
|
262
283
|
- ".trash"
|
263
284
|
- ".trigger"
|
264
285
|
- ".type:"
|
265
|
-
- ".underline"
|
266
286
|
- ".up"
|
267
287
|
- ".vault"
|
268
|
-
- ".w-0"
|
269
|
-
- ".w-auto"
|
270
|
-
- ".w-full"
|
271
|
-
- ".whitespace-nowrap"
|
272
288
|
- ".width"
|
273
289
|
- ".will"
|
274
|
-
- ".x"
|
275
|
-
- ".z-10"
|
276
|
-
- ".z-50"
|
290
|
+
- ".x-mark"
|
277
291
|
- ".z-max"
|