css-zero 0.0.11 → 0.0.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4876a943502a072ea16fdf3b98641d336fcd3a284993d6a52ece9570bff8ef31
4
- data.tar.gz: 660128733f0131cc9b6e6a57f82b6fe17bd6a4b0dc8b5cb1517a7c401f89b583
3
+ metadata.gz: 945da122c69f2e0e60107ec644977720638f884d8df7090b4c1d32a4f4c960d9
4
+ data.tar.gz: 28777cbfd808aaafe8a3401c34d987fc989b4ae13580361682414341f87b1e32
5
5
  SHA512:
6
- metadata.gz: ac3b0c1bcc189e57e7bc36f39effc2214c081c6541be194a387eec2d17f5ce5eca27942bf10b0a0d46dbca2ee785e619270806fa8e6fc040ee0f74676dc047be
7
- data.tar.gz: f5024cc9427dc53deb71772a641498eb44e01d32303acb4707851c9694312bb24e7a11e89a62c1050e3cea1682de2c47f7a54e4d8b48ef9439f59b7645a8c8f8
6
+ metadata.gz: e426c0ab8a1dd0223bc6a789720bb82c1ae41f3041371618dd647433e0b052dcd7f00ef28a0881837c7dc2c20d0e590fef18df35281dc6b0bd8c7431388b7ddd
7
+ data.tar.gz: 42efd1be6dea0b6493e501c637b2b8c3a07ad68af08a95cc5086ca2a3580b34d6d81354a1be861503d70eac1f62c19a6608b20e9dc4002443a6c6860ee72cb7f
data/README.md CHANGED
@@ -61,7 +61,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
61
61
  <img width="500" alt="accordion" src="https://github.com/lazaronixon/css-zero/assets/2651240/9644edec-9bb1-4e1f-b2da-19c7fb5a540f">
62
62
 
63
63
  <details>
64
- <summary>Show me the code!</summary>
64
+ <summary>Show me the code</summary>
65
65
 
66
66
  ```html
67
67
  <div class="accordion">
@@ -86,7 +86,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
86
86
  <img width="500" alt="alert" src="https://github.com/lazaronixon/css-zero/assets/2651240/eae5c6dd-f6b4-4c01-bec1-cd7e9523d0a6">
87
87
 
88
88
  <details>
89
- <summary>Show me the code!</summary>
89
+ <summary>Show me the code</summary>
90
90
 
91
91
  ```html+erb
92
92
  <div class="alert alert--negative flex items-start gap">
@@ -104,7 +104,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
104
104
  <img width="500" alt="alert_dialog" src="https://github.com/lazaronixon/css-zero/assets/2651240/483b00fc-0330-45b3-82c5-dc4118987564">
105
105
 
106
106
  <details>
107
- <summary>Show me the code!</summary>
107
+ <summary>Show me the code</summary>
108
108
 
109
109
  ```html
110
110
  <div>
@@ -130,7 +130,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
130
130
  <img width="400" alt="image" src="https://github.com/lazaronixon/css-zero/assets/2651240/6a700dc4-0fd5-46f6-9902-a9bde5f7febb">
131
131
 
132
132
  <details>
133
- <summary>Show me the code!</summary>
133
+ <summary>Show me the code</summary>
134
134
 
135
135
  ```html
136
136
  <div class="flex justify-start gap">
@@ -148,7 +148,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
148
148
  <img width="500" alt="button" src="https://github.com/lazaronixon/css-zero/assets/2651240/0c2ee625-9e6b-4f9c-8437-8d6751e4e508">
149
149
 
150
150
  <details>
151
- <summary>Show me the code!</summary>
151
+ <summary>Show me the code</summary>
152
152
 
