vipassana-design-standards 0.0.7 → 0.0.11

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.
@@ -1,6 +1,6 @@
1
1
  # this is a copy of i18n.js, using ruby syntax instead of javascript syntax
2
2
 
3
- TRANSLATIONS = {
3
+ VIPASSANA_TRANSLATIONS = {
4
4
  "en": {
5
5
  "language": "English",
6
6
  "vipassana_meditation": "Vipassana Meditation",
data/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "vipassana-design-standards",
3
- "version": "0.0.6",
3
+ "version": "0.0.11",
4
4
  "description": "Vipassana design standards materials",
5
5
  "homepage": "https://design-standards.dhamma.org",
6
- "author": "Dhamma Workers"
6
+ "author": "Dhamma Workers",
7
+ "dependencies": {
8
+ "bootstrap5": "npm:bootstrap@5"
9
+ },
10
+ "sass": "app/assets/stylesheets/vds.scss"
7
11
  }
@@ -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.7'
5
+ gem.version = '0.0.11'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vipassana-design-standards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dhamma workers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-18 00:00:00.000000000 Z
11
+ date: 2023-05-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A ruby module to offer inline SVG images for each language
14
14
  email:
@@ -71,9 +71,17 @@ files:
71
71
  - app/assets/images/wheels/wheel-2023.svg.js
72
72
  - app/assets/javascripts/i18n.js
73
73
  - app/assets/javascripts/index.js
74
+ - app/assets/stylesheets/custom-bootstrap-utilities.scss
75
+ - app/assets/stylesheets/custom-bootstrap-variables.scss
76
+ - app/assets/stylesheets/custom-bootstrap.scss
74
77
  - app/assets/stylesheets/fonts.css
75
78
  - app/assets/stylesheets/index.css
76
79
  - app/assets/stylesheets/logo.css
80
+ - app/assets/stylesheets/vds-header.scss
81
+ - app/assets/stylesheets/vds-layout.scss
82
+ - app/assets/stylesheets/vds-mixins.scss
83
+ - app/assets/stylesheets/vds-sidenav.scss
84
+ - app/assets/stylesheets/vds.scss
77
85
  - dist/Dhamma-Wheel.svg
78
86
  - dist/design-standards-v0.3.pdf
79
87
  - dist/favicon.png