@sendoutcards/quantum-design-ui 1.7.21 → 1.7.23-beta.7
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/index.es.js +5660 -5660
- package/dist/src/exports/atoms.d.ts +12 -11
- package/dist/src/exports/organisms.d.ts +13 -13
- package/dist/src/exports/themes.d.ts +2 -2
- package/dist/src/hooks/useEntities.d.ts +10 -0
- package/package.json +5 -4
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
export * from "../atoms/
|
|
1
|
+
export * from "../atoms/bar/bar";
|
|
2
2
|
export * from "../atoms/iconography/types";
|
|
3
|
+
export * from "../atoms/hStack/hStack";
|
|
3
4
|
export * from "../atoms/anchor/anchor";
|
|
5
|
+
export * from "../atoms/iconography/components/icon";
|
|
4
6
|
export * from "../atoms/span/span";
|
|
5
7
|
export * from "../atoms/typography/text";
|
|
6
8
|
export * from "../atoms/list/list";
|
|
7
|
-
export * from "../atoms/avatar/avatar";
|
|
8
9
|
export * from "../atoms/badge/badge";
|
|
9
|
-
export * from "../atoms/
|
|
10
|
+
export * from "../atoms/section/section";
|
|
11
|
+
export * from "../atoms/avatar/avatar";
|
|
10
12
|
export * from "../atoms/listItem/listItem";
|
|
11
|
-
export * from "../atoms/bar/bar";
|
|
12
|
-
export * from "../atoms/div/div";
|
|
13
|
-
export * from "../atoms/flex/flex";
|
|
14
|
-
export * from "../atoms/span/span";
|
|
15
13
|
export * from "../atoms/loadingSpinner/loadingSpinner";
|
|
16
14
|
export * from "../atoms/animatedCheckMark/animatedCheckMark";
|
|
17
15
|
export * from "../atoms/spacer/spacer";
|
|
18
|
-
export * from "../atoms/
|
|
19
|
-
export * from "../atoms/aside/aside";
|
|
20
|
-
export * from "../atoms/vStack/vStack";
|
|
21
|
-
export * from "../atoms/hStack/hStack";
|
|
16
|
+
export * from "../atoms/div/div";
|
|
22
17
|
export * from "../atoms/card/card";
|
|
18
|
+
export * from "../atoms/flex/flex";
|
|
23
19
|
export * from "../atoms/capsule/capsule";
|
|
20
|
+
export * from "../atoms/aside/aside";
|
|
21
|
+
export * from "../atoms/vStack/vStack";
|
|
22
|
+
export * from "../atoms/span/span";
|
|
23
|
+
export * from "../atoms/loadingSpinner/loadingSpinner";
|
|
24
|
+
export * from "../atoms/animatedCheckMark/animatedCheckMark";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "../organisms/userCard/userCard";
|
|
2
|
-
export * from "../organisms/userCard/loaders/userCardLoader";
|
|
3
|
-
export * from "../organisms/accountMenu/accountMenu";
|
|
4
1
|
export * from "../organisms/banner/banner";
|
|
5
2
|
export * from "../organisms/navigationPill/navigationPill";
|
|
6
3
|
export * from "../organisms/circleMenu/circleMenu";
|
|
4
|
+
export * from "../organisms/userCard/userCard";
|
|
5
|
+
export * from "../organisms/userCard/loaders/userCardLoader";
|
|
6
|
+
export * from "../organisms/accountMenu/accountMenu";
|
|
7
7
|
export * from "../organisms/awards/components/awardCard";
|
|
8
8
|
export * from "../organisms/awards/components/expandedAwardCard";
|
|
9
9
|
export * from "../organisms/awards/components/awardGroupLabel";
|
|
@@ -16,22 +16,22 @@ export * from "../organisms/qdsChrome/components/content";
|
|
|
16
16
|
export * from "../organisms/qdsChrome/components/revealingContent";
|
|
17
17
|
export * from "../organisms/navigationPill/navigationPill";
|
|
18
18
|
export * from "../organisms/pinInput/pinInput";
|
|
19
|
+
export * from "../organisms/pill/pill";
|
|
19
20
|
export * from "../organisms/phoneInput/phoneInput";
|
|
20
|
-
export * from "../organisms/videoPlayer/videoPlayer";
|
|
21
|
-
export * from "../organisms/selectableList/selectableList";
|
|
22
|
-
export * from "../organisms/selectableList/components/selectableCard";
|
|
23
|
-
export * from "../organisms/confirmDialog/confirmDialog";
|
|
24
21
|
export * from "../organisms/incrementSetting/incrementSetting";
|
|
25
|
-
export * from "../organisms/pill/pill";
|
|
26
|
-
export * from "../organisms/page/page";
|
|
27
|
-
export * from "../organisms/zoom/zoom";
|
|
28
|
-
export * from "../organisms/quantumColorPicker/quantumColorPicker";
|
|
29
|
-
export * from "../organisms/animatedGrid/animatedGrid";
|
|
30
|
-
export * from "../organisms/buttonWithMenu/buttonWithMenu";
|
|
31
22
|
export * from "../organisms/stepper/stepper";
|
|
23
|
+
export * from "../organisms/page/page";
|
|
24
|
+
export * from "../organisms/videoPlayer/videoPlayer";
|
|
25
|
+
export * from "../organisms/selectableList/selectableList";
|
|
32
26
|
export * from "../organisms/pricingTile/pricingTile";
|
|
33
27
|
export * from "../organisms/contentPusher/contentPusher";
|
|
34
28
|
export * from "../organisms/staticNavigation/staticNavigation";
|
|
29
|
+
export * from "../organisms/quantumColorPicker/quantumColorPicker";
|
|
30
|
+
export * from "../organisms/animatedGrid/animatedGrid";
|
|
31
|
+
export * from "../organisms/buttonWithMenu/buttonWithMenu";
|
|
32
|
+
export * from "../organisms/zoom/zoom";
|
|
33
|
+
export * from "../organisms/selectableList/components/selectableCard";
|
|
34
|
+
export * from "../organisms/confirmDialog/confirmDialog";
|
|
35
35
|
export * from "../organisms/radioCard/radioCard";
|
|
36
36
|
export * from "../organisms/radioOptionList/radioOptionList";
|
|
37
37
|
export * from "../organisms/inviteCard/inviteCard";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { entities as sendogoTheme } from '../customThemes/sendogo/entities';
|
|
2
|
+
import { entities as sendOutCardsTheme } from '../customThemes/sendOutCards/entities';
|
|
2
3
|
import { entities as greenerStillTheme } from '../customThemes/greenerStill/entities';
|
|
3
4
|
import { entities as bellaCadaeuxTheme } from '../customThemes/bellaCadaeux/entities';
|
|
4
5
|
import { entities as blue42Theme } from '../customThemes/blue42/entities';
|
|
5
|
-
import { entities as promptingUTheme } from '../customThemes/promptingU/entities';
|
|
6
6
|
import { entities as streamMarketingTheme } from '../customThemes/streamMarketing/entities';
|
|
7
7
|
import { entities as streamVATheme } from '../customThemes/streamVA/entities';
|
|
8
|
-
import { entities as
|
|
8
|
+
import { entities as promptingUTheme } from '../customThemes/promptingU/entities';
|
|
9
9
|
export { sendogoTheme, greenerStillTheme, bellaCadaeuxTheme, blue42Theme, promptingUTheme, streamMarketingTheme, streamVATheme, sendOutCardsTheme, };
|
|
@@ -447,6 +447,16 @@ export declare const useEntities: () => {
|
|
|
447
447
|
hoverBoxShadow: string;
|
|
448
448
|
hoverBottomDirectionShadow: string;
|
|
449
449
|
defaultInset: string;
|
|
450
|
+
tab: {
|
|
451
|
+
dark: {
|
|
452
|
+
backgroundColor: string | undefined;
|
|
453
|
+
arrowColor: string;
|
|
454
|
+
};
|
|
455
|
+
light: {
|
|
456
|
+
backgroundColor: string;
|
|
457
|
+
arrowColor: string | undefined;
|
|
458
|
+
};
|
|
459
|
+
};
|
|
450
460
|
};
|
|
451
461
|
sheet: {
|
|
452
462
|
mobileBorderRadius: string;
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sendoutcards/quantum-design-ui",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.23-beta.7",
|
|
4
4
|
"description": "UI component library for Quantum Design System",
|
|
5
5
|
"module": "dist/index.es.js",
|
|
6
6
|
"jsnext:main": "dist/index.es.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
8
8
|
"author": "nickqweaver",
|
|
9
9
|
"license": "MIT",
|
|
10
|
+
"repository": "https://github.com/SendOutCards/quantum-design-system",
|
|
10
11
|
"jest": {
|
|
11
12
|
"transform": {
|
|
12
13
|
".(js|ts|tsx)": "ts-jest"
|
|
@@ -24,11 +25,10 @@
|
|
|
24
25
|
]
|
|
25
26
|
},
|
|
26
27
|
"scripts": {
|
|
27
|
-
"build": "
|
|
28
|
+
"build": "rollup -c",
|
|
28
29
|
"test": "jest",
|
|
29
30
|
"lint": "eslint src",
|
|
30
31
|
"lint-staged": "lint-staged",
|
|
31
|
-
"publish": "npm publish",
|
|
32
32
|
"storybook": "start-storybook -p 6006",
|
|
33
33
|
"build-storybook": "build-storybook",
|
|
34
34
|
"prettier": "prettier --write src"
|
|
@@ -102,5 +102,6 @@
|
|
|
102
102
|
"prettier --write",
|
|
103
103
|
"git add"
|
|
104
104
|
]
|
|
105
|
-
}
|
|
105
|
+
},
|
|
106
|
+
"gitHead": "91639ed2a4f69c57e866c55f6f2a7308d8a899d3"
|
|
106
107
|
}
|