govuk_design_system_formbuilder 6.3.0 → 6.3.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0a76e94e1eb94de6f56a2bb9d3a48c36167f6a81b0686d73e00e08cc2ea0e2fa
|
|
4
|
+
data.tar.gz: e78716e847387967b33c658a9bc1f381d31f76dec92f8bf8237c72bf8d98e682
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 404f8e8d8e2e45577412c66c7cf1ea33818159655fb0bccc69ef8b9d34272f3af34b82867d095c363e5793c702e9964160568f0a3b053e628a2e024fa50a7ab1
|
|
7
|
+
data.tar.gz: 727311bb7a61e0f808472cc07a4766d685d7af76665a3679a5813aa44d57dc6cb08c4370cc98a6a51b6f4d7aaeb778eaa09781c7fdb90cb4f1cef3656fac1a0f
|
|
@@ -329,7 +329,7 @@ module GOVUKDesignSystemFormBuilder
|
|
|
329
329
|
label: {},
|
|
330
330
|
caption: {},
|
|
331
331
|
form_group: {},
|
|
332
|
-
show_password_text:
|
|
332
|
+
show_password_text: config.default_show_password_text,
|
|
333
333
|
hide_password_text: nil,
|
|
334
334
|
show_password_aria_label_text: nil,
|
|
335
335
|
hide_password_aria_label_text: nil,
|
|
@@ -51,7 +51,7 @@ module GOVUKDesignSystemFormBuilder
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
def file_with_javascript_markup
|
|
54
|
-
tag.div(class: "#{brand}-
|
|
54
|
+
tag.div(class: "#{brand}-file-upload-wrapper", data: { module: "#{brand}-file-upload" }, **i18n_data) { file }
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
def options
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_design_system_formbuilder
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.3.
|
|
4
|
+
version: 6.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Yates
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: html-attributes-utils
|