@piedata/pieui 1.1.25 → 1.1.27

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/cli.js CHANGED
@@ -766,6 +766,8 @@ var require_minimatch = __commonJS((exports2, module2) => {
766
766
  re2 += c;
767
767
  continue;
768
768
  }
769
+ if (c === "*" && stateChar === "*")
770
+ continue;
769
771
  self2.debug("call clearStateChar %j", stateChar);
770
772
  clearStateChar();
771
773
  stateChar = c;
@@ -0,0 +1,2 @@
1
+ export { default } from './ui/FSLLoginCard';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Integrations/FSLLoginCard/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA"}
@@ -0,0 +1,18 @@
1
+ import { CSSProperties } from 'react';
2
+ import { PieSimpleComponentProps } from '../../../../types';
3
+ export interface FSLLoginCardData {
4
+ name: string;
5
+ title: string;
6
+ errorMessage?: string;
7
+ appKey: string;
8
+ redirectUri: string;
9
+ state: string;
10
+ isApp: boolean;
11
+ usePopup: boolean;
12
+ iconUrl?: string;
13
+ iconPosition?: 'start' | 'end';
14
+ sx?: CSSProperties;
15
+ }
16
+ export interface FSLLoginCardProps extends PieSimpleComponentProps<FSLLoginCardData> {
17
+ }
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Integrations/FSLLoginCard/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAA;AACrC,OAAO,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAA;AAE3D,MAAM,WAAW,gBAAgB;IAC7B,IAAI,EAAE,MAAM,CAAA;IAEZ,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB,MAAM,EAAE,MAAM,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,OAAO,CAAA;IACd,QAAQ,EAAE,OAAO,CAAA;IAEjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,YAAY,CAAC,EAAE,OAAO,GAAG,KAAK,CAAA;IAC9B,EAAE,CAAC,EAAE,aAAa,CAAA;CACrB;AAED,MAAM,WAAW,iBAAkB,SAAQ,uBAAuB,CAAC,gBAAgB,CAAC;CAAG"}
@@ -0,0 +1,4 @@
1
+ import { FSLLoginCardProps } from '../types';
2
+ declare const FSLLoginCard: ({ data }: FSLLoginCardProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default FSLLoginCard;
4
+ //# sourceMappingURL=FSLLoginCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FSLLoginCard.d.ts","sourceRoot":"","sources":["../../../../../src/components/Integrations/FSLLoginCard/ui/FSLLoginCard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAA;AAqB5C,QAAA,MAAM,YAAY,GAAI,UAAU,iBAAiB,4CAkDhD,CAAA;AAED,eAAe,YAAY,CAAA"}