tungsten 0.1.16 → 0.1.17
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 +4 -4
- data/app/assets/stylesheets/tungsten/_index.scss +2 -1
- data/app/assets/stylesheets/tungsten/{core → components}/_badges.scss +0 -0
- data/app/assets/stylesheets/tungsten/{core → components}/_buttons.scss +1 -0
- data/app/assets/stylesheets/tungsten/{core → components}/_cards.scss +0 -0
- data/app/assets/stylesheets/tungsten/components/_index.scss +5 -0
- data/app/assets/stylesheets/tungsten/{core → components}/_tables.scss +0 -0
- data/app/assets/stylesheets/tungsten/components/_tooltip.scss +38 -0
- data/app/assets/stylesheets/tungsten/core/_animations.scss +4 -0
- data/app/assets/stylesheets/tungsten/core/_globals.scss +27 -1
- data/app/assets/stylesheets/tungsten/core/_index.scss +1 -4
- data/app/helpers/tungsten/button_helper.rb +12 -1
- data/app/views/tungsten/errors/not_found.html.slim +1 -1
- data/lib/tungsten/version.rb +1 -1
- data/public/{code-0.1.16.js → code-0.1.17.js} +1 -1
- data/public/{code-0.1.16.js.gz → code-0.1.17.js.gz} +0 -0
- data/public/{code-0.1.16.map.json → code-0.1.17.map.json} +0 -0
- data/public/{tungsten-0.1.16.css → tungsten-0.1.17.css} +1376 -1323
- data/public/tungsten-0.1.17.css.gz +0 -0
- data/public/{tungsten-0.1.16.js → tungsten-0.1.17.js} +1 -1
- data/public/{tungsten-0.1.16.js.gz → tungsten-0.1.17.js.gz} +0 -0
- data/public/{tungsten-0.1.16.map.json → tungsten-0.1.17.map.json} +0 -0
- metadata +16 -13
- data/public/tungsten-0.1.16.css.gz +0 -0
Binary file
|
Binary file
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tungsten
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -177,9 +177,13 @@ files:
|
|
177
177
|
- app/assets/stylesheets/tungsten/code/_color.scss
|
178
178
|
- app/assets/stylesheets/tungsten/code/_highlighted.scss
|
179
179
|
- app/assets/stylesheets/tungsten/code/_index.scss
|
180
|
-
- app/assets/stylesheets/tungsten/
|
181
|
-
- app/assets/stylesheets/tungsten/
|
182
|
-
- app/assets/stylesheets/tungsten/
|
180
|
+
- app/assets/stylesheets/tungsten/components/_badges.scss
|
181
|
+
- app/assets/stylesheets/tungsten/components/_buttons.scss
|
182
|
+
- app/assets/stylesheets/tungsten/components/_cards.scss
|
183
|
+
- app/assets/stylesheets/tungsten/components/_index.scss
|
184
|
+
- app/assets/stylesheets/tungsten/components/_tables.scss
|
185
|
+
- app/assets/stylesheets/tungsten/components/_tooltip.scss
|
186
|
+
- app/assets/stylesheets/tungsten/core/_animations.scss
|
183
187
|
- app/assets/stylesheets/tungsten/core/_colors.scss
|
184
188
|
- app/assets/stylesheets/tungsten/core/_globals.scss
|
185
189
|
- app/assets/stylesheets/tungsten/core/_grid.scss
|
@@ -187,7 +191,6 @@ files:
|
|
187
191
|
- app/assets/stylesheets/tungsten/core/_layout.scss
|
188
192
|
- app/assets/stylesheets/tungsten/core/_navigation.scss
|
189
193
|
- app/assets/stylesheets/tungsten/core/_sections.scss
|
190
|
-
- app/assets/stylesheets/tungsten/core/_tables.scss
|
191
194
|
- app/assets/stylesheets/tungsten/core/_text.scss
|
192
195
|
- app/assets/stylesheets/tungsten/form/_base.scss
|
193
196
|
- app/assets/stylesheets/tungsten/form/_check-radio.scss
|
@@ -231,14 +234,14 @@ files:
|
|
231
234
|
- lib/tungsten.rb
|
232
235
|
- lib/tungsten/helper.rb
|
233
236
|
- lib/tungsten/version.rb
|
234
|
-
- public/code-0.1.
|
235
|
-
- public/code-0.1.
|
236
|
-
- public/code-0.1.
|
237
|
-
- public/tungsten-0.1.
|
238
|
-
- public/tungsten-0.1.
|
239
|
-
- public/tungsten-0.1.
|
240
|
-
- public/tungsten-0.1.
|
241
|
-
- public/tungsten-0.1.
|
237
|
+
- public/code-0.1.17.js
|
238
|
+
- public/code-0.1.17.js.gz
|
239
|
+
- public/code-0.1.17.map.json
|
240
|
+
- public/tungsten-0.1.17.css
|
241
|
+
- public/tungsten-0.1.17.css.gz
|
242
|
+
- public/tungsten-0.1.17.js
|
243
|
+
- public/tungsten-0.1.17.js.gz
|
244
|
+
- public/tungsten-0.1.17.map.json
|
242
245
|
homepage:
|
243
246
|
licenses:
|
244
247
|
- MIT
|
Binary file
|