vipassana-design-standards 1.1.3 → 1.2.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 +4 -4
- data/lib/vipassana/design_standards_helper.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 534d89a15b622ca85a3bd5e1166dbcbfa3bcc755952cd75a57f9afb425dc06d4
|
4
|
+
data.tar.gz: 0cf27604bf47d831536bfdd4928720d1a62b11353995cc35a5867286e7901783
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a44dfacb663d7a9d102c82f4a89186e8b98408facf0eab5f2d4b039f508f172593a98da10b6646298b92661ce08c0e526dd2b2f783658c2c34ee61613bb7efad
|
7
|
+
data.tar.gz: 9040b4fe34d84e6f9828934af36f95e5a40d67377d21021adab452dafe581bbbfe3bdd1f2b5d81edd75c6c8f8623ac57b5234f37cad76916cc8eda194908a561
|
@@ -26,14 +26,14 @@ module Vipassana
|
|
26
26
|
end
|
27
27
|
|
28
28
|
def vds_favicon_tag
|
29
|
-
favicon_link_tag "https://design-standards
|
29
|
+
favicon_link_tag "https://cdn.jsdelivr.net/npm/vipassana-design-standards/dist/favicon.png"
|
30
30
|
end
|
31
31
|
|
32
32
|
def vds_asset_url(path, localhost = false)
|
33
33
|
return "http://localhost:5500/dist/#{path}" if localhost # For localhost dev, just run vscode liveserver
|
34
34
|
|
35
35
|
version = Gem.loaded_specs['vipassana-design-standards'].version
|
36
|
-
"https://design-standards
|
36
|
+
"https://cdn.jsdelivr.net/npm/vipassana-design-standards@#{version}/dist/#{path}"
|
37
37
|
end
|
38
38
|
|
39
39
|
def vds_bootstrap_theme_css_tag(locale: I18n.locale, localhost: false)
|
@@ -82,7 +82,7 @@ module Vipassana
|
|
82
82
|
data-reverse="#{trans[:reverse]}"
|
83
83
|
title="#{title}"
|
84
84
|
style="font-size: #{size}px">
|
85
|
-
<img class="logo-wheel" src="https://design-standards
|
85
|
+
<img class="logo-wheel" src="https://cdn.jsdelivr.net/npm/vipassana-design-standards/dist/dhamma-wheel.svg" alt="#{full_text}" />
|
86
86
|
<div class="logo-text">
|
87
87
|
<h1 class="logo-title">
|
88
88
|
<span data-start-with="#{trans[:vipassana_meditation].at(0).downcase}">
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vipassana-design-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dhamma workers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-07-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provide a custom bootstrap theme, logos and icons according to the design
|
14
14
|
standards of Vipassana Meditation as Taught yb S.N. Goenka
|