desy-html 6.5.0 → 7.0.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.
- package/config/tailwind.config.js +32 -2
- package/docs/_global.head.njk +2 -0
- package/docs/_include.template-header.njk +11 -0
- package/docs/_macro.example-render.njk +8 -0
- package/docs/catalogo.html +2 -0
- package/docs/componentes.html +6 -0
- package/docs/ds/_ds.example.card.njk +199 -0
- package/docs/ds/_ds.example.checkboxes.njk +4 -4
- package/docs/ds/_ds.example.header-advanced.njk +0 -75
- package/docs/ds/_ds.example.links-list.njk +171 -0
- package/docs/ds/_ds.example.pills.njk +1 -1
- package/docs/ds/_ds.example.textos.njk +3 -1
- package/docs/ds/_ds.example.typography.njk +1 -1
- package/docs/ds/_ds.section.informacion.njk +13 -0
- package/docs/ds/_ds.section.navigation.njk +4 -0
- package/docs/ds/_ds.section.textos.njk +44 -20
- package/docs/ds/_ds.section.typography.njk +1 -1
- package/docs/examples-card.html +5 -0
- package/docs/examples-links-list.html +5 -0
- package/docs/index.html +15 -17
- package/package.json +12 -13
- package/src/css/component.text.css +14 -0
- package/src/js/aria/tabs.js +3 -1
- package/src/js/aria/toggle.js +3 -0
- package/src/js/aria/treeitem.js +11 -4
- package/src/templates/components/button/_examples.button.njk +9 -0
- package/src/templates/components/button-loader/_template.button-loader.njk +3 -15
- package/src/templates/components/card/_examples.card.njk +277 -0
- package/src/templates/components/card/_macro.card.njk +3 -0
- package/src/templates/components/card/_template.card.njk +35 -0
- package/src/templates/components/card/params.card.yaml +113 -0
- package/src/templates/components/checkboxes/params.checkboxes.yaml +0 -10
- package/src/templates/components/collapsible/_template.collapsible.njk +1 -1
- package/src/templates/components/error-message/params.error-message.yaml +1 -15
- package/src/templates/components/header/_examples.header.njk +50 -14
- package/src/templates/components/header/_template.header.njk +1 -1
- package/src/templates/components/header/params.header.yaml +0 -20
- package/src/templates/components/header-advanced/_examples.header-advanced.njk +4 -4
- package/src/templates/components/header-advanced/_template.header-advanced.njk +1 -1
- package/src/templates/components/header-advanced/params.header-advanced.yaml +0 -20
- package/src/templates/components/links-list/_examples.links-list.njk +504 -0
- package/src/templates/components/links-list/_macro.links-list.njk +3 -0
- package/src/templates/components/links-list/_template.links-list.njk +92 -0
- package/src/templates/components/links-list/params.links-list.yaml +82 -0
- package/src/templates/components/menu-navigation/params.menu-navigation.yaml +0 -10
- package/src/templates/components/menu-vertical/_template.menu-vertical.njk +1 -5
- package/src/templates/components/menu-vertical/params.menu-vertical.yaml +0 -19
- package/src/templates/components/radios/params.radios.yaml +0 -10
- package/src/templates/components/table/_examples.table.njk +4 -48
- package/src/templates/components/table/params.table.yaml +1 -1
- package/src/templates/components/table-advanced/_examples.table-advanced.njk +6 -51
- package/src/templates/components/toggle/_examples.toggle.njk +36 -0
- package/src/templates/components/toggle/_template.toggle.njk +6 -1
- package/docs/examples-header-2.html +0 -5
- package/src/templates/components/header/_examples.header-2.njk +0 -555
- package/test/backstop_config/backstop.config.js +0 -35
- package/test/backstop_config/scenarios/components_a.js +0 -31
- package/test/backstop_config/scenarios/components_b.js +0 -31
- package/test/backstop_config/scenarios/components_c.js +0 -31
- package/test/backstop_config/scenarios/components_d.js +0 -49
- package/test/backstop_config/scenarios/components_e.js +0 -22
- package/test/backstop_config/scenarios/components_f.js +0 -31
- package/test/backstop_config/scenarios/components_h.js +0 -40
- package/test/backstop_config/scenarios/components_i.js +0 -40
- package/test/backstop_config/scenarios/components_l.js +0 -22
- package/test/backstop_config/scenarios/components_m.js +0 -58
- package/test/backstop_config/scenarios/components_n.js +0 -22
- package/test/backstop_config/scenarios/components_p.js +0 -22
- package/test/backstop_config/scenarios/components_r.js +0 -13
- package/test/backstop_config/scenarios/components_s.js +0 -58
- package/test/backstop_config/scenarios/components_t.js +0 -67
- package/test/backstop_config/scenarios/home.js +0 -12
- package/test/backstop_config/scenarios/styles.js +0 -13
- package/test/backstop_config/scenarios.js +0 -39
- package/test/backstop_data/bitmaps_reference/Desy_Accordion_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Accordion_history_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Alert_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Breadcrumbs_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Button_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Button_loader_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Character_count_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Checkboxes_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Collapsible_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Date_input_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Description_list_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Details_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Dialog_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Dropdown_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Error_message_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Error_summary_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Fieldset_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_File_upload_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Footer_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Header_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Header_advanced_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Header_mini_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Hint_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Home_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Input_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Input_group_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Item_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Label_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Listbox_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Media_object_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Menu_horizontal_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Menu_navigation_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Menu_vertical_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Menubar_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Modal_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Nav_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Notification_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Pagination_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Pill_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Searchbar_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Select_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Skip_link_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Spinner_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Status_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Status_item_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Styles_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Table_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Table_advanced_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Tabs_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Textarea_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Toggle_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Tooltip_0_document_0_desktop.png +0 -0
- package/test/backstop_data/bitmaps_reference/Desy_Tree_0_document_0_desktop.png +0 -0
- package/test/backstop_data/engine_scripts/cookies.json +0 -14
- package/test/backstop_data/engine_scripts/imageStub.jpg +0 -0
- package/test/backstop_data/engine_scripts/playwright/clickAndHoverHelper.js +0 -43
- package/test/backstop_data/engine_scripts/playwright/interceptImages.js +0 -31
- package/test/backstop_data/engine_scripts/playwright/loadCookies.js +0 -16
- package/test/backstop_data/engine_scripts/playwright/onBefore.js +0 -5
- package/test/backstop_data/engine_scripts/playwright/onReady.js +0 -6
- package/test/backstop_data/engine_scripts/playwright/overrideCSS.js +0 -27
- package/test/backstop_data/engine_scripts/puppet/clickAndHoverHelper.js +0 -39
- package/test/backstop_data/engine_scripts/puppet/ignoreCSP.js +0 -65
- package/test/backstop_data/engine_scripts/puppet/interceptImages.js +0 -37
- package/test/backstop_data/engine_scripts/puppet/loadCookies.js +0 -33
- package/test/backstop_data/engine_scripts/puppet/onBefore.js +0 -3
- package/test/backstop_data/engine_scripts/puppet/onReady.js +0 -6
- package/test/backstop_data/engine_scripts/puppet/overrideCSS.js +0 -15
- package/test/backstop_data/html_report/a96f14595379b7c348d66e115ec65a93.png +0 -0
- package/test/backstop_data/html_report/assets/fonts/Lato-Bold.ttf +0 -0
- package/test/backstop_data/html_report/assets/fonts/Lato-Regular.ttf +0 -0
- package/test/backstop_data/html_report/assets/fonts/lato-bold-webfont.woff +0 -0
- package/test/backstop_data/html_report/assets/fonts/lato-bold-webfont.woff2 +0 -0
- package/test/backstop_data/html_report/assets/fonts/lato-regular-webfont.woff +0 -0
- package/test/backstop_data/html_report/assets/fonts/lato-regular-webfont.woff2 +0 -0
- package/test/backstop_data/html_report/b815e28b1e230cff6e9d7b749edcd562.png +0 -0
- package/test/backstop_data/html_report/config.js +0 -1335
- package/test/backstop_data/html_report/diff.js +0 -1843
- package/test/backstop_data/html_report/diverged.js +0 -340
- package/test/backstop_data/html_report/divergedWorker.js +0 -6
- package/test/backstop_data/html_report/index.html +0 -49
- package/test/backstop_data/html_report/index_bundle.js +0 -2
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
const components_b = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Breadcrumbs",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-breadcrumbs.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-breadcrumbs.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Button",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-button.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-button.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Button loader",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-button-loader.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-button-loader.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
module.exports = components_b;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
const components_c = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Character count",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-character-count.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-character-count.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Checkboxes",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-checkboxes.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-checkboxes.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Collapsible",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-collapsible.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-collapsible.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
module.exports = components_c;
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
const components_d = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Dialog",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-dialog.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-dialog.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Date input",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-date-input.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-date-input.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Description list",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-description-list.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-description-list.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"label": "Details",
|
|
31
|
-
"baseAuth": false,
|
|
32
|
-
"url": "http://localhost:3000/examples-details.html",
|
|
33
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-details.html",
|
|
34
|
-
"delay": 3500,
|
|
35
|
-
"misMatchThreshold": 0.1,
|
|
36
|
-
"requireSameDimensions": true
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"label": "Dropdown",
|
|
40
|
-
"baseAuth": false,
|
|
41
|
-
"url": "http://localhost:3000/examples-dropdown.html",
|
|
42
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-dropdown.html",
|
|
43
|
-
"delay": 3500,
|
|
44
|
-
"misMatchThreshold": 0.1,
|
|
45
|
-
"requireSameDimensions": true
|
|
46
|
-
}
|
|
47
|
-
]
|
|
48
|
-
|
|
49
|
-
module.exports = components_d;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
const components_e = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Error message",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-error-message.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-error-message.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Error summary",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-error-summary.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-error-summary.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
module.exports = components_e;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
const components_f = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Fieldset",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-fieldset.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-fieldset.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "File upload",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-file-upload.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-file-upload.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Footer",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-footer.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-footer.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
}
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
module.exports = components_f;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const components_h = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Header",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-header.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-header.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Header mini",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-header-mini.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-header-mini.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Header advanced",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-header-advanced.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-header-advanced.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"label": "Hint",
|
|
31
|
-
"baseAuth": false,
|
|
32
|
-
"url": "http://localhost:3000/examples-hint.html",
|
|
33
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-hint.html",
|
|
34
|
-
"delay": 3500,
|
|
35
|
-
"misMatchThreshold": 0.1,
|
|
36
|
-
"requireSameDimensions": true
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
|
|
40
|
-
module.exports = components_h;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
const components_i = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Input",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-input.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-input.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Input group",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-input-group.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-input-group.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Item",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-item.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-item.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"label": "Hint",
|
|
31
|
-
"baseAuth": false,
|
|
32
|
-
"url": "http://localhost:3000/examples-hint.html",
|
|
33
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-hint.html",
|
|
34
|
-
"delay": 3500,
|
|
35
|
-
"misMatchThreshold": 0.1,
|
|
36
|
-
"requireSameDimensions": true
|
|
37
|
-
}
|
|
38
|
-
]
|
|
39
|
-
|
|
40
|
-
module.exports = components_i;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
const components_l = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Label",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-label.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-label.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Listbox",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-listbox.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-listbox.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
module.exports = components_l;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
const components_m = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Media object",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-media-object.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-media-object.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Menu horizontal",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-menu-horizontal.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-menu-horizontal.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Menu navigation",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-menu-navigation.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-menu-navigation.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"label": "Menu vertical",
|
|
31
|
-
"baseAuth": false,
|
|
32
|
-
"url": "http://localhost:3000/examples-menu-vertical.html",
|
|
33
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-menu-vertical.html",
|
|
34
|
-
"delay": 3500,
|
|
35
|
-
"misMatchThreshold": 0.1,
|
|
36
|
-
"requireSameDimensions": true
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"label": "Menubar",
|
|
40
|
-
"baseAuth": false,
|
|
41
|
-
"url": "http://localhost:3000/examples-menubar.html",
|
|
42
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-menubar.html",
|
|
43
|
-
"delay": 3500,
|
|
44
|
-
"misMatchThreshold": 0.1,
|
|
45
|
-
"requireSameDimensions": true
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"label": "Modal",
|
|
49
|
-
"baseAuth": false,
|
|
50
|
-
"url": "http://localhost:3000/examples-modal.html",
|
|
51
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-modal.html",
|
|
52
|
-
"delay": 3500,
|
|
53
|
-
"misMatchThreshold": 0.1,
|
|
54
|
-
"requireSameDimensions": true
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
|
|
58
|
-
module.exports = components_m;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
const components_n = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Nav",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-nav.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-nav.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Notification",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-notification.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-notification.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
module.exports = components_n;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
const components_p = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Pagination",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-pagination.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-pagination.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Pill",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-pill.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-pill.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
}
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
module.exports = components_p;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const components_r = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Pagination",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-radios.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-radios.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
}
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
module.exports = components_r;
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
const components_s = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Searchbar",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-searchbar.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-searchbar.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Select",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-select.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-select.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Skip link",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-skip-link.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-skip-link.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"label": "Spinner",
|
|
31
|
-
"baseAuth": false,
|
|
32
|
-
"url": "http://localhost:3000/examples-spinner.html",
|
|
33
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-spinner.html",
|
|
34
|
-
"delay": 3500,
|
|
35
|
-
"misMatchThreshold": 0.1,
|
|
36
|
-
"requireSameDimensions": true
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"label": "Status",
|
|
40
|
-
"baseAuth": false,
|
|
41
|
-
"url": "http://localhost:3000/examples-status.html",
|
|
42
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-status.html",
|
|
43
|
-
"delay": 3500,
|
|
44
|
-
"misMatchThreshold": 0.1,
|
|
45
|
-
"requireSameDimensions": true
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"label": "Status item",
|
|
49
|
-
"baseAuth": false,
|
|
50
|
-
"url": "http://localhost:3000/examples-status-item.html",
|
|
51
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-status-item.html",
|
|
52
|
-
"delay": 3500,
|
|
53
|
-
"misMatchThreshold": 0.1,
|
|
54
|
-
"requireSameDimensions": true
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
|
|
58
|
-
module.exports = components_s;
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
const components_s = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Table",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/examples-table.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-table.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"label": "Table advanced",
|
|
13
|
-
"baseAuth": false,
|
|
14
|
-
"url": "http://localhost:3000/examples-table-advanced.html",
|
|
15
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-table-advanced.html",
|
|
16
|
-
"delay": 3500,
|
|
17
|
-
"misMatchThreshold": 0.1,
|
|
18
|
-
"requireSameDimensions": true
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"label": "Tabs",
|
|
22
|
-
"baseAuth": false,
|
|
23
|
-
"url": "http://localhost:3000/examples-tabs.html",
|
|
24
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-tabs.html",
|
|
25
|
-
"delay": 3500,
|
|
26
|
-
"misMatchThreshold": 0.1,
|
|
27
|
-
"requireSameDimensions": true
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"label": "Textarea",
|
|
31
|
-
"baseAuth": false,
|
|
32
|
-
"url": "http://localhost:3000/examples-textarea.html",
|
|
33
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-textarea.html",
|
|
34
|
-
"delay": 3500,
|
|
35
|
-
"misMatchThreshold": 0.1,
|
|
36
|
-
"requireSameDimensions": true
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"label": "Toggle",
|
|
40
|
-
"baseAuth": false,
|
|
41
|
-
"url": "http://localhost:3000/examples-toggle.html",
|
|
42
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-toggle.html",
|
|
43
|
-
"delay": 3500,
|
|
44
|
-
"misMatchThreshold": 0.1,
|
|
45
|
-
"requireSameDimensions": true
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"label": "Tooltip",
|
|
49
|
-
"baseAuth": false,
|
|
50
|
-
"url": "http://localhost:3000/examples-tooltip.html",
|
|
51
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-tooltip.html",
|
|
52
|
-
"delay": 3500,
|
|
53
|
-
"misMatchThreshold": 0.1,
|
|
54
|
-
"requireSameDimensions": true
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"label": "Tree",
|
|
58
|
-
"baseAuth": false,
|
|
59
|
-
"url": "http://localhost:3000/examples-tree.html",
|
|
60
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/examples-tree.html",
|
|
61
|
-
"delay": 3500,
|
|
62
|
-
"misMatchThreshold": 0.1,
|
|
63
|
-
"requireSameDimensions": true
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
|
|
67
|
-
module.exports = components_s;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
const styles = [
|
|
2
|
-
{
|
|
3
|
-
"label": "Styles",
|
|
4
|
-
"baseAuth": false,
|
|
5
|
-
"url": "http://localhost:3000/estilos.html",
|
|
6
|
-
"referenceUrl": "https://desy.aragon.es/desy-html/estilos.html",
|
|
7
|
-
"delay": 3500,
|
|
8
|
-
"misMatchThreshold": 0.1,
|
|
9
|
-
"requireSameDimensions": true
|
|
10
|
-
}
|
|
11
|
-
]
|
|
12
|
-
|
|
13
|
-
module.exports = styles;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
const home = require('./scenarios/home');
|
|
2
|
-
const components_a = require('./scenarios/components_a');
|
|
3
|
-
const components_b = require('./scenarios/components_b');
|
|
4
|
-
const components_c = require('./scenarios/components_c');
|
|
5
|
-
const components_d = require('./scenarios/components_d');
|
|
6
|
-
const components_e = require('./scenarios/components_e');
|
|
7
|
-
const components_f = require('./scenarios/components_f');
|
|
8
|
-
const components_h = require('./scenarios/components_h');
|
|
9
|
-
const components_i = require('./scenarios/components_i');
|
|
10
|
-
const components_l = require('./scenarios/components_l');
|
|
11
|
-
const components_m = require('./scenarios/components_m');
|
|
12
|
-
const components_n = require('./scenarios/components_n');
|
|
13
|
-
const components_p = require('./scenarios/components_p');
|
|
14
|
-
const components_r = require('./scenarios/components_r');
|
|
15
|
-
const components_s = require('./scenarios/components_s');
|
|
16
|
-
const components_t = require('./scenarios/components_t');
|
|
17
|
-
const styles = require('./scenarios/styles');
|
|
18
|
-
|
|
19
|
-
const scenarios = [
|
|
20
|
-
...home,
|
|
21
|
-
...components_a,
|
|
22
|
-
...components_b,
|
|
23
|
-
...components_c,
|
|
24
|
-
...components_d,
|
|
25
|
-
...components_e,
|
|
26
|
-
...components_f,
|
|
27
|
-
...components_h,
|
|
28
|
-
...components_i,
|
|
29
|
-
...components_l,
|
|
30
|
-
...components_m,
|
|
31
|
-
...components_n,
|
|
32
|
-
...components_p,
|
|
33
|
-
...components_r,
|
|
34
|
-
...components_s,
|
|
35
|
-
...components_t,
|
|
36
|
-
...styles,
|
|
37
|
-
]
|
|
38
|
-
|
|
39
|
-
module.exports = scenarios;
|
|
Binary file
|
package/test/backstop_data/bitmaps_reference/Desy_Accordion_history_0_document_0_desktop.png
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|