sass-zero 1.5.4 → 1.5.5

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: 819ee10fcdc7c6190a904642b9b406bb6730bc5f30e9547f578035797ebe5915
4
- data.tar.gz: 01d88de63904e41e58d83ca2a8c598e85483f1d913d5ecdac61ee67a97d57ceb
3
+ metadata.gz: 20a4635dc3155312bd828d2478b4a7f62d5e4092607399cc59651496ea1645c9
4
+ data.tar.gz: 9012ca230804db87095ae41d0603049f4edf0dc8ac42a85900fc10b62ba79bfd
5
5
  SHA512:
6
- metadata.gz: ec5d2fd0707b6afbadfad46667f9c5b4f440a2dd41c8864bbb80a35bc8abb75fa143264b1aff1868c5bc68756567cbcdd26b430c932e4b68f1e7b861dfc3fab8
7
- data.tar.gz: 7ea45d764ff03adf83c3849dfdd1f6786a80264955033171e33b76747c01b39e9fc8199e90509ee9f97db676431549bb198dde46157f82829ef9e5bc5bea6b45
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.4)
4
+ sass-zero (1.5.5)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -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.4"
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.4
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: