@knapsack/sandbox-components 4.94.3--canary.7717.5fe4937.0 → 4.94.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.
|
@@ -18,7 +18,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
|
|
|
18
18
|
// ../../../../node_modules/.pnpm/@lit+reactive-element@1.6.3/node_modules/@lit/reactive-element/css-tag.js
|
|
19
19
|
var t = window;
|
|
20
20
|
var e = t.ShadowRoot && (void 0 === t.ShadyCSS || t.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype;
|
|
21
|
-
var s = Symbol();
|
|
21
|
+
var s = /* @__PURE__ */ Symbol();
|
|
22
22
|
var n = /* @__PURE__ */ new WeakMap();
|
|
23
23
|
var o = class {
|
|
24
24
|
constructor(t4, e7, n7) {
|
|
@@ -115,7 +115,7 @@ var u = class extends HTMLElement {
|
|
|
115
115
|
}
|
|
116
116
|
static createProperty(t4, i5 = l) {
|
|
117
117
|
if (i5.state && (i5.attribute = false), this.finalize(), this.elementProperties.set(t4, i5), !i5.noAccessor && !this.prototype.hasOwnProperty(t4)) {
|
|
118
|
-
const s5 = "symbol" == typeof t4 ? Symbol() : "__" + t4, e7 = this.getPropertyDescriptor(t4, s5, i5);
|
|
118
|
+
const s5 = "symbol" == typeof t4 ? /* @__PURE__ */ Symbol() : "__" + t4, e7 = this.getPropertyDescriptor(t4, s5, i5);
|
|
119
119
|
void 0 !== e7 && Object.defineProperty(this.prototype, t4, e7);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
@@ -299,8 +299,8 @@ var y = /^(?:script|style|textarea|title)$/i;
|
|
|
299
299
|
var w = (t4) => (i5, ...s5) => ({ _$litType$: t4, strings: i5, values: s5 });
|
|
300
300
|
var x = w(1);
|
|
301
301
|
var b = w(2);
|
|
302
|
-
var T = Symbol.for("lit-noChange");
|
|
303
|
-
var A = Symbol.for("lit-nothing");
|
|
302
|
+
var T = /* @__PURE__ */ Symbol.for("lit-noChange");
|
|
303
|
+
var A = /* @__PURE__ */ Symbol.for("lit-nothing");
|
|
304
304
|
var E = /* @__PURE__ */ new WeakMap();
|
|
305
305
|
var C = r3.createTreeWalker(r3, 129, null, false);
|
|
306
306
|
function P(t4, i5) {
|
|
@@ -628,7 +628,7 @@ var o5 = e4(class extends i3 {
|
|
|
628
628
|
// ../../../../node_modules/.pnpm/@lit+reactive-element@1.6.3/node_modules/@lit/reactive-element/decorators/property.js
|
|
629
629
|
var i4 = (i5, e7) => "method" === e7.kind && e7.descriptor && !("value" in e7.descriptor) ? { ...e7, finisher(n7) {
|
|
630
630
|
n7.createProperty(e7.key, i5);
|
|
631
|
-
} } : { kind: "field", key: Symbol(), placement: "own", descriptor: {}, originalKey: e7.key, initializer() {
|
|
631
|
+
} } : { kind: "field", key: /* @__PURE__ */ Symbol(), placement: "own", descriptor: {}, originalKey: e7.key, initializer() {
|
|
632
632
|
"function" == typeof e7.initializer && (this[e7.key] = e7.initializer.call(this));
|
|
633
633
|
}, finisher(n7) {
|
|
634
634
|
n7.createProperty(e7.key, i5);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/sandbox-components",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.94.3
|
|
4
|
+
"version": "4.94.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
53
|
-
"@knapsack/eslint-config-starter": "4.94.3
|
|
54
|
-
"@knapsack/postcss-config-starter": "4.94.3
|
|
55
|
-
"@knapsack/prettier-config": "4.94.3
|
|
56
|
-
"@knapsack/sandbox-tokens": "4.94.3
|
|
57
|
-
"@knapsack/typescript-config-starter": "4.94.3
|
|
53
|
+
"@knapsack/eslint-config-starter": "4.94.3",
|
|
54
|
+
"@knapsack/postcss-config-starter": "4.94.3",
|
|
55
|
+
"@knapsack/prettier-config": "4.94.3",
|
|
56
|
+
"@knapsack/sandbox-tokens": "4.94.3",
|
|
57
|
+
"@knapsack/typescript-config-starter": "4.94.3",
|
|
58
58
|
"@types/node": "^22.19.11",
|
|
59
59
|
"@types/react": "^19.2.3",
|
|
60
|
-
"esbuild": "^0.
|
|
60
|
+
"esbuild": "^0.28.1",
|
|
61
61
|
"eslint": "^9.20.0",
|
|
62
62
|
"npm-run-all2": "^5.0.2",
|
|
63
63
|
"postcss-cli": "^9.1.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"directory": "apps/ui/libs/sandbox-components",
|
|
74
74
|
"type": "git"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "a21b2e1fc09041e030e6af1def98d41574dc1770"
|
|
77
77
|
}
|