plugin-ui-for-kzt 0.0.32 → 0.0.33

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/example/App.vue CHANGED
@@ -1,7 +1,12 @@
1
1
  <template>
2
2
  <div class="demo-page">
3
3
  <h1>Plugin UI KZT - Компоненты</h1>
4
-
4
+ <div>
5
+ <base-icon
6
+ name="calendar"
7
+ size="small"
8
+ />
9
+ </div>
5
10
  <section>
6
11
  <BaseInputCalendar
7
12
  id="input-calendar"
@@ -30,6 +35,7 @@ import BaseInputCalendar from '../src/components/BaseInputCalendar/BaseInputCale
30
35
  import BaseInputCurrency from '../src/components/BaseInputCurrency/BaseInputCurrency.vue';
31
36
  import BaseButton from '../src/components/BaseButton/BaseButton.vue';
32
37
  import MyCustomModal from './MyCustomModal.vue';
38
+ import BaseIcon from "../src/components/BaseIcon/BaseIcon.vue";
33
39
 
34
40
  const { open } = useModal();
35
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plugin-ui-for-kzt",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "plugin-ui for kazaktelekom",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  >
20
20
  <template #left-icon>
21
21
  <base-icon
22
- name="calendar-icon"
22
+ name="calendar"
23
23
  :size="size"
24
24
  class="base-input-calendar__icon"
25
25
  />