From 632864299a2ec2cb083ad50da5851501d067edfc Mon Sep 17 00:00:00 2001 From: Bryan Jonker Date: Tue, 22 Oct 2024 11:59:42 -0500 Subject: [PATCH] Update to production --- builder/ilw-back-to-top.json | 4 +- builder/versions/ilw-back-to-top.1.0.json | 58 +++++++++++++++++++++++ package-lock.json | 5 +- package.json | 3 +- 4 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 builder/versions/ilw-back-to-top.1.0.json diff --git a/builder/ilw-back-to-top.json b/builder/ilw-back-to-top.json index 63f9e37..33eea9b 100644 --- a/builder/ilw-back-to-top.json +++ b/builder/ilw-back-to-top.json @@ -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" } \ No newline at end of file diff --git a/builder/versions/ilw-back-to-top.1.0.json b/builder/versions/ilw-back-to-top.1.0.json new file mode 100644 index 0000000..172346d --- /dev/null +++ b/builder/versions/ilw-back-to-top.1.0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 76dd351..f991441 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,13 @@ { "name": "@illinois-toolkit/ilw-back-to-top", - "version": "1.0.0-beta", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@illinois-toolkit/ilw-back-to-top", - "version": "1.0.0-beta", + "version": "1.0.0", + "license": "MIT", "dependencies": { "lit": "3.1.3" }, diff --git a/package.json b/package.json index ab22eda..d9b7244 100644 --- a/package.json +++ b/package.json @@ -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/**",