@spectrum-web-components/checkbox 0.42.1 → 0.42.3

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.
@@ -175,20 +175,6 @@
175
175
  "name": "CheckboxMixin",
176
176
  "module": "src/CheckboxMixin.js"
177
177
  }
178
- },
179
- {
180
- "kind": "method",
181
- "name": "render",
182
- "privacy": "protected",
183
- "return": {
184
- "type": {
185
- "text": "TemplateResult"
186
- }
187
- },
188
- "inheritedFrom": {
189
- "name": "CheckboxMixin",
190
- "module": "src/CheckboxMixin.js"
191
- }
192
178
  }
193
179
  ],
194
180
  "events": [
@@ -390,20 +376,6 @@
390
376
  "name": "CheckboxMixin",
391
377
  "module": "src/CheckboxMixin.js"
392
378
  }
393
- },
394
- {
395
- "kind": "method",
396
- "name": "render",
397
- "privacy": "protected",
398
- "return": {
399
- "type": {
400
- "text": "TemplateResult"
401
- }
402
- },
403
- "inheritedFrom": {
404
- "name": "CheckboxMixin",
405
- "module": "src/CheckboxMixin.js"
406
- }
407
379
  }
408
380
  ],
409
381
  "mixins": [
@@ -523,16 +495,6 @@
523
495
  "text": "void"
524
496
  }
525
497
  }
526
- },
527
- {
528
- "kind": "method",
529
- "name": "render",
530
- "privacy": "protected",
531
- "return": {
532
- "type": {
533
- "text": "TemplateResult"
534
- }
535
- }
536
498
  }
537
499
  ],
538
500
  "attributes": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spectrum-web-components/checkbox",
3
- "version": "0.42.1",
3
+ "version": "0.42.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -65,10 +65,10 @@
65
65
  "lit-html"
66
66
  ],
67
67
  "dependencies": {
68
- "@spectrum-web-components/base": "^0.42.1",
69
- "@spectrum-web-components/icon": "^0.42.1",
70
- "@spectrum-web-components/icons-ui": "^0.42.1",
71
- "@spectrum-web-components/shared": "^0.42.1"
68
+ "@spectrum-web-components/base": "^0.42.3",
69
+ "@spectrum-web-components/icon": "^0.42.3",
70
+ "@spectrum-web-components/icons-ui": "^0.42.3",
71
+ "@spectrum-web-components/shared": "^0.42.3"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@spectrum-css/checkbox": "^8.1.5"
@@ -79,5 +79,5 @@
79
79
  "./sp-*.js",
80
80
  "./**/*.dev.js"
81
81
  ],
82
- "gitHead": "c7ab5516e86d20194e92114afd04affa490b7248"
82
+ "gitHead": "a03edce4f21f232f1705d8eb222e6e5436cad4c3"
83
83
  }
@@ -1,5 +1,5 @@
1
1
  import { ReactiveElement } from 'lit';
2
- declare type Constructor<T = Record<string, unknown>> = {
2
+ type Constructor<T = Record<string, unknown>> = {
3
3
  new (...args: any[]): T;
4
4
  prototype: T;
5
5
  };
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ import { Default } from "../stories/checkbox.stories.js";
3
+ import { testForMemoryLeaks } from "../../../test/testing-helpers.js";
4
+ testForMemoryLeaks(Default());
5
+ //# sourceMappingURL=checkbox-memory.test.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["checkbox-memory.test.ts"],
4
+ "sourcesContent": ["/*\nCopyright 2023 Adobe. All rights reserved.\nThis file is licensed to you under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software distributed under\nthe License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\nOF ANY KIND, either express or implied. See the License for the specific language\ngoverning permissions and limitations under the License.\n*/\n\nimport { Default } from '../stories/checkbox.stories.js';\nimport { testForMemoryLeaks } from '../../../test/testing-helpers.js';\n\ntestForMemoryLeaks(Default());\n"],
5
+ "mappings": ";AAWA,SAAS,eAAe;AACxB,SAAS,0BAA0B;AAEnC,mBAAmB,QAAQ,CAAC;",
6
+ "names": []
7
+ }