@mirweb/mir-web-components 2.9.11 → 2.9.15

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.
@@ -58,17 +58,15 @@ export type Props = {
58
58
  modelValue: number;
59
59
  min: number;
60
60
  max: number;
61
- step: string;
61
+ step?: string;
62
62
  variant: Variant;
63
- information: string;
64
- informationLabel: string;
63
+ information?: string;
64
+ informationLabel?: string;
65
65
  };
66
66
 
67
67
  const props = withDefaults(defineProps<Props>(), {
68
68
  step: "1",
69
69
  variant: "light",
70
- information: "",
71
- informationLabel: "Additional information",
72
70
  });
73
71
 
74
72
  const emit = defineEmits(["update:modelValue"]);
@@ -23,7 +23,7 @@
23
23
  </div>
24
24
  <div class="section">
25
25
  <span v-if="language === 'zh'" class="section__title"
26
- >名傲移动机器人(上海)有限公司</span
26
+ >Mobile Industrial Robots</span
27
27
  >
28
28
  <span v-else class="section__title"
29
29
  >Mobile Industrial Robots A/S</span
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.9.11",
4
+ "version": "2.9.15",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"