Skip to content

Commit

Permalink
Merge branch 'main' into dkilgore-eightfold/progress-component
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold authored Oct 17, 2022
2 parents 9ec0bce + aba0df7 commit eea5d60
Show file tree
Hide file tree
Showing 11 changed files with 1,769 additions and 471 deletions.
1,026 changes: 894 additions & 132 deletions src/components/Form/Tests/__snapshots__/Form.disabled.shot

Large diffs are not rendered by default.

171 changes: 149 additions & 22 deletions src/components/Form/Tests/__snapshots__/Form.itemhidden.shot
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,170 @@ LoadedCheerio {
"children": Array [
Node {
"attribs": Object {
"class": "input-group left-icon",
"class": "expandable-wrapper",
},
"children": Array [
Node {
"attribs": Object {
"aria-disabled": "false",
"class": "input-medium left-icon clear-not-visible in-form-item",
"id": "lola",
"role": "textbox",
"tabindex": "0",
"type": "text",
"value": "",
"class": "input-group left-icon",
},
"children": Array [],
"name": "input",
"children": Array [
Node {
"attribs": Object {
"aria-disabled": "false",
"class": "input-medium left-icon clear-not-visible in-form-item",
"id": "lola",
"role": "textbox",
"tabindex": "0",
"type": "text",
"value": "",
},
"children": Array [],
"name": "input",
"namespace": "http://www.w3.org/1999/xhtml",
"next": Node {
"attribs": Object {
"class": "action-wrapper",
},
"children": Array [
Node {
"attribs": Object {
"class": "overlay",
},
"children": Array [],
"name": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"next": null,
"parent": [Circular],
"prev": null,
"type": "tag",
"x-attribsNamespace": Object {
"class": undefined,
},
"x-attribsPrefix": Object {
"class": undefined,
},
},
],
"name": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"next": null,
"parent": [Circular],
"prev": [Circular],
"type": "tag",
"x-attribsNamespace": Object {
"class": undefined,
},
"x-attribsPrefix": Object {
"class": undefined,
},
},
"parent": [Circular],
"prev": null,
"type": "tag",
"x-attribsNamespace": Object {
"aria-disabled": undefined,
"class": undefined,
"id": undefined,
"role": undefined,
"tabindex": undefined,
"type": undefined,
"value": undefined,
},
"x-attribsPrefix": Object {
"aria-disabled": undefined,
"class": undefined,
"id": undefined,
"role": undefined,
"tabindex": undefined,
"type": undefined,
"value": undefined,
},
},
Node {
"attribs": Object {
"class": "action-wrapper",
},
"children": Array [
Node {
"attribs": Object {
"class": "overlay",
},
"children": Array [],
"name": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"next": null,
"parent": [Circular],
"prev": null,
"type": "tag",
"x-attribsNamespace": Object {
"class": undefined,
},
"x-attribsPrefix": Object {
"class": undefined,
},
},
],
"name": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"next": null,
"parent": [Circular],
"prev": Node {
"attribs": Object {
"aria-disabled": "false",
"class": "input-medium left-icon clear-not-visible in-form-item",
"id": "lola",
"role": "textbox",
"tabindex": "0",
"type": "text",
"value": "",
},
"children": Array [],
"name": "input",
"namespace": "http://www.w3.org/1999/xhtml",
"next": [Circular],
"parent": [Circular],
"prev": null,
"type": "tag",
"x-attribsNamespace": Object {
"aria-disabled": undefined,
"class": undefined,
"id": undefined,
"role": undefined,
"tabindex": undefined,
"type": undefined,
"value": undefined,
},
"x-attribsPrefix": Object {
"aria-disabled": undefined,
"class": undefined,
"id": undefined,
"role": undefined,
"tabindex": undefined,
"type": undefined,
"value": undefined,
},
},
"type": "tag",
"x-attribsNamespace": Object {
"class": undefined,
},
"x-attribsPrefix": Object {
"class": undefined,
},
},
],
"name": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"next": null,
"parent": [Circular],
"prev": null,
"type": "tag",
"x-attribsNamespace": Object {
"aria-disabled": undefined,
"class": undefined,
"id": undefined,
"role": undefined,
"tabindex": undefined,
"type": undefined,
"value": undefined,
},
"x-attribsPrefix": Object {
"aria-disabled": undefined,
"class": undefined,
"id": undefined,
"role": undefined,
"tabindex": undefined,
"type": undefined,
"value": undefined,
},
},
],
Expand Down
Loading

0 comments on commit eea5d60

Please sign in to comment.