@genexus/mercury 0.9.13 → 0.9.15
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/assets/MERCURY_ASSETS.d.ts +9 -9
- package/dist/assets/MERCURY_ASSETS.js +35 -35
- package/dist/assets/MERCURY_ASSETS.ts +35 -35
- package/dist/assets/icons/menus/dark/create-database-tables.svg +1 -1
- package/dist/assets/icons/menus/light/create-database-tables.svg +1 -1
- package/dist/bundles/css/all.css +1 -1
- package/dist/bundles/css/base/icons.css +1 -1
- package/dist/bundles/css/components/markdown-viewer.css +1 -1
- package/dist/mercury.scss +21 -33
- package/package.json +1 -1
- /package/dist/assets/icons/system/dark/{Assistant.svg → assistant.svg} +0 -0
- /package/dist/assets/icons/system/light/{Assistant.svg → assistant.svg} +0 -0
|
@@ -4784,7 +4784,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4784
4784
|
}>;
|
|
4785
4785
|
}>;
|
|
4786
4786
|
}>;
|
|
4787
|
-
|
|
4787
|
+
assistant: Readonly<{
|
|
4788
4788
|
"on-surface": Readonly<{
|
|
4789
4789
|
enabled: Readonly<{
|
|
4790
4790
|
name: string;
|
|
@@ -4819,7 +4819,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4819
4819
|
}>;
|
|
4820
4820
|
}>;
|
|
4821
4821
|
}>;
|
|
4822
|
-
"arrow-
|
|
4822
|
+
"arrow-up": Readonly<{
|
|
4823
4823
|
"on-surface": Readonly<{
|
|
4824
4824
|
enabled: Readonly<{
|
|
4825
4825
|
name: string;
|
|
@@ -4854,7 +4854,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4854
4854
|
}>;
|
|
4855
4855
|
}>;
|
|
4856
4856
|
}>;
|
|
4857
|
-
"arrow-
|
|
4857
|
+
"arrow-right": Readonly<{
|
|
4858
4858
|
"on-surface": Readonly<{
|
|
4859
4859
|
enabled: Readonly<{
|
|
4860
4860
|
name: string;
|
|
@@ -4889,7 +4889,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4889
4889
|
}>;
|
|
4890
4890
|
}>;
|
|
4891
4891
|
}>;
|
|
4892
|
-
"arrow-
|
|
4892
|
+
"arrow-left": Readonly<{
|
|
4893
4893
|
"on-surface": Readonly<{
|
|
4894
4894
|
enabled: Readonly<{
|
|
4895
4895
|
name: string;
|
|
@@ -4924,7 +4924,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4924
4924
|
}>;
|
|
4925
4925
|
}>;
|
|
4926
4926
|
}>;
|
|
4927
|
-
|
|
4927
|
+
"arrow-down": Readonly<{
|
|
4928
4928
|
"on-surface": Readonly<{
|
|
4929
4929
|
enabled: Readonly<{
|
|
4930
4930
|
name: string;
|
|
@@ -4959,7 +4959,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4959
4959
|
}>;
|
|
4960
4960
|
}>;
|
|
4961
4961
|
}>;
|
|
4962
|
-
|
|
4962
|
+
applications: Readonly<{
|
|
4963
4963
|
"on-surface": Readonly<{
|
|
4964
4964
|
enabled: Readonly<{
|
|
4965
4965
|
name: string;
|
|
@@ -4994,7 +4994,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
4994
4994
|
}>;
|
|
4995
4995
|
}>;
|
|
4996
4996
|
}>;
|
|
4997
|
-
|
|
4997
|
+
ai: Readonly<{
|
|
4998
4998
|
"on-surface": Readonly<{
|
|
4999
4999
|
enabled: Readonly<{
|
|
5000
5000
|
name: string;
|
|
@@ -5029,7 +5029,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
5029
5029
|
}>;
|
|
5030
5030
|
}>;
|
|
5031
5031
|
}>;
|
|
5032
|
-
|
|
5032
|
+
add: Readonly<{
|
|
5033
5033
|
"on-surface": Readonly<{
|
|
5034
5034
|
enabled: Readonly<{
|
|
5035
5035
|
name: string;
|
|
@@ -5064,7 +5064,7 @@ export declare const MERCURY_ASSETS: Readonly<{
|
|
|
5064
5064
|
}>;
|
|
5065
5065
|
}>;
|
|
5066
5066
|
}>;
|
|
5067
|
-
|
|
5067
|
+
"add-circle": Readonly<{
|
|
5068
5068
|
"on-surface": Readonly<{
|
|
5069
5069
|
enabled: Readonly<{
|
|
5070
5070
|
name: string;
|
|
@@ -4785,6 +4785,41 @@ export const MERCURY_ASSETS = freeze({
|
|
|
4785
4785
|
})
|
|
4786
4786
|
})
|
|
4787
4787
|
}),
|
|
4788
|
+
assistant: freeze({
|
|
4789
|
+
"on-surface": freeze({
|
|
4790
|
+
enabled: freeze({
|
|
4791
|
+
name: "system_assistant_on-surface--enabled"
|
|
4792
|
+
}),
|
|
4793
|
+
hover: freeze({
|
|
4794
|
+
name: "system_assistant_on-surface--hover"
|
|
4795
|
+
}),
|
|
4796
|
+
active: freeze({
|
|
4797
|
+
name: "system_assistant_on-surface--active"
|
|
4798
|
+
}),
|
|
4799
|
+
disabled: freeze({
|
|
4800
|
+
name: "system_assistant_on-surface--disabled"
|
|
4801
|
+
})
|
|
4802
|
+
}),
|
|
4803
|
+
"on-elevation": freeze({
|
|
4804
|
+
enabled: freeze({
|
|
4805
|
+
name: "system_assistant_on-elevation--enabled"
|
|
4806
|
+
})
|
|
4807
|
+
}),
|
|
4808
|
+
primary: freeze({
|
|
4809
|
+
enabled: freeze({
|
|
4810
|
+
name: "system_assistant_primary--enabled"
|
|
4811
|
+
}),
|
|
4812
|
+
hover: freeze({
|
|
4813
|
+
name: "system_assistant_primary--hover"
|
|
4814
|
+
}),
|
|
4815
|
+
active: freeze({
|
|
4816
|
+
name: "system_assistant_primary--active"
|
|
4817
|
+
}),
|
|
4818
|
+
disabled: freeze({
|
|
4819
|
+
name: "system_assistant_primary--disabled"
|
|
4820
|
+
})
|
|
4821
|
+
})
|
|
4822
|
+
}),
|
|
4788
4823
|
"arrow-up": freeze({
|
|
4789
4824
|
"on-surface": freeze({
|
|
4790
4825
|
enabled: freeze({
|
|
@@ -5064,41 +5099,6 @@ export const MERCURY_ASSETS = freeze({
|
|
|
5064
5099
|
name: "system_add-circle_primary--disabled"
|
|
5065
5100
|
})
|
|
5066
5101
|
})
|
|
5067
|
-
}),
|
|
5068
|
-
Assistant: freeze({
|
|
5069
|
-
"on-surface": freeze({
|
|
5070
|
-
enabled: freeze({
|
|
5071
|
-
name: "system_Assistant_on-surface--enabled"
|
|
5072
|
-
}),
|
|
5073
|
-
hover: freeze({
|
|
5074
|
-
name: "system_Assistant_on-surface--hover"
|
|
5075
|
-
}),
|
|
5076
|
-
active: freeze({
|
|
5077
|
-
name: "system_Assistant_on-surface--active"
|
|
5078
|
-
}),
|
|
5079
|
-
disabled: freeze({
|
|
5080
|
-
name: "system_Assistant_on-surface--disabled"
|
|
5081
|
-
})
|
|
5082
|
-
}),
|
|
5083
|
-
"on-elevation": freeze({
|
|
5084
|
-
enabled: freeze({
|
|
5085
|
-
name: "system_Assistant_on-elevation--enabled"
|
|
5086
|
-
})
|
|
5087
|
-
}),
|
|
5088
|
-
primary: freeze({
|
|
5089
|
-
enabled: freeze({
|
|
5090
|
-
name: "system_Assistant_primary--enabled"
|
|
5091
|
-
}),
|
|
5092
|
-
hover: freeze({
|
|
5093
|
-
name: "system_Assistant_primary--hover"
|
|
5094
|
-
}),
|
|
5095
|
-
active: freeze({
|
|
5096
|
-
name: "system_Assistant_primary--active"
|
|
5097
|
-
}),
|
|
5098
|
-
disabled: freeze({
|
|
5099
|
-
name: "system_Assistant_primary--disabled"
|
|
5100
|
-
})
|
|
5101
|
-
})
|
|
5102
5102
|
})
|
|
5103
5103
|
}),
|
|
5104
5104
|
states: freeze({
|
|
@@ -4787,6 +4787,41 @@ export const MERCURY_ASSETS = freeze({
|
|
|
4787
4787
|
})
|
|
4788
4788
|
})
|
|
4789
4789
|
}),
|
|
4790
|
+
assistant: freeze({
|
|
4791
|
+
"on-surface": freeze({
|
|
4792
|
+
enabled: freeze({
|
|
4793
|
+
name: "system_assistant_on-surface--enabled"
|
|
4794
|
+
}),
|
|
4795
|
+
hover: freeze({
|
|
4796
|
+
name: "system_assistant_on-surface--hover"
|
|
4797
|
+
}),
|
|
4798
|
+
active: freeze({
|
|
4799
|
+
name: "system_assistant_on-surface--active"
|
|
4800
|
+
}),
|
|
4801
|
+
disabled: freeze({
|
|
4802
|
+
name: "system_assistant_on-surface--disabled"
|
|
4803
|
+
})
|
|
4804
|
+
}),
|
|
4805
|
+
"on-elevation": freeze({
|
|
4806
|
+
enabled: freeze({
|
|
4807
|
+
name: "system_assistant_on-elevation--enabled"
|
|
4808
|
+
})
|
|
4809
|
+
}),
|
|
4810
|
+
primary: freeze({
|
|
4811
|
+
enabled: freeze({
|
|
4812
|
+
name: "system_assistant_primary--enabled"
|
|
4813
|
+
}),
|
|
4814
|
+
hover: freeze({
|
|
4815
|
+
name: "system_assistant_primary--hover"
|
|
4816
|
+
}),
|
|
4817
|
+
active: freeze({
|
|
4818
|
+
name: "system_assistant_primary--active"
|
|
4819
|
+
}),
|
|
4820
|
+
disabled: freeze({
|
|
4821
|
+
name: "system_assistant_primary--disabled"
|
|
4822
|
+
})
|
|
4823
|
+
})
|
|
4824
|
+
}),
|
|
4790
4825
|
"arrow-up": freeze({
|
|
4791
4826
|
"on-surface": freeze({
|
|
4792
4827
|
enabled: freeze({
|
|
@@ -5066,41 +5101,6 @@ export const MERCURY_ASSETS = freeze({
|
|
|
5066
5101
|
name: "system_add-circle_primary--disabled"
|
|
5067
5102
|
})
|
|
5068
5103
|
})
|
|
5069
|
-
}),
|
|
5070
|
-
Assistant: freeze({
|
|
5071
|
-
"on-surface": freeze({
|
|
5072
|
-
enabled: freeze({
|
|
5073
|
-
name: "system_Assistant_on-surface--enabled"
|
|
5074
|
-
}),
|
|
5075
|
-
hover: freeze({
|
|
5076
|
-
name: "system_Assistant_on-surface--hover"
|
|
5077
|
-
}),
|
|
5078
|
-
active: freeze({
|
|
5079
|
-
name: "system_Assistant_on-surface--active"
|
|
5080
|
-
}),
|
|
5081
|
-
disabled: freeze({
|
|
5082
|
-
name: "system_Assistant_on-surface--disabled"
|
|
5083
|
-
})
|
|
5084
|
-
}),
|
|
5085
|
-
"on-elevation": freeze({
|
|
5086
|
-
enabled: freeze({
|
|
5087
|
-
name: "system_Assistant_on-elevation--enabled"
|
|
5088
|
-
})
|
|
5089
|
-
}),
|
|
5090
|
-
primary: freeze({
|
|
5091
|
-
enabled: freeze({
|
|
5092
|
-
name: "system_Assistant_primary--enabled"
|
|
5093
|
-
}),
|
|
5094
|
-
hover: freeze({
|
|
5095
|
-
name: "system_Assistant_primary--hover"
|
|
5096
|
-
}),
|
|
5097
|
-
active: freeze({
|
|
5098
|
-
name: "system_Assistant_primary--active"
|
|
5099
|
-
}),
|
|
5100
|
-
disabled: freeze({
|
|
5101
|
-
name: "system_Assistant_primary--disabled"
|
|
5102
|
-
})
|
|
5103
|
-
})
|
|
5104
5104
|
})
|
|
5105
5105
|
}),
|
|
5106
5106
|
states: freeze({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-scheme="monochrome"><defs><g id="icon-def"><path fill="var(--color)" fill-rule="evenodd" d="M0 0v7h7V0H0Zm6 6H1V1h5v5ZM3 4H2V3h1V2h1v1h1v1H4v1H3V4Zm2 9v1H4v-1h1Zm0-4v1H4V9h1Zm11-5a1 1 0 0 0-1-1H8v1h7v3H8v1h7v3H3V8H2v3c.008.176.06.348.15.5A1 1 0 0 0 2 12v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 0 0-.15-.5A1 1 0 0 0 16 11V8a1 1 0 0 0-.16-.52A1 1 0 0 0 16 7V4Zm-1 11H3v-3h12v3Z" clip-rule="evenodd"
|
|
1
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-scheme="monochrome"><defs><g id="icon-def"><path fill="var(--color)" fill-rule="evenodd" d="M0 0v7h7V0H0Zm6 6H1V1h5v5ZM3 4H2V3h1V2h1v1h1v1H4v1H3V4Zm2 9v1H4v-1h1Zm0-4v1H4V9h1Zm11-5a1 1 0 0 0-1-1H8v1h7v3H8v1h7v3H3V8H2v3c.008.176.06.348.15.5A1 1 0 0 0 2 12v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 0 0-.15-.5A1 1 0 0 0 16 11V8a1 1 0 0 0-.16-.52A1 1 0 0 0 16 7V4Zm-1 11H3v-3h12v3Z" clip-rule="evenodd"/></g></defs><view id="on-surface--enabled" viewBox="0 0 16 16"/><use href="#icon-def" x="0" y="0" style="--color:#999999"/><view id="on-surface--hover" viewBox="16 0 16 16"/><use href="#icon-def" x="16" y="0" style="--color:#999999"/><view id="on-surface--active" viewBox="32 0 16 16"/><use href="#icon-def" x="32" y="0" style="--color:#999999"/><view id="on-surface--disabled" viewBox="48 0 16 16"/><use href="#icon-def" x="48" y="0" style="--color:#999999"/><view id="on-primary--enabled" viewBox="0 16 16 16"/><use href="#icon-def" x="0" y="16" style="--color:#1A1A1A"/><view id="on-primary--hover" viewBox="16 16 16 16"/><use href="#icon-def" x="16" y="16" style="--color:#1A1A1A"/><view id="on-primary--active" viewBox="32 16 16 16"/><use href="#icon-def" x="32" y="16" style="--color:#FFFFFF"/><view id="on-primary--disabled" viewBox="48 16 16 16"/><use href="#icon-def" x="48" y="16" style="--color:#7F7F7F"/><view id="on-disabled--enabled" viewBox="0 32 16 16"/><use href="#icon-def" x="0" y="32" style="--color:#7F7F7F"/><view id="on-message--enabled" viewBox="0 48 16 16"/><use href="#icon-def" x="0" y="48" style="--color:#333333"/><view id="on-elevation--enabled" viewBox="0 64 16 16"/><use href="#icon-def" x="0" y="64" style="--color:#CCCCCC"/><view id="primary--enabled" viewBox="0 80 16 16"/><use href="#icon-def" x="0" y="80" style="--color:#5ba7ff"/><view id="primary--hover" viewBox="16 80 16 16"/><use href="#icon-def" x="16" y="80" style="--color:#437dc0"/><view id="primary--active" viewBox="32 80 16 16"/><use href="#icon-def" x="32" y="80" style="--color:#335884"/><view id="primary--disabled" viewBox="48 80 16 16"/><use href="#icon-def" x="48" y="80" style="--color:#4D4D4D"/><view id="neutral--enabled" viewBox="0 144 16 16"/><use href="#icon-def" x="0" y="144" style="--color:#B3B3B3"/><view id="neutral--hover" viewBox="16 144 16 16"/><use href="#icon-def" x="16" y="144" style="--color:#437DC0"/><view id="neutral--active" viewBox="32 144 16 16"/><use href="#icon-def" x="32" y="144" style="--color:#FFFFFF"/><view id="neutral--disabled" viewBox="48 144 16 16"/><use href="#icon-def" x="48" y="144" style="--color:#7F7F7F"/><view id="highlighted--enabled" viewBox="0 160 16 16"/><use href="#icon-def" x="0" y="160" style="--color:#CCCCCC"/><view id="bright--enabled" viewBox="0 176 16 16"/><use href="#icon-def" x="0" y="176" style="--color:#FFFFFF"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-scheme="monochrome"><defs><g id="icon-def"><path fill="var(--color)" fill-rule="evenodd" d="M0 0v7h7V0H0Zm6 6H1V1h5v5ZM3 4H2V3h1V2h1v1h1v1H4v1H3V4Zm2 9v1H4v-1h1Zm0-4v1H4V9h1Zm11-5a1 1 0 0 0-1-1H8v1h7v3H8v1h7v3H3V8H2v3c.008.176.06.348.15.5A1 1 0 0 0 2 12v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 0 0-.15-.5A1 1 0 0 0 16 11V8a1 1 0 0 0-.16-.52A1 1 0 0 0 16 7V4Zm-1 11H3v-3h12v3Z" clip-rule="evenodd"
|
|
1
|
+
<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" data-scheme="monochrome"><defs><g id="icon-def"><path fill="var(--color)" fill-rule="evenodd" d="M0 0v7h7V0H0Zm6 6H1V1h5v5ZM3 4H2V3h1V2h1v1h1v1H4v1H3V4Zm2 9v1H4v-1h1Zm0-4v1H4V9h1Zm11-5a1 1 0 0 0-1-1H8v1h7v3H8v1h7v3H3V8H2v3c.008.176.06.348.15.5A1 1 0 0 0 2 12v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3a1 1 0 0 0-.15-.5A1 1 0 0 0 16 11V8a1 1 0 0 0-.16-.52A1 1 0 0 0 16 7V4Zm-1 11H3v-3h12v3Z" clip-rule="evenodd"/></g></defs><view id="on-surface--enabled" viewBox="0 0 16 16"/><use href="#icon-def" x="0" y="0" style="--color:#696969"/><view id="on-surface--hover" viewBox="16 0 16 16"/><use href="#icon-def" x="16" y="0" style="--color:#696969"/><view id="on-surface--active" viewBox="32 0 16 16"/><use href="#icon-def" x="32" y="0" style="--color:#696969"/><view id="on-surface--disabled" viewBox="48 0 16 16"/><use href="#icon-def" x="48" y="0" style="--color:#696969"/><view id="on-primary--enabled" viewBox="0 16 16 16"/><use href="#icon-def" x="0" y="16" style="--color:#CCCCCC"/><view id="on-primary--hover" viewBox="16 16 16 16"/><use href="#icon-def" x="16" y="16" style="--color:#CCCCCC"/><view id="on-primary--active" viewBox="32 16 16 16"/><use href="#icon-def" x="32" y="16" style="--color:#363636"/><view id="on-primary--disabled" viewBox="48 16 16 16"/><use href="#icon-def" x="48" y="16" style="--color:#666666"/><view id="on-disabled--enabled" viewBox="0 32 16 16"/><use href="#icon-def" x="0" y="32" style="--color:#666666"/><view id="on-message--enabled" viewBox="0 48 16 16"/><use href="#icon-def" x="0" y="48" style="--color:#B3B3B3"/><view id="on-elevation--enabled" viewBox="0 64 16 16"/><use href="#icon-def" x="0" y="64" style="--color:#525151"/><view id="primary--enabled" viewBox="0 80 16 16"/><use href="#icon-def" x="0" y="80" style="--color:#2070ce"/><view id="primary--hover" viewBox="16 80 16 16"/><use href="#icon-def" x="16" y="80" style="--color:#437dc0"/><view id="primary--active" viewBox="32 80 16 16"/><use href="#icon-def" x="32" y="80" style="--color:#335884"/><view id="primary--disabled" viewBox="48 80 16 16"/><use href="#icon-def" x="48" y="80" style="--color:#999999"/><view id="neutral--enabled" viewBox="0 144 16 16"/><use href="#icon-def" x="0" y="144" style="--color:#616161"/><view id="neutral--hover" viewBox="16 144 16 16"/><use href="#icon-def" x="16" y="144" style="--color:#437DC0"/><view id="neutral--active" viewBox="32 144 16 16"/><use href="#icon-def" x="32" y="144" style="--color:#363636"/><view id="neutral--disabled" viewBox="48 144 16 16"/><use href="#icon-def" x="48" y="144" style="--color:#666666"/><view id="highlighted--enabled" viewBox="0 160 16 16"/><use href="#icon-def" x="0" y="160" style="--color:#525151"/><view id="bright--enabled" viewBox="0 176 16 16"/><use href="#icon-def" x="0" y="176" style="--color:#363636"/></svg>
|