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

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
 
@@ -4,8 +4,9 @@
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
- "toolkit-version": "",
9
- "production-version": "",
10
- "development-version": "1.0.0-alpha"
7
+ "description": "Displays a quote or testimonial, with optional attribution of author and source.",
8
+ "purpose": "Highlight a quote or testimonial.",
9
+ "toolkit-version": "1.0",
10
+ "production-version": "1.0",
11
+ "development-version": "1.0-beta"
11
12
  }
@@ -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": "",
@@ -0,0 +1,51 @@
1
+ {
2
+ "title": "Quote",
3
+ "tag": "ilw-quote",
4
+ "github": "https://github.com/web-illinois/ilw-quote/",
5
+ "type": "web component",
6
+ "element-name": "ilw-quote",
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",
9
+ "version": "1.0.0",
10
+ "date": "10/22/2024",
11
+ "css": "https://cdn.toolkit.illinois.edu/ilw-quote/1.0.0/ilw-quote.css",
12
+ "js": "https://cdn.toolkit.illinois.edu/ilw-quote/1.0.0/ilw-quote.js",
13
+ "production": true,
14
+ "notes": "",
15
+ "parent-style": "",
16
+ "samples": [
17
+ {
18
+ "name": "default",
19
+ "description": "Default information",
20
+ "text": "<p slot=\"content\">Either university presses will embrace new technology and offer scholarly content in new forms\n to researchers and under new business models, or they will follow the music industry and spend\n all of their resources on trying to protect their territory &mdash; unsuccessfully.</p>\n <p slot=\"author\">Laura Cerruti</p>\n <cite slot=\"source\">Director of Digital Content Development, University of California Press, profiled in Against the Grain</cite>"
21
+ },
22
+ {
23
+ "name": "no author or source",
24
+ "description": "No author or source",
25
+ "text": "<p slot=\"content\">Lastly, she pictured to herself how this same little sister of hers would, in the after-time, be herself a grown woman; and how she would keep, through all her riper years, the simple and loving heart of her childhood: and how she would gather about her other little children, and make their eyes bright and eager with many a strange tale, perhaps even with the dream of Wonderland of long ago: and how she would feel with all their simple sorrows, and find a pleasure in all their simple joys, remembering her own child-life, and the happy summer days.</p>"
26
+ },
27
+ {
28
+ "name": "no source",
29
+ "description": "No source",
30
+ "text": "<p slot=\"content\">There never is a happy ending because nothing ever ends.</p>\n <p slot=\"author\">Peter S. Beagle, The Last Unicorn</p>"
31
+ }
32
+ ],
33
+ "attributes-fixed": [],
34
+ "attributes-text": [],
35
+ "attributes": [
36
+ {
37
+ "name": "theme",
38
+ "description": "Color theme used",
39
+ "depreciated": false,
40
+ "values": [
41
+ "",
42
+ "blue",
43
+ "gray"
44
+ ]
45
+ }
46
+ ],
47
+ "classes-fixed": [],
48
+ "classes": [],
49
+ "css-variables": [
50
+ ]
51
+ }
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",
8
8
  "type": "module",
9
9
  "files": [
10
10
  "src/**",