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 1d0f14c commit 6c7e79f
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 5 deletions.
4 changes: 2 additions & 2 deletions builder/ilw-columns.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"element-name": "ilw-columns",
"description": "Creates a single row of items that you can use to display information, with information of different widths.",
"purpose": "Lay out content using columns.",
"toolkit-version": "",
"production-version": "",
"toolkit-version": "1.0",
"production-version": "1.0",
"development-version": "1.0-beta"
}
97 changes: 97 additions & 0 deletions builder/versions/ilw-columns.1.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"title": "Columns",
"tag": "ilw-columns",
"github": "https://github.com/web-illinois/ilw-columns/",
"type": "web component",
"element-name": "ilw-columns",
"description": "Creates a single row of items that you can use to display information, with information of different widths.",
"builder-version": "1.0",
"version": "1.0.0",
"date": "10/08/2024",
"css": "https://cdn.toolkit.illinois.edu/ilw-columns/1.0.0/ilw-columns.css",
"js": "https://cdn.toolkit.illinois.edu/ilw-columns/1.0.0/ilw-columns.js",
"production": true,
"notes": "",
"parent-style": "",
"samples": [
{
"name": "default",
"description": "Default information",
"text": "<div class='test'><h3>Lorem ipsum dolor sit amet</h3><p>Consectetur adipiscing elit. <div>Donec posuere dui mauris, eu scelerisque mauris mattis in. Nunc sed leo arcu. Nulla non eleifend sapien.</div> </p></div><div class='test'><h3>Lorem ipsum dolor sit amet</h3><p>Nunc sed leo arcu. Nulla non eleifend sapien. </p></div>"
},
{
"name": "image",
"description": "Image Feature",
"text": "<div class='ilw-image-cover'><img src='https://picsum.photos/300/300' alt=''></div><div class='test'><h3>Lorem ipsum dolor sit amet</h3><p>Nunc sed leo arcu. Nulla non eleifend sapien. </p></div>"
}
],
"attributes-fixed": [],
"attributes-text": [
{
"name": "padding",
"description": "Padding of the text inside the component, defaults to 0 0 40px 0",
"depreciated": false,
"value": ""
},
{
"name": "gap",
"description": "Gap in pixels or percentage between the columns, defaults to none",
"depreciated": false,
"value": ""
}
],
"attributes": [
{
"name": "mode",
"description": "Mode of the columns (width)",
"depreciated": false,
"values": [
"",
"1x1",
"1x2",
"1x3",
"2x1",
"3x1",
"1x2x1"
]
},
{
"name": "theme",
"description": "Color theme used",
"depreciated": false,
"values": [
"",
"blue",
"orange",
"blue-gradient",
"orange-gradient",
"gray",
"white"
]
},
{
"name": "width",
"description": "Width of component",
"depreciated": false,
"values": [
"",
"full",
"auto",
"page"
]
},
{
"name": "reverse",
"description": "If the order of the columns are reversed in a row, defaults to false",
"depreciated": false,
"values": [
"",
"true"
]
}
],
"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-columns",
"private": false,
"license": "MIT",
"version": "1.0.1-beta",
"version": "1.0.0",
"type": "module",
"files": [
"src/**",
Expand Down

0 comments on commit 6c7e79f

Please sign in to comment.