Skip to content

Commit

Permalink
Fresh install; run manifest:build
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleadem committed Oct 24, 2024
1 parent 43ee905 commit 43ba202
Show file tree
Hide file tree
Showing 2 changed files with 4,110 additions and 2,053 deletions.
114 changes: 111 additions & 3 deletions custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
"kind": "class",
"description": "",
"name": "R",
"name": "U",
"members": [
{
"kind": "method",
Expand Down Expand Up @@ -122,15 +122,15 @@
"kind": "custom-element-definition",
"name": "usa-banner",
"declaration": {
"name": "R",
"name": "U",
"module": "dist/components/usa-banner.js"
}
},
{
"kind": "js",
"name": "UsaBanner",
"declaration": {
"name": "R",
"name": "U",
"module": "dist/components/usa-banner.js"
}
}
Expand Down Expand Up @@ -696,6 +696,114 @@
"path": "src/components/usa-link/usa-link.spec.js",
"declarations": [],
"exports": []
},
{
"kind": "javascript-module",
"path": "src/components/usa-text-input/index.js",
"declarations": [
{
"kind": "class",
"description": "",
"name": "UsaTextInput",
"cssProperties": [
{
"description": "Sets the line-height of input element",
"name": "--theme-input-line-height"
},
{
"description": "Sets the max width of the input element",
"name": "--theme-input-max-width"
},
{
"description": "Sets the border width of error and success states.",
"name": "--theme-input-state-border-width"
}
],
"slots": [
{
"description": "This element has a slot",
"name": ""
}
],
"members": [],
"superclass": {
"name": "LitElement",
"package": "lit"
},
"tagName": "usa-text-input",
"summary": "The usa-text-input component.",
"customElement": true
}
],
"exports": [
{
"kind": "js",
"name": "UsaTextInput",
"declaration": {
"name": "UsaTextInput",
"module": "src/components/usa-text-input/index.js"
}
},
{
"kind": "custom-element-definition",
"name": "usa-text-input",
"declaration": {
"name": "UsaTextInput",
"module": "src/components/usa-text-input/index.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/components/usa-text-input/text-input.stories.js",
"declarations": [
{
"kind": "variable",
"name": "Default",
"type": {
"text": "object"
},
"default": "{}"
}
],
"exports": [
{
"kind": "js",
"name": "default",
"declaration": {
"module": "src/components/usa-text-input/text-input.stories.js"
}
},
{
"kind": "js",
"name": "Default",
"declaration": {
"name": "Default",
"module": "src/components/usa-text-input/text-input.stories.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/components/usa-text-input/usa-text-input.css.js",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "default",
"declaration": {
"module": "src/components/usa-text-input/usa-text-input.css.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/components/usa-text-input/usa-text-input.spec.js",
"declarations": [],
"exports": []
}
]
}
Loading

0 comments on commit 43ba202

Please sign in to comment.