@knime/kds-components 0.9.0 → 0.9.1
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/index.css +19 -19
- package/dist/index.js +24 -15
- package/dist/index.js.map +1 -1
- package/dist/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
- package/dist/overlays/Modal/enums.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdsModal.vue.d.ts","sourceRoot":"","sources":["../../../src/overlays/Modal/KdsModal.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KdsModal.vue.d.ts","sourceRoot":"","sources":["../../../src/overlays/Modal/KdsModal.vue"],"names":[],"mappings":"AAiPA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAqE7C,iBAAS,cAAc;WA4FT,OAAO,IAA6B;;;;;;;8BAlJzB,KAAK;YAqID,GAAG;sBACN,GAAG;wBACD,GAAG;;;;;;EAgB9B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -11,7 +11,7 @@ export declare const kdsModalWidth: {
|
|
|
11
11
|
readonly XLARGE: "xlarge";
|
|
12
12
|
readonly FULL: "full";
|
|
13
13
|
};
|
|
14
|
-
export declare const kdsModalWidthSizes: ("small" | "medium" | "large" | "
|
|
14
|
+
export declare const kdsModalWidthSizes: ("small" | "medium" | "large" | "full" | "xlarge")[];
|
|
15
15
|
export declare const kdsModalHeight: {
|
|
16
16
|
readonly AUTO: "auto";
|
|
17
17
|
readonly FULL: "full";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/kds-components",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"description": "Package containing basic Vue components of the KNIME Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@knime/utils": "^1.9.2",
|
|
38
38
|
"consola": "^3.4.2",
|
|
39
|
-
"@knime/kds-styles": "^0.9.
|
|
39
|
+
"@knime/kds-styles": "^0.9.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@storybook/vue3-vite": "^10.2.4",
|