publishing_platform_publishing_components 0.1.0
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 +7 -0
- data/LICENSE +22 -0
- data/README.md +2 -0
- data/Rakefile +41 -0
- data/app/assets/builds/gemkeep +0 -0
- data/app/assets/config/publishing_platform_publishing_components_manifest.js +2 -0
- data/app/assets/images/publishing_platform_publishing_components/gemkeep +0 -0
- data/app/assets/stylesheets/publishing_platform_publishing_components/_all_components.scss +3 -0
- data/app/assets/stylesheets/publishing_platform_publishing_components/components/_attachment.scss +117 -0
- data/app/assets/stylesheets/publishing_platform_publishing_components/components/_summary-list.scss +169 -0
- data/app/controllers/publishing_platform_publishing_components/application_controller.rb +4 -0
- data/app/helpers/publishing_platform_publishing_components/application_helper.rb +4 -0
- data/app/models/publishing_platform_publishing_components/component_doc.rb +90 -0
- data/app/models/publishing_platform_publishing_components/component_docs.rb +57 -0
- data/app/models/publishing_platform_publishing_components/component_example.rb +104 -0
- data/app/models/publishing_platform_publishing_components/shared_accessibility_criteria.rb +37 -0
- data/app/views/publishing_platform_publishing_components/component_doc/_component_output.html.erb +15 -0
- data/app/views/publishing_platform_publishing_components/components/_attachment.html.erb +91 -0
- data/app/views/publishing_platform_publishing_components/components/_error_summary.html.erb +38 -0
- data/app/views/publishing_platform_publishing_components/components/_summary_list.html.erb +135 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_document.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_external.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_generic.html.erb +4 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_html.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_pdf.html.erb +3 -0
- data/app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_spreadsheet.html.erb +5 -0
- data/app/views/publishing_platform_publishing_components/components/docs/attachment.yml +104 -0
- data/app/views/publishing_platform_publishing_components/components/docs/error_summary.yml +51 -0
- data/app/views/publishing_platform_publishing_components/components/docs/summary_list.yml +137 -0
- data/config/initializers/assets.rb +24 -0
- data/config/routes.rb +2 -0
- data/lib/publishing_platform_publishing_components/config.rb +25 -0
- data/lib/publishing_platform_publishing_components/engine.rb +5 -0
- data/lib/publishing_platform_publishing_components/presenters/attachment_helper.rb +176 -0
- data/lib/publishing_platform_publishing_components/presenters/component_wrapper_helper.rb +290 -0
- data/lib/publishing_platform_publishing_components/presenters/shared_helper.rb +24 -0
- data/lib/publishing_platform_publishing_components/version.rb +3 -0
- data/lib/publishing_platform_publishing_components.rb +10 -0
- data/lib/tasks/publishing_platform_publishing_components_tasks.rake +4 -0
- data/node_modules/bootstrap/LICENSE +21 -0
- data/node_modules/bootstrap/README.md +246 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.css +4085 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css +4084 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.css +601 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css +598 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.css +5406 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css +5397 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.css +12048 -0
- data/node_modules/bootstrap/dist/css/bootstrap.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap.min.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.css +12021 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.css.map +1 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css +6 -0
- data/node_modules/bootstrap/dist/css/bootstrap.rtl.min.css.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.js +6312 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js +7 -0
- data/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.js +4447 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.min.js +7 -0
- data/node_modules/bootstrap/dist/js/bootstrap.esm.min.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.js +4494 -0
- data/node_modules/bootstrap/dist/js/bootstrap.js.map +1 -0
- data/node_modules/bootstrap/dist/js/bootstrap.min.js +7 -0
- data/node_modules/bootstrap/dist/js/bootstrap.min.js.map +1 -0
- data/node_modules/bootstrap/js/dist/alert.js +90 -0
- data/node_modules/bootstrap/js/dist/alert.js.map +1 -0
- data/node_modules/bootstrap/js/dist/base-component.js +86 -0
- data/node_modules/bootstrap/js/dist/base-component.js.map +1 -0
- data/node_modules/bootstrap/js/dist/button.js +79 -0
- data/node_modules/bootstrap/js/dist/button.js.map +1 -0
- data/node_modules/bootstrap/js/dist/carousel.js +388 -0
- data/node_modules/bootstrap/js/dist/carousel.js.map +1 -0
- data/node_modules/bootstrap/js/dist/collapse.js +249 -0
- data/node_modules/bootstrap/js/dist/collapse.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/data.js +63 -0
- data/node_modules/bootstrap/js/dist/dom/data.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/event-handler.js +237 -0
- data/node_modules/bootstrap/js/dist/dom/event-handler.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/manipulator.js +72 -0
- data/node_modules/bootstrap/js/dist/dom/manipulator.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dom/selector-engine.js +104 -0
- data/node_modules/bootstrap/js/dist/dom/selector-engine.js.map +1 -0
- data/node_modules/bootstrap/js/dist/dropdown.js +402 -0
- data/node_modules/bootstrap/js/dist/dropdown.js.map +1 -0
- data/node_modules/bootstrap/js/dist/modal.js +320 -0
- data/node_modules/bootstrap/js/dist/modal.js.map +1 -0
- data/node_modules/bootstrap/js/dist/offcanvas.js +246 -0
- data/node_modules/bootstrap/js/dist/offcanvas.js.map +1 -0
- data/node_modules/bootstrap/js/dist/popover.js +96 -0
- data/node_modules/bootstrap/js/dist/popover.js.map +1 -0
- data/node_modules/bootstrap/js/dist/scrollspy.js +275 -0
- data/node_modules/bootstrap/js/dist/scrollspy.js.map +1 -0
- data/node_modules/bootstrap/js/dist/tab.js +285 -0
- data/node_modules/bootstrap/js/dist/tab.js.map +1 -0
- data/node_modules/bootstrap/js/dist/toast.js +198 -0
- data/node_modules/bootstrap/js/dist/toast.js.map +1 -0
- data/node_modules/bootstrap/js/dist/tooltip.js +546 -0
- data/node_modules/bootstrap/js/dist/tooltip.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/backdrop.js +139 -0
- data/node_modules/bootstrap/js/dist/util/backdrop.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/component-functions.js +42 -0
- data/node_modules/bootstrap/js/dist/util/component-functions.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/config.js +68 -0
- data/node_modules/bootstrap/js/dist/util/config.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/focustrap.js +113 -0
- data/node_modules/bootstrap/js/dist/util/focustrap.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/index.js +281 -0
- data/node_modules/bootstrap/js/dist/util/index.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/sanitizer.js +113 -0
- data/node_modules/bootstrap/js/dist/util/sanitizer.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/scrollbar.js +113 -0
- data/node_modules/bootstrap/js/dist/util/scrollbar.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/swipe.js +135 -0
- data/node_modules/bootstrap/js/dist/util/swipe.js.map +1 -0
- data/node_modules/bootstrap/js/dist/util/template-factory.js +151 -0
- data/node_modules/bootstrap/js/dist/util/template-factory.js.map +1 -0
- data/node_modules/bootstrap/js/index.esm.js +19 -0
- data/node_modules/bootstrap/js/index.umd.js +34 -0
- data/node_modules/bootstrap/js/src/alert.js +87 -0
- data/node_modules/bootstrap/js/src/base-component.js +86 -0
- data/node_modules/bootstrap/js/src/button.js +72 -0
- data/node_modules/bootstrap/js/src/carousel.js +474 -0
- data/node_modules/bootstrap/js/src/collapse.js +297 -0
- data/node_modules/bootstrap/js/src/dom/data.js +55 -0
- data/node_modules/bootstrap/js/src/dom/event-handler.js +317 -0
- data/node_modules/bootstrap/js/src/dom/manipulator.js +71 -0
- data/node_modules/bootstrap/js/src/dom/selector-engine.js +126 -0
- data/node_modules/bootstrap/js/src/dropdown.js +455 -0
- data/node_modules/bootstrap/js/src/modal.js +378 -0
- data/node_modules/bootstrap/js/src/offcanvas.js +282 -0
- data/node_modules/bootstrap/js/src/popover.js +97 -0
- data/node_modules/bootstrap/js/src/scrollspy.js +296 -0
- data/node_modules/bootstrap/js/src/tab.js +315 -0
- data/node_modules/bootstrap/js/src/toast.js +224 -0
- data/node_modules/bootstrap/js/src/tooltip.js +633 -0
- data/node_modules/bootstrap/js/src/util/backdrop.js +151 -0
- data/node_modules/bootstrap/js/src/util/component-functions.js +35 -0
- data/node_modules/bootstrap/js/src/util/config.js +65 -0
- data/node_modules/bootstrap/js/src/util/focustrap.js +115 -0
- data/node_modules/bootstrap/js/src/util/index.js +306 -0
- data/node_modules/bootstrap/js/src/util/sanitizer.js +116 -0
- data/node_modules/bootstrap/js/src/util/scrollbar.js +114 -0
- data/node_modules/bootstrap/js/src/util/swipe.js +146 -0
- data/node_modules/bootstrap/js/src/util/template-factory.js +160 -0
- data/node_modules/bootstrap/package.json +210 -0
- data/node_modules/bootstrap/scss/_accordion.scss +153 -0
- data/node_modules/bootstrap/scss/_alert.scss +68 -0
- data/node_modules/bootstrap/scss/_badge.scss +38 -0
- data/node_modules/bootstrap/scss/_breadcrumb.scss +40 -0
- data/node_modules/bootstrap/scss/_button-group.scss +147 -0
- data/node_modules/bootstrap/scss/_buttons.scss +216 -0
- data/node_modules/bootstrap/scss/_card.scss +238 -0
- data/node_modules/bootstrap/scss/_carousel.scss +226 -0
- data/node_modules/bootstrap/scss/_close.scss +66 -0
- data/node_modules/bootstrap/scss/_containers.scss +41 -0
- data/node_modules/bootstrap/scss/_dropdown.scss +250 -0
- data/node_modules/bootstrap/scss/_forms.scss +9 -0
- data/node_modules/bootstrap/scss/_functions.scss +302 -0
- data/node_modules/bootstrap/scss/_grid.scss +39 -0
- data/node_modules/bootstrap/scss/_helpers.scss +12 -0
- data/node_modules/bootstrap/scss/_images.scss +42 -0
- data/node_modules/bootstrap/scss/_list-group.scss +199 -0
- data/node_modules/bootstrap/scss/_maps.scss +174 -0
- data/node_modules/bootstrap/scss/_mixins.scss +42 -0
- data/node_modules/bootstrap/scss/_modal.scss +240 -0
- data/node_modules/bootstrap/scss/_nav.scss +197 -0
- data/node_modules/bootstrap/scss/_navbar.scss +289 -0
- data/node_modules/bootstrap/scss/_offcanvas.scss +147 -0
- data/node_modules/bootstrap/scss/_pagination.scss +109 -0
- data/node_modules/bootstrap/scss/_placeholders.scss +51 -0
- data/node_modules/bootstrap/scss/_popover.scss +196 -0
- data/node_modules/bootstrap/scss/_progress.scss +68 -0
- data/node_modules/bootstrap/scss/_reboot.scss +617 -0
- data/node_modules/bootstrap/scss/_root.scss +187 -0
- data/node_modules/bootstrap/scss/_spinners.scss +86 -0
- data/node_modules/bootstrap/scss/_tables.scss +171 -0
- data/node_modules/bootstrap/scss/_toasts.scss +73 -0
- data/node_modules/bootstrap/scss/_tooltip.scss +119 -0
- data/node_modules/bootstrap/scss/_transitions.scss +27 -0
- data/node_modules/bootstrap/scss/_type.scss +106 -0
- data/node_modules/bootstrap/scss/_utilities.scss +806 -0
- data/node_modules/bootstrap/scss/_variables-dark.scss +102 -0
- data/node_modules/bootstrap/scss/_variables.scss +1753 -0
- data/node_modules/bootstrap/scss/bootstrap-grid.scss +62 -0
- data/node_modules/bootstrap/scss/bootstrap-reboot.scss +10 -0
- data/node_modules/bootstrap/scss/bootstrap-utilities.scss +19 -0
- data/node_modules/bootstrap/scss/bootstrap.scss +52 -0
- data/node_modules/bootstrap/scss/forms/_floating-labels.scss +97 -0
- data/node_modules/bootstrap/scss/forms/_form-check.scss +189 -0
- data/node_modules/bootstrap/scss/forms/_form-control.scss +214 -0
- data/node_modules/bootstrap/scss/forms/_form-range.scss +91 -0
- data/node_modules/bootstrap/scss/forms/_form-select.scss +80 -0
- data/node_modules/bootstrap/scss/forms/_form-text.scss +11 -0
- data/node_modules/bootstrap/scss/forms/_input-group.scss +132 -0
- data/node_modules/bootstrap/scss/forms/_labels.scss +36 -0
- data/node_modules/bootstrap/scss/forms/_validation.scss +12 -0
- data/node_modules/bootstrap/scss/helpers/_clearfix.scss +3 -0
- data/node_modules/bootstrap/scss/helpers/_color-bg.scss +7 -0
- data/node_modules/bootstrap/scss/helpers/_colored-links.scss +30 -0
- data/node_modules/bootstrap/scss/helpers/_focus-ring.scss +5 -0
- data/node_modules/bootstrap/scss/helpers/_icon-link.scss +25 -0
- data/node_modules/bootstrap/scss/helpers/_position.scss +36 -0
- data/node_modules/bootstrap/scss/helpers/_ratio.scss +26 -0
- data/node_modules/bootstrap/scss/helpers/_stacks.scss +15 -0
- data/node_modules/bootstrap/scss/helpers/_stretched-link.scss +15 -0
- data/node_modules/bootstrap/scss/helpers/_text-truncation.scss +7 -0
- data/node_modules/bootstrap/scss/helpers/_visually-hidden.scss +8 -0
- data/node_modules/bootstrap/scss/helpers/_vr.scss +8 -0
- data/node_modules/bootstrap/scss/mixins/_alert.scss +18 -0
- data/node_modules/bootstrap/scss/mixins/_backdrop.scss +14 -0
- data/node_modules/bootstrap/scss/mixins/_banner.scss +7 -0
- data/node_modules/bootstrap/scss/mixins/_border-radius.scss +78 -0
- data/node_modules/bootstrap/scss/mixins/_box-shadow.scss +24 -0
- data/node_modules/bootstrap/scss/mixins/_breakpoints.scss +127 -0
- data/node_modules/bootstrap/scss/mixins/_buttons.scss +70 -0
- data/node_modules/bootstrap/scss/mixins/_caret.scss +69 -0
- data/node_modules/bootstrap/scss/mixins/_clearfix.scss +9 -0
- data/node_modules/bootstrap/scss/mixins/_color-mode.scss +21 -0
- data/node_modules/bootstrap/scss/mixins/_color-scheme.scss +7 -0
- data/node_modules/bootstrap/scss/mixins/_container.scss +11 -0
- data/node_modules/bootstrap/scss/mixins/_deprecate.scss +10 -0
- data/node_modules/bootstrap/scss/mixins/_forms.scss +163 -0
- data/node_modules/bootstrap/scss/mixins/_gradients.scss +47 -0
- data/node_modules/bootstrap/scss/mixins/_grid.scss +151 -0
- data/node_modules/bootstrap/scss/mixins/_image.scss +16 -0
- data/node_modules/bootstrap/scss/mixins/_list-group.scss +26 -0
- data/node_modules/bootstrap/scss/mixins/_lists.scss +7 -0
- data/node_modules/bootstrap/scss/mixins/_pagination.scss +10 -0
- data/node_modules/bootstrap/scss/mixins/_reset-text.scss +17 -0
- data/node_modules/bootstrap/scss/mixins/_resize.scss +6 -0
- data/node_modules/bootstrap/scss/mixins/_table-variants.scss +24 -0
- data/node_modules/bootstrap/scss/mixins/_text-truncate.scss +8 -0
- data/node_modules/bootstrap/scss/mixins/_transition.scss +26 -0
- data/node_modules/bootstrap/scss/mixins/_utilities.scss +97 -0
- data/node_modules/bootstrap/scss/mixins/_visually-hidden.scss +38 -0
- data/node_modules/bootstrap/scss/utilities/_api.scss +47 -0
- data/node_modules/bootstrap/scss/vendor/_rfs.scss +348 -0
- metadata +448 -0
metadata
ADDED
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: publishing_platform_publishing_components
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.1.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- Publishing Platform
|
|
8
|
+
bindir: bin
|
|
9
|
+
cert_chain: []
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: kramdown
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '0'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ">="
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '0'
|
|
26
|
+
- !ruby/object:Gem::Dependency
|
|
27
|
+
name: publishing_platform_app_config
|
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
type: :runtime
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: rails
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 8.0.0
|
|
47
|
+
type: :runtime
|
|
48
|
+
prerelease: false
|
|
49
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
+
requirements:
|
|
51
|
+
- - ">="
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: 8.0.0
|
|
54
|
+
- !ruby/object:Gem::Dependency
|
|
55
|
+
name: rouge
|
|
56
|
+
requirement: !ruby/object:Gem::Requirement
|
|
57
|
+
requirements:
|
|
58
|
+
- - ">="
|
|
59
|
+
- !ruby/object:Gem::Version
|
|
60
|
+
version: '0'
|
|
61
|
+
type: :runtime
|
|
62
|
+
prerelease: false
|
|
63
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
64
|
+
requirements:
|
|
65
|
+
- - ">="
|
|
66
|
+
- !ruby/object:Gem::Version
|
|
67
|
+
version: '0'
|
|
68
|
+
- !ruby/object:Gem::Dependency
|
|
69
|
+
name: sprockets
|
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - ">="
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '3'
|
|
75
|
+
type: :runtime
|
|
76
|
+
prerelease: false
|
|
77
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
78
|
+
requirements:
|
|
79
|
+
- - ">="
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '3'
|
|
82
|
+
- !ruby/object:Gem::Dependency
|
|
83
|
+
name: sprockets-rails
|
|
84
|
+
requirement: !ruby/object:Gem::Requirement
|
|
85
|
+
requirements:
|
|
86
|
+
- - ">="
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: '0'
|
|
89
|
+
type: :runtime
|
|
90
|
+
prerelease: false
|
|
91
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
92
|
+
requirements:
|
|
93
|
+
- - ">="
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: '0'
|
|
96
|
+
- !ruby/object:Gem::Dependency
|
|
97
|
+
name: dartsass-rails
|
|
98
|
+
requirement: !ruby/object:Gem::Requirement
|
|
99
|
+
requirements:
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: '0'
|
|
103
|
+
type: :development
|
|
104
|
+
prerelease: false
|
|
105
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
106
|
+
requirements:
|
|
107
|
+
- - ">="
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: '0'
|
|
110
|
+
- !ruby/object:Gem::Dependency
|
|
111
|
+
name: publishing_platform_rubocop
|
|
112
|
+
requirement: !ruby/object:Gem::Requirement
|
|
113
|
+
requirements:
|
|
114
|
+
- - ">="
|
|
115
|
+
- !ruby/object:Gem::Version
|
|
116
|
+
version: '0'
|
|
117
|
+
type: :development
|
|
118
|
+
prerelease: false
|
|
119
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
120
|
+
requirements:
|
|
121
|
+
- - ">="
|
|
122
|
+
- !ruby/object:Gem::Version
|
|
123
|
+
version: '0'
|
|
124
|
+
- !ruby/object:Gem::Dependency
|
|
125
|
+
name: publishing_platform_test
|
|
126
|
+
requirement: !ruby/object:Gem::Requirement
|
|
127
|
+
requirements:
|
|
128
|
+
- - ">="
|
|
129
|
+
- !ruby/object:Gem::Version
|
|
130
|
+
version: '0'
|
|
131
|
+
type: :development
|
|
132
|
+
prerelease: false
|
|
133
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
134
|
+
requirements:
|
|
135
|
+
- - ">="
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
version: '0'
|
|
138
|
+
- !ruby/object:Gem::Dependency
|
|
139
|
+
name: rspec-rails
|
|
140
|
+
requirement: !ruby/object:Gem::Requirement
|
|
141
|
+
requirements:
|
|
142
|
+
- - ">="
|
|
143
|
+
- !ruby/object:Gem::Version
|
|
144
|
+
version: '0'
|
|
145
|
+
type: :development
|
|
146
|
+
prerelease: false
|
|
147
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
148
|
+
requirements:
|
|
149
|
+
- - ">="
|
|
150
|
+
- !ruby/object:Gem::Version
|
|
151
|
+
version: '0'
|
|
152
|
+
- !ruby/object:Gem::Dependency
|
|
153
|
+
name: terser
|
|
154
|
+
requirement: !ruby/object:Gem::Requirement
|
|
155
|
+
requirements:
|
|
156
|
+
- - ">="
|
|
157
|
+
- !ruby/object:Gem::Version
|
|
158
|
+
version: '0'
|
|
159
|
+
type: :development
|
|
160
|
+
prerelease: false
|
|
161
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
162
|
+
requirements:
|
|
163
|
+
- - ">="
|
|
164
|
+
- !ruby/object:Gem::Version
|
|
165
|
+
version: '0'
|
|
166
|
+
description: A gem to document components in Publishing Platform frontend applications
|
|
167
|
+
executables: []
|
|
168
|
+
extensions: []
|
|
169
|
+
extra_rdoc_files: []
|
|
170
|
+
files:
|
|
171
|
+
- LICENSE
|
|
172
|
+
- README.md
|
|
173
|
+
- Rakefile
|
|
174
|
+
- app/assets/builds/gemkeep
|
|
175
|
+
- app/assets/config/publishing_platform_publishing_components_manifest.js
|
|
176
|
+
- app/assets/images/publishing_platform_publishing_components/gemkeep
|
|
177
|
+
- app/assets/stylesheets/publishing_platform_publishing_components/_all_components.scss
|
|
178
|
+
- app/assets/stylesheets/publishing_platform_publishing_components/components/_attachment.scss
|
|
179
|
+
- app/assets/stylesheets/publishing_platform_publishing_components/components/_summary-list.scss
|
|
180
|
+
- app/controllers/publishing_platform_publishing_components/application_controller.rb
|
|
181
|
+
- app/helpers/publishing_platform_publishing_components/application_helper.rb
|
|
182
|
+
- app/models/publishing_platform_publishing_components/component_doc.rb
|
|
183
|
+
- app/models/publishing_platform_publishing_components/component_docs.rb
|
|
184
|
+
- app/models/publishing_platform_publishing_components/component_example.rb
|
|
185
|
+
- app/models/publishing_platform_publishing_components/shared_accessibility_criteria.rb
|
|
186
|
+
- app/views/publishing_platform_publishing_components/component_doc/_component_output.html.erb
|
|
187
|
+
- app/views/publishing_platform_publishing_components/components/_attachment.html.erb
|
|
188
|
+
- app/views/publishing_platform_publishing_components/components/_error_summary.html.erb
|
|
189
|
+
- app/views/publishing_platform_publishing_components/components/_summary_list.html.erb
|
|
190
|
+
- app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_document.html.erb
|
|
191
|
+
- app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_external.html.erb
|
|
192
|
+
- app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_generic.html.erb
|
|
193
|
+
- app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_html.html.erb
|
|
194
|
+
- app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_pdf.html.erb
|
|
195
|
+
- app/views/publishing_platform_publishing_components/components/attachment/_thumbnail_spreadsheet.html.erb
|
|
196
|
+
- app/views/publishing_platform_publishing_components/components/docs/attachment.yml
|
|
197
|
+
- app/views/publishing_platform_publishing_components/components/docs/error_summary.yml
|
|
198
|
+
- app/views/publishing_platform_publishing_components/components/docs/summary_list.yml
|
|
199
|
+
- config/initializers/assets.rb
|
|
200
|
+
- config/routes.rb
|
|
201
|
+
- lib/publishing_platform_publishing_components.rb
|
|
202
|
+
- lib/publishing_platform_publishing_components/config.rb
|
|
203
|
+
- lib/publishing_platform_publishing_components/engine.rb
|
|
204
|
+
- lib/publishing_platform_publishing_components/presenters/attachment_helper.rb
|
|
205
|
+
- lib/publishing_platform_publishing_components/presenters/component_wrapper_helper.rb
|
|
206
|
+
- lib/publishing_platform_publishing_components/presenters/shared_helper.rb
|
|
207
|
+
- lib/publishing_platform_publishing_components/version.rb
|
|
208
|
+
- lib/tasks/publishing_platform_publishing_components_tasks.rake
|
|
209
|
+
- node_modules/bootstrap/LICENSE
|
|
210
|
+
- node_modules/bootstrap/README.md
|
|
211
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.css
|
|
212
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.css.map
|
|
213
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.min.css
|
|
214
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.min.css.map
|
|
215
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css
|
|
216
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.rtl.css.map
|
|
217
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css
|
|
218
|
+
- node_modules/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map
|
|
219
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.css
|
|
220
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.css.map
|
|
221
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.min.css
|
|
222
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.min.css.map
|
|
223
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css
|
|
224
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.css.map
|
|
225
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css
|
|
226
|
+
- node_modules/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map
|
|
227
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.css
|
|
228
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.css.map
|
|
229
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.min.css
|
|
230
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.min.css.map
|
|
231
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css
|
|
232
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.css.map
|
|
233
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css
|
|
234
|
+
- node_modules/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map
|
|
235
|
+
- node_modules/bootstrap/dist/css/bootstrap.css
|
|
236
|
+
- node_modules/bootstrap/dist/css/bootstrap.css.map
|
|
237
|
+
- node_modules/bootstrap/dist/css/bootstrap.min.css
|
|
238
|
+
- node_modules/bootstrap/dist/css/bootstrap.min.css.map
|
|
239
|
+
- node_modules/bootstrap/dist/css/bootstrap.rtl.css
|
|
240
|
+
- node_modules/bootstrap/dist/css/bootstrap.rtl.css.map
|
|
241
|
+
- node_modules/bootstrap/dist/css/bootstrap.rtl.min.css
|
|
242
|
+
- node_modules/bootstrap/dist/css/bootstrap.rtl.min.css.map
|
|
243
|
+
- node_modules/bootstrap/dist/js/bootstrap.bundle.js
|
|
244
|
+
- node_modules/bootstrap/dist/js/bootstrap.bundle.js.map
|
|
245
|
+
- node_modules/bootstrap/dist/js/bootstrap.bundle.min.js
|
|
246
|
+
- node_modules/bootstrap/dist/js/bootstrap.bundle.min.js.map
|
|
247
|
+
- node_modules/bootstrap/dist/js/bootstrap.esm.js
|
|
248
|
+
- node_modules/bootstrap/dist/js/bootstrap.esm.js.map
|
|
249
|
+
- node_modules/bootstrap/dist/js/bootstrap.esm.min.js
|
|
250
|
+
- node_modules/bootstrap/dist/js/bootstrap.esm.min.js.map
|
|
251
|
+
- node_modules/bootstrap/dist/js/bootstrap.js
|
|
252
|
+
- node_modules/bootstrap/dist/js/bootstrap.js.map
|
|
253
|
+
- node_modules/bootstrap/dist/js/bootstrap.min.js
|
|
254
|
+
- node_modules/bootstrap/dist/js/bootstrap.min.js.map
|
|
255
|
+
- node_modules/bootstrap/js/dist/alert.js
|
|
256
|
+
- node_modules/bootstrap/js/dist/alert.js.map
|
|
257
|
+
- node_modules/bootstrap/js/dist/base-component.js
|
|
258
|
+
- node_modules/bootstrap/js/dist/base-component.js.map
|
|
259
|
+
- node_modules/bootstrap/js/dist/button.js
|
|
260
|
+
- node_modules/bootstrap/js/dist/button.js.map
|
|
261
|
+
- node_modules/bootstrap/js/dist/carousel.js
|
|
262
|
+
- node_modules/bootstrap/js/dist/carousel.js.map
|
|
263
|
+
- node_modules/bootstrap/js/dist/collapse.js
|
|
264
|
+
- node_modules/bootstrap/js/dist/collapse.js.map
|
|
265
|
+
- node_modules/bootstrap/js/dist/dom/data.js
|
|
266
|
+
- node_modules/bootstrap/js/dist/dom/data.js.map
|
|
267
|
+
- node_modules/bootstrap/js/dist/dom/event-handler.js
|
|
268
|
+
- node_modules/bootstrap/js/dist/dom/event-handler.js.map
|
|
269
|
+
- node_modules/bootstrap/js/dist/dom/manipulator.js
|
|
270
|
+
- node_modules/bootstrap/js/dist/dom/manipulator.js.map
|
|
271
|
+
- node_modules/bootstrap/js/dist/dom/selector-engine.js
|
|
272
|
+
- node_modules/bootstrap/js/dist/dom/selector-engine.js.map
|
|
273
|
+
- node_modules/bootstrap/js/dist/dropdown.js
|
|
274
|
+
- node_modules/bootstrap/js/dist/dropdown.js.map
|
|
275
|
+
- node_modules/bootstrap/js/dist/modal.js
|
|
276
|
+
- node_modules/bootstrap/js/dist/modal.js.map
|
|
277
|
+
- node_modules/bootstrap/js/dist/offcanvas.js
|
|
278
|
+
- node_modules/bootstrap/js/dist/offcanvas.js.map
|
|
279
|
+
- node_modules/bootstrap/js/dist/popover.js
|
|
280
|
+
- node_modules/bootstrap/js/dist/popover.js.map
|
|
281
|
+
- node_modules/bootstrap/js/dist/scrollspy.js
|
|
282
|
+
- node_modules/bootstrap/js/dist/scrollspy.js.map
|
|
283
|
+
- node_modules/bootstrap/js/dist/tab.js
|
|
284
|
+
- node_modules/bootstrap/js/dist/tab.js.map
|
|
285
|
+
- node_modules/bootstrap/js/dist/toast.js
|
|
286
|
+
- node_modules/bootstrap/js/dist/toast.js.map
|
|
287
|
+
- node_modules/bootstrap/js/dist/tooltip.js
|
|
288
|
+
- node_modules/bootstrap/js/dist/tooltip.js.map
|
|
289
|
+
- node_modules/bootstrap/js/dist/util/backdrop.js
|
|
290
|
+
- node_modules/bootstrap/js/dist/util/backdrop.js.map
|
|
291
|
+
- node_modules/bootstrap/js/dist/util/component-functions.js
|
|
292
|
+
- node_modules/bootstrap/js/dist/util/component-functions.js.map
|
|
293
|
+
- node_modules/bootstrap/js/dist/util/config.js
|
|
294
|
+
- node_modules/bootstrap/js/dist/util/config.js.map
|
|
295
|
+
- node_modules/bootstrap/js/dist/util/focustrap.js
|
|
296
|
+
- node_modules/bootstrap/js/dist/util/focustrap.js.map
|
|
297
|
+
- node_modules/bootstrap/js/dist/util/index.js
|
|
298
|
+
- node_modules/bootstrap/js/dist/util/index.js.map
|
|
299
|
+
- node_modules/bootstrap/js/dist/util/sanitizer.js
|
|
300
|
+
- node_modules/bootstrap/js/dist/util/sanitizer.js.map
|
|
301
|
+
- node_modules/bootstrap/js/dist/util/scrollbar.js
|
|
302
|
+
- node_modules/bootstrap/js/dist/util/scrollbar.js.map
|
|
303
|
+
- node_modules/bootstrap/js/dist/util/swipe.js
|
|
304
|
+
- node_modules/bootstrap/js/dist/util/swipe.js.map
|
|
305
|
+
- node_modules/bootstrap/js/dist/util/template-factory.js
|
|
306
|
+
- node_modules/bootstrap/js/dist/util/template-factory.js.map
|
|
307
|
+
- node_modules/bootstrap/js/index.esm.js
|
|
308
|
+
- node_modules/bootstrap/js/index.umd.js
|
|
309
|
+
- node_modules/bootstrap/js/src/alert.js
|
|
310
|
+
- node_modules/bootstrap/js/src/base-component.js
|
|
311
|
+
- node_modules/bootstrap/js/src/button.js
|
|
312
|
+
- node_modules/bootstrap/js/src/carousel.js
|
|
313
|
+
- node_modules/bootstrap/js/src/collapse.js
|
|
314
|
+
- node_modules/bootstrap/js/src/dom/data.js
|
|
315
|
+
- node_modules/bootstrap/js/src/dom/event-handler.js
|
|
316
|
+
- node_modules/bootstrap/js/src/dom/manipulator.js
|
|
317
|
+
- node_modules/bootstrap/js/src/dom/selector-engine.js
|
|
318
|
+
- node_modules/bootstrap/js/src/dropdown.js
|
|
319
|
+
- node_modules/bootstrap/js/src/modal.js
|
|
320
|
+
- node_modules/bootstrap/js/src/offcanvas.js
|
|
321
|
+
- node_modules/bootstrap/js/src/popover.js
|
|
322
|
+
- node_modules/bootstrap/js/src/scrollspy.js
|
|
323
|
+
- node_modules/bootstrap/js/src/tab.js
|
|
324
|
+
- node_modules/bootstrap/js/src/toast.js
|
|
325
|
+
- node_modules/bootstrap/js/src/tooltip.js
|
|
326
|
+
- node_modules/bootstrap/js/src/util/backdrop.js
|
|
327
|
+
- node_modules/bootstrap/js/src/util/component-functions.js
|
|
328
|
+
- node_modules/bootstrap/js/src/util/config.js
|
|
329
|
+
- node_modules/bootstrap/js/src/util/focustrap.js
|
|
330
|
+
- node_modules/bootstrap/js/src/util/index.js
|
|
331
|
+
- node_modules/bootstrap/js/src/util/sanitizer.js
|
|
332
|
+
- node_modules/bootstrap/js/src/util/scrollbar.js
|
|
333
|
+
- node_modules/bootstrap/js/src/util/swipe.js
|
|
334
|
+
- node_modules/bootstrap/js/src/util/template-factory.js
|
|
335
|
+
- node_modules/bootstrap/package.json
|
|
336
|
+
- node_modules/bootstrap/scss/_accordion.scss
|
|
337
|
+
- node_modules/bootstrap/scss/_alert.scss
|
|
338
|
+
- node_modules/bootstrap/scss/_badge.scss
|
|
339
|
+
- node_modules/bootstrap/scss/_breadcrumb.scss
|
|
340
|
+
- node_modules/bootstrap/scss/_button-group.scss
|
|
341
|
+
- node_modules/bootstrap/scss/_buttons.scss
|
|
342
|
+
- node_modules/bootstrap/scss/_card.scss
|
|
343
|
+
- node_modules/bootstrap/scss/_carousel.scss
|
|
344
|
+
- node_modules/bootstrap/scss/_close.scss
|
|
345
|
+
- node_modules/bootstrap/scss/_containers.scss
|
|
346
|
+
- node_modules/bootstrap/scss/_dropdown.scss
|
|
347
|
+
- node_modules/bootstrap/scss/_forms.scss
|
|
348
|
+
- node_modules/bootstrap/scss/_functions.scss
|
|
349
|
+
- node_modules/bootstrap/scss/_grid.scss
|
|
350
|
+
- node_modules/bootstrap/scss/_helpers.scss
|
|
351
|
+
- node_modules/bootstrap/scss/_images.scss
|
|
352
|
+
- node_modules/bootstrap/scss/_list-group.scss
|
|
353
|
+
- node_modules/bootstrap/scss/_maps.scss
|
|
354
|
+
- node_modules/bootstrap/scss/_mixins.scss
|
|
355
|
+
- node_modules/bootstrap/scss/_modal.scss
|
|
356
|
+
- node_modules/bootstrap/scss/_nav.scss
|
|
357
|
+
- node_modules/bootstrap/scss/_navbar.scss
|
|
358
|
+
- node_modules/bootstrap/scss/_offcanvas.scss
|
|
359
|
+
- node_modules/bootstrap/scss/_pagination.scss
|
|
360
|
+
- node_modules/bootstrap/scss/_placeholders.scss
|
|
361
|
+
- node_modules/bootstrap/scss/_popover.scss
|
|
362
|
+
- node_modules/bootstrap/scss/_progress.scss
|
|
363
|
+
- node_modules/bootstrap/scss/_reboot.scss
|
|
364
|
+
- node_modules/bootstrap/scss/_root.scss
|
|
365
|
+
- node_modules/bootstrap/scss/_spinners.scss
|
|
366
|
+
- node_modules/bootstrap/scss/_tables.scss
|
|
367
|
+
- node_modules/bootstrap/scss/_toasts.scss
|
|
368
|
+
- node_modules/bootstrap/scss/_tooltip.scss
|
|
369
|
+
- node_modules/bootstrap/scss/_transitions.scss
|
|
370
|
+
- node_modules/bootstrap/scss/_type.scss
|
|
371
|
+
- node_modules/bootstrap/scss/_utilities.scss
|
|
372
|
+
- node_modules/bootstrap/scss/_variables-dark.scss
|
|
373
|
+
- node_modules/bootstrap/scss/_variables.scss
|
|
374
|
+
- node_modules/bootstrap/scss/bootstrap-grid.scss
|
|
375
|
+
- node_modules/bootstrap/scss/bootstrap-reboot.scss
|
|
376
|
+
- node_modules/bootstrap/scss/bootstrap-utilities.scss
|
|
377
|
+
- node_modules/bootstrap/scss/bootstrap.scss
|
|
378
|
+
- node_modules/bootstrap/scss/forms/_floating-labels.scss
|
|
379
|
+
- node_modules/bootstrap/scss/forms/_form-check.scss
|
|
380
|
+
- node_modules/bootstrap/scss/forms/_form-control.scss
|
|
381
|
+
- node_modules/bootstrap/scss/forms/_form-range.scss
|
|
382
|
+
- node_modules/bootstrap/scss/forms/_form-select.scss
|
|
383
|
+
- node_modules/bootstrap/scss/forms/_form-text.scss
|
|
384
|
+
- node_modules/bootstrap/scss/forms/_input-group.scss
|
|
385
|
+
- node_modules/bootstrap/scss/forms/_labels.scss
|
|
386
|
+
- node_modules/bootstrap/scss/forms/_validation.scss
|
|
387
|
+
- node_modules/bootstrap/scss/helpers/_clearfix.scss
|
|
388
|
+
- node_modules/bootstrap/scss/helpers/_color-bg.scss
|
|
389
|
+
- node_modules/bootstrap/scss/helpers/_colored-links.scss
|
|
390
|
+
- node_modules/bootstrap/scss/helpers/_focus-ring.scss
|
|
391
|
+
- node_modules/bootstrap/scss/helpers/_icon-link.scss
|
|
392
|
+
- node_modules/bootstrap/scss/helpers/_position.scss
|
|
393
|
+
- node_modules/bootstrap/scss/helpers/_ratio.scss
|
|
394
|
+
- node_modules/bootstrap/scss/helpers/_stacks.scss
|
|
395
|
+
- node_modules/bootstrap/scss/helpers/_stretched-link.scss
|
|
396
|
+
- node_modules/bootstrap/scss/helpers/_text-truncation.scss
|
|
397
|
+
- node_modules/bootstrap/scss/helpers/_visually-hidden.scss
|
|
398
|
+
- node_modules/bootstrap/scss/helpers/_vr.scss
|
|
399
|
+
- node_modules/bootstrap/scss/mixins/_alert.scss
|
|
400
|
+
- node_modules/bootstrap/scss/mixins/_backdrop.scss
|
|
401
|
+
- node_modules/bootstrap/scss/mixins/_banner.scss
|
|
402
|
+
- node_modules/bootstrap/scss/mixins/_border-radius.scss
|
|
403
|
+
- node_modules/bootstrap/scss/mixins/_box-shadow.scss
|
|
404
|
+
- node_modules/bootstrap/scss/mixins/_breakpoints.scss
|
|
405
|
+
- node_modules/bootstrap/scss/mixins/_buttons.scss
|
|
406
|
+
- node_modules/bootstrap/scss/mixins/_caret.scss
|
|
407
|
+
- node_modules/bootstrap/scss/mixins/_clearfix.scss
|
|
408
|
+
- node_modules/bootstrap/scss/mixins/_color-mode.scss
|
|
409
|
+
- node_modules/bootstrap/scss/mixins/_color-scheme.scss
|
|
410
|
+
- node_modules/bootstrap/scss/mixins/_container.scss
|
|
411
|
+
- node_modules/bootstrap/scss/mixins/_deprecate.scss
|
|
412
|
+
- node_modules/bootstrap/scss/mixins/_forms.scss
|
|
413
|
+
- node_modules/bootstrap/scss/mixins/_gradients.scss
|
|
414
|
+
- node_modules/bootstrap/scss/mixins/_grid.scss
|
|
415
|
+
- node_modules/bootstrap/scss/mixins/_image.scss
|
|
416
|
+
- node_modules/bootstrap/scss/mixins/_list-group.scss
|
|
417
|
+
- node_modules/bootstrap/scss/mixins/_lists.scss
|
|
418
|
+
- node_modules/bootstrap/scss/mixins/_pagination.scss
|
|
419
|
+
- node_modules/bootstrap/scss/mixins/_reset-text.scss
|
|
420
|
+
- node_modules/bootstrap/scss/mixins/_resize.scss
|
|
421
|
+
- node_modules/bootstrap/scss/mixins/_table-variants.scss
|
|
422
|
+
- node_modules/bootstrap/scss/mixins/_text-truncate.scss
|
|
423
|
+
- node_modules/bootstrap/scss/mixins/_transition.scss
|
|
424
|
+
- node_modules/bootstrap/scss/mixins/_utilities.scss
|
|
425
|
+
- node_modules/bootstrap/scss/mixins/_visually-hidden.scss
|
|
426
|
+
- node_modules/bootstrap/scss/utilities/_api.scss
|
|
427
|
+
- node_modules/bootstrap/scss/vendor/_rfs.scss
|
|
428
|
+
licenses:
|
|
429
|
+
- MIT
|
|
430
|
+
metadata: {}
|
|
431
|
+
rdoc_options: []
|
|
432
|
+
require_paths:
|
|
433
|
+
- lib
|
|
434
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
435
|
+
requirements:
|
|
436
|
+
- - ">="
|
|
437
|
+
- !ruby/object:Gem::Version
|
|
438
|
+
version: '3.2'
|
|
439
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
440
|
+
requirements:
|
|
441
|
+
- - ">="
|
|
442
|
+
- !ruby/object:Gem::Version
|
|
443
|
+
version: '0'
|
|
444
|
+
requirements: []
|
|
445
|
+
rubygems_version: 4.0.1
|
|
446
|
+
specification_version: 4
|
|
447
|
+
summary: A gem to document components in Publishing Platform frontend applications
|
|
448
|
+
test_files: []
|