@gooddata/sdk-ui-kit 10.23.0-alpha.9 → 10.23.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/esm/Bubble/Bubble.d.ts +1 -0
- package/esm/Bubble/Bubble.d.ts.map +1 -1
- package/esm/Bubble/Bubble.js +3 -3
- package/esm/Bubble/Bubble.js.map +1 -1
- package/esm/Button/Button.d.ts.map +1 -1
- package/esm/Button/Button.js +2 -1
- package/esm/Button/Button.js.map +1 -1
- package/esm/DescriptionPanel/DescriptionPanel.d.ts +4 -0
- package/esm/DescriptionPanel/DescriptionPanel.d.ts.map +1 -1
- package/esm/DescriptionPanel/DescriptionPanel.js +10 -5
- package/esm/DescriptionPanel/DescriptionPanel.js.map +1 -1
- package/esm/Dropdown/Dropdown.d.ts.map +1 -1
- package/esm/Dropdown/Dropdown.js +1 -1
- package/esm/Dropdown/Dropdown.js.map +1 -1
- package/esm/Form/InputPure.d.ts.map +1 -1
- package/esm/Form/InputPure.js +1 -1
- package/esm/Form/InputPure.js.map +1 -1
- package/esm/Header/HeaderHelp.d.ts.map +1 -1
- package/esm/Header/HeaderHelp.js +3 -3
- package/esm/Header/HeaderHelp.js.map +1 -1
- package/esm/Header/HeaderSearchButton.d.ts.map +1 -1
- package/esm/Header/HeaderSearchButton.js +1 -1
- package/esm/Header/HeaderSearchButton.js.map +1 -1
- package/esm/List/InsightListItem.d.ts +5 -0
- package/esm/List/InsightListItem.d.ts.map +1 -1
- package/esm/List/InsightListItem.js +3 -3
- package/esm/List/InsightListItem.js.map +1 -1
- package/esm/Overlay/Overlay.d.ts +3 -0
- package/esm/Overlay/Overlay.d.ts.map +1 -1
- package/esm/Overlay/Overlay.js +95 -11
- package/esm/Overlay/Overlay.js.map +1 -1
- package/esm/Overlay/ZoomAwareOverlay.d.ts +10 -0
- package/esm/Overlay/ZoomAwareOverlay.d.ts.map +1 -0
- package/esm/Overlay/ZoomAwareOverlay.js +15 -0
- package/esm/Overlay/ZoomAwareOverlay.js.map +1 -0
- package/esm/Overlay/index.d.ts +1 -0
- package/esm/Overlay/index.d.ts.map +1 -1
- package/esm/Overlay/index.js +2 -1
- package/esm/Overlay/index.js.map +1 -1
- package/esm/Overlay/typings.d.ts +4 -2
- package/esm/Overlay/typings.d.ts.map +1 -1
- package/esm/RichText/RichText.d.ts +16 -0
- package/esm/RichText/RichText.d.ts.map +1 -1
- package/esm/RichText/RichText.js +27 -8
- package/esm/RichText/RichText.js.map +1 -1
- package/esm/RichText/RichTextWithTooltip.d.ts.map +1 -1
- package/esm/RichText/RichTextWithTooltip.js +18 -3
- package/esm/RichText/RichTextWithTooltip.js.map +1 -1
- package/esm/RichText/helpers/references.d.ts +11 -0
- package/esm/RichText/helpers/references.d.ts.map +1 -0
- package/esm/RichText/helpers/references.js +45 -0
- package/esm/RichText/helpers/references.js.map +1 -0
- package/esm/RichText/hooks/useEvaluatedMetrics.d.ts +15 -0
- package/esm/RichText/hooks/useEvaluatedMetrics.d.ts.map +1 -0
- package/esm/RichText/hooks/useEvaluatedMetrics.js +54 -0
- package/esm/RichText/hooks/useEvaluatedMetrics.js.map +1 -0
- package/esm/RichText/hooks/useEvaluatedReferences.d.ts +8 -0
- package/esm/RichText/hooks/useEvaluatedReferences.d.ts.map +1 -0
- package/esm/RichText/hooks/useEvaluatedReferences.js +16 -0
- package/esm/RichText/hooks/useEvaluatedReferences.js.map +1 -0
- package/esm/RichText/plugins/rehype-references.d.ts +5 -0
- package/esm/RichText/plugins/rehype-references.d.ts.map +1 -0
- package/esm/RichText/plugins/rehype-references.js +137 -0
- package/esm/RichText/plugins/rehype-references.js.map +1 -0
- package/esm/RichText/plugins/remark-references.d.ts +3 -0
- package/esm/RichText/plugins/remark-references.d.ts.map +1 -0
- package/esm/RichText/plugins/remark-references.js +48 -0
- package/esm/RichText/plugins/remark-references.js.map +1 -0
- package/esm/RichText/plugins/types.d.ts +14 -0
- package/esm/RichText/plugins/types.d.ts.map +1 -0
- package/esm/RichText/plugins/types.js +4 -0
- package/esm/RichText/plugins/types.js.map +1 -0
- package/esm/ZoomContext/ZoomContext.d.ts +58 -0
- package/esm/ZoomContext/ZoomContext.d.ts.map +1 -0
- package/esm/ZoomContext/ZoomContext.js +97 -0
- package/esm/ZoomContext/ZoomContext.js.map +1 -0
- package/esm/ZoomContext/index.d.ts +2 -0
- package/esm/ZoomContext/index.d.ts.map +1 -0
- package/esm/ZoomContext/index.js +3 -0
- package/esm/ZoomContext/index.js.map +1 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/sdk-ui-kit.d.ts +105 -2
- package/esm/typings/overlay.d.ts +2 -0
- package/esm/typings/overlay.d.ts.map +1 -1
- package/package.json +11 -8
- package/styles/css/descriptionPanel.css +8 -0
- package/styles/css/descriptionPanel.css.map +1 -1
- package/styles/css/main.css +27 -2
- package/styles/css/main.css.map +1 -1
- package/styles/css/richText.css +19 -2
- package/styles/css/richText.css.map +1 -1
- package/styles/scss/descriptionPanel.scss +11 -1
- package/styles/scss/richText.scss +17 -2
package/styles/css/richText.css
CHANGED
@@ -26,20 +26,37 @@
|
|
26
26
|
.gd-rich-text-content textarea::placeholder {
|
27
27
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
28
28
|
}
|
29
|
+
.gd-rich-text-content .gd-rich-text-metric-value {
|
30
|
+
font-weight: bold;
|
31
|
+
}
|
32
|
+
.gd-rich-text-content .gd-rich-text-metric-empty {
|
33
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
34
|
+
}
|
35
|
+
.gd-rich-text-content .gd-rich-text-metric-error {
|
36
|
+
color: var(--gd-palette-error-base, #e54d42);
|
37
|
+
}
|
29
38
|
|
30
39
|
.gd-rich-text-content-view * {
|
31
40
|
margin-top: 0;
|
32
41
|
color: var(--gd-palette-complementary-7, #6d7680);
|
33
42
|
}
|
34
|
-
.gd-rich-text-content-view a
|
43
|
+
.gd-rich-text-content-view a,
|
44
|
+
.gd-rich-text-content-view a * {
|
35
45
|
cursor: pointer;
|
36
46
|
color: var(--gd-palette-primary-base, #14b2e2);
|
37
47
|
text-decoration: underline;
|
38
48
|
}
|
39
|
-
.gd-rich-text-content-view a:hover, .gd-rich-text-content-view a:focus, .gd-rich-text-content-view a:active
|
49
|
+
.gd-rich-text-content-view a:hover, .gd-rich-text-content-view a:focus, .gd-rich-text-content-view a:active,
|
50
|
+
.gd-rich-text-content-view a *:hover,
|
51
|
+
.gd-rich-text-content-view a *:focus,
|
52
|
+
.gd-rich-text-content-view a *:active {
|
40
53
|
color: var(--gd-palette-complementary-8, #464e56);
|
41
54
|
text-decoration: underline;
|
42
55
|
}
|
56
|
+
.gd-rich-text-content-view a:hover,
|
57
|
+
.gd-rich-text-content-view a:hover * {
|
58
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
59
|
+
}
|
43
60
|
.gd-rich-text-content-view h1,
|
44
61
|
.gd-rich-text-content-view h2,
|
45
62
|
.gd-rich-text-content-view h3,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../scss/Dialog/_variables.scss","../scss/mixins.scss","../scss/richText.scss","../scss/variables.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACsHA;AA4DA;AChLA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,kBCES;EDDT;EACA;EACA;EACA,aC2KuB;ED1KvB;EACA;EACA;EACA;EACA;;AAEA;EACI;;;
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/Dialog/_variables.scss","../scss/mixins.scss","../scss/richText.scss","../scss/variables.scss"],"names":[],"mappings":"AAIA;AAAA;AAAA;ACsHA;AA4DA;AChLA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,kBCES;EDDT;EACA;EACA;EACA,aC2KuB;ED1KvB;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAEJ;EACI,OCLQ;;ADOZ;EACI,OCoBgB;;;ADdpB;EACI;EACA;;AAGJ;AAAA;EAEI;EACA,OCXkB;EDYlB;;ADiHJ;AAAA;AAAA;AAAA;EC9GQ,OC1BI;ED2BJ;;AAGR;AAAA;EAEI,OChCQ;;ADmCZ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI,OCzCQ;ED0CR;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAII;EACA;EACA;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAMJ;EACI,OCjFkB;EDkFlB;EACA;;AAEA;EACI,OCjGI;;ADqGZ;EACI;EACA","file":"richText.css"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// (C) 2020 GoodData Corporation
|
1
|
+
// (C) 2020-2025 GoodData Corporation
|
2
2
|
@use "variables";
|
3
3
|
|
4
4
|
.gd-description-panel-bubble {
|
@@ -64,6 +64,16 @@
|
|
64
64
|
}
|
65
65
|
}
|
66
66
|
|
67
|
+
.truncated {
|
68
|
+
.gd-description-panel-bubble,
|
69
|
+
.bubble-content,
|
70
|
+
.content,
|
71
|
+
.gd-description-panel.zoomed {
|
72
|
+
height: 100%;
|
73
|
+
max-height: 100%;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
67
77
|
.gd-ellipsis-text {
|
68
78
|
display: flex;
|
69
79
|
flex-direction: column;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
// (C) 2024 GoodData Corporation
|
1
|
+
// (C) 2024-2025 GoodData Corporation
|
2
2
|
|
3
3
|
@use "Dialog/variables" as dialog-variables;
|
4
4
|
@use "mixins" as mx;
|
@@ -28,6 +28,16 @@
|
|
28
28
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
29
29
|
}
|
30
30
|
}
|
31
|
+
|
32
|
+
.gd-rich-text-metric-value {
|
33
|
+
font-weight: bold;
|
34
|
+
}
|
35
|
+
.gd-rich-text-metric-empty {
|
36
|
+
color: variables.$gd-color-text;
|
37
|
+
}
|
38
|
+
.gd-rich-text-metric-error {
|
39
|
+
color: variables.$gd-palette-error-base;
|
40
|
+
}
|
31
41
|
}
|
32
42
|
|
33
43
|
.gd-rich-text-content-view {
|
@@ -37,7 +47,8 @@
|
|
37
47
|
color: var(--gd-palette-complementary-7, #6d7680);
|
38
48
|
}
|
39
49
|
|
40
|
-
a
|
50
|
+
a,
|
51
|
+
a * {
|
41
52
|
cursor: pointer;
|
42
53
|
color: variables.$gd-palette-primary-base;
|
43
54
|
text-decoration: underline;
|
@@ -47,6 +58,10 @@
|
|
47
58
|
text-decoration: underline;
|
48
59
|
}
|
49
60
|
}
|
61
|
+
a:hover,
|
62
|
+
a:hover * {
|
63
|
+
color: variables.$gd-color-text;
|
64
|
+
}
|
50
65
|
|
51
66
|
h1,
|
52
67
|
h2,
|