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 32f6d0a commit 6700a7c
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 5 deletions.
4 changes: 2 additions & 2 deletions builder/ilw-page-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"element-name": "ilw-page-title",
"description": "The component ilw-page-title provides a background image and gradient overlay options for the text of the title of a particular web page.",
"purpose": "Add a stylized page title with an image.",
"toolkit-version": "",
"production-version": "",
"toolkit-version": "1.0",
"production-version": "1.0",
"development-version": "1.0-beta"
}
51 changes: 51 additions & 0 deletions builder/versions/ilw-page-title.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"title": "Page Title",
"tag": "ilw-page-title",
"github": "https://github.com/web-illinois/ilw-page-title/",
"type": "web component",
"element-name": "ilw-page-title",
"description": "The component ilw-page-title provides a background image and gradient overlay options for the text of the title of a particular web page.",
"builder-version": "1.0",
"version": "1.0.0",
"date": "10/22/2024",
"css": "https://cdn.toolkit.illinois.edu/ilw-page-title/1.0.0/ilw-page-title.css",
"js": "https://cdn.toolkit.illinois.edu/ilw-page-title/1.0.0/ilw-page-title.js",
"production": true,
"notes": "",
"parent-style": "",
"samples": [
{
"name": "default",
"description": "Default information",
"text": "<img src=\"https://picsum.photos/1200/300\" alt=\"\" slot=\"background\">\n <h1>Graduate Programs</h1>"
}
],
"attributes-fixed": [],
"attributes-text": [],
"attributes": [
{
"name": "theme",
"description": "Color theme used",
"depreciated": false,
"values": [
"",
"blue",
"orange",
"white"
]
},
{
"name": "width",
"description": "Whether or not this follows current borders or is full width",
"depreciated": false,
"values": [
"",
"full"
]
}
],
"classes-fixed": [],
"classes": [],
"css-variables": [
]
}
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"repository": "github:web-illinois/ilw-page-title",
"private": false,
"license": "MIT",
"version": "1.0.0-beta",
"version": "1.0.0",
"type": "module",
"files": [
"src/**",
Expand Down

0 comments on commit 6700a7c

Please sign in to comment.