@tsiky/components-r19 1.3.1 → 1.3.3

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- export interface ConfirmationPopupProps {
2
+ interface ConfirmationPopupProps {
3
3
  isOpen: boolean;
4
4
  title: string;
5
5
  message: string;
@@ -10,4 +10,5 @@ export interface ConfirmationPopupProps {
10
10
  type?: 'warning' | 'info' | 'danger';
11
11
  }
12
12
  export declare const ConfirmationPopup: React.FC<ConfirmationPopupProps>;
13
+ export {};
13
14
  //# sourceMappingURL=ConfirmationPopup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmationPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/ConfirmationPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;CACtC;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAgC9D,CAAC"}
1
+ {"version":3,"file":"ConfirmationPopup.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/ConfirmationPopup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,sBAAsB;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;CACtC;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAgC9D,CAAC"}
@@ -1,16 +1,4 @@
1
- import { ConfirmationPopup, type ConfirmationPopupProps } from './ConfirmationPopup';
1
+ import { ConfirmationPopup } from './ConfirmationPopup';
2
2
  import { useConfirmationPopup } from './useConfirmationPopup';
3
- export { ConfirmationPopup, useConfirmationPopup, type ConfirmationPopupProps };
4
- declare const _default: {
5
- ConfirmationPopup: import("react").FC<ConfirmationPopupProps>;
6
- useConfirmationPopup: () => {
7
- isOpen: boolean;
8
- title: string;
9
- message: string;
10
- showConfirmation: (title: string, message: string, onConfirm: () => void) => void;
11
- hideConfirmation: () => void;
12
- handleConfirm: () => void;
13
- };
14
- };
15
- export default _default;
3
+ export { ConfirmationPopup, useConfirmationPopup };
16
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,KAAK,sBAAsB,EAAE,CAAC;;;;;;;;;;;;AAEhF,wBAA2D"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Confirmationpopup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsiky/components-r19",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -18,6 +18,7 @@
18
18
  "main": "./dist/index.cjs.js",
19
19
  "module": "./dist/index.js",
20
20
  "types": "./dist/index.d.ts",
21
+ "style": "dist/components-r19.css",
21
22
  "exports": {
22
23
  ".": {
23
24
  "types": "./dist/index.d.ts",
@@ -29,6 +30,7 @@
29
30
  "import": "./dist/chart.js",
30
31
  "require": "./dist/chart.cjs.js"
31
32
  },
33
+ "./components-r19.css": "./dist/components-r19.css",
32
34
  "./package.json": "./package.json"
33
35
  },
34
36
  "files": [
@@ -81,7 +83,6 @@
81
83
  "typescript": "~5.8.3",
82
84
  "typescript-eslint": "^8.35.1",
83
85
  "vite": "^7.0.4",
84
- "vite-plugin-dts": "^3.9.0",
85
86
  "vitest": "^3.2.4"
86
87
  }
87
- }
88
+ }
@@ -1 +0,0 @@
1
- "use strict";var u=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function f(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function l(e){if(Object.prototype.hasOwnProperty.call(e,"__esModule"))return e;var n=e.default;if(typeof n=="function"){var t=function o(){var r=!1;try{r=this instanceof o}catch{}return r?Reflect.construct(n,arguments,this.constructor):n.apply(this,arguments)};t.prototype=n.prototype}else t={};return Object.defineProperty(t,"__esModule",{value:!0}),Object.keys(e).forEach(function(o){var r=Object.getOwnPropertyDescriptor(e,o);Object.defineProperty(t,o,r.get?r:{enumerable:!0,get:function(){return e[o]}})}),t}exports.commonjsGlobal=u;exports.getAugmentedNamespace=l;exports.getDefaultExportFromCjs=f;
@@ -1,33 +0,0 @@
1
- var u = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function a(e) {
3
- return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
- }
5
- function f(e) {
6
- if (Object.prototype.hasOwnProperty.call(e, "__esModule")) return e;
7
- var n = e.default;
8
- if (typeof n == "function") {
9
- var t = function r() {
10
- var o = !1;
11
- try {
12
- o = this instanceof r;
13
- } catch {
14
- }
15
- return o ? Reflect.construct(n, arguments, this.constructor) : n.apply(this, arguments);
16
- };
17
- t.prototype = n.prototype;
18
- } else t = {};
19
- return Object.defineProperty(t, "__esModule", { value: !0 }), Object.keys(e).forEach(function(r) {
20
- var o = Object.getOwnPropertyDescriptor(e, r);
21
- Object.defineProperty(t, r, o.get ? o : {
22
- enumerable: !0,
23
- get: function() {
24
- return e[r];
25
- }
26
- });
27
- }), t;
28
- }
29
- export {
30
- f as a,
31
- u as c,
32
- a as g
33
- };