@appquality/unguess-design-system 3.0.12-alpha → 3.1.0
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/CHANGELOG.md +46 -0
- package/build/index.d.ts +1 -1
- package/build/index.js +556 -512
- package/build/stories/alerts/index.d.ts +1 -1
- package/build/stories/breadcrumbs/index.stories.d.ts +2 -2
- package/build/stories/buttons/anchor/index.d.ts +2 -2
- package/build/stories/buttons/anchor/index.stories.d.ts +5 -5
- package/build/stories/buttons/button/_types.d.ts +2 -29
- package/build/stories/buttons/button/index.d.ts +1 -1
- package/build/stories/buttons/button/index.stories.d.ts +6 -1216
- package/build/stories/buttons/button-group/index.d.ts +2 -2
- package/build/stories/buttons/button-group/index.stories.d.ts +10 -11
- package/build/stories/buttons/icon-button/_types.d.ts +2 -16
- package/build/stories/buttons/icon-button/index.stories.d.ts +2 -2
- package/build/stories/buttons/utils.d.ts +12 -0
- package/build/stories/cards/index.d.ts +6 -0
- package/build/stories/charts/ChartContainer.d.ts +1 -1
- package/build/stories/dropdowns/field/index.d.ts +1 -1
- package/build/stories/dropdowns/select/index.d.ts +1 -1
- package/build/stories/dropdowns/select/index.stories.d.ts +1 -0
- package/build/stories/editor/editorStyle.d.ts +1 -1
- package/build/stories/editor/index.stories.d.ts +1 -0
- package/build/stories/forms/input/index.d.ts +1 -1
- package/build/stories/forms/input-toggle/index.d.ts +1 -1
- package/build/stories/label/index.d.ts +1 -1
- package/build/stories/lightbox/parts/body.d.ts +3 -3
- package/build/stories/lightbox/parts/footer.d.ts +1 -1
- package/build/stories/modals/fullscreen/index.d.ts +4 -4
- package/build/stories/modals/index.d.ts +1 -1
- package/build/stories/navigation/header/header-item/brandItem.d.ts +1 -1
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +1 -1
- package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
- package/build/stories/navigation/page-header/index.d.ts +8 -4
- package/build/stories/navigation/page-header/styled/main.d.ts +9 -4
- package/build/stories/player/parts/container.d.ts +1 -1
- package/build/stories/player/parts/controls.d.ts +2 -2
- package/build/stories/player/parts/floatingControls.d.ts +1 -1
- package/build/stories/player/parts/video.d.ts +1 -1
- package/build/stories/profile-modal/menuItem.d.ts +1 -1
- package/build/stories/profile-modal/menuItemIcon.d.ts +1 -1
- package/build/stories/slider/index.d.ts +2 -0
- package/build/stories/slider/parts/container.d.ts +1 -1
- package/build/stories/slider/parts/slickSlider.d.ts +1 -1
- package/build/stories/special-cards/index.d.ts +12 -5
- package/build/stories/special-cards/styled/header.d.ts +10 -3
- package/build/stories/special-cards/styled/meta.d.ts +1 -1
- package/build/stories/special-cards/styled/thumbnail.d.ts +1 -1
- package/build/stories/stepper/index.d.ts +3 -3
- package/build/stories/tags/index.d.ts +3 -3
- package/build/stories/theme/charts.d.ts +1 -17
- package/build/stories/theme/colors.d.ts +5 -10
- package/build/stories/theme/components.d.ts +116 -42
- package/build/stories/theme/gradients.d.ts +0 -1
- package/build/stories/theme/index.d.ts +137 -85
- package/build/stories/theme/mixins.d.ts +2 -2
- package/build/stories/theme/palette.d.ts +35 -36
- package/build/stories/theme/palette.stories.d.ts +19 -5
- package/build/stories/theme/utils.d.ts +6 -2
- package/build/stories/timeline/index.d.ts +2 -2
- package/build/stories/tooltip/index.d.ts +1 -1
- package/build/stories/tooltip/index.stories.d.ts +2 -1
- package/build/stories/typography/paragraph/index.d.ts +2 -2
- package/build/stories/typography/paragraph/index.stories.d.ts +3 -3
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +11 -1
- package/build/stories/typography/typescale/index.d.ts +26 -8
- package/build/stories/typography/typescale/index.stories.d.ts +11 -1
- package/package.json +2 -4
- package/yarn-error.log +10059 -6023
- package/.babelrc.json +0 -3
- package/build/stories/buttons/anchor/_types.d.ts +0 -11
- package/build/stories/buttons/button-group/_types.d.ts +0 -5
- package/build/stories/buttons/utils/useButtonVariant.d.ts +0 -5
- package/build/stories/typography/paragraph/_types.d.ts +0 -5
- package/build/stories/typography/typescale/_types.d.ts +0 -43
package/.babelrc.json
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IAnchorProps } from "@zendeskgarden/react-buttons";
|
|
2
|
-
export interface AnchorArgs extends IAnchorProps {
|
|
3
|
-
/** Applies danger styling */
|
|
4
|
-
isDanger?: boolean;
|
|
5
|
-
/**
|
|
6
|
-
* Attaches `target="_blank"` and `rel="noopener noreferrer"` to an anchor that
|
|
7
|
-
* navigates to an external resource. This ensures that the anchor is a
|
|
8
|
-
* safe [cross-origin destination link](https://web.dev/external-anchors-use-rel-noopener/).
|
|
9
|
-
**/
|
|
10
|
-
isExternal?: boolean;
|
|
11
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ISMProps, IMDProps, ILGProps, IXLProps, IXXLProps, IXXXLProps } from "@zendeskgarden/react-typography";
|
|
2
|
-
export interface SMArgs extends ISMProps {
|
|
3
|
-
/** Updates the element's HTML tag */
|
|
4
|
-
tag?: any;
|
|
5
|
-
/** Applies bold font style */
|
|
6
|
-
isBold?: boolean;
|
|
7
|
-
/** Renders with monospace font */
|
|
8
|
-
isMonospace?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface MDArgs extends IMDProps {
|
|
11
|
-
/** Updates the element's HTML tag */
|
|
12
|
-
tag?: any;
|
|
13
|
-
/** Applies bold font style */
|
|
14
|
-
isBold?: boolean;
|
|
15
|
-
/** Renders with monospace font */
|
|
16
|
-
isMonospace?: boolean;
|
|
17
|
-
}
|
|
18
|
-
export interface LGArgs extends ILGProps {
|
|
19
|
-
/** Updates the element's HTML tag */
|
|
20
|
-
tag?: any;
|
|
21
|
-
/** Applies bold font style */
|
|
22
|
-
isBold?: boolean;
|
|
23
|
-
/** Renders with monospace font */
|
|
24
|
-
isMonospace?: boolean;
|
|
25
|
-
}
|
|
26
|
-
export interface XLArgs extends IXLProps {
|
|
27
|
-
/** Updates the element's HTML tag */
|
|
28
|
-
tag?: any;
|
|
29
|
-
/** Applies bold font style */
|
|
30
|
-
isBold?: boolean;
|
|
31
|
-
}
|
|
32
|
-
export interface XXLArgs extends IXXLProps {
|
|
33
|
-
/** Updates the element's HTML tag */
|
|
34
|
-
tag?: any;
|
|
35
|
-
/** Applies bold font style */
|
|
36
|
-
isBold?: boolean;
|
|
37
|
-
}
|
|
38
|
-
export interface XXXLArgs extends IXXXLProps {
|
|
39
|
-
/** Updates the element's HTML tag */
|
|
40
|
-
tag?: any;
|
|
41
|
-
/** Applies bold font style */
|
|
42
|
-
isBold?: boolean;
|
|
43
|
-
}
|