@studiometa/ui 0.2.31 → 0.2.33

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.
@@ -28,7 +28,7 @@
28
28
  {% set attr = (attr ?? {})|merge({ data_option_transform: formatted_transform }) %}
29
29
  {% endif %}
30
30
 
31
- {% set src = twig_toolkit_url(src).withQueryParameter('twic', twic_param) %}
31
+ {% set src = twig_toolkit_url(src).withQueryParameter('twic', twic_param).withScheme('https') %}
32
32
 
33
33
  {% if twic_domain is defined %}
34
34
  {% set src = src.withHost(twic_domain) %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiometa/ui",
3
- "version": "0.2.31",
3
+ "version": "0.2.33",
4
4
  "description": "A set of opiniated, unstyled and accessible components",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://github.com/studiometa/ui#readme",
31
31
  "dependencies": {
32
- "@studiometa/js-toolkit": "^2.9.1",
32
+ "@studiometa/js-toolkit": "^2.10.2",
33
33
  "deepmerge": "^4.2.2"
34
34
  }
35
35
  }