sass-zero 1.0.18 → 1.0.19

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: ae0169fa3b0f46ac9ffa776300e30926fbcbe609519d4c8d858f5706f11e134b
4
- data.tar.gz: 6ba19424ba23d54ca3188e6b9c3117786e6d049058dd03cd015d16bc7607b208
3
+ metadata.gz: 800d6325d36cdd7fa9b36254d7cd63d7c0c5b0db7399b2034aefc95590330da1
4
+ data.tar.gz: 9c9c1ca098f1a43a486bcdb9220281ca902258ab91e3af23d38582830ab9131c
5
5
  SHA512:
6
- metadata.gz: 489eb118a0543eb727d53a091ee29fb0fea8b57503ce776cbdb0fd07a7391ada77f3bfe11184db6b07eb7f1389544b363a49fbbd337952d112ff2e5b25b54adf
7
- data.tar.gz: f72a5a254c34fc4bb8a3182fe58715d06d52365fea6fbf23425811dc82e40173b3289b663e25ef7c8fca814153c0475c24279fd5ecc0fa5253121281ec803b09
6
+ metadata.gz: f8bc46c557b6ec9861b2db25e8110ae432fef4ebb7aa030b3595a17167fcb7fe12087e1e1c0bffd53bd0411e87b7809ca562353a894e588025b636d3af40503b
7
+ data.tar.gz: 83cd6c7984385e124be89d9073791186f83cd8fcfd85e3d3e71cb5df7376a02f6711d30cc6d6730979bf754892a963d3bbed7b376344dfd4d0a5e10e28de1f23
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sass-zero (1.0.18)
4
+ sass-zero (1.0.19)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -71,7 +71,7 @@ html {
71
71
  }
72
72
 
73
73
  .input {
74
- @include appearance-none;
74
+ appearance: none;
75
75
  resize: none;
76
76
  background-color: var(--color-bg--main);
77
77
  border-radius: $radius-secondary;
@@ -95,10 +95,10 @@ html {
95
95
  }
96
96
 
97
97
  .popup-menu {
98
- background-color: var(--color-bg--surface);
99
- border-radius: $radius-secondary;
100
- padding: $size-2 $size-3;
101
- box-shadow: $shadow-md;
98
+ background-color: var(--color-bg--main);
99
+ border-width: $border; border-radius: $radius-primary;
100
+ padding: $size-3 $size-4;
101
+ box-shadow: $shadow-lg;
102
102
  position: absolute;
103
103
  z-index: $z-10;
104
104
  }
@@ -190,8 +190,8 @@ table, progress, blockquote, figure, pre, menu, ul, ol, dl, p {
190
190
  }
191
191
 
192
192
  dialog {
193
- background-color: var(--color-bg--surface);
194
- border-radius: $radius-primary;
193
+ background-color: var(--color-bg--main);
194
+ border-width: $border; border-radius: $radius-primary;
195
195
  padding: $size-3 $size-4;
196
196
  box-shadow: $shadow-lg;
197
197
  color: inherit;
@@ -24,11 +24,6 @@
24
24
  outline-offset: 2px;
25
25
  }
26
26
 
27
- @mixin appearance-none {
28
- -webkit-appearance: none;
29
- appearance: none;
30
- }
31
-
32
27
  @mixin progress-bar {
33
28
  ::-webkit-progress-value {
34
29
  @content;
@@ -1,5 +1,5 @@
1
1
  module Sass
2
2
  module Zero
3
- VERSION = "1.0.18"
3
+ VERSION = "1.0.19"
4
4
  end
5
5
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sass-zero",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "A CSS framework for rapid UI development based on tailwindcss, miligram and BEM.",
5
5
  "homepage": "https://github.com/lazaronixon/sass-zero",
6
6
  "repository": "lazaronixon/sass-zero",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass-zero
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.18
4
+ version: 1.0.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - lazaronixon