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 840bee1 commit 013656a
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 5 deletions.
4 changes: 2 additions & 2 deletions builder/ilw-statistic.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "web component",
"element-name": "ilw-statistic",
"description": "Display a statistic nicely.",
"toolkit-version": "",
"production-version": "",
"toolkit-version": "1.0",
"production-version": "1.0",
"development-version": "1.0-beta"
}
60 changes: 60 additions & 0 deletions builder/versions/ilw-statistic.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"title": "Statistic",
"tag": "ilw-statistic",
"github": "https://github.com/web-illinois/ilw-statistic/",
"type": "web component",
"element-name": "ilw-statistic",
"description": "Display a statistic nicely.",
"builder-version": "1.0",
"version": "1.0.0",
"date": "10/22/2024",
"css": "https://cdn.toolkit.illinois.edu/ilw-statistic/1.0.0/ilw-statistic.css",
"js": "https://cdn.toolkit.illinois.edu/ilw-statistic/1.0.0/ilw-statistic.js",
"production": true,
"notes": "",
"parent-style": "",
"samples": [
{
"name": "default",
"description": "Full statistic",
"text": "<span slot=\"top\">Nation's</span>\n<span slot=\"stat\">Top Six</span> Overall ranking among undergraduate programs in the U.S.\n<span slot=\"source\">U.S. News and World 2022</span>"
},
{
"name": "no heading or source",
"description": "No heading or source",
"text": " <span slot=\"stat\">#9</span> overall ranking among online master's degrees in baking"
}
],
"attributes-fixed": [],
"attributes-text": [],
"attributes": [
{
"name": "theme",
"description": "Color theme used",
"depreciated": false,
"values": [
"",
"gray",
"white",
"blue",
"blue-gradient"
]
},
{
"name": "size",
"description": "proportional sized used",
"depreciated": false,
"values": [
"",
"small",
"medium",
"large",
"x-large"
]
}
],
"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-statistic",
"private": false,
"license": "MIT",
"version": "1.0.0-beta",
"version": "1.0.0",
"type": "module",
"files": [
"src/**",
Expand Down

0 comments on commit 013656a

Please sign in to comment.