@knapsack/sandbox-components 4.92.2--canary.eb7e898.0 → 4.92.2--canary.77d16bf.0
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.
|
@@ -7,7 +7,7 @@ export declare class SimpleButton extends LitElement {
|
|
|
7
7
|
static shadowRootOptions: {
|
|
8
8
|
mode: "open";
|
|
9
9
|
clonable?: boolean;
|
|
10
|
-
customElementRegistry?: CustomElementRegistry
|
|
10
|
+
customElementRegistry?: CustomElementRegistry;
|
|
11
11
|
delegatesFocus?: boolean;
|
|
12
12
|
serializable?: boolean;
|
|
13
13
|
slotAssignment?: SlotAssignmentMode;
|
|
@@ -15,7 +15,7 @@ export declare class SimpleCard extends LitElement {
|
|
|
15
15
|
static shadowRootOptions: {
|
|
16
16
|
mode: "open";
|
|
17
17
|
clonable?: boolean;
|
|
18
|
-
customElementRegistry?: CustomElementRegistry
|
|
18
|
+
customElementRegistry?: CustomElementRegistry;
|
|
19
19
|
delegatesFocus?: boolean;
|
|
20
20
|
serializable?: boolean;
|
|
21
21
|
slotAssignment?: SlotAssignmentMode;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/sandbox-components",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "4.92.2--canary.
|
|
4
|
+
"version": "4.92.2--canary.77d16bf.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./css": "./dist/css/ks-sandbox-styles.css",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
53
|
-
"@knapsack/eslint-config-starter": "4.92.2--canary.
|
|
54
|
-
"@knapsack/postcss-config-starter": "4.92.2--canary.
|
|
55
|
-
"@knapsack/prettier-config": "4.92.2--canary.
|
|
56
|
-
"@knapsack/sandbox-tokens": "4.92.2--canary.
|
|
57
|
-
"@knapsack/typescript-config-starter": "4.92.2--canary.
|
|
53
|
+
"@knapsack/eslint-config-starter": "4.92.2--canary.77d16bf.0",
|
|
54
|
+
"@knapsack/postcss-config-starter": "4.92.2--canary.77d16bf.0",
|
|
55
|
+
"@knapsack/prettier-config": "4.92.2--canary.77d16bf.0",
|
|
56
|
+
"@knapsack/sandbox-tokens": "4.92.2--canary.77d16bf.0",
|
|
57
|
+
"@knapsack/typescript-config-starter": "4.92.2--canary.77d16bf.0",
|
|
58
58
|
"@types/node": "^22.19.11",
|
|
59
59
|
"@types/react": "^19.2.3",
|
|
60
60
|
"esbuild": "^0.25.6",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"npm-run-all2": "^5.0.2",
|
|
63
63
|
"postcss-cli": "^9.1.0",
|
|
64
64
|
"tailwindcss": "^3.4.18",
|
|
65
|
-
"typescript": "^
|
|
65
|
+
"typescript": "^5.9.3"
|
|
66
66
|
},
|
|
67
67
|
"license": "GPL-2.0-or-later",
|
|
68
68
|
"publishConfig": {
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"directory": "apps/ui/libs/sandbox-components",
|
|
74
74
|
"type": "git"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "77d16bf68c911461c261b5247b563a73e9c1eae6"
|
|
77
77
|
}
|