@appquality/unguess-design-system 3.1.106-highlight-5 → 3.1.106-precision-1
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/.github/workflows/storybook.yml +2 -2
- package/build/index.d.ts +10 -11
- package/build/index.js +355 -938
- package/build/stories/alerts/index.d.ts +2 -272
- package/build/stories/buttons/button/index.d.ts +3 -292
- package/build/stories/buttons/button/index.stories.d.ts +0 -1
- package/build/stories/buttons/utils.d.ts +6 -860
- package/build/stories/charts/ChartContainer.d.ts +1 -1
- package/build/stories/chat/index.d.ts +2 -271
- package/build/stories/chat/index.stories.d.ts +0 -1
- package/build/stories/chat/parts/containers.d.ts +5 -276
- package/build/stories/chat/parts/header.d.ts +1 -271
- package/build/stories/dropdowns/field/index.d.ts +2 -271
- package/build/stories/dropdowns/select/index.d.ts +1 -271
- package/build/stories/dropdowns/select/index.stories.d.ts +0 -1
- package/build/stories/editor/index.stories.d.ts +0 -1
- package/build/stories/forms/input/index.d.ts +2 -271
- package/build/stories/forms/input-toggle/index.d.ts +1 -273
- package/build/stories/highlight/CreateObservationButton.d.ts +3 -3
- package/build/stories/highlight/index.stories.d.ts +0 -1
- package/build/stories/label/index.d.ts +2 -274
- package/build/stories/lightbox/parts/body.d.ts +3 -812
- package/build/stories/lightbox/parts/footer.d.ts +2 -271
- package/build/stories/modals/fullscreen/index.d.ts +8 -1090
- package/build/stories/modals/index.d.ts +2 -271
- package/build/stories/navigation/header/header-item/brandItem.d.ts +2 -286
- package/build/stories/navigation/nav/nav-item/accordionItem.d.ts +3 -3
- package/build/stories/navigation/nav/nav-item/navItemProject.d.ts +1 -1
- package/build/stories/navigation/page-header/index.d.ts +8 -1091
- package/build/stories/navigation/page-header/styled/main.d.ts +8 -1092
- package/build/stories/player/_types.d.ts +1 -0
- package/build/stories/player/index.stories.d.ts +0 -1
- package/build/stories/player/parts/container.d.ts +1 -1
- package/build/stories/player/parts/controlButton.d.ts +2 -292
- package/build/stories/player/parts/controls.d.ts +2 -273
- package/build/stories/player/parts/floatingControls.d.ts +1 -1
- package/build/stories/profile-modal/components/menuItem.d.ts +1 -272
- package/build/stories/profile-modal/components/menuItemIcon.d.ts +1 -1
- package/build/stories/slider/parts/container.d.ts +1 -272
- package/build/stories/slider/parts/slickSlider.d.ts +1 -1
- package/build/stories/special-cards/index.d.ts +11 -829
- package/build/stories/special-cards/styled/header.d.ts +9 -827
- 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 +6 -813
- package/build/stories/tags/index.d.ts +6 -552
- package/build/stories/timeline/index.d.ts +4 -273
- package/build/stories/typography/typescale/anchortag/index.stories.d.ts +5 -1
- package/build/stories/typography/typescale/index.d.ts +14 -286
- package/build/stories/typography/typescale/index.stories.d.ts +5 -1
- package/package.json +15 -22
- package/build/stories/editorWithHighlight/_data.d.ts +0 -17
- package/build/stories/editorWithHighlight/extensions/theme/index.d.ts +0 -346
- package/build/stories/editorWithHighlight/findActiveWord.d.ts +0 -2
- package/build/stories/editorWithHighlight/floatingMenu.d.ts +0 -8
- package/build/stories/editorWithHighlight/getParsedContent.d.ts +0 -26
- package/build/stories/editorWithHighlight/index.d.ts +0 -31
- package/build/stories/editorWithHighlight/index.stories.d.ts +0 -23
- package/build/stories/editorWithHighlight/nodes/active/Component.d.ts +0 -6
- package/build/stories/editorWithHighlight/nodes/active/index.d.ts +0 -4
- package/build/stories/editorWithHighlight/nodes/observation/Component.d.ts +0 -6
- package/build/stories/editorWithHighlight/nodes/observation/index.d.ts +0 -2
- package/build/stories/editorWithHighlight/nodes/paragraph/Component.d.ts +0 -6
- package/build/stories/editorWithHighlight/nodes/paragraph/index.d.ts +0 -2
- package/build/stories/editorWithHighlight/nodes/word/Component.d.ts +0 -6
- package/build/stories/editorWithHighlight/nodes/word/index.d.ts +0 -2
- package/build/stories/editorWithHighlight/search.d.ts +0 -8
- package/build/stories/editorWithHighlight/useEditor.d.ts +0 -11
- package/yarn-error.log +0 -13975
|
@@ -24,10 +24,10 @@ jobs:
|
|
|
24
24
|
- uses: actions/checkout@v2
|
|
25
25
|
with:
|
|
26
26
|
fetch-depth: 0
|
|
27
|
-
- name: Use Node.js
|
|
27
|
+
- name: Use Node.js 16.x
|
|
28
28
|
uses: actions/setup-node@v2
|
|
29
29
|
with:
|
|
30
|
-
node-version: "
|
|
30
|
+
node-version: "16"
|
|
31
31
|
|
|
32
32
|
- name: Publish storybook
|
|
33
33
|
id: storybook
|
package/build/index.d.ts
CHANGED
|
@@ -16,23 +16,23 @@ export * from "./stories/info-cards";
|
|
|
16
16
|
export * from "./stories/special-cards";
|
|
17
17
|
export * from "./stories/charts/bar";
|
|
18
18
|
export * from "./stories/charts/bullet";
|
|
19
|
-
export * from "./stories/charts/halfPie";
|
|
20
19
|
export * from "./stories/charts/pie";
|
|
21
|
-
export * from "./stories/charts/
|
|
20
|
+
export * from "./stories/charts/halfPie";
|
|
22
21
|
export * from "./stories/charts/sunburst";
|
|
23
22
|
export * from "./stories/charts/waffle";
|
|
23
|
+
export * from "./stories/charts/sentiment";
|
|
24
24
|
export * from "./stories/chat";
|
|
25
25
|
export * from "./stories/close";
|
|
26
26
|
export * from "./stories/color-swatch";
|
|
27
27
|
export * from "./stories/drawers";
|
|
28
|
-
export * from "./stories/dropdowns/autocomplete";
|
|
29
|
-
export * from "./stories/dropdowns/countermultiselect";
|
|
30
28
|
export * as DropdownField from "./stories/dropdowns/field";
|
|
31
29
|
export * from "./stories/dropdowns/item";
|
|
32
30
|
export * from "./stories/dropdowns/item-content";
|
|
33
31
|
export * from "./stories/dropdowns/menu";
|
|
34
|
-
export * from "./stories/dropdowns/
|
|
32
|
+
export * from "./stories/dropdowns/countermultiselect";
|
|
35
33
|
export * from "./stories/dropdowns/select";
|
|
34
|
+
export * from "./stories/dropdowns/autocomplete";
|
|
35
|
+
export * from "./stories/dropdowns/menuheader";
|
|
36
36
|
export * from "./stories/editor";
|
|
37
37
|
export * from "./stories/forms/checkbox";
|
|
38
38
|
export * from "./stories/forms/checkbox/cards";
|
|
@@ -45,30 +45,30 @@ export * from "./stories/forms/radio/cards";
|
|
|
45
45
|
export * from "./stories/forms/textarea";
|
|
46
46
|
export * from "./stories/forms/toggle";
|
|
47
47
|
export * from "./stories/grid/col";
|
|
48
|
-
export * from "./stories/grid/grid";
|
|
49
48
|
export * from "./stories/grid/row";
|
|
49
|
+
export * from "./stories/grid/grid";
|
|
50
50
|
export * from "./stories/highlight";
|
|
51
51
|
export * from "./stories/icons";
|
|
52
52
|
export * from "./stories/label";
|
|
53
53
|
export * from "./stories/lightbox";
|
|
54
|
-
export * from "./stories/loaders/dots";
|
|
55
54
|
export * from "./stories/loaders/progress";
|
|
56
55
|
export * from "./stories/loaders/skeleton";
|
|
57
56
|
export * from "./stories/loaders/spinner";
|
|
57
|
+
export * from "./stories/loaders/dots";
|
|
58
58
|
export * from "./stories/login-form";
|
|
59
59
|
export * from "./stories/logo";
|
|
60
60
|
export * from "./stories/multiselect";
|
|
61
61
|
export * from "./stories/modals";
|
|
62
62
|
export * from "./stories/modals/fullscreen";
|
|
63
|
-
export * from "./stories/navigation/app-header";
|
|
64
63
|
export * from "./stories/navigation/body";
|
|
65
|
-
export * from "./stories/navigation/chrome";
|
|
66
64
|
export * from "./stories/navigation/content";
|
|
67
65
|
export * from "./stories/navigation/header";
|
|
68
66
|
export * from "./stories/navigation/header/header-item";
|
|
67
|
+
export * from "./stories/navigation/app-header";
|
|
69
68
|
export * from "./stories/navigation/main";
|
|
70
69
|
export * from "./stories/navigation/nav";
|
|
71
70
|
export * from "./stories/navigation/nav/nav-item";
|
|
71
|
+
export * from "./stories/navigation/chrome";
|
|
72
72
|
export * from "./stories/notifications";
|
|
73
73
|
export * from "./stories/pagination";
|
|
74
74
|
export * from "./stories/navigation/page-header";
|
|
@@ -76,7 +76,7 @@ export * from "./stories/player";
|
|
|
76
76
|
export * from "./stories/profile-modal";
|
|
77
77
|
export * from "./stories/slider";
|
|
78
78
|
export * from "./stories/stepper";
|
|
79
|
-
export {
|
|
79
|
+
export { Table, Head as TableHead, HeaderRow, HeaderCell, Body as TableBody, Row as TableRow, Cell as TableCell, Caption, } from "./stories/table";
|
|
80
80
|
export { GroupRow, GroupedTable } from "./stories/table/grouped";
|
|
81
81
|
export * from "./stories/tabs";
|
|
82
82
|
export * from "./stories/tags";
|
|
@@ -95,5 +95,4 @@ export * from "./stories/typography/lists";
|
|
|
95
95
|
export * from "./stories/typography/paragraph";
|
|
96
96
|
export * from "./stories/typography/span";
|
|
97
97
|
export * from "./stories/typography/typescale";
|
|
98
|
-
export * from "./stories/editorWithHighlight";
|
|
99
98
|
export { GlobalStyle };
|