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 1305215 commit 32fbacc
Show file tree
Hide file tree
Showing 5 changed files with 82 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Attributes include:
Classes include

* ilw-font - boolean, if the page uses the Illinois default fonts
* ilw-illinois - boolean, if the page uses the Illinois default fonts and colors.
* ilw-format - boolean, if the page uses the Illinois default fonts and colors.
* ilw-margin - boolean, if the page uses the Illinois default margins. Note that this will prevent horizontal scrolling on the page.

`ilw-font` and `ilw-illinois` will change:
`ilw-font` and `ilw-format` will change:

* Headings
* Lists
Expand Down
4 changes: 2 additions & 2 deletions builder/ilw-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"element-name": "ilw-page",
"description": "The Page component, containing styles and margins for other components.",
"purpose": "Use a standard layout for a page.",
"toolkit-version": "",
"production-version": "",
"toolkit-version": "1.0",
"production-version": "1.0",
"development-version": "1.0-beta"
}
75 changes: 75 additions & 0 deletions builder/versions/ilw-page.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"title": "Page",
"tag": "ilw-page",
"github": "https://github.com/web-illinois/ilw-page/",
"type": "web component",
"element-name": "ilw-page",
"description": "The Page component, containing styles and margins for other components.",
"builder-version": "1.0",
"version": "1.0.0",
"date": "10/22/2024",
"css": "https://cdn.toolkit.illinois.edu/ilw-page/1.0.0/ilw-page.css",
"js": "https://cdn.toolkit.illinois.edu/ilw-page/1.0.0/ilw-page.js",
"production": true,
"notes": "",
"parent-style": "",
"samples": [
{
"name": "default",
"description": "Default information",
"text": "<header slot='header'><p>Header</p></header><main><p>Main Section.</p></main><footer slot='footer'><p>Footer content</p></footer>"
}
],
"attributes-fixed": [],
"attributes-text": [],
"attributes": [
{
"name": "expanded",
"description": "Expanded top/bottom margins on the main item",
"depreciated": false,
"values": [
"",
"true"
]
}
],
"classes-fixed": [],
"classes": [
{
"name": "styling",
"description": "Whether or not to apply global styling. Preferred option is to not use styling, followed by ilw-font, followed by ilw-format",
"depreciated": false,
"values": [
"",
"ilw-font",
"ilw-format"
]
},
{
"name": "margins",
"description": "Whether or not to use the default margins. Preferred option is to not use margins, followed by ilw-margin.",
"depreciated": false,
"values": [
"",
"ilw-margin"
]
}
],
"css-variables": [
{
"name": "--ilw-page--main-margin-top",
"depreciated": false,
"description": "If expanded attribute is used, the top margin of the main element will be this size"
},
{
"name": "--ilw-page--main-margin-bottom",
"depreciated": false,
"description": "If expanded attribute is used, the bottom margin of the main element will be this size"
},
{
"name": "--ilw-page--margin",
"depreciated": false,
"description": "Left/right margin of the main element. The ilw-margin class needs to be set if you are using this."
}
]
}
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",
"private": false,
"license": "MIT",
"version": "1.0.1-beta",
"version": "1.0.0",
"type": "module",
"files": [
"src/**",
Expand Down

0 comments on commit 32fbacc

Please sign in to comment.