urnovl-web-components 0.0.16 → 0.0.18

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.
@@ -77,3 +77,19 @@ export const WithPrice = {
77
77
  price: '15$',
78
78
  },
79
79
  };
80
+
81
+ export const Full = {
82
+ args: {
83
+ novlTitle: "But you can't help, this is the end Of a tale that wasn't right",
84
+ novlCover: 'https://s3-eu-west-1.amazonaws.com/urnovl-irl-1/covers/fe469e2a-8e19-48a2-a89d-55e8a201156c-grid.jpg',
85
+ likes: 7,
86
+ views: 1024,
87
+ showStats: true,
88
+ novlDescription:
89
+ 'Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.',
90
+ authorAvatar: 'https://lh4.googleusercontent.com/-FxnW9K6NrJY/AAAAAAAAAAI/AAAAAAAAACM/irHh3OywY_Y/photo.jpg',
91
+ authorName: 'Jesus Christ Super Star 🌟',
92
+ published: false,
93
+ price: '1555€',
94
+ },
95
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "urnovl-web-components",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "Web components for Urnovl",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "http-server": "^14.1.1",
48
48
  "jest": "^29.7.0",
49
49
  "jest-cli": "^29.7.0",
50
- "lit": "^3.1.4",
50
+ "lit": "^3.2.0",
51
51
  "puppeteer": "^22.15.0",
52
52
  "storybook": "^8.2.7",
53
53
  "storybook-addon-stencil": "^0.2.1",