sass-zero 1.5.3 → 1.5.5

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: 9cd687f687df928d1f5049ad8fb775c69d38572960d3fdf56881e7538d89e1ea
4
- data.tar.gz: e75a66bfaf69d8a1e63888866f1fc543c798f7c93f7939bef8b96821f26429cc
3
+ metadata.gz: 20a4635dc3155312bd828d2478b4a7f62d5e4092607399cc59651496ea1645c9
4
+ data.tar.gz: 9012ca230804db87095ae41d0603049f4edf0dc8ac42a85900fc10b62ba79bfd
5
5
  SHA512:
6
- metadata.gz: ea7c2bf658a1c0cff3b079d2fb6f750bf99996a3317e267534f12bc1e0539ba032ae43d7cac8892984ba5bd31aa5f82db5058450e1dd0b2931485b85a4687dbd
7
- data.tar.gz: cb0407c680e9cceca8c8c037db92c95a300b6141b84b66a8f9233ea7c25c51d7223c101f4db99702f460d9fc51de311e9801e181a3f4b116a4f8bdcfa11b0147
6
+ metadata.gz: fe008bf485ac16efb61788911c61dbe679ae716f5057ad0c8ae168cfadacffe165f3eac70a51662be831f92277584335a3e8b1e1922ed66721df4fcbb921554e
7
+ data.tar.gz: b36e6344702a4ede9a372df8387a22f68afef0937159860cead592226a324f6d67ba5163e61851216965c8c113c6aa13f8557c23a71d0fddbf745d5b7d770aff
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sass-zero (1.5.3)
4
+ sass-zero (1.5.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1 +1 @@
1
- <svg fill="#a1a1aa" height="15" width="10" xmlns="http://www.w3.org/2000/svg"><path d="m0 5 5-5 5 5z"/><path d="m0 10 5 5 5-5z"/></svg>
1
+ <svg fill="#71717a" height="15" width="10" xmlns="http://www.w3.org/2000/svg"><path d="m0 5 5-5 5 5z"/><path d="m0 10 5 5 5-5z"/></svg>
@@ -15,11 +15,6 @@
15
15
  border-color: $gray-300; /* 2 */
16
16
  }
17
17
 
18
- ::before,
19
- ::after {
20
- --tw-content: '';
21
- }
22
-
23
18
  /*
24
19
  1. Use a consistent sensible line-height in all browsers.
25
20
  2. Prevent adjustments of font size after orientation changes in iOS.
@@ -99,14 +99,6 @@ html {
99
99
  }
100
100
  }
101
101
 
102
- .dropdown {
103
- background-color: var(--color-bg--surface);
104
- border-width: $border; border-radius: $radius-primary;
105
- padding: $size-4;
106
- position: absolute;
107
- z-index: $z-10;
108
- }
109
-
110
102
  [type="checkbox"], [type="radio"] {
111
103
  transform: scale(1.36); margin: $size-1;
112
104
  }
@@ -189,7 +181,6 @@ dialog {
189
181
  background-color: var(--color-bg--surface);
190
182
  border-width: $border; border-radius: $radius-primary;
191
183
  padding: $size-4;
192
- box-shadow: $shadow-lg;
193
184
  color: inherit;
194
185
  }
195
186
 
@@ -197,18 +188,6 @@ dialog::backdrop {
197
188
  background-color: rgba($gray-500, $opacity-75);
198
189
  }
199
190
 
200
- details {
201
- display: inline-block;
202
- }
203
-
204
- summary {
205
- list-style: none;
206
- }
207
-
208
- summary::-webkit-details-marker {
209
- display: none;
210
- }
211
-
212
191
  table {
213
192
  width: $w-full;
214
193
  }
data/example.html CHANGED
@@ -30,17 +30,6 @@
30
30
 
31
31
  <input type="submit" value="Submit Button" class="btn btn--secondary" />
32
32
 
33
- <details class="u-position-context">
34
- <summary class="btn btn--secondary">Dropdown Button</summary>
35
- <div class="dropdown push-xs--top u-position--right">
36
- <ul class="list--unbulleted u-nowrap flush">
37
- <li>Unordered list item 1</li>
38
- <li>Unordered list item 2</li>
39
- <li>Unordered list item 3</li>
40
- </ul>
41
- </div>
42
- </details>
43
-
44
33
  <button class="btn btn--secondary"><span class="btn__icon bx bx-plus"></span> Icon Button</button>
45
34
  <button class="btn btn--secondary btn--small">Small Button</button>
46
35
  </div>
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "1.5.3"
3
+ VERSION = "1.5.5"
4
4
  end
5
5
  end
data/screenshot-dark.png CHANGED
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-15 00:00:00.000000000 Z
11
+ date: 2023-07-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: