@nysds/components 1.16.0-alpha-1 → 1.16.0-alpha-2

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/nysds.es.js CHANGED
@@ -2,7 +2,7 @@ import { LitElement as f, unsafeCSS as g, html as d } from "lit";
2
2
  import { property as a, query as Dt, state as _ } from "lit/decorators.js";
3
3
  import { ifDefined as y } from "lit/directives/if-defined.js";
4
4
  /*!
5
- * New York State Design System v1.16.0-alpha-1
5
+ * New York State Design System v1.16.0-alpha-2
6
6
  * Description: A design system for New York State's digital products.
7
7
  * Repository: https://github.com/its-hcd/nysds
8
8
  * License: MIT
package/dist/nysds.js CHANGED
@@ -1,5 +1,5 @@
1
1
  (function(b,me){typeof exports=="object"&&typeof module<"u"?me(exports):typeof define=="function"&&define.amd?define(["exports"],me):(b=typeof globalThis<"u"?globalThis:b||self,me(b.NYSDS={}))})(this,(function(b){"use strict";/*!
2
- * New York State Design System v1.16.0-alpha-1
2
+ * New York State Design System v1.16.0-alpha-2
3
3
  * Description: A design system for New York State's digital products.
4
4
  * Repository: https://github.com/its-hcd/nysds
5
5
  * License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/components",
3
- "version": "1.16.0-alpha-1",
3
+ "version": "1.16.0-alpha-2",
4
4
  "description": "New York State's design system and code component library.",
5
5
  "type": "module",
6
6
  "workspaces": [
@@ -64,7 +64,6 @@
64
64
  "url": "https://github.com/ITS-HCD/nysds/issues"
65
65
  },
66
66
  "homepage": "https://designsystem.ny.gov/",
67
- "sideEffects": false,
68
67
  "devDependencies": {
69
68
  "@chromatic-com/storybook": "^5.0.1",
70
69
  "@custom-elements-manifest/analyzer": "^0.11.0",