@penn-libraries/web 1.0.0-dev.2 → 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/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-09-10T11:57:55",
2
+ "timestamp": "2025-09-10T16:37:06",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.29.3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@penn-libraries/web",
3
- "version": "1.0.0-dev.2",
4
- "description": "UPenn Libraries Web Components",
3
+ "version": "1.0.0",
4
+ "description": "Reusable web designs for University of Pennsylvania Libraries websites. This package contains our code for shared Web Components and Cascading Style Sheets (CSS).",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
7
7
  "es2015": "dist/esm/index.js",
package/readme.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Reusable web designs for University of Pennsylvania Libraries websites. This repo contains our code for shared Web Components and Cascading Style Sheets (CSS).
4
4
 
5
+ [Visit the documentation website](https://penn-libraries-design-system.netlify.app/)
6
+
5
7
  ## Get started
6
8
 
7
9
  You can start using the components immediately by adding these tags to the `<head>`: