@fangzsx/component-library 0.0.12 → 0.0.13

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/main.d.ts CHANGED
@@ -6,6 +6,7 @@ export { CheckboxGroup } from './components/CheckboxGroup';
6
6
  export { Dropdown } from './components/Dropdown';
7
7
  export { FlatBanner } from './components/FlatBanner';
8
8
  export { Label } from './components/Label';
9
+ export { LinearProgress } from './components/LinearProgress';
9
10
  export { MediaCardWithAction } from './components/MediaCardWithAction';
10
11
  export { RadioButtonGroup } from './components/RadioButtonGroup';
11
12
  export { Text } from './components/Text';
package/dist/main.js CHANGED
@@ -1,26 +1,28 @@
1
- import { AppBarPublic as t } from "./components/AppBarPublic/index.js";
1
+ import { AppBarPublic as e } from "./components/AppBarPublic/index.js";
2
2
  import { Banner as p } from "./components/Banner/index.js";
3
3
  import { B as f } from "./index-CoBGCD2e.js";
4
4
  import { CheckBox as a } from "./components/Checkbox/index.js";
5
- import { CheckboxGroup as B } from "./components/CheckboxGroup/index.js";
5
+ import { CheckboxGroup as i } from "./components/CheckboxGroup/index.js";
6
6
  import { Dropdown as u } from "./components/Dropdown/index.js";
7
7
  import { FlatBanner as c } from "./components/FlatBanner/index.js";
8
8
  import { Label as b } from "./components/Label/index.js";
9
- import { MediaCardWithAction as C } from "./components/MediaCardWithAction/index.js";
10
- import { RadioButtonGroup as A } from "./components/RadioButtonGroup/index.js";
11
- import { Text as G } from "./components/Text/index.js";
12
- import { TextFieldInput as s } from "./components/TextFieldInput/index.js";
9
+ import { LinearProgress as s } from "./components/LinearProgress/index.js";
10
+ import { MediaCardWithAction as k } from "./components/MediaCardWithAction/index.js";
11
+ import { RadioButtonGroup as F } from "./components/RadioButtonGroup/index.js";
12
+ import { Text as L } from "./components/Text/index.js";
13
+ import { TextFieldInput as T } from "./components/TextFieldInput/index.js";
13
14
  export {
14
- t as AppBarPublic,
15
+ e as AppBarPublic,
15
16
  p as Banner,
16
17
  f as Button,
17
18
  a as CheckBox,
18
- B as CheckboxGroup,
19
+ i as CheckboxGroup,
19
20
  u as Dropdown,
20
21
  c as FlatBanner,
21
22
  b as Label,
22
- C as MediaCardWithAction,
23
- A as RadioButtonGroup,
24
- G as Text,
25
- s as TextFieldInput
23
+ s as LinearProgress,
24
+ k as MediaCardWithAction,
25
+ F as RadioButtonGroup,
26
+ L as Text,
27
+ T as TextFieldInput
26
28
  };
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.12",
5
+ "version": "0.0.13",
6
6
  "type": "module",
7
7
  "main": "dist/main.js",
8
8
  "types": "dist/main.d.ts",