@illinois-toolkit/ilw-quote 1.0.0-alpha → 1.0.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,7 +6,7 @@ Links: **[ilw-quote in Builder](https://builder3.toolkit.illinois.edu/component/
6
6
 
7
7
  ## Overview
8
8
 
9
- This component represents a quote or testimontial, with optional attribution of author and source. The quote or testimonial is intended to be intermixed with copy and the quote is highlighted and called out.
9
+ This component represents a quote or testimonial, with optional attribution of author and source. The quote or testimonial is intended to be intermixed with copy and the quote is highlighted and called out.
10
10
 
11
11
  Quotation marks are added automatically before and after the quote.
12
12
 
@@ -25,6 +25,11 @@ The quote should be contained within a paragraph element with the slot attribute
25
25
  <cite slot="source">Director of Digital Content Development, University of California Press, profiled in Against the Grain</cite>
26
26
  </ilw-quote>
27
27
  ```
28
+ ## Upgrade Process
29
+ * Rename ```il-quote``` to ```ilw-quote```
30
+ * For the content, place it inside a ```p``` tag with a slot attribute ```slot="content"```
31
+ * for the author, change ```slot="attributed"``` to ```slot="author"```
32
+ * for the source, change ```p``` tag to ```cite``` tag and change ```slot="secondary"``` to ```slot="source"```
28
33
 
29
34
  ## External References
30
35
 
@@ -7,5 +7,5 @@
7
7
  "description": "Description for builder.",
8
8
  "toolkit-version": "",
9
9
  "production-version": "",
10
- "development-version": "1.0.0-alpha"
10
+ "development-version": "1.0-beta"
11
11
  }
@@ -4,11 +4,12 @@
4
4
  "github": "https://github.com/web-illinois/ilw-quote/",
5
5
  "type": "web component",
6
6
  "element-name": "ilw-quote",
7
- "description": "Description for builder.",
8
- "version": "1.0.0-alpha",
9
- "date": "08/22/2024",
10
- "css": "https://dev.toolkit.illinois.edu/ilw-quote/1.0.0-alpha/ilw-quote.css",
11
- "js": "https://dev.toolkit.illinois.edu/ilw-quote/1.0.0-alpha/ilw-quote.js",
7
+ "description": "This component represents a quote or testimonial, with optional attribution of author and source. The quote or testimonial is intended to be intermixed with copy and the quote is highlighted and called out.",
8
+ "builder-version": "1.0-beta",
9
+ "version": "1.0.0-beta",
10
+ "date": "09/13/2024",
11
+ "css": "https://dev.toolkit.illinois.edu/ilw-quote/1.0.0-beta/ilw-quote.css",
12
+ "js": "https://dev.toolkit.illinois.edu/ilw-quote/1.0.0-beta/ilw-quote.js",
12
13
  "production": false,
13
14
  "notes": "",
14
15
  "parent-style": "",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "repository": "github:web-illinois/ilw-quote",
5
5
  "private": false,
6
6
  "license": "MIT",
7
- "version": "1.0.0-alpha",
7
+ "version": "1.0.0-beta",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "src/**",