-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from web-illinois/jonker/beta
Prepping for beta
- Loading branch information
Showing
19 changed files
with
404 additions
and
377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"title": "Content - Inset", | ||
"tag": "ilw-content-inset", | ||
"github": "https://github.com/web-illinois/ilw-content/", | ||
"type": "web component", | ||
"element-name": "ilw-content", | ||
"description": "The Content component with the inset mode enabled", | ||
"builder-version": "1.0-beta", | ||
"version": "1.0.0-beta", | ||
"date": "9/13/2024", | ||
"css": "https://dev.toolkit.illinois.edu/ilw-content/1.0.0-beta/ilw-content.css", | ||
"js": "https://dev.toolkit.illinois.edu/ilw-hero/1.0.0-beta/ilw-content.js", | ||
"production": false, | ||
"notes": "", | ||
"parent-style": "margin: 0 auto; max-width: 1200px;", | ||
"samples": [ | ||
{ | ||
"name": "default", | ||
"description": "Default content", | ||
"text": "<h2>Join Us at Whispering Pines College</h2><p>Discover a place where academic excellence meets natural beauty. At Whispering Pines College, your journey toward a brighter future begins in the heart of the forest. Embrace the spirit of exploration, innovation, and community that defines us. Come, write your story among the pines.</p>" | ||
} | ||
], | ||
"attributes-fixed": [ | ||
{ | ||
"name": "mode", | ||
"description": "Mode of the component", | ||
"depreciated": false, | ||
"value": "inset" | ||
} | ||
], | ||
"attributes-text": [ | ||
{ | ||
"name": "padding", | ||
"description": "Padding of the text inside the component", | ||
"depreciated": false, | ||
"value": "" | ||
} | ||
], | ||
"attributes": [ | ||
{ | ||
"name": "theme", | ||
"description": "Color theme used", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"blue", | ||
"orange", | ||
"blue-gradient", | ||
"orange-gradient", | ||
"gray" | ||
] | ||
}, | ||
{ | ||
"name": "width", | ||
"description": "Width of component", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"full", | ||
"auto", | ||
"page" | ||
] | ||
}, | ||
{ | ||
"name": "align", | ||
"description": "Alignment of the text inside the component, defaults to left", | ||
"depreciated": false, | ||
"values": [ | ||
"", | ||
"center", | ||
"right" | ||
] | ||
} | ||
], | ||
"classes-fixed": [], | ||
"classes": [], | ||
"css-variables": [ | ||
{ | ||
"name": "--ilw-content--narrow-max-width", | ||
"depreciated": false, | ||
"description": "Size of the max width of the element in CSS length" | ||
}, | ||
{ | ||
"name": "--ilw-content--narrow-padding", | ||
"depreciated": false, | ||
"description": "Size of the padding of the element in CSS length" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.