From 6c7d7f4b7ec344c90fb9b4050197d2aed3fa6332 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 22 Nov 2022 13:01:15 -0500 Subject: [PATCH] revert dist --- docs/resources/changelog.md | 1 + package.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index c53ffa98..cdffd053 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -21,6 +21,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - `data-valid` - indicates that the form control is valid - `data-user-invalid` - indicates the form control is invalid and the user has interacted with it - `data-user-valid` - indicates the form control is valid and the user has interacted with it +- Added npm exports [#1020](https://github.com/shoelace-style/shoelace/pull/1020) - Added `checkValidity()` method to all form controls - Added `reportValidity()` method to `` - Added `button--checked` to `` and `control--checked` to `` to style just the checked state [#933](https://github.com/shoelace-style/shoelace/pull/933) diff --git a/package.json b/package.json index 33b0415c..1f38d53c 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ "types": "./dist/shoelace.d.ts", "import": "./dist/shoelace.js" }, - "./themes/*": "./dist/themes/*", - "./components/*": "./dist/components/*", - "./utilities/*": "./dist/utilities/*", - "./react/*": "./dist/react/*", - "./translations/*": "./dist/translations/*" + "./dist/themes/*": "./dist/themes/*", + "./dist/components/*": "./dist/components/*", + "./dist/utilities/*": "./dist/utilities/*", + "./dist/react/*": "./dist/react/*", + "./dist/translations/*": "./dist/translations/*" }, "files": [ "dist"