@milaboratories/uikit 2.2.68 → 2.2.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/uikit",
3
- "version": "2.2.68",
3
+ "version": "2.2.70",
4
4
  "type": "module",
5
5
  "main": "dist/pl-uikit.umd.js",
6
6
  "module": "dist/pl-uikit.js",
@@ -34,9 +34,9 @@
34
34
  "yarpm": "^1.2.0",
35
35
  "svgo": "^3.3.2",
36
36
  "@types/d3": "^7.4.3",
37
+ "@milaboratories/eslint-config": "^1.0.4",
37
38
  "@milaboratories/helpers": "^1.6.11",
38
- "@platforma-sdk/model": "^1.29.14",
39
- "@milaboratories/eslint-config": "^1.0.4"
39
+ "@platforma-sdk/model": "^1.29.22"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "vite",
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path d="M14 5.5H5C4.17157 5.5 3.5 6.17157 3.5 7V9.25H22V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H14V5.5ZM3.5 10.75V17C3.5 17.8284 4.17157 18.5 5 18.5H19C19.8284 18.5 20.5 17.8284 20.5 17V10.75H3.5ZM10 15.75H6V14.25H10V15.75Z" fill="#110529"/>
3
+ <path d="M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z" fill="#FF5C5C"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
2
+ <path d="M14 5.5H5C4.17157 5.5 3.5 6.17157 3.5 7V9.25H22V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H14V5.5ZM3.5 10.75V17C3.5 17.8284 4.17157 18.5 5 18.5H19C19.8284 18.5 20.5 17.8284 20.5 17V10.75H3.5ZM10 15.75H6V14.25H10V15.75Z" fill="#110529"/>
3
+ <path d="M22 5C22 6.65685 20.6569 8 19 8C17.3431 8 16 6.65685 16 5C16 3.34315 17.3431 2 19 2C20.6569 2 22 3.34315 22 5Z" fill="#49CC49"/>
4
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M14 5.5H5A1.5 1.5 0 0 0 3.5 7v2.25H22V17a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h9zM3.5 10.75V17A1.5 1.5 0 0 0 5 18.5h14a1.5 1.5 0 0 0 1.5-1.5v-6.25zm6.5 5H6v-1.5h4z"/><path fill="#FF5C5C" d="M22 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#110529" d="M14 5.5H5A1.5 1.5 0 0 0 3.5 7v2.25H22V17a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h9zM3.5 10.75V17A1.5 1.5 0 0 0 5 18.5h14a1.5 1.5 0 0 0 1.5-1.5v-6.25zm6.5 5H6v-1.5h4z"/><path fill="#49CC49" d="M22 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0"/></svg>
@@ -129,6 +129,8 @@
129
129
  "menu": "menu.svg",
130
130
  "minimize": "minimize.svg",
131
131
  "minus": "minus.svg",
132
+ "monetization-off": "monetization-off.svg",
133
+ "monetization-on": "monetization-on.svg",
132
134
  "monetization": "monetization.svg",
133
135
  "more": "more.svg",
134
136
  "paper-clip": "paper-clip.svg",
@@ -129,6 +129,8 @@ $icons24: (
129
129
  menu: 'menu.svg',
130
130
  minimize: 'minimize.svg',
131
131
  minus: 'minus.svg',
132
+ monetization-off: 'monetization-off.svg',
133
+ monetization-on: 'monetization-on.svg',
132
134
  monetization: 'monetization.svg',
133
135
  more: 'more.svg',
134
136
  paper-clip: 'paper-clip.svg',
@@ -27,7 +27,7 @@ function closeAlert() {
27
27
  <slot />
28
28
  </div>
29
29
  <div v-if="closable" class="pl-notification-alert__close">
30
- <PlBtnGhost icon="close" @click="closeAlert" />
30
+ <PlBtnGhost icon="close" @click.stop="closeAlert" />
31
31
  </div>
32
32
  </div>
33
33
 
@@ -129,6 +129,8 @@ export const maskIcons24 = [
129
129
  'menu',
130
130
  'minimize',
131
131
  'minus',
132
+ 'monetization-off',
133
+ 'monetization-on',
132
134
  'monetization',
133
135
  'more',
134
136
  'paper-clip',