vipassana-design-standards 0.0.6 → 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 +4 -4
- data/lib/vipassana/logo_helper.rb +2 -2
- data/package.json +7 -0
- data/vipassana-design-standards.gemspec +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5229876063a6616dd8c3040d8e057b7ca8a0cac9756f4dd41014d0edf7534183
|
4
|
+
data.tar.gz: 312de6ba6933fd9f675c47242320c9489920a395ca5ff5b190769afbb16f540d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e574b9163d4f964a9ca00d490206f18af2212ec51849e8541dcee1a04d932ee8be45c80409a11dc77d50fd3335c89ab1e1b9a9ffead126e94738ced8e0cc12c
|
7
|
+
data.tar.gz: b07abf45220f33c94829f20145636f8648f11875cee2f4116fbaf22514ec4f6c2640e517d975d56bbf7ed917cc332a97e6b677c992f50c4da5e38a2ce6876a6b
|
@@ -1,7 +1,7 @@
|
|
1
1
|
module Vipassana
|
2
2
|
module LogoHelper
|
3
3
|
require "vipassana/logos_inline_svg.rb"
|
4
|
-
require "vipassana/
|
4
|
+
require "vipassana/translations.rb"
|
5
5
|
|
6
6
|
def vipassana_logo_svg(locale: I18n.locale, disposition: "normal", height: nil, width: nil)
|
7
7
|
height = 70 if height.nil? && width.nil?
|
@@ -24,7 +24,7 @@ module Vipassana
|
|
24
24
|
data-dark-mode="#{dark}"
|
25
25
|
data-reverse="#{trans[:reverse]}"
|
26
26
|
style="font-size: #{size}px">
|
27
|
-
<img class="logo-wheel"
|
27
|
+
<img class="logo-wheel" src="https://design-standards.dhamma.org/dist/Dhamma-Wheel.svg" />
|
28
28
|
<div class="logo-text">
|
29
29
|
<h1 class="logo-title">
|
30
30
|
<span data-start-with="#{trans[:vipassana_meditation].at(0).downcase}">
|
data/package.json
ADDED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |gem|
|
4
4
|
gem.name = 'vipassana-design-standards'
|
5
|
-
gem.version = '0.0.
|
5
|
+
gem.version = '0.0.7'
|
6
6
|
# gem.license = 'MIT'
|
7
7
|
gem.summary = 'Include Vipassana SVG logos in your pages'
|
8
8
|
gem.description = 'A ruby module to offer inline SVG images for each language'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vipassana-design-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dhamma workers
|
@@ -212,6 +212,7 @@ files:
|
|
212
212
|
- lib/vipassana/logos_inline_svg.rb
|
213
213
|
- lib/vipassana/translations.rb
|
214
214
|
- lib/vipassana/translations_generator.rb
|
215
|
+
- package.json
|
215
216
|
- resolution.html
|
216
217
|
- vipassana-design-standards.gemspec
|
217
218
|
homepage: https://design-standards.dhamma.org
|