design_system 0.15.0 → 0.15.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: 7d52706cdb1965aab2e09a1b24a28e4c4728b90c4d25fa660407da23d9524b36
|
|
4
|
+
data.tar.gz: 7721ebc1a6b5e071e5a599885b244bc931d9913e6625e2ce2419e0b698660cbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c96ad77b7d2a8f25d573529c2bdf6f0cee24f867ebe84ae3edd7e5695a9538ea077ebf9fd6815820e029ff64eaa3868bb4473b4ce2a057bef8c103aaaf92121d
|
|
7
|
+
data.tar.gz: 51975fe3036876c73614fabc874c40b5acabd2e5e1ec208024efc917078f08e310a4816fc2b625f7898add2adb9064b474954cad0d01fdc679efbdb01904e4de
|
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
module DesignSystem
|
|
2
2
|
module Nhsuk
|
|
3
3
|
class ButtonComponent < DesignSystem::Generic::ButtonComponent
|
|
4
|
+
|
|
5
|
+
def style_class_hash
|
|
6
|
+
{
|
|
7
|
+
'secondary' => "#{brand}-button--secondary",
|
|
8
|
+
'warning' => "#{brand}-button--warning",
|
|
9
|
+
'reverse' => "#{brand}-button--reverse"
|
|
10
|
+
}
|
|
11
|
+
end
|
|
4
12
|
end
|
|
5
13
|
end
|
|
6
14
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: design_system
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.15.
|
|
4
|
+
version: 0.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Filis Liu
|
|
@@ -530,7 +530,7 @@ files:
|
|
|
530
530
|
- lib/tasks/design_system_tasks.rake
|
|
531
531
|
- lib/tasks/govuk.rake
|
|
532
532
|
- lib/tasks/nhsuk.rake
|
|
533
|
-
- public/design_system/static/design_system-0.15.
|
|
533
|
+
- public/design_system/static/design_system-0.15.1/design_system.js
|
|
534
534
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/bold-affa96571d-v2.woff
|
|
535
535
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/bold-b542beb274-v2.woff2
|
|
536
536
|
- public/design_system/static/govuk-frontend-5.11.1/fonts/light-94a07e06a1-v2.woff2
|
/data/public/design_system/static/{design_system-0.15.0 → design_system-0.15.1}/design_system.js
RENAMED
|
File without changes
|