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: dfdf0864ed3515a6d8288ba92293650d4430b91f9cf1e72663d2b813c6576ba6
4
- data.tar.gz: 640b2dc86d4d105734f069c16c80ed5fc9f777935ff1c2e10333d7c9d9807c57
3
+ metadata.gz: 0a76e94e1eb94de6f56a2bb9d3a48c36167f6a81b0686d73e00e08cc2ea0e2fa
4
+ data.tar.gz: e78716e847387967b33c658a9bc1f381d31f76dec92f8bf8237c72bf8d98e682
5
5
  SHA512:
6
- metadata.gz: ea11dba93d248dcd5a767fb22def76b7d25d95a117d4091c58a5c6110c761167d38094b4e2a460f88ec98767a9e64948ff65a5d990d2b2d48063d35cc51c7bb5
7
- data.tar.gz: 32ea4ccb138206c492aa2e484baf58bd7c6be8769cb4dee660126a6a616027540b658812032bd9957bd08fbfb7f955138019f45abad5747ecdf9734866466c39
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: nil,
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}-drop-zone", data: { module: "#{brand}-file-upload" }, **i18n_data) { file }
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
@@ -1,3 +1,3 @@
1
1
  module GOVUKDesignSystemFormBuilder
2
- VERSION = '6.3.0'.freeze
2
+ VERSION = '6.3.1'.freeze
3
3
  end
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.0
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-06-30 00:00:00.000000000 Z
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