@universityofmaryland/web-components-library 1.12.18 → 1.12.19

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
@@ -1,6 +1,6 @@
1
1
  # University of Maryland Web Components Library
2
2
 
3
- [![Components Version](https://img.shields.io/badge/Components-v1.12.18-blue)](https://www.npmjs.com/package/@universityofmaryland/web-components-library)
3
+ [![Components Version](https://img.shields.io/badge/Components-v1.12.19-blue)](https://www.npmjs.com/package/@universityofmaryland/web-components-library)
4
4
 
5
5
  High-level web components built on the UMD Elements Library, providing feature-rich, accessible, and brand-compliant UI components for University of Maryland digital experiences.
6
6
 
@@ -113,7 +113,7 @@ The Styles Package provides utility classes for spacing, grids, and typography:
113
113
  </div>
114
114
  ```
115
115
 
116
- [Learn more about Styles integration →](./usage.html#styles-integration)
116
+ [Learn more about Styles integration →](components/usage.html#styles-integration)
117
117
 
118
118
  ### Elements Package Relationship
119
119
 
@@ -254,10 +254,10 @@ if (card) {
254
254
 
255
255
  ## Documentation
256
256
 
257
- - **[Component Reference](./index.html)** - Complete API documentation
257
+ - **[Component Reference](./)** - Complete API documentation
258
258
  - **[Usage Examples](./usage.html)** - Practical implementation guide with real-world examples
259
259
  - **[Advanced Guide](./advanced-usage.html)** - TypeScript, testing, reactive components, and custom development
260
- - **[Playground](http://playground.designsystem.umd.edu)** - Live component demos
260
+ - **[Design System](https://designsystem.umd.edu)** - Full design system docs
261
261
 
262
262
  ## Testing
263
263
 
@@ -0,0 +1,4 @@
1
+ import type { ComponentRegistration } from '../_types';
2
+ declare const registration: ComponentRegistration;
3
+ export default registration;
4
+ //# sourceMappingURL=wide.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wide.d.ts","sourceRoot":"","sources":["../../../source/api/carousel/wide.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,qBAAqB,EAEtB,MAAM,WAAW,CAAC;AA0HnB,QAAA,MAAM,YAAY,EAAE,qBAMlB,CAAC;AAEH,eAAe,YAAY,CAAC"}