153
153
  ```html
154
154
  <div class="flex flex-wrap items-center gap" aria-busy>
@@ -175,7 +175,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
175
175
  <img width="366" alt="image" src="https://github.com/lazaronixon/css-zero/assets/2651240/f4077b91-2d0c-49db-9fb6-2955f8575217">
176
176
 
177
177
  <details>
178
- <summary>Show me the code!</summary>
178
+ <summary>Show me the code</summary>
179
179
 
180
180
  ```html
181
181
  <div class="card flex flex-col gap" style="width: 350px; gap: 1.5rem;">
@@ -214,7 +214,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
214
214
  <img width="400" alt="dialog" src="https://github.com/lazaronixon/css-zero/assets/2651240/50c8af20-46bb-4bf9-a233-78877f49e086">
215
215
 
216
216
  <details>
217
- <summary>Show me the code!</summary>
217
+ <summary>Show me the code</summary>
218
218
 
219
219
  ```html
220
220
  <artice class="flex flex-col pb-10 pi-2 mi-auto w-full" style="gap: 4rem; max-width: 32rem">
@@ -261,7 +261,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
261
261
  <img width="500" alt="input" src="https://github.com/lazaronixon/css-zero/assets/2651240/f33a9d34-44b5-4c6b-ad88-1f0fd00b7291">
262
262
 
263
263
  <details>
264
- <summary>Show me the code!</summary>
264
+ <summary>Show me the code</summary>
265
265
 
266
266
  ```html+erb
267
267
  <%= form_with url: "/users", class: "flex flex-col gap" do |form| %>
@@ -298,7 +298,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
298
298
  <img width="500" alt="progress" src="https://github.com/lazaronixon/css-zero/assets/2651240/32f7b665-ae85-48de-9338-0c255019122e">
299
299
 
300
300
  <details>
301
- <summary>Show me the code!</summary>
301
+ <summary>Show me the code</summary>
302
302
 
303
303
  ```html
304
304
  <label>
@@ -313,7 +313,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
313
313
  <img width="175" alt="image" src="https://github.com/lazaronixon/css-zero/assets/2651240/b47e28fb-6492-402c-b422-b896dfd3b713">
314
314
 
315
315
  <details>
316
- <summary>Show me the code!</summary>
316
+ <summary>Show me the code</summary>
317
317
 
318
318
  ```html+erb
319
319
  <div class="flex items-center gap-sm">
@@ -328,7 +328,7 @@ Check the [CSS files](app/assets/stylesheets) in the repository to see the avail
328
328
  <img width="500" alt="image" src="https://github.com/lazaronixon/css-zero/assets/2651240/c7b261a8-6d38-46f2-bf69-fd9385776bbe">
329
329
 
330
330
  <details>
331
- <summary>Show me the code!</summary>
331
+ <summary>Show me the code</summary>
332
332
 
333
333
  ```html
334
334
  <table class="table">
@@ -1,3 +1,3 @@
1
1
  module CssZero
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -3,6 +3,7 @@ accordion:
3
3
  - app/assets/images/chevron-down.svg
4
4
  alert:
5
5
  - app/assets/stylesheets/alert.css
6
+ - app/assets/images/circle-alert.svg
6
7
  alert_dialog:
7
8
  - app/assets/stylesheets/alert_dialog.css
8
9
  - app/javascript/controllers/dialog_control_controller.js
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" x2="12" y1="8" y2="12"/><line x1="12" x2="12.01" y1="16" y2="16"/></svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: css-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lázaro Nixon
@@ -37,6 +37,7 @@ files:
37
37
  - lib/generators/css_zero/add/add_generator.rb
38
38
  - lib/generators/css_zero/add/resources.yml
39
39
  - lib/generators/css_zero/add/templates/app/assets/images/chevron-down.svg
40
+ - lib/generators/css_zero/add/templates/app/assets/images/circle-alert.svg
40
41
  - lib/generators/css_zero/add/templates/app/assets/images/loader-circle.svg
41
42
  - lib/generators/css_zero/add/templates/app/assets/images/select-arrow.svg
42
43
  - lib/generators/css_zero/add/templates/app/assets/images/x.svg