storybook_engine 1.3.0 → 1.4.0

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: 756c2974850c8f1b388f2e86f65a113824edbc9a353eaa30a2359b3bbaae1da9
4
- data.tar.gz: 9eb3c0fd4cf6139316fd1baef8a6c30db0937606357ee6ba3ff25d3b02bd0290
3
+ metadata.gz: e7aa3da5c44192a6dc68131d8ded024feb262bd57aa0d26438721367ed1304ca
4
+ data.tar.gz: 0d045606313ee5676e43b037aa3f37ce9f12f30cab5fc21e40fa75f655d6e5e8
5
5
  SHA512:
6
- metadata.gz: 7f4184a07f39e35f78b7f179a4d156fe40b4856f47cb48adb8c4304f8f41c34ac3e2eec2285c9ed2cac84672f3f18b0dc854010c20941a95d5484a3cc0c6bd7b
7
- data.tar.gz: 51be910cbac81d7eb9039887f63265574c4563d73010cdf4ce83f12422d02c0539507883c4e1687b9e98121b66ba4fe049d1aa2646f61f8f89912966fcb1919a
6
+ metadata.gz: 54fed5ba1bb52f919c7d19a5d57331fedeced8fdcf6a0ee288a1507ff630a82e7cb7417ed09c360b1aeb69f01c20fecbabf6edb3b77e8fce5cae6bf782d021c1
7
+ data.tar.gz: 162ea2792b093d87e31b8f819d4da26641e00860fea44c95df8f1acfcdec0a759e8307c74e67e0f1819ccfe8b3d9129ab6246eaf868ce4f9860c68e633466a64
@@ -5,7 +5,7 @@
5
5
  <%= csrf_meta_tags %>
6
6
  <%= csp_meta_tag %>
7
7
 
8
- <%= stylesheet_link_tag "storybook_engine/application", media: "all" %>
8
+ <%= stylesheet_link_tag "storybook_engine/_storybook_engine", media: "all" %>
9
9
  </head>
10
10
  <body>
11
11
 
@@ -1,3 +1,3 @@
1
1
  module StorybookEngine
2
- VERSION = '1.3.0'
2
+ VERSION = '1.4.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: storybook_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abu Aza
@@ -41,7 +41,7 @@ files:
41
41
  - README.md
42
42
  - Rakefile
43
43
  - app/assets/config/storybook_engine_manifest.js
44
- - app/assets/stylesheets/storybook_engine/application.scss
44
+ - app/assets/stylesheets/storybook_engine/_storybook_engine.scss
45
45
  - app/assets/stylesheets/storybook_engine/components/_buttons.scss
46
46
  - app/assets/stylesheets/storybook_engine/helpers/_colors.scss
47
47
  - app/assets/stylesheets/storybook_engine/helpers/_common-used.scss