@fangzsx/component-library 0.0.31 → 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.
@@ -3,9 +3,9 @@ import { c as P } from "./colors-DvNGPCDl.js";
3
3
  import * as k from "react";
4
4
  import { g as G, a as _, c as i, P as t } from "./generateUtilityClasses-BCID9NF1.js";
5
5
  import { u as A, s as f, c as R, a as H, m as O, b as so, r as lo } from "./DefaultPropsProvider-DVX_ssOt.js";
6
- import { c as K, a as co } from "./useTimeout-DmOXPFt0.js";
6
+ import { c as K, a as co } from "./useTimeout-UzNJH-cm.js";
7
7
  import { u as po } from "./useId-CK6Kn3Tn.js";
8
- import { B as uo } from "./ButtonBase-DycJOmlJ.js";
8
+ import { B as uo } from "./ButtonBase-CSQZHD_g.js";
9
9
  import { css as Y, keyframes as Z } from "@mui/system";
10
10
  function go(o) {
11
11
  return G("MuiCircularProgress", o);
package/dist/main.d.ts CHANGED
@@ -5,6 +5,7 @@ export { CheckBox } from './components/Checkbox';
5
5
  export { ScrollableDialog as Dialog } from './components/Dialog';
6
6
  export { CheckboxGroup } from './components/CheckboxGroup';
7
7
  export { Dropdown } from './components/Dropdown';
8
+ export { DropdownOptions } from './components/DropdownOptions';
8
9
  export { FlatBanner } from './components/FlatBanner';
9
10
  export { Label } from './components/Label';
10
11
  export { LinearProgress } from './components/LinearProgress';
package/dist/main.js CHANGED
@@ -1,36 +1,38 @@
1
1
  import { AppBarPublic as e } from "./components/AppBarPublic/index.js";
2
2
  import { Banner as p } from "./components/Banner/index.js";
3
- import { B as m } from "./index-CS-LWC7Z.js";
4
- import { CheckBox as a } from "./components/Checkbox/index.js";
3
+ import { B as m } from "./index-Dnsx2wLn.js";
4
+ import { CheckBox as n } from "./components/Checkbox/index.js";
5
5
  import { ScrollableDialog as i } from "./components/Dialog/index.js";
6
- import { CheckboxGroup as d } from "./components/CheckboxGroup/index.js";
6
+ import { CheckboxGroup as l } from "./components/CheckboxGroup/index.js";
7
7
  import { Dropdown as B } from "./components/Dropdown/index.js";
8
- import { FlatBanner as C } from "./components/FlatBanner/index.js";
8
+ import { DropdownOptions as s } from "./components/DropdownOptions/index.js";
9
+ import { FlatBanner as D } from "./components/FlatBanner/index.js";
9
10
  import { Label as h } from "./components/Label/index.js";
10
- import { LinearProgress as D } from "./components/LinearProgress/index.js";
11
- import { MediaCardWithAction as g } from "./components/MediaCardWithAction/index.js";
12
- import { PhoneAndCountryDropdown as k } from "./components/PhoneAndCountryDropdown/index.js";
13
- import { PromoCode as F } from "./components/PromoCode/index.js";
14
- import { RadioButtonGroup as L } from "./components/RadioButtonGroup/index.js";
15
- import { Stepper as T } from "./components/Stepper/index.js";
16
- import { Text as I } from "./components/Text/index.js";
17
- import { TextFieldInput as R } from "./components/TextFieldInput/index.js";
11
+ import { LinearProgress as g } from "./components/LinearProgress/index.js";
12
+ import { MediaCardWithAction as A } from "./components/MediaCardWithAction/index.js";
13
+ import { PhoneAndCountryDropdown as F } from "./components/PhoneAndCountryDropdown/index.js";
14
+ import { PromoCode as L } from "./components/PromoCode/index.js";
15
+ import { RadioButtonGroup as T } from "./components/RadioButtonGroup/index.js";
16
+ import { Stepper as I } from "./components/Stepper/index.js";
17
+ import { Text as O } from "./components/Text/index.js";
18
+ import { TextFieldInput as W } from "./components/TextFieldInput/index.js";
18
19
  export {
19
20
  e as AppBarPublic,
20
21
  p as Banner,
21
22
  m as Button,
22
- a as CheckBox,
23
- d as CheckboxGroup,
23
+ n as CheckBox,
24
+ l as CheckboxGroup,
24
25
  i as Dialog,
25
26
  B as Dropdown,
26
- C as FlatBanner,
27
+ s as DropdownOptions,
28
+ D as FlatBanner,
27
29
  h as Label,
28
- D as LinearProgress,
29
- g as MediaCardWithAction,
30
- k as PhoneAndCountryDropdown,
31
- F as PromoCode,
32
- L as RadioButtonGroup,
33
- T as Stepper,
34
- I as Text,
35
- R as TextFieldInput
30
+ g as LinearProgress,
31
+ A as MediaCardWithAction,
32
+ F as PhoneAndCountryDropdown,
33
+ L as PromoCode,
34
+ T as RadioButtonGroup,
35
+ I as Stepper,
36
+ O as Text,
37
+ W as TextFieldInput
36
38
  };
@@ -100,12 +100,12 @@ export {
100
100
  $ as T,
101
101
  L as _,
102
102
  E as a,
103
- x as b,
103
+ O as b,
104
104
  g as c,
105
- D as d,
106
- v as e,
107
- b as f,
108
- y as g,
105
+ x as d,
106
+ D as e,
107
+ v as f,
108
+ b as g,
109
109
  C as r,
110
- O as u
110
+ y as u
111
111
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzsx/component-library",
3
3
  "author": "Jay Gilbert Garzon",
4
4
  "private": false,
5
- "version": "0.0.31",
5
+ "version": "0.0.33",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",