@ncino/web-components 5.0.1-preview.1 → 5.0.1-preview.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.
@@ -6,7 +6,7 @@ import{customElement as c}from"../../node_modules/.pnpm/@lit_reactive-element@2.
6
6
  id="${e}"
7
7
  class="gator-checkbox-input"
8
8
  type="checkbox"
9
- ?checked="${this.selected}"
9
+ .checked="${this.selected}"
10
10
  ?disabled="${this.disabled}"
11
11
  aria-labelledby="${e}-checkbox"
12
12
  @change="${this.handleChange}"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ncino/web-components",
3
3
  "author": "nCino",
4
- "version": "5.0.1-preview.1",
4
+ "version": "5.0.1-preview.2",
5
5
  "license": "(c) Copyright 2023 nCino, Inc., all rights reserved",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ncino/web-components",
4
- "version": "5.0.0",
4
+ "version": "5.0.1-preview.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {