tailwind_dsl 0.0.10 → 0.0.11
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/.builders/generators/domain-model.rb +30 -28
- data/.builders/generators/utilities.rb +19 -17
- data/CHANGELOG.md +7 -0
- data/docs/domain-model.drawio +49 -46
- data/docs/domain-model.json +144 -121
- data/docs/domain-model.svg +1 -1
- data/lib/tailwind_dsl/etl/component_structures/raw_component_query.rb +197 -0
- data/lib/tailwind_dsl/version.rb +1 -1
- data/lib/tailwind_dsl.rb +1 -0
- data/package-lock.json +2 -2
- data/package.json +1 -1
- metadata +3 -50
- data/.components/tui/application-ui/component/data-display/calendar/01.clean.html +0 -204
- data/.components/tui/application-ui/component/data-display/calendar/01.html +0 -243
- data/.components/tui/application-ui/component/data-display/calendar/01.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/02.clean.html +0 -496
- data/.components/tui/application-ui/component/data-display/calendar/02.html +0 -551
- data/.components/tui/application-ui/component/data-display/calendar/02.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/03.clean.html +0 -240
- data/.components/tui/application-ui/component/data-display/calendar/03.html +0 -274
- data/.components/tui/application-ui/component/data-display/calendar/03.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/04.clean.html +0 -385
- data/.components/tui/application-ui/component/data-display/calendar/04.html +0 -439
- data/.components/tui/application-ui/component/data-display/calendar/04.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/05.clean.html +0 -211
- data/.components/tui/application-ui/component/data-display/calendar/05.html +0 -254
- data/.components/tui/application-ui/component/data-display/calendar/05.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/06.clean.html +0 -320
- data/.components/tui/application-ui/component/data-display/calendar/06.html +0 -336
- data/.components/tui/application-ui/component/data-display/calendar/06.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/07.clean.html +0 -266
- data/.components/tui/application-ui/component/data-display/calendar/07.html +0 -294
- data/.components/tui/application-ui/component/data-display/calendar/07.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/calendar/08.clean.html +0 -268
- data/.components/tui/application-ui/component/data-display/calendar/08.html +0 -296
- data/.components/tui/application-ui/component/data-display/calendar/08.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/01.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/01.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/01.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/02.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/02.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/02.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/03.clean.html +0 -86
- data/.components/tui/application-ui/component/data-display/description-list/03.html +0 -88
- data/.components/tui/application-ui/component/data-display/description-list/03.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/04.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/04.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/04.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/description-list/05.clean.html +0 -59
- data/.components/tui/application-ui/component/data-display/description-list/05.html +0 -61
- data/.components/tui/application-ui/component/data-display/description-list/05.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/stats/01.clean.html +0 -17
- data/.components/tui/application-ui/component/data-display/stats/01.html +0 -19
- data/.components/tui/application-ui/component/data-display/stats/01.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/stats/02.clean.html +0 -80
- data/.components/tui/application-ui/component/data-display/stats/02.html +0 -89
- data/.components/tui/application-ui/component/data-display/stats/02.settings.json +0 -9
- data/.components/tui/application-ui/component/data-display/stats/03.clean.html +0 -53
- data/.components/tui/application-ui/component/data-display/stats/03.html +0 -61
- data/.components/tui/application-ui/component/data-display/stats/03.settings.json +0 -9
|
@@ -1,294 +0,0 @@
|
|
|
1
|
-
<div>
|
|
2
|
-
<div class="flex items-center">
|
|
3
|
-
<h2 class="flex-auto font-semibold text-gray-900">January 2022</h2>
|
|
4
|
-
<button type="button" class="-my-1.5 flex flex-none items-center justify-center p-1.5 text-gray-400 hover:text-gray-500">
|
|
5
|
-
<span class="sr-only">Previous month</span>
|
|
6
|
-
<!-- Heroicon name: mini/chevron-left -->
|
|
7
|
-
<svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
|
8
|
-
<path fill-rule="evenodd" d="M12.79 5.23a.75.75 0 01-.02 1.06L8.832 10l3.938 3.71a.75.75 0 11-1.04 1.08l-4.5-4.25a.75.75 0 010-1.08l4.5-4.25a.75.75 0 011.06.02z" clip-rule="evenodd" />
|
|
9
|
-
</svg>
|
|
10
|
-
</button>
|
|
11
|
-
<button type="button" class="-my-1.5 -mr-1.5 ml-2 flex flex-none items-center justify-center p-1.5 text-gray-400 hover:text-gray-500">
|
|
12
|
-
<span class="sr-only">Next month</span>
|
|
13
|
-
<!-- Heroicon name: mini/chevron-right -->
|
|
14
|
-
<svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
|
15
|
-
<path fill-rule="evenodd" d="M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z" clip-rule="evenodd" />
|
|
16
|
-
</svg>
|
|
17
|
-
</button>
|
|
18
|
-
</div>
|
|
19
|
-
<div class="mt-10 grid grid-cols-7 text-center text-xs leading-6 text-gray-500">
|
|
20
|
-
<div>M</div>
|
|
21
|
-
<div>T</div>
|
|
22
|
-
<div>W</div>
|
|
23
|
-
<div>T</div>
|
|
24
|
-
<div>F</div>
|
|
25
|
-
<div>S</div>
|
|
26
|
-
<div>S</div>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="mt-2 grid grid-cols-7 text-sm">
|
|
29
|
-
<div class="py-2">
|
|
30
|
-
<!--
|
|
31
|
-
Always include: "mx-auto flex h-8 w-8 items-center justify-center rounded-full"
|
|
32
|
-
Is selected, include: "text-white"
|
|
33
|
-
Is not selected and is today, include: "text-indigo-600"
|
|
34
|
-
Is not selected and is not today and is current month, include: "text-gray-900"
|
|
35
|
-
Is not selected and is not today and is not current month, include: "text-gray-400"
|
|
36
|
-
Is selected and is today, include: "bg-indigo-600"
|
|
37
|
-
Is selected and is not today, include: "bg-gray-900"
|
|
38
|
-
Is not selected, include: "hover:bg-gray-200"
|
|
39
|
-
Is selected or is today, include: "font-semibold"
|
|
40
|
-
-->
|
|
41
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
42
|
-
<time datetime="2021-12-27">27</time>
|
|
43
|
-
</button>
|
|
44
|
-
</div>
|
|
45
|
-
<div class="py-2">
|
|
46
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
47
|
-
<time datetime="2021-12-28">28</time>
|
|
48
|
-
</button>
|
|
49
|
-
</div>
|
|
50
|
-
<div class="py-2">
|
|
51
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
52
|
-
<time datetime="2021-12-29">29</time>
|
|
53
|
-
</button>
|
|
54
|
-
</div>
|
|
55
|
-
<div class="py-2">
|
|
56
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
57
|
-
<time datetime="2021-12-30">30</time>
|
|
58
|
-
</button>
|
|
59
|
-
</div>
|
|
60
|
-
<div class="py-2">
|
|
61
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
62
|
-
<time datetime="2021-12-31">31</time>
|
|
63
|
-
</button>
|
|
64
|
-
</div>
|
|
65
|
-
<div class="py-2">
|
|
66
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
67
|
-
<time datetime="2022-01-01">1</time>
|
|
68
|
-
</button>
|
|
69
|
-
</div>
|
|
70
|
-
<div class="py-2">
|
|
71
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
72
|
-
<time datetime="2022-01-02">2</time>
|
|
73
|
-
</button>
|
|
74
|
-
</div>
|
|
75
|
-
<div class="border-t border-gray-200 py-2">
|
|
76
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
77
|
-
<time datetime="2022-01-03">3</time>
|
|
78
|
-
</button>
|
|
79
|
-
</div>
|
|
80
|
-
<div class="border-t border-gray-200 py-2">
|
|
81
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
82
|
-
<time datetime="2022-01-04">4</time>
|
|
83
|
-
</button>
|
|
84
|
-
</div>
|
|
85
|
-
<div class="border-t border-gray-200 py-2">
|
|
86
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
87
|
-
<time datetime="2022-01-05">5</time>
|
|
88
|
-
</button>
|
|
89
|
-
</div>
|
|
90
|
-
<div class="border-t border-gray-200 py-2">
|
|
91
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
92
|
-
<time datetime="2022-01-06">6</time>
|
|
93
|
-
</button>
|
|
94
|
-
</div>
|
|
95
|
-
<div class="border-t border-gray-200 py-2">
|
|
96
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
97
|
-
<time datetime="2022-01-07">7</time>
|
|
98
|
-
</button>
|
|
99
|
-
</div>
|
|
100
|
-
<div class="border-t border-gray-200 py-2">
|
|
101
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
102
|
-
<time datetime="2022-01-08">8</time>
|
|
103
|
-
</button>
|
|
104
|
-
</div>
|
|
105
|
-
<div class="border-t border-gray-200 py-2">
|
|
106
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
107
|
-
<time datetime="2022-01-09">9</time>
|
|
108
|
-
</button>
|
|
109
|
-
</div>
|
|
110
|
-
<div class="border-t border-gray-200 py-2">
|
|
111
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
112
|
-
<time datetime="2022-01-10">10</time>
|
|
113
|
-
</button>
|
|
114
|
-
</div>
|
|
115
|
-
<div class="border-t border-gray-200 py-2">
|
|
116
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
117
|
-
<time datetime="2022-01-11">11</time>
|
|
118
|
-
</button>
|
|
119
|
-
</div>
|
|
120
|
-
<div class="border-t border-gray-200 py-2">
|
|
121
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full font-semibold text-indigo-600 hover:bg-gray-200">
|
|
122
|
-
<time datetime="2022-01-12">12</time>
|
|
123
|
-
</button>
|
|
124
|
-
</div>
|
|
125
|
-
<div class="border-t border-gray-200 py-2">
|
|
126
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
127
|
-
<time datetime="2022-01-13">13</time>
|
|
128
|
-
</button>
|
|
129
|
-
</div>
|
|
130
|
-
<div class="border-t border-gray-200 py-2">
|
|
131
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
132
|
-
<time datetime="2022-01-14">14</time>
|
|
133
|
-
</button>
|
|
134
|
-
</div>
|
|
135
|
-
<div class="border-t border-gray-200 py-2">
|
|
136
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
137
|
-
<time datetime="2022-01-15">15</time>
|
|
138
|
-
</button>
|
|
139
|
-
</div>
|
|
140
|
-
<div class="border-t border-gray-200 py-2">
|
|
141
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
142
|
-
<time datetime="2022-01-16">16</time>
|
|
143
|
-
</button>
|
|
144
|
-
</div>
|
|
145
|
-
<div class="border-t border-gray-200 py-2">
|
|
146
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
147
|
-
<time datetime="2022-01-17">17</time>
|
|
148
|
-
</button>
|
|
149
|
-
</div>
|
|
150
|
-
<div class="border-t border-gray-200 py-2">
|
|
151
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
152
|
-
<time datetime="2022-01-18">18</time>
|
|
153
|
-
</button>
|
|
154
|
-
</div>
|
|
155
|
-
<div class="border-t border-gray-200 py-2">
|
|
156
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
157
|
-
<time datetime="2022-01-19">19</time>
|
|
158
|
-
</button>
|
|
159
|
-
</div>
|
|
160
|
-
<div class="border-t border-gray-200 py-2">
|
|
161
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
162
|
-
<time datetime="2022-01-20">20</time>
|
|
163
|
-
</button>
|
|
164
|
-
</div>
|
|
165
|
-
<div class="border-t border-gray-200 py-2">
|
|
166
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full bg-gray-900 font-semibold text-white">
|
|
167
|
-
<time datetime="2022-01-21">21</time>
|
|
168
|
-
</button>
|
|
169
|
-
</div>
|
|
170
|
-
<div class="border-t border-gray-200 py-2">
|
|
171
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
172
|
-
<time datetime="2022-01-22">22</time>
|
|
173
|
-
</button>
|
|
174
|
-
</div>
|
|
175
|
-
<div class="border-t border-gray-200 py-2">
|
|
176
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
177
|
-
<time datetime="2022-01-23">23</time>
|
|
178
|
-
</button>
|
|
179
|
-
</div>
|
|
180
|
-
<div class="border-t border-gray-200 py-2">
|
|
181
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
182
|
-
<time datetime="2022-01-24">24</time>
|
|
183
|
-
</button>
|
|
184
|
-
</div>
|
|
185
|
-
<div class="border-t border-gray-200 py-2">
|
|
186
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
187
|
-
<time datetime="2022-01-25">25</time>
|
|
188
|
-
</button>
|
|
189
|
-
</div>
|
|
190
|
-
<div class="border-t border-gray-200 py-2">
|
|
191
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
192
|
-
<time datetime="2022-01-26">26</time>
|
|
193
|
-
</button>
|
|
194
|
-
</div>
|
|
195
|
-
<div class="border-t border-gray-200 py-2">
|
|
196
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
197
|
-
<time datetime="2022-01-27">27</time>
|
|
198
|
-
</button>
|
|
199
|
-
</div>
|
|
200
|
-
<div class="border-t border-gray-200 py-2">
|
|
201
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
202
|
-
<time datetime="2022-01-28">28</time>
|
|
203
|
-
</button>
|
|
204
|
-
</div>
|
|
205
|
-
<div class="border-t border-gray-200 py-2">
|
|
206
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
207
|
-
<time datetime="2022-01-29">29</time>
|
|
208
|
-
</button>
|
|
209
|
-
</div>
|
|
210
|
-
<div class="border-t border-gray-200 py-2">
|
|
211
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
212
|
-
<time datetime="2022-01-30">30</time>
|
|
213
|
-
</button>
|
|
214
|
-
</div>
|
|
215
|
-
<div class="border-t border-gray-200 py-2">
|
|
216
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
217
|
-
<time datetime="2022-01-31">31</time>
|
|
218
|
-
</button>
|
|
219
|
-
</div>
|
|
220
|
-
<div class="border-t border-gray-200 py-2">
|
|
221
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
222
|
-
<time datetime="2022-02-01">1</time>
|
|
223
|
-
</button>
|
|
224
|
-
</div>
|
|
225
|
-
<div class="border-t border-gray-200 py-2">
|
|
226
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
227
|
-
<time datetime="2022-02-02">2</time>
|
|
228
|
-
</button>
|
|
229
|
-
</div>
|
|
230
|
-
<div class="border-t border-gray-200 py-2">
|
|
231
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
232
|
-
<time datetime="2022-02-03">3</time>
|
|
233
|
-
</button>
|
|
234
|
-
</div>
|
|
235
|
-
<div class="border-t border-gray-200 py-2">
|
|
236
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
237
|
-
<time datetime="2022-02-04">4</time>
|
|
238
|
-
</button>
|
|
239
|
-
</div>
|
|
240
|
-
<div class="border-t border-gray-200 py-2">
|
|
241
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
242
|
-
<time datetime="2022-02-05">5</time>
|
|
243
|
-
</button>
|
|
244
|
-
</div>
|
|
245
|
-
<div class="border-t border-gray-200 py-2">
|
|
246
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
247
|
-
<time datetime="2022-02-06">6</time>
|
|
248
|
-
</button>
|
|
249
|
-
</div>
|
|
250
|
-
</div>
|
|
251
|
-
<section class="mt-12">
|
|
252
|
-
<h2 class="font-semibold text-gray-900">Schedule for <time datetime="2022-01-21">January 21, 2022</time></h2>
|
|
253
|
-
<ol class="mt-4 space-y-1 text-sm leading-6 text-gray-500">
|
|
254
|
-
<li class="group flex items-center space-x-4 rounded-xl py-2 px-4 focus-within:bg-gray-100 hover:bg-gray-100">
|
|
255
|
-
<img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="" class="h-10 w-10 flex-none rounded-full">
|
|
256
|
-
<div class="flex-auto">
|
|
257
|
-
<p class="text-gray-900">Leslie Alexander</p>
|
|
258
|
-
<p class="mt-0.5"><time datetime="2022-01-21T13:00">1:00 PM</time> - <time datetime="2022-01-21T14:30">2:30 PM</time></p>
|
|
259
|
-
</div>
|
|
260
|
-
<div class="relative opacity-0 focus-within:opacity-100 group-hover:opacity-100">
|
|
261
|
-
<div>
|
|
262
|
-
<button type="button" class="-m-2 flex items-center rounded-full p-1.5 text-gray-500 hover:text-gray-600" id="menu-0-button" aria-expanded="false" aria-haspopup="true">
|
|
263
|
-
<span class="sr-only">Open options</span>
|
|
264
|
-
<!-- Heroicon name: outline/ellipsis-vertical -->
|
|
265
|
-
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
|
266
|
-
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 18.75a.75.75 0 110-1.5.75.75 0 010 1.5z" />
|
|
267
|
-
</svg>
|
|
268
|
-
</button>
|
|
269
|
-
</div>
|
|
270
|
-
|
|
271
|
-
<!--
|
|
272
|
-
Dropdown menu, show/hide based on menu state.
|
|
273
|
-
|
|
274
|
-
Entering: "transition ease-out duration-100"
|
|
275
|
-
From: "transform opacity-0 scale-95"
|
|
276
|
-
To: "transform opacity-100 scale-100"
|
|
277
|
-
Leaving: "transition ease-in duration-75"
|
|
278
|
-
From: "transform opacity-100 scale-100"
|
|
279
|
-
To: "transform opacity-0 scale-95"
|
|
280
|
-
-->
|
|
281
|
-
<div class="absolute right-0 z-10 mt-2 w-36 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="menu-0-button" tabindex="-1">
|
|
282
|
-
<div class="py-1" role="none">
|
|
283
|
-
<!-- Active: "bg-gray-100 text-gray-900", Not Active: "text-gray-700" -->
|
|
284
|
-
<a href="#" class="text-gray-700 block px-4 py-2 text-sm" role="menuitem" tabindex="-1" id="menu-0-item-0">Edit</a>
|
|
285
|
-
<a href="#" class="text-gray-700 block px-4 py-2 text-sm" role="menuitem" tabindex="-1" id="menu-0-item-1">Cancel</a>
|
|
286
|
-
</div>
|
|
287
|
-
</div>
|
|
288
|
-
</div>
|
|
289
|
-
</li>
|
|
290
|
-
|
|
291
|
-
<!-- More meetings... -->
|
|
292
|
-
</ol>
|
|
293
|
-
</section>
|
|
294
|
-
</div>
|
|
@@ -1,268 +0,0 @@
|
|
|
1
|
-
<div class="md:grid md:grid-cols-2 md:divide-x md:divide-gray-200">
|
|
2
|
-
<div class="md:pr-14">
|
|
3
|
-
<div class="flex items-center">
|
|
4
|
-
<h2 class="flex-auto font-semibold text-gray-900">January 2022</h2>
|
|
5
|
-
<button type="button" class="-my-1.5 flex flex-none items-center justify-center p-1.5 text-gray-400 hover:text-gray-500">
|
|
6
|
-
<span class="sr-only">Previous month</span>
|
|
7
|
-
<svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
|
8
|
-
<path fill-rule="evenodd" d="M12.79 5.23a.75.75 0 01-.02 1.06L8.832 10l3.938 3.71a.75.75 0 11-1.04 1.08l-4.5-4.25a.75.75 0 010-1.08l4.5-4.25a.75.75 0 011.06.02z" clip-rule="evenodd" />
|
|
9
|
-
</svg>
|
|
10
|
-
</button>
|
|
11
|
-
<button type="button" class="-my-1.5 -mr-1.5 ml-2 flex flex-none items-center justify-center p-1.5 text-gray-400 hover:text-gray-500">
|
|
12
|
-
<span class="sr-only">Next month</span>
|
|
13
|
-
<svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
|
|
14
|
-
<path fill-rule="evenodd" d="M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z" clip-rule="evenodd" />
|
|
15
|
-
</svg>
|
|
16
|
-
</button>
|
|
17
|
-
</div>
|
|
18
|
-
<div class="mt-10 grid grid-cols-7 text-center text-xs leading-6 text-gray-500">
|
|
19
|
-
<div>M</div>
|
|
20
|
-
<div>T</div>
|
|
21
|
-
<div>W</div>
|
|
22
|
-
<div>T</div>
|
|
23
|
-
<div>F</div>
|
|
24
|
-
<div>S</div>
|
|
25
|
-
<div>S</div>
|
|
26
|
-
</div>
|
|
27
|
-
<div class="mt-2 grid grid-cols-7 text-sm">
|
|
28
|
-
<div class="py-2">
|
|
29
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
30
|
-
<time datetime="2021-12-27">27</time>
|
|
31
|
-
</button>
|
|
32
|
-
</div>
|
|
33
|
-
<div class="py-2">
|
|
34
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
35
|
-
<time datetime="2021-12-28">28</time>
|
|
36
|
-
</button>
|
|
37
|
-
</div>
|
|
38
|
-
<div class="py-2">
|
|
39
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
40
|
-
<time datetime="2021-12-29">29</time>
|
|
41
|
-
</button>
|
|
42
|
-
</div>
|
|
43
|
-
<div class="py-2">
|
|
44
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
45
|
-
<time datetime="2021-12-30">30</time>
|
|
46
|
-
</button>
|
|
47
|
-
</div>
|
|
48
|
-
<div class="py-2">
|
|
49
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
50
|
-
<time datetime="2021-12-31">31</time>
|
|
51
|
-
</button>
|
|
52
|
-
</div>
|
|
53
|
-
<div class="py-2">
|
|
54
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
55
|
-
<time datetime="2022-01-01">1</time>
|
|
56
|
-
</button>
|
|
57
|
-
</div>
|
|
58
|
-
<div class="py-2">
|
|
59
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
60
|
-
<time datetime="2022-01-02">2</time>
|
|
61
|
-
</button>
|
|
62
|
-
</div>
|
|
63
|
-
<div class="border-t border-gray-200 py-2">
|
|
64
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
65
|
-
<time datetime="2022-01-03">3</time>
|
|
66
|
-
</button>
|
|
67
|
-
</div>
|
|
68
|
-
<div class="border-t border-gray-200 py-2">
|
|
69
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
70
|
-
<time datetime="2022-01-04">4</time>
|
|
71
|
-
</button>
|
|
72
|
-
</div>
|
|
73
|
-
<div class="border-t border-gray-200 py-2">
|
|
74
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
75
|
-
<time datetime="2022-01-05">5</time>
|
|
76
|
-
</button>
|
|
77
|
-
</div>
|
|
78
|
-
<div class="border-t border-gray-200 py-2">
|
|
79
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
80
|
-
<time datetime="2022-01-06">6</time>
|
|
81
|
-
</button>
|
|
82
|
-
</div>
|
|
83
|
-
<div class="border-t border-gray-200 py-2">
|
|
84
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
85
|
-
<time datetime="2022-01-07">7</time>
|
|
86
|
-
</button>
|
|
87
|
-
</div>
|
|
88
|
-
<div class="border-t border-gray-200 py-2">
|
|
89
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
90
|
-
<time datetime="2022-01-08">8</time>
|
|
91
|
-
</button>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="border-t border-gray-200 py-2">
|
|
94
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
95
|
-
<time datetime="2022-01-09">9</time>
|
|
96
|
-
</button>
|
|
97
|
-
</div>
|
|
98
|
-
<div class="border-t border-gray-200 py-2">
|
|
99
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
100
|
-
<time datetime="2022-01-10">10</time>
|
|
101
|
-
</button>
|
|
102
|
-
</div>
|
|
103
|
-
<div class="border-t border-gray-200 py-2">
|
|
104
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
105
|
-
<time datetime="2022-01-11">11</time>
|
|
106
|
-
</button>
|
|
107
|
-
</div>
|
|
108
|
-
<div class="border-t border-gray-200 py-2">
|
|
109
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full font-semibold text-indigo-600 hover:bg-gray-200">
|
|
110
|
-
<time datetime="2022-01-12">12</time>
|
|
111
|
-
</button>
|
|
112
|
-
</div>
|
|
113
|
-
<div class="border-t border-gray-200 py-2">
|
|
114
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
115
|
-
<time datetime="2022-01-13">13</time>
|
|
116
|
-
</button>
|
|
117
|
-
</div>
|
|
118
|
-
<div class="border-t border-gray-200 py-2">
|
|
119
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
120
|
-
<time datetime="2022-01-14">14</time>
|
|
121
|
-
</button>
|
|
122
|
-
</div>
|
|
123
|
-
<div class="border-t border-gray-200 py-2">
|
|
124
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
125
|
-
<time datetime="2022-01-15">15</time>
|
|
126
|
-
</button>
|
|
127
|
-
</div>
|
|
128
|
-
<div class="border-t border-gray-200 py-2">
|
|
129
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
130
|
-
<time datetime="2022-01-16">16</time>
|
|
131
|
-
</button>
|
|
132
|
-
</div>
|
|
133
|
-
<div class="border-t border-gray-200 py-2">
|
|
134
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
135
|
-
<time datetime="2022-01-17">17</time>
|
|
136
|
-
</button>
|
|
137
|
-
</div>
|
|
138
|
-
<div class="border-t border-gray-200 py-2">
|
|
139
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
140
|
-
<time datetime="2022-01-18">18</time>
|
|
141
|
-
</button>
|
|
142
|
-
</div>
|
|
143
|
-
<div class="border-t border-gray-200 py-2">
|
|
144
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
145
|
-
<time datetime="2022-01-19">19</time>
|
|
146
|
-
</button>
|
|
147
|
-
</div>
|
|
148
|
-
<div class="border-t border-gray-200 py-2">
|
|
149
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
150
|
-
<time datetime="2022-01-20">20</time>
|
|
151
|
-
</button>
|
|
152
|
-
</div>
|
|
153
|
-
<div class="border-t border-gray-200 py-2">
|
|
154
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full bg-gray-900 font-semibold text-white">
|
|
155
|
-
<time datetime="2022-01-21">21</time>
|
|
156
|
-
</button>
|
|
157
|
-
</div>
|
|
158
|
-
<div class="border-t border-gray-200 py-2">
|
|
159
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
160
|
-
<time datetime="2022-01-22">22</time>
|
|
161
|
-
</button>
|
|
162
|
-
</div>
|
|
163
|
-
<div class="border-t border-gray-200 py-2">
|
|
164
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
165
|
-
<time datetime="2022-01-23">23</time>
|
|
166
|
-
</button>
|
|
167
|
-
</div>
|
|
168
|
-
<div class="border-t border-gray-200 py-2">
|
|
169
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
170
|
-
<time datetime="2022-01-24">24</time>
|
|
171
|
-
</button>
|
|
172
|
-
</div>
|
|
173
|
-
<div class="border-t border-gray-200 py-2">
|
|
174
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
175
|
-
<time datetime="2022-01-25">25</time>
|
|
176
|
-
</button>
|
|
177
|
-
</div>
|
|
178
|
-
<div class="border-t border-gray-200 py-2">
|
|
179
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
180
|
-
<time datetime="2022-01-26">26</time>
|
|
181
|
-
</button>
|
|
182
|
-
</div>
|
|
183
|
-
<div class="border-t border-gray-200 py-2">
|
|
184
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
185
|
-
<time datetime="2022-01-27">27</time>
|
|
186
|
-
</button>
|
|
187
|
-
</div>
|
|
188
|
-
<div class="border-t border-gray-200 py-2">
|
|
189
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
190
|
-
<time datetime="2022-01-28">28</time>
|
|
191
|
-
</button>
|
|
192
|
-
</div>
|
|
193
|
-
<div class="border-t border-gray-200 py-2">
|
|
194
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
195
|
-
<time datetime="2022-01-29">29</time>
|
|
196
|
-
</button>
|
|
197
|
-
</div>
|
|
198
|
-
<div class="border-t border-gray-200 py-2">
|
|
199
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
200
|
-
<time datetime="2022-01-30">30</time>
|
|
201
|
-
</button>
|
|
202
|
-
</div>
|
|
203
|
-
<div class="border-t border-gray-200 py-2">
|
|
204
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-900 hover:bg-gray-200">
|
|
205
|
-
<time datetime="2022-01-31">31</time>
|
|
206
|
-
</button>
|
|
207
|
-
</div>
|
|
208
|
-
<div class="border-t border-gray-200 py-2">
|
|
209
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
210
|
-
<time datetime="2022-02-01">1</time>
|
|
211
|
-
</button>
|
|
212
|
-
</div>
|
|
213
|
-
<div class="border-t border-gray-200 py-2">
|
|
214
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
215
|
-
<time datetime="2022-02-02">2</time>
|
|
216
|
-
</button>
|
|
217
|
-
</div>
|
|
218
|
-
<div class="border-t border-gray-200 py-2">
|
|
219
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
220
|
-
<time datetime="2022-02-03">3</time>
|
|
221
|
-
</button>
|
|
222
|
-
</div>
|
|
223
|
-
<div class="border-t border-gray-200 py-2">
|
|
224
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
225
|
-
<time datetime="2022-02-04">4</time>
|
|
226
|
-
</button>
|
|
227
|
-
</div>
|
|
228
|
-
<div class="border-t border-gray-200 py-2">
|
|
229
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
230
|
-
<time datetime="2022-02-05">5</time>
|
|
231
|
-
</button>
|
|
232
|
-
</div>
|
|
233
|
-
<div class="border-t border-gray-200 py-2">
|
|
234
|
-
<button type="button" class="mx-auto flex h-8 w-8 items-center justify-center rounded-full text-gray-400 hover:bg-gray-200">
|
|
235
|
-
<time datetime="2022-02-06">6</time>
|
|
236
|
-
</button>
|
|
237
|
-
</div>
|
|
238
|
-
</div>
|
|
239
|
-
</div>
|
|
240
|
-
<section class="mt-12 md:mt-0 md:pl-14">
|
|
241
|
-
<h2 class="font-semibold text-gray-900">Schedule for <time datetime="2022-01-21">January 21, 2022</time></h2>
|
|
242
|
-
<ol class="mt-4 space-y-1 text-sm leading-6 text-gray-500">
|
|
243
|
-
<li class="group flex items-center space-x-4 rounded-xl py-2 px-4 focus-within:bg-gray-100 hover:bg-gray-100">
|
|
244
|
-
<img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="" class="h-10 w-10 flex-none rounded-full">
|
|
245
|
-
<div class="flex-auto">
|
|
246
|
-
<p class="text-gray-900">Leslie Alexander</p>
|
|
247
|
-
<p class="mt-0.5"><time datetime="2022-01-21T13:00">1:00 PM</time> - <time datetime="2022-01-21T14:30">2:30 PM</time></p>
|
|
248
|
-
</div>
|
|
249
|
-
<div class="relative opacity-0 focus-within:opacity-100 group-hover:opacity-100">
|
|
250
|
-
<div>
|
|
251
|
-
<button type="button" class="-m-2 flex items-center rounded-full p-1.5 text-gray-500 hover:text-gray-600" id="menu-0-button" aria-expanded="false" aria-haspopup="true">
|
|
252
|
-
<span class="sr-only">Open options</span>
|
|
253
|
-
<svg class="h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
|
|
254
|
-
<path stroke-linecap="round" stroke-linejoin="round" d="M12 6.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 12.75a.75.75 0 110-1.5.75.75 0 010 1.5zM12 18.75a.75.75 0 110-1.5.75.75 0 010 1.5z" />
|
|
255
|
-
</svg>
|
|
256
|
-
</button>
|
|
257
|
-
</div>
|
|
258
|
-
<div class="absolute right-0 z-10 mt-2 w-36 origin-top-right rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none" role="menu" aria-orientation="vertical" aria-labelledby="menu-0-button" tabindex="-1">
|
|
259
|
-
<div class="py-1" role="none">
|
|
260
|
-
<a href="#" class="text-gray-700 block px-4 py-2 text-sm" role="menuitem" tabindex="-1" id="menu-0-item-0">Edit</a>
|
|
261
|
-
<a href="#" class="text-gray-700 block px-4 py-2 text-sm" role="menuitem" tabindex="-1" id="menu-0-item-1">Cancel</a>
|
|
262
|
-
</div>
|
|
263
|
-
</div>
|
|
264
|
-
</div>
|
|
265
|
-
</li>
|
|
266
|
-
</ol>
|
|
267
|
-
</section>
|
|
268
|
-
</div>
|