From 6c7e79fbf4e6782c44eb769e0dd2354444ac1059 Mon Sep 17 00:00:00 2001 From: Bryan Jonker Date: Tue, 22 Oct 2024 12:00:59 -0500 Subject: [PATCH] Update to production --- builder/ilw-columns.json | 4 +- builder/versions/ilw-columns.1.0.json | 97 +++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 4 files changed, 102 insertions(+), 5 deletions(-) create mode 100644 builder/versions/ilw-columns.1.0.json diff --git a/builder/ilw-columns.json b/builder/ilw-columns.json index d00fe80..6d2f94f 100644 --- a/builder/ilw-columns.json +++ b/builder/ilw-columns.json @@ -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" } \ No newline at end of file diff --git a/builder/versions/ilw-columns.1.0.json b/builder/versions/ilw-columns.1.0.json new file mode 100644 index 0000000..61818a2 --- /dev/null +++ b/builder/versions/ilw-columns.1.0.json @@ -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": "

Lorem ipsum dolor sit amet

Consectetur adipiscing elit.

Donec posuere dui mauris, eu scelerisque mauris mattis in. Nunc sed leo arcu. Nulla non eleifend sapien.

Lorem ipsum dolor sit amet

Nunc sed leo arcu. Nulla non eleifend sapien.

" + }, + { + "name": "image", + "description": "Image Feature", + "text": "

Lorem ipsum dolor sit amet

Nunc sed leo arcu. Nulla non eleifend sapien.

" + } + ], + "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": [ + ] +} diff --git a/package-lock.json b/package-lock.json index afd2bf6..beba0ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@illinois-toolkit/ilw-columns", - "version": "1.0.0-beta", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@illinois-toolkit/ilw-columns", - "version": "1.0.0-beta", + "version": "1.0.0", "license": "MIT", "dependencies": { "lit": "3.1.3" diff --git a/package.json b/package.json index ce9b2f5..a520fe3 100644 --- a/package.json +++ b/package.json @@ -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/**",