vipassana-design-standards 0.0.35 → 0.0.36

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.
@@ -24,7 +24,7 @@ function vdsAssetUrl(path, localhost = false) {
24
24
  // For localhost dev, just run vscode liveserver
25
25
  if (localhost) return `http://localhost:5500/dist/${path}`
26
26
 
27
- return `https://design-standards.dhamma.org/dist/0.0.35/${path}`
27
+ return `https://design-standards.dhamma.org/dist/0.0.36/${path}`
28
28
  }
29
29
 
30
30
  function stylesheetLinkTag(url) {
@@ -24,7 +24,7 @@ function vdsAssetUrl(path, localhost = false) {
24
24
  // For localhost dev, just run vscode liveserver
25
25
  if (localhost) return `http://localhost:5500/dist/${path}`
26
26
 
27
- return `https://design-standards.dhamma.org/dist/0.0.35/${path}`
27
+ return `https://design-standards.dhamma.org/dist/0.0.36/${path}`
28
28
  }
29
29
 
30
30
  function StylesheetLinkTag({url}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vipassana-design-standards",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "Vipassana design standards materials",
5
5
  "homepage": "https://design-standards.dhamma.org",
6
6
  "author": "Dhamma Workers",
@@ -99,7 +99,7 @@ $input-btn-padding-x: 1rem;
99
99
  $input-btn-padding-x-sm: .75rem;
100
100
  $input-border-color: $border-color;
101
101
 
102
- $form-floating-height: add(3.7rem, 2px);
102
+ $form-floating-height: calc(3.7rem + 2px);
103
103
 
104
104
  $btn-font-weight: 400;
105
105