@mobileaction/action-kit 1.27.4 → 1.27.6
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/action-kit.js +1 -1
- package/dist/action-kit.mjs +78 -77
- package/dist/arrow-left-down-line-4cd819c9.mjs +19 -0
- package/dist/arrow-left-down-line-e7898161.js +1 -0
- package/dist/arrow-right-up-line-23ef1031.mjs +19 -0
- package/dist/arrow-right-up-line-c71c063d.js +1 -0
- package/dist/components/notification/components/notification.vue.d.ts +19 -0
- package/dist/components/notification/components/notificationContainer.vue.d.ts +7 -0
- package/dist/components/notification/composables/useNotificationAnimation.d.ts +4 -0
- package/dist/components/notification/index.d.ts +8 -0
- package/dist/components/notification/types.d.ts +26 -0
- package/dist/index-776a5742.mjs +12061 -0
- package/dist/index-b6f66434.js +53 -0
- package/dist/index.d.ts +1 -0
- package/dist/{lottie_light-c98e1fc1.mjs → lottie_light-5224323b.mjs} +1 -1
- package/dist/{lottie_light-a1c34d14.js → lottie_light-d19a8b38.js} +1 -1
- package/dist/{pause-999b3624.mjs → pause-e1ed0dac.mjs} +9 -9
- package/dist/pause-efb616d3.js +1 -0
- package/dist/src/components/notification/components/notification.vue.d.ts +17 -0
- package/dist/src/components/notification/components/notificationContainer.vue.d.ts +7 -0
- package/dist/src/components/notification/composables/useNotificationAnimation.d.ts +4 -0
- package/dist/src/components/notification/index.d.ts +8 -0
- package/dist/src/components/notification/notification.test.d.ts +1 -0
- package/dist/src/components/notification/stories/commonStories.d.ts +13 -0
- package/dist/src/components/notification/stories/constants.d.ts +3 -0
- package/dist/src/components/notification/stories/filled.stories.d.ts +13 -0
- package/dist/src/components/notification/stories/light.stories.d.ts +13 -0
- package/dist/src/components/notification/stories/stroke.stories.d.ts +13 -0
- package/dist/src/components/notification/types.d.ts +26 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/.vscode/extensions.json +0 -3
- package/CHANGELOG.md +0 -331
- package/dist/index-51fcab19.mjs +0 -11611
- package/dist/index-84c548d9.js +0 -53
- package/dist/pause-4632aba9.js +0 -1
package/dist/pause-4632aba9.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r=e.createElementVNode("path",{d:"M10.65 19.11V4.89C10.65 3.54 10.08 3 8.64 3H5.01C3.57 3 3 3.54 3 4.89V19.11C3 20.46 3.57 21 5.01 21H8.64C10.08 21 10.65 20.46 10.65 19.11Z",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),n=e.createElementVNode("path",{d:"M21 19.11V4.89C21 3.54 20.43 3 18.99 3H15.36C13.93 3 13.35 3.54 13.35 4.89V19.11C13.35 20.46 13.92 21 15.36 21H18.99C20.43 21 21 20.46 21 19.11Z",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),s=[r,n];function t(c,d){return e.openBlock(),e.createElementBlock("svg",o,s)}const l={render:t};exports.default=l;exports.render=t;
|