Skip to content

Commit

Permalink
Update to production
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois committed Oct 22, 2024
1 parent eaebc96 commit 6328642
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 5 deletions.
4 changes: 2 additions & 2 deletions builder/ilw-back-to-top.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"element-name": "ilw-back-to-top",
"description": "The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area). You can choose alternate Illinois brand colors and adjust the position of the arrow.",
"purpose": "Provide a way to scroll back to the top of the page.",
"toolkit-version": "",
"production-version": "",
"toolkit-version": "1.0",
"production-version": "1.0",
"development-version": "1.0-beta"
}
58 changes: 58 additions & 0 deletions builder/versions/ilw-back-to-top.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"title": "Back to Top",
"tag": "ilw-back-to-top",
"github": "https://github.com/web-illinois/ilw-back-to-top",
"type": "web component",
"element-name": "ilw-back-to-top",
"description": "The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area).",
"builder-version": "1.0",
"version": "1.0.0",
"date": "10/22/2024",
"css": "https://cdn.toolkit.illinois.edu/ilw-back-to-top/1.0.0/ilw-back-to-top.css",
"js": "https://cdn.toolkit.illinois.edu/ilw-back-to-top/1.0.0/ilw-back-to-top.js",
"production": true,
"notes": "",
"parent-style": "",
"attributes-fixed": [],
"attributes-text": [
{
"depreciated": false,
"name": "target",
"description" : "The ID of the element which represents the top of the page. If provided, the page will scroll to this element.",
"type": "string",
"value": ""
},
{
"depreciated": false,
"name": "alt",
"description" : "The accessible text label of the button, defaults to 'Back to top'",
"type": "string",
"value": ""
}
],
"attributes" : [],
"classes-fixed": [],
"classes": [],
"css-variables" : [
{
"name": "--ilw-back-to-top--color",
"description" : "Hex color of the arrow and border",
"depreciated": false
},
{
"name": "--ilw-back-to-top--background",
"description" : "Background hex color",
"depreciated": false
},
{
"name": "--ilw-back-to-top--bottom",
"description" : "Position in pixels from the bottom of the screen",
"depreciated": false
},
{
"name": "--ilw-back-to-top--right",
"description" : "Position in pixels from the right of the screen",
"depreciated": false
}
]
}
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@illinois-toolkit/ilw-back-to-top",
"description" : "Illinois Toolkit: The Illinois component back-to-top allows you to provide a simple way to skip either to the top of a page or to a designated point in the page (such as the page content area).",
"private": false,
"version": "1.0.0-beta",
"license": "MIT",
"version": "1.0.0",
"type": "module",
"files": [
"src/**",
Expand Down

0 comments on commit 6328642

Please sign in to comment.