@knime/kds-components 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { shallowRef, watch, defineComponent, toRef, createBlock, createCommentVNode, unref, openBlock, resolveDynamicComponent, normalizeClass, computed, createElementBlock, createElementVNode, toDisplayString } from 'vue';
2
2
 
3
- const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
3
+ import './index.css';const __variableDynamicImportRuntimeHelper = (glob$1, path$13, segs) => {
4
4
  const v = glob$1[path$13];
5
5
  if (v) return typeof v === "function" ? v() : Promise.resolve(v);
6
6
  return new Promise((_, reject) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-components",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Package containing basic Vue components of the KNIME Design System",
5
5
  "license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
6
6
  "author": "KNIME AG, Zurich, Switzerland",
@@ -19,8 +19,7 @@
19
19
  ".": {
20
20
  "types": "./dist/src/index.d.ts",
21
21
  "import": "./dist/index.js"
22
- },
23
- "./components.css": "./dist/index.css"
22
+ }
24
23
  },
25
24
  "files": [
26
25
  "dist"
@@ -32,7 +31,7 @@
32
31
  "@knime/styles": "^1.10.0",
33
32
  "@knime/utils": "^1.5.3",
34
33
  "consola": "^3.4.2",
35
- "@knime/kds-styles": "^0.0.3"
34
+ "@knime/kds-styles": "^0.0.4"
36
35
  },
37
36
  "devDependencies": {
38
37
  "@storybook/vue3-vite": "^9.1.1",
@@ -41,6 +40,7 @@
41
40
  "@vue/tsconfig": "^0.7.0",
42
41
  "vite": "^7.1.1",
43
42
  "vite-plugin-dts": "^4.5.4",
43
+ "vite-plugin-lib-inject-css": "^2.2.2",
44
44
  "vite-svg-loader": "^5.1.0",
45
45
  "vue": "3.5.18"
46
46
  },