magic_stylez 0.0.0.6 → 0.0.0.7

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
  SHA1:
3
- metadata.gz: f5a85759a3e63bb3ae9751d2affc0ba831b06886
4
- data.tar.gz: 46d4358d6e0c521be321be8543bfebb90088d7ba
3
+ metadata.gz: ff73f4140540c3240ec4ec9c1059ea94dd094eb1
4
+ data.tar.gz: 60859255fc4529ab61714b1b8430763be3b75960
5
5
  SHA512:
6
- metadata.gz: 6d4bf9740b08c0eb0dd42cb7eff85f804b6bbe5c7f6356f64f14c67eac0c7230094285008567f1e3924d08ea7992d458a13feefe51b3f08e3e53a4b07a7564ba
7
- data.tar.gz: db74e15b53b389a43cc0a4281881ab58ff43a43913cb0d4f72d2c31928d2f38712f51cea7e6f97f8732b3e563094e329096bcfa302cf923d457126835a7b6d32
6
+ metadata.gz: a36844a1e149c5cfe3ea71f3852107e6a5b60882c364d5a5c32aa93a75acb98add82513de1a52a2a4700d1ed7e810c1d500d18c5b5f3d7860a28c240788c2902
7
+ data.tar.gz: 63e8afaf797995396e8defcc85a1e24042f443616c0e3a0d9d9b34b70fb7ad32b95c5021d6eb930e9e3965b9d4fe1f036cdecfc022653c90942c23481a7f167a
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.6"
2
+ VERSION = "0.0.0.7"
3
3
  end
@@ -11,6 +11,7 @@
11
11
  // load style helper
12
12
  @import "magic/lib/animation";
13
13
  @import "magic/lib/text";
14
+ @import "magic/lib/filter";
14
15
  @import "magic/lib/forms";
15
16
 
16
17
  // load effects
@@ -23,9 +24,10 @@
23
24
 
24
25
 
25
26
  // load layout helper
27
+ @import "magic/layout/body";
26
28
  @import "magic/layout/section";
27
29
  @import "magic/layout/corset";
28
- @import "magic/layout/tables";
30
+ // @import "magic/layout/tables";
29
31
  @import "magic/layout/fullpage_table";
30
32
 
31
33
 
@@ -35,8 +37,9 @@
35
37
  @import "magic/content/forms";
36
38
  @import "magic/content/header";
37
39
  @import "magic/content/helper";
40
+ @import "magic/content/icons";
41
+ @import "magic/content/panel";
38
42
  @import "magic/content/pix";
39
- @import "magic/content/banner";
40
43
 
41
44
 
42
45
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.6
4
+ version: 0.0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel