@genexus/mercury 0.9.12 → 0.9.14
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/accordion.css +1 -1
- package/dist/bundles/css/components/dialog.css +1 -1
- package/dist/bundles/css/components/edit.css +1 -1
- package/dist/bundles/css/components/sidebar.css +1 -1
- package/dist/bundles/css/components/widget.css +1 -1
- package/dist/bundles/css/utils/elevation.css +1 -1
- package/dist/bundles/css/utils/form--full.css +1 -1
- package/dist/bundles/css/utils/form.css +1 -1
- package/dist/bundles/css/utils/layout.css +1 -1
- package/dist/bundles/css/utils/spacing.css +1 -0
- package/dist/bundles/scss/utils/layout.scss +1 -5
- package/dist/bundles/scss/utils/spacing.scss +4 -0
- package/dist/bundles.d.ts +9 -1
- package/dist/bundles.js +1 -0
- package/dist/mercury.scss +187 -58
- 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
package/dist/mercury.scss
CHANGED
|
@@ -846,26 +846,26 @@
|
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
/// @group UtilityClasses
|
|
849
|
-
/// @param {String} $elevation-
|
|
850
|
-
/// @param {String} $elevation-
|
|
851
|
-
/// @param {String} $elevation-
|
|
849
|
+
/// @param {String} $elevation-1-selector [".elevation-1,:host(.elevation-1)"] -
|
|
850
|
+
/// @param {String} $elevation-2-selector [".elevation-2,:host(.elevation-2)"] -
|
|
851
|
+
/// @param {String} $elevation-3-selector [".elevation-3,:host(.elevation-3)"] -
|
|
852
852
|
@mixin utilities-elevation(
|
|
853
|
-
$elevation-
|
|
854
|
-
$elevation-
|
|
855
|
-
$elevation-
|
|
853
|
+
$elevation-1-selector: ".elevation-1,:host(.elevation-1)",
|
|
854
|
+
$elevation-2-selector: ".elevation-2,:host(.elevation-2)",
|
|
855
|
+
$elevation-3-selector: ".elevation-3,:host(.elevation-3)"
|
|
856
856
|
) {
|
|
857
|
-
#{$elevation-
|
|
858
|
-
#{$elevation-
|
|
859
|
-
#{$elevation-
|
|
857
|
+
#{$elevation-1-selector},
|
|
858
|
+
#{$elevation-2-selector},
|
|
859
|
+
#{$elevation-3-selector} {
|
|
860
860
|
color: var(--mer-text__on-elevation);
|
|
861
861
|
}
|
|
862
|
-
#{$elevation-
|
|
862
|
+
#{$elevation-1-selector} {
|
|
863
863
|
background-color: var(--mer-surface__elevation--01);
|
|
864
864
|
}
|
|
865
|
-
#{$elevation-
|
|
865
|
+
#{$elevation-2-selector} {
|
|
866
866
|
background-color: var(--mer-surface__elevation--02);
|
|
867
867
|
}
|
|
868
|
-
#{$elevation-
|
|
868
|
+
#{$elevation-3-selector} {
|
|
869
869
|
background-color: var(--mer-surface__elevation--03);
|
|
870
870
|
}
|
|
871
871
|
}
|
|
@@ -2963,7 +2963,7 @@
|
|
|
2963
2963
|
$field-selector: ".field",
|
|
2964
2964
|
$field-block-selector: ".field-block",
|
|
2965
2965
|
$field-inline-selector: ".field-inline",
|
|
2966
|
-
$field-inline__label-selector: ".field-inline .label",
|
|
2966
|
+
$field-inline__label-selector: ".field-inline > .label",
|
|
2967
2967
|
$field-group-cols-2-selector: ".field-group-cols-2",
|
|
2968
2968
|
$field-group-cols-2__label-selector: ".field-group-cols-2 .label"
|
|
2969
2969
|
) {
|
|
@@ -3745,6 +3745,12 @@
|
|
|
3745
3745
|
|
|
3746
3746
|
%accordion {
|
|
3747
3747
|
@include accordion-tokens();
|
|
3748
|
+
|
|
3749
|
+
--spacing-body-block-start: var(--mer-spacing--sm);
|
|
3750
|
+
--spacing-body-block-end: var(--mer-spacing--sm);
|
|
3751
|
+
--spacing-body-inline-start: var(--mer-spacing--sm);
|
|
3752
|
+
--spacing-body-inline-end: var(--mer-spacing--sm);
|
|
3753
|
+
|
|
3748
3754
|
gap: var(--accordion__gap);
|
|
3749
3755
|
|
|
3750
3756
|
&-outlined {
|
|
@@ -3820,9 +3826,6 @@
|
|
|
3820
3826
|
|
|
3821
3827
|
%accordion-section {
|
|
3822
3828
|
// "1px" is used to improve the display of the outline when :focus-visible
|
|
3823
|
-
margin-block: var(--accordion-section__margin-block);
|
|
3824
|
-
margin-inline: var(--accordion-section__margin-inline);
|
|
3825
|
-
// background-color: var(--accordion-section__bg-color);
|
|
3826
3829
|
|
|
3827
3830
|
&-outlined {
|
|
3828
3831
|
&--disabled {
|
|
@@ -4061,7 +4064,7 @@
|
|
|
4061
4064
|
}
|
|
4062
4065
|
}
|
|
4063
4066
|
|
|
4064
|
-
@include
|
|
4067
|
+
@include input(
|
|
4065
4068
|
$selector: "&::part(send-input)",
|
|
4066
4069
|
$add--disabled: false,
|
|
4067
4070
|
$add--placeholder: false,
|
|
@@ -5247,10 +5250,10 @@
|
|
|
5247
5250
|
}
|
|
5248
5251
|
|
|
5249
5252
|
%dialog {
|
|
5250
|
-
--spacing-body-block-start: var(--mer-spacing--
|
|
5251
|
-
--spacing-body-block-end: var(--mer-spacing--
|
|
5252
|
-
--spacing-body-inline-start: var(--mer-spacing--
|
|
5253
|
-
--spacing-body-inline-end: var(--mer-spacing--
|
|
5253
|
+
--spacing-body-block-start: var(--mer-spacing--md);
|
|
5254
|
+
--spacing-body-block-end: var(--mer-spacing--md);
|
|
5255
|
+
--spacing-body-inline-start: var(--mer-spacing--sm);
|
|
5256
|
+
--spacing-body-inline-end: var(--mer-spacing--sm);
|
|
5254
5257
|
--ch-dialog-max-inline-size: 800px;
|
|
5255
5258
|
background-color: var(--mer-surface__elevation--01);
|
|
5256
5259
|
box-shadow: var(--mer-box-shadow--01);
|
|
@@ -5291,8 +5294,8 @@
|
|
|
5291
5294
|
}
|
|
5292
5295
|
|
|
5293
5296
|
&__footer {
|
|
5294
|
-
|
|
5295
|
-
|
|
5297
|
+
padding-block: var(--mer-spacing--xs);
|
|
5298
|
+
padding-inline: var(--mer-spacing--sm);
|
|
5296
5299
|
}
|
|
5297
5300
|
|
|
5298
5301
|
// ------------------------------
|
|
@@ -5394,6 +5397,8 @@
|
|
|
5394
5397
|
#{$footer-selector} {
|
|
5395
5398
|
@extend %dialog__footer;
|
|
5396
5399
|
}
|
|
5400
|
+
// @include buttons-spacer($footer-selector);
|
|
5401
|
+
@include control-footer($with-border-selector: $footer-selector);
|
|
5397
5402
|
|
|
5398
5403
|
// ------------------------------
|
|
5399
5404
|
// Edges (For dragging)
|
|
@@ -5562,7 +5567,7 @@
|
|
|
5562
5567
|
}
|
|
5563
5568
|
}
|
|
5564
5569
|
|
|
5565
|
-
%
|
|
5570
|
+
%input {
|
|
5566
5571
|
// ch-chameleon custom vars (do not edit their names)
|
|
5567
5572
|
// --ch-edit-auto-fill-background-color: var(); not defined by design yet
|
|
5568
5573
|
--ch-edit-gap: var(--control__icon-gap);
|
|
@@ -5589,31 +5594,31 @@
|
|
|
5589
5594
|
}
|
|
5590
5595
|
|
|
5591
5596
|
/// @group Form
|
|
5592
|
-
/// @param {String} $selector [".
|
|
5593
|
-
/// @param {String} $error-selector [".
|
|
5597
|
+
/// @param {String} $selector [".input"] -
|
|
5598
|
+
/// @param {String} $error-selector [".input-error"] -
|
|
5594
5599
|
/// @param {Boolean} $add--disabled [true] -
|
|
5595
5600
|
/// @param {Boolean} $add--error [true] -
|
|
5596
|
-
@mixin
|
|
5597
|
-
$selector: ".
|
|
5598
|
-
$error-selector: ".
|
|
5601
|
+
@mixin input(
|
|
5602
|
+
$selector: ".input",
|
|
5603
|
+
$error-selector: ".input-error",
|
|
5599
5604
|
$add--disabled: true,
|
|
5600
5605
|
$add--error: true,
|
|
5601
5606
|
$add--placeholder: true
|
|
5602
5607
|
) {
|
|
5603
5608
|
#{$selector} {
|
|
5604
|
-
@extend %
|
|
5609
|
+
@extend %input;
|
|
5605
5610
|
|
|
5606
5611
|
&:focus {
|
|
5607
|
-
@extend %
|
|
5612
|
+
@extend %input--focus;
|
|
5608
5613
|
}
|
|
5609
5614
|
|
|
5610
5615
|
&:hover {
|
|
5611
|
-
@extend %
|
|
5616
|
+
@extend %input--hover;
|
|
5612
5617
|
}
|
|
5613
5618
|
|
|
5614
5619
|
@if $add--disabled {
|
|
5615
5620
|
&:disabled {
|
|
5616
|
-
@extend %
|
|
5621
|
+
@extend %input--disabled;
|
|
5617
5622
|
}
|
|
5618
5623
|
}
|
|
5619
5624
|
|
|
@@ -8125,29 +8130,153 @@
|
|
|
8125
8130
|
}
|
|
8126
8131
|
|
|
8127
8132
|
%sidebar {
|
|
8133
|
+
// chameleon tokens (do not modify names)
|
|
8128
8134
|
--ch-sidebar-inline-size--collapsed: 42px;
|
|
8129
8135
|
--ch-sidebar__chevron-size: 24px;
|
|
8130
|
-
--ch-sidebar__chevron-image-size:
|
|
8136
|
+
--ch-sidebar__chevron-image-size: var(--mer-spacing--sm); // 12px
|
|
8137
|
+
--ch-sidebar__chevron-background-image: var(
|
|
8138
|
+
--icon__system_arrow-right_primary--enabled
|
|
8139
|
+
);
|
|
8140
|
+
|
|
8141
|
+
// spacing body tokens
|
|
8142
|
+
--spacing-body-block-start: var(--mer-spacing--sm);
|
|
8143
|
+
--spacing-body-block-end: var(--mer-spacing--sm);
|
|
8144
|
+
--spacing-body-inline-start: var(--mer-spacing--sm);
|
|
8145
|
+
--spacing-body-inline-end: var(--mer-spacing--sm);
|
|
8146
|
+
|
|
8147
|
+
// sidebar tokens
|
|
8148
|
+
--sidebar-button-border-width: var(--mer-border__width--sm);
|
|
8149
|
+
--sidebar-button-margin: calc(
|
|
8150
|
+
(
|
|
8151
|
+
var(--ch-sidebar-inline-size--collapsed) -
|
|
8152
|
+
(
|
|
8153
|
+
var(--ch-sidebar__chevron-size) + var(--sidebar-button-border-width) *
|
|
8154
|
+
2
|
|
8155
|
+
)
|
|
8156
|
+
) / 2
|
|
8157
|
+
);
|
|
8131
8158
|
|
|
8132
8159
|
background-color: var(--mer-color__neutral-gray--800);
|
|
8133
|
-
|
|
8160
|
+
overflow: hidden;
|
|
8161
|
+
|
|
8162
|
+
// Collapsed Hidden
|
|
8163
|
+
|
|
8164
|
+
&-collapsed-hidden {
|
|
8165
|
+
--ch-sidebar-inline-size--collapsed: 0;
|
|
8166
|
+
}
|
|
8167
|
+
|
|
8168
|
+
// With Motion
|
|
8169
|
+
|
|
8170
|
+
&-with-motion {
|
|
8171
|
+
&.ch-sidebar--collapsed {
|
|
8172
|
+
// WA to win over user "inline-size" property. This allows the transition.
|
|
8173
|
+
inline-size: var(--ch-sidebar-inline-size--collapsed) !important;
|
|
8174
|
+
}
|
|
8175
|
+
transition: var(--mer-timing--super-fast) ease inline-size;
|
|
8176
|
+
|
|
8177
|
+
&--button-before {
|
|
8178
|
+
transition: var(--mer-timing--super-fast) ease transform;
|
|
8179
|
+
}
|
|
8180
|
+
}
|
|
8181
|
+
|
|
8182
|
+
// - - - - - - - -
|
|
8183
|
+
// Button
|
|
8184
|
+
// - - - - - - - -
|
|
8134
8185
|
|
|
8135
8186
|
&-expand-button {
|
|
8136
|
-
|
|
8187
|
+
background-color: var(--mer-surface__elevation--02);
|
|
8188
|
+
border: var(--sidebar-button-border-width) solid
|
|
8189
|
+
var(--mer-border-color__on-elevation--01);
|
|
8190
|
+
color: var(--mer-icon__neutral);
|
|
8191
|
+
inline-size: calc(
|
|
8192
|
+
var(--ch-sidebar__chevron-size) + var(--sidebar-button-border-width) * 2
|
|
8193
|
+
);
|
|
8194
|
+
margin: var(--sidebar-button-margin);
|
|
8195
|
+
|
|
8196
|
+
&--before {
|
|
8197
|
+
transform: rotate(180deg);
|
|
8198
|
+
}
|
|
8199
|
+
|
|
8200
|
+
&--hover {
|
|
8201
|
+
background-color: var(--mer-surface__elevation--03);
|
|
8202
|
+
border-color: var(--mer-border-color__on-elevation--02);
|
|
8203
|
+
color: var(--mer-icon__highlighted);
|
|
8204
|
+
}
|
|
8205
|
+
|
|
8206
|
+
&--active {
|
|
8207
|
+
background-color: var(--mer-surface__elevation--01);
|
|
8208
|
+
border-color: var(--mer-border-color__on-elevation--01);
|
|
8209
|
+
}
|
|
8210
|
+
|
|
8211
|
+
&--focus-visible {
|
|
8212
|
+
@include focus-outline();
|
|
8213
|
+
}
|
|
8214
|
+
|
|
8215
|
+
&--collapsed {
|
|
8216
|
+
&-before {
|
|
8217
|
+
transform: rotate(0);
|
|
8218
|
+
}
|
|
8219
|
+
}
|
|
8137
8220
|
}
|
|
8138
8221
|
}
|
|
8139
8222
|
|
|
8140
8223
|
@mixin sidebar(
|
|
8141
8224
|
$sidebar-selector: ".sidebar",
|
|
8142
|
-
$
|
|
8225
|
+
$sidebar-collapsed-hidden-selector: ".sidebar-collapsed-hidden",
|
|
8226
|
+
$sidebar-with-motion-selector: ".sidebar-with-motion",
|
|
8227
|
+
$sidebar-with-motion-button-selector:
|
|
8228
|
+
".sidebar-with-motion::part(expand-button)",
|
|
8229
|
+
$expand-button-selector: ".sidebar::part(expand-button)",
|
|
8230
|
+
$expand-button-collapsed-selector: ".sidebar::part(expand-button collapsed)"
|
|
8143
8231
|
) {
|
|
8144
8232
|
#{$sidebar-selector} {
|
|
8145
8233
|
@extend %sidebar;
|
|
8146
8234
|
}
|
|
8147
8235
|
|
|
8236
|
+
// Collapsed hidden
|
|
8237
|
+
#{$sidebar-collapsed-hidden-selector} {
|
|
8238
|
+
@extend %sidebar-collapsed-hidden;
|
|
8239
|
+
}
|
|
8240
|
+
|
|
8241
|
+
// With motion
|
|
8242
|
+
#{$sidebar-with-motion-selector} {
|
|
8243
|
+
@extend %sidebar-with-motion;
|
|
8244
|
+
}
|
|
8245
|
+
#{$sidebar-with-motion-button-selector}::before {
|
|
8246
|
+
@extend %sidebar-with-motion--button-before;
|
|
8247
|
+
}
|
|
8248
|
+
|
|
8249
|
+
// - - - - - - - -
|
|
8250
|
+
// Button
|
|
8251
|
+
// - - - - - - - -
|
|
8252
|
+
|
|
8253
|
+
// enabled
|
|
8148
8254
|
#{$expand-button-selector} {
|
|
8149
8255
|
@extend %sidebar-expand-button;
|
|
8150
8256
|
}
|
|
8257
|
+
#{$expand-button-selector}::before {
|
|
8258
|
+
@extend %sidebar-expand-button--before;
|
|
8259
|
+
}
|
|
8260
|
+
// hover
|
|
8261
|
+
#{$expand-button-selector}:hover {
|
|
8262
|
+
@extend %sidebar-expand-button--hover;
|
|
8263
|
+
}
|
|
8264
|
+
// active
|
|
8265
|
+
#{$expand-button-selector}:active {
|
|
8266
|
+
@extend %sidebar-expand-button--active;
|
|
8267
|
+
}
|
|
8268
|
+
|
|
8269
|
+
#{$expand-button-selector}:focus-visible {
|
|
8270
|
+
@extend %sidebar-expand-button--focus-visible;
|
|
8271
|
+
}
|
|
8272
|
+
|
|
8273
|
+
// collapsed
|
|
8274
|
+
#{$expand-button-collapsed-selector} {
|
|
8275
|
+
@extend %sidebar-expand-button--collapsed;
|
|
8276
|
+
}
|
|
8277
|
+
#{$expand-button-collapsed-selector}::before {
|
|
8278
|
+
@extend %sidebar-expand-button--collapsed-before;
|
|
8279
|
+
}
|
|
8151
8280
|
}
|
|
8152
8281
|
|
|
8153
8282
|
%slider__slider {
|
|
@@ -10008,8 +10137,8 @@
|
|
|
10008
10137
|
}
|
|
10009
10138
|
|
|
10010
10139
|
/// @group Widget
|
|
10011
|
-
/// @param {String} $selector [".widget"] -
|
|
10012
|
-
@mixin widget($selector: ".widget") {
|
|
10140
|
+
/// @param {String} $selector [".widget,:host(.widget)"] -
|
|
10141
|
+
@mixin widget($selector: ".widget,:host(.widget)") {
|
|
10013
10142
|
#{$selector} {
|
|
10014
10143
|
@extend %widget;
|
|
10015
10144
|
}
|
|
@@ -13826,6 +13955,15 @@
|
|
|
13826
13955
|
--icon__system_card-variant_primary--hover: url('#{$icons-path}system/light/card-variant.svg#primary--hover');
|
|
13827
13956
|
--icon__system_card-variant_primary--active: url('#{$icons-path}system/light/card-variant.svg#primary--active');
|
|
13828
13957
|
--icon__system_card-variant_primary--disabled: url('#{$icons-path}system/light/card-variant.svg#primary--disabled');
|
|
13958
|
+
--icon__system_assistant_on-surface--enabled: url('#{$icons-path}system/light/assistant.svg#on-surface--enabled');
|
|
13959
|
+
--icon__system_assistant_on-surface--hover: url('#{$icons-path}system/light/assistant.svg#on-surface--hover');
|
|
13960
|
+
--icon__system_assistant_on-surface--active: url('#{$icons-path}system/light/assistant.svg#on-surface--active');
|
|
13961
|
+
--icon__system_assistant_on-surface--disabled: url('#{$icons-path}system/light/assistant.svg#on-surface--disabled');
|
|
13962
|
+
--icon__system_assistant_on-elevation--enabled: url('#{$icons-path}system/light/assistant.svg#on-elevation--enabled');
|
|
13963
|
+
--icon__system_assistant_primary--enabled: url('#{$icons-path}system/light/assistant.svg#primary--enabled');
|
|
13964
|
+
--icon__system_assistant_primary--hover: url('#{$icons-path}system/light/assistant.svg#primary--hover');
|
|
13965
|
+
--icon__system_assistant_primary--active: url('#{$icons-path}system/light/assistant.svg#primary--active');
|
|
13966
|
+
--icon__system_assistant_primary--disabled: url('#{$icons-path}system/light/assistant.svg#primary--disabled');
|
|
13829
13967
|
--icon__system_arrow-up_on-surface--enabled: url('#{$icons-path}system/light/arrow-up.svg#on-surface--enabled');
|
|
13830
13968
|
--icon__system_arrow-up_on-surface--hover: url('#{$icons-path}system/light/arrow-up.svg#on-surface--hover');
|
|
13831
13969
|
--icon__system_arrow-up_on-surface--active: url('#{$icons-path}system/light/arrow-up.svg#on-surface--active');
|
|
@@ -13898,15 +14036,6 @@
|
|
|
13898
14036
|
--icon__system_add-circle_primary--hover: url('#{$icons-path}system/light/add-circle.svg#primary--hover');
|
|
13899
14037
|
--icon__system_add-circle_primary--active: url('#{$icons-path}system/light/add-circle.svg#primary--active');
|
|
13900
14038
|
--icon__system_add-circle_primary--disabled: url('#{$icons-path}system/light/add-circle.svg#primary--disabled');
|
|
13901
|
-
--icon__system_Assistant_on-surface--enabled: url('#{$icons-path}system/light/Assistant.svg#on-surface--enabled');
|
|
13902
|
-
--icon__system_Assistant_on-surface--hover: url('#{$icons-path}system/light/Assistant.svg#on-surface--hover');
|
|
13903
|
-
--icon__system_Assistant_on-surface--active: url('#{$icons-path}system/light/Assistant.svg#on-surface--active');
|
|
13904
|
-
--icon__system_Assistant_on-surface--disabled: url('#{$icons-path}system/light/Assistant.svg#on-surface--disabled');
|
|
13905
|
-
--icon__system_Assistant_on-elevation--enabled: url('#{$icons-path}system/light/Assistant.svg#on-elevation--enabled');
|
|
13906
|
-
--icon__system_Assistant_primary--enabled: url('#{$icons-path}system/light/Assistant.svg#primary--enabled');
|
|
13907
|
-
--icon__system_Assistant_primary--hover: url('#{$icons-path}system/light/Assistant.svg#primary--hover');
|
|
13908
|
-
--icon__system_Assistant_primary--active: url('#{$icons-path}system/light/Assistant.svg#primary--active');
|
|
13909
|
-
--icon__system_Assistant_primary--disabled: url('#{$icons-path}system/light/Assistant.svg#primary--disabled');
|
|
13910
14039
|
|
|
13911
14040
|
}
|
|
13912
14041
|
|
|
@@ -14483,6 +14612,15 @@
|
|
|
14483
14612
|
--icon__system_card-variant_primary--hover: url('#{$icons-path}system/dark/card-variant.svg#primary--hover');
|
|
14484
14613
|
--icon__system_card-variant_primary--active: url('#{$icons-path}system/dark/card-variant.svg#primary--active');
|
|
14485
14614
|
--icon__system_card-variant_primary--disabled: url('#{$icons-path}system/dark/card-variant.svg#primary--disabled');
|
|
14615
|
+
--icon__system_assistant_on-surface--enabled: url('#{$icons-path}system/dark/assistant.svg#on-surface--enabled');
|
|
14616
|
+
--icon__system_assistant_on-surface--hover: url('#{$icons-path}system/dark/assistant.svg#on-surface--hover');
|
|
14617
|
+
--icon__system_assistant_on-surface--active: url('#{$icons-path}system/dark/assistant.svg#on-surface--active');
|
|
14618
|
+
--icon__system_assistant_on-surface--disabled: url('#{$icons-path}system/dark/assistant.svg#on-surface--disabled');
|
|
14619
|
+
--icon__system_assistant_on-elevation--enabled: url('#{$icons-path}system/dark/assistant.svg#on-elevation--enabled');
|
|
14620
|
+
--icon__system_assistant_primary--enabled: url('#{$icons-path}system/dark/assistant.svg#primary--enabled');
|
|
14621
|
+
--icon__system_assistant_primary--hover: url('#{$icons-path}system/dark/assistant.svg#primary--hover');
|
|
14622
|
+
--icon__system_assistant_primary--active: url('#{$icons-path}system/dark/assistant.svg#primary--active');
|
|
14623
|
+
--icon__system_assistant_primary--disabled: url('#{$icons-path}system/dark/assistant.svg#primary--disabled');
|
|
14486
14624
|
--icon__system_arrow-up_on-surface--enabled: url('#{$icons-path}system/dark/arrow-up.svg#on-surface--enabled');
|
|
14487
14625
|
--icon__system_arrow-up_on-surface--hover: url('#{$icons-path}system/dark/arrow-up.svg#on-surface--hover');
|
|
14488
14626
|
--icon__system_arrow-up_on-surface--active: url('#{$icons-path}system/dark/arrow-up.svg#on-surface--active');
|
|
@@ -14555,15 +14693,6 @@
|
|
|
14555
14693
|
--icon__system_add-circle_primary--hover: url('#{$icons-path}system/dark/add-circle.svg#primary--hover');
|
|
14556
14694
|
--icon__system_add-circle_primary--active: url('#{$icons-path}system/dark/add-circle.svg#primary--active');
|
|
14557
14695
|
--icon__system_add-circle_primary--disabled: url('#{$icons-path}system/dark/add-circle.svg#primary--disabled');
|
|
14558
|
-
--icon__system_Assistant_on-surface--enabled: url('#{$icons-path}system/dark/Assistant.svg#on-surface--enabled');
|
|
14559
|
-
--icon__system_Assistant_on-surface--hover: url('#{$icons-path}system/dark/Assistant.svg#on-surface--hover');
|
|
14560
|
-
--icon__system_Assistant_on-surface--active: url('#{$icons-path}system/dark/Assistant.svg#on-surface--active');
|
|
14561
|
-
--icon__system_Assistant_on-surface--disabled: url('#{$icons-path}system/dark/Assistant.svg#on-surface--disabled');
|
|
14562
|
-
--icon__system_Assistant_on-elevation--enabled: url('#{$icons-path}system/dark/Assistant.svg#on-elevation--enabled');
|
|
14563
|
-
--icon__system_Assistant_primary--enabled: url('#{$icons-path}system/dark/Assistant.svg#primary--enabled');
|
|
14564
|
-
--icon__system_Assistant_primary--hover: url('#{$icons-path}system/dark/Assistant.svg#primary--hover');
|
|
14565
|
-
--icon__system_Assistant_primary--active: url('#{$icons-path}system/dark/Assistant.svg#primary--active');
|
|
14566
|
-
--icon__system_Assistant_primary--disabled: url('#{$icons-path}system/dark/Assistant.svg#primary--disabled');
|
|
14567
14696
|
|
|
14568
14697
|
}
|
|
14569
14698
|
|
|
@@ -18389,7 +18518,7 @@
|
|
|
18389
18518
|
}
|
|
18390
18519
|
|
|
18391
18520
|
@if $edit {
|
|
18392
|
-
@include
|
|
18521
|
+
@include input();
|
|
18393
18522
|
}
|
|
18394
18523
|
|
|
18395
18524
|
@if $flexible-layout {
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|