@genexus/mercury 0.2.0 → 0.2.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/dist/assets/MERCURY_ASSETS.js +3168 -3963
- package/dist/assets/icons/editing-structures/dark/attribute-description.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/attribute-formula.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/attribute-key.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/default.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/formula-redundant.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/logical-attributes.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/platforms.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/redundant-attribute.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/system-index.svg +1 -0
- package/dist/assets/icons/editing-structures/dark/user-index.svg +1 -0
- package/dist/assets/icons/editing-structures/light/attribute-description.svg +1 -0
- package/dist/assets/icons/editing-structures/light/attribute-formula.svg +1 -0
- package/dist/assets/icons/editing-structures/light/attribute-key.svg +1 -0
- package/dist/assets/icons/editing-structures/light/default.svg +1 -0
- package/dist/assets/icons/editing-structures/light/formula-redundant.svg +1 -0
- package/dist/assets/icons/editing-structures/light/logical-attributes.svg +1 -0
- package/dist/assets/icons/editing-structures/light/platforms.svg +1 -0
- package/dist/assets/icons/editing-structures/light/redundant-attribute.svg +1 -0
- package/dist/assets/icons/editing-structures/light/system-index.svg +1 -0
- package/dist/assets/icons/editing-structures/light/user-index.svg +1 -0
- package/dist/assets/icons/objects/dark/conversational-flows.svg +1 -1
- package/dist/assets/icons/objects/dark/deployment-unit.svg +1 -1
- package/dist/assets/icons/objects/dark/diagram.svg +1 -1
- package/dist/assets/icons/objects/dark/document-workflow.svg +1 -1
- package/dist/assets/icons/objects/dark/file.svg +1 -1
- package/dist/assets/icons/objects/dark/image.svg +1 -1
- package/dist/assets/icons/objects/dark/main-object.svg +1 -1
- package/dist/assets/icons/objects/dark/object.svg +1 -1
- package/dist/assets/icons/objects/dark/offline-database.svg +1 -1
- package/dist/assets/icons/objects/dark/stencil.svg +1 -1
- package/dist/assets/icons/objects/dark/structured-data-type.svg +1 -1
- package/dist/assets/icons/objects/dark/super-app.svg +1 -1
- package/dist/assets/icons/objects/dark/table.svg +1 -1
- package/dist/assets/icons/objects/dark/theme-for-sd.svg +1 -1
- package/dist/assets/icons/objects/dark/theme-web.svg +1 -1
- package/dist/assets/icons/objects/dark/theme.svg +1 -1
- package/dist/assets/icons/objects/dark/url-rewrite.svg +1 -1
- package/dist/assets/icons/objects/dark/web-component.svg +1 -1
- package/dist/assets/icons/objects/dark/web-panel.svg +1 -1
- package/dist/assets/icons/objects/light/conversational-flows.svg +1 -1
- package/dist/assets/icons/objects/light/deployment-unit.svg +1 -1
- package/dist/assets/icons/objects/light/diagram.svg +1 -1
- package/dist/assets/icons/objects/light/document-workflow.svg +1 -1
- package/dist/assets/icons/objects/light/file.svg +1 -1
- package/dist/assets/icons/objects/light/image.svg +1 -1
- package/dist/assets/icons/objects/light/main-object.svg +1 -1
- package/dist/assets/icons/objects/light/object.svg +1 -1
- package/dist/assets/icons/objects/light/offline-database.svg +1 -1
- package/dist/assets/icons/objects/light/stencil.svg +1 -1
- package/dist/assets/icons/objects/light/structured-data-type.svg +1 -1
- package/dist/assets/icons/objects/light/super-app.svg +1 -1
- package/dist/assets/icons/objects/light/table.svg +1 -1
- package/dist/assets/icons/objects/light/theme-for-sd.svg +1 -1
- package/dist/assets/icons/objects/light/theme-web.svg +1 -1
- package/dist/assets/icons/objects/light/theme.svg +1 -1
- package/dist/assets/icons/objects/light/url-rewrite.svg +1 -1
- package/dist/assets/icons/objects/light/web-component.svg +1 -1
- package/dist/assets/icons/objects/light/web-panel.svg +1 -1
- package/dist/css/mercury.css +339 -1
- package/dist/css/mercury.css.map +1 -1
- package/dist/mercury.scss +494 -20
- package/package.json +1 -1
package/dist/mercury.scss
CHANGED
|
@@ -1540,8 +1540,8 @@ Dialog Footer
|
|
|
1540
1540
|
|
|
1541
1541
|
%heading-base {
|
|
1542
1542
|
font-family: var(--mer-font-family--title);
|
|
1543
|
-
color: var(--mer-color__neutral-gray--100);
|
|
1544
1543
|
line-height: var(--mer-line-height--tight);
|
|
1544
|
+
color: transparent;
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
1547
|
%heading-1 {
|
|
@@ -1580,6 +1580,13 @@ Dialog Footer
|
|
|
1580
1580
|
font-weight: var(--mer-font__weight--semi-bold);
|
|
1581
1581
|
}
|
|
1582
1582
|
|
|
1583
|
+
// Colors
|
|
1584
|
+
%heading__color {
|
|
1585
|
+
&--highlighted {
|
|
1586
|
+
color: var(--mer-text__highlighted);
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1583
1590
|
%text-body {
|
|
1584
1591
|
font-size: var(--mer-font__size--xs); // 14px
|
|
1585
1592
|
font-family: var(--mer-body__font-family);
|
|
@@ -1619,46 +1626,52 @@ Dialog Footer
|
|
|
1619
1626
|
}
|
|
1620
1627
|
|
|
1621
1628
|
/// @group Typography
|
|
1622
|
-
/// @param {String} $heading
|
|
1623
|
-
/// @param {String} $heading
|
|
1624
|
-
/// @param {String} $heading
|
|
1625
|
-
/// @param {String} $heading
|
|
1626
|
-
/// @param {String} $heading
|
|
1627
|
-
/// @param {String} $heading
|
|
1628
|
-
/// @param {String} $
|
|
1629
|
+
/// @param {String} $heading-1-selector [".heading-1"] -
|
|
1630
|
+
/// @param {String} $heading-2-selector [".heading-2"] -
|
|
1631
|
+
/// @param {String} $heading-3-selector [".heading-3"] -
|
|
1632
|
+
/// @param {String} $heading-4-selector [".heading-4"] -
|
|
1633
|
+
/// @param {String} $heading-5-selector [".heading-5"] -
|
|
1634
|
+
/// @param {String} $heading-6-selector [".heading-6"] -
|
|
1635
|
+
/// @param {String} $heading-highlighted-selector [".heading--highlighted"] -
|
|
1636
|
+
/// @param {String} $text-body-selector [".text--body"] -
|
|
1629
1637
|
@mixin typography-classes(
|
|
1630
|
-
$heading
|
|
1631
|
-
$heading
|
|
1632
|
-
$heading
|
|
1633
|
-
$heading
|
|
1634
|
-
$heading
|
|
1635
|
-
$heading
|
|
1638
|
+
$heading-1-selector: ".heading-1",
|
|
1639
|
+
$heading-2-selector: ".heading-2",
|
|
1640
|
+
$heading-3-selector: ".heading-3",
|
|
1641
|
+
$heading-4-selector: ".heading-4",
|
|
1642
|
+
$heading-5-selector: ".heading-5",
|
|
1643
|
+
$heading-6-selector: ".heading-6",
|
|
1644
|
+
$heading-highlighted: ".heading--highlighted",
|
|
1636
1645
|
$text-body-selector: ".text-body"
|
|
1637
1646
|
) {
|
|
1638
|
-
#{$heading
|
|
1647
|
+
#{$heading-1-selector} {
|
|
1639
1648
|
@extend %heading-1;
|
|
1640
1649
|
}
|
|
1641
1650
|
|
|
1642
|
-
#{$heading
|
|
1651
|
+
#{$heading-2-selector} {
|
|
1643
1652
|
@extend %heading-2;
|
|
1644
1653
|
}
|
|
1645
1654
|
|
|
1646
|
-
#{$heading
|
|
1655
|
+
#{$heading-3-selector} {
|
|
1647
1656
|
@extend %heading-3;
|
|
1648
1657
|
}
|
|
1649
1658
|
|
|
1650
|
-
#{$heading
|
|
1659
|
+
#{$heading-4-selector} {
|
|
1651
1660
|
@extend %heading-4;
|
|
1652
1661
|
}
|
|
1653
1662
|
|
|
1654
|
-
#{$heading
|
|
1663
|
+
#{$heading-5-selector} {
|
|
1655
1664
|
@extend %heading-5;
|
|
1656
1665
|
}
|
|
1657
1666
|
|
|
1658
|
-
#{$heading
|
|
1667
|
+
#{$heading-6-selector} {
|
|
1659
1668
|
@extend %heading-6;
|
|
1660
1669
|
}
|
|
1661
1670
|
|
|
1671
|
+
#{$heading-highlighted} {
|
|
1672
|
+
@extend %heading__color--highlighted;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1662
1675
|
#{$text-body-selector} {
|
|
1663
1676
|
@extend %text-body;
|
|
1664
1677
|
}
|
|
@@ -2104,9 +2117,13 @@ Multicolor lists
|
|
|
2104
2117
|
|
|
2105
2118
|
// objects
|
|
2106
2119
|
$objects: workflow, work-panel, web-panel, web-component, version, url-rewrite, transaction, to-be-defined, theme, theme-web, theme-for-sd, table, super-app, subtype-group, structured-data-type, stencil, roles, report, references, query, procedure, patterns, panel-for-sd, orphant-document, offline-database, object, notification-templates, module, module-open, mini-app, menubar, menu, masterpage, main-object, language, knowledge-base, image, generator, generator-category, folder, folder-open, file, external-object, environment-select, environment-no-select, dso, domain, document, document-workflow, diagram, design, deployment-unit, dataview-index, datastore, datastore-category, data-view, data-selector, data-provider, dashboard, customization, conversational-flows, category, calendars, business-process-diagram, bg-color, attribute, api;
|
|
2120
|
+
|
|
2121
|
+
// editing-structures
|
|
2122
|
+
$editing-structures: user-index, system-index, redundant-attribute, platforms, logical-attributes, formula-redundant, default, attribute-key, attribute-formula, attribute-description;
|
|
2107
2123
|
|
|
2108
2124
|
$all-multicolor-lists: (
|
|
2109
2125
|
objects: $objects,
|
|
2126
|
+
editing-structures: $editing-structures,
|
|
2110
2127
|
);
|
|
2111
2128
|
|
|
2112
2129
|
/* - - - - - - - - - - - - - - - - - -
|
|
@@ -2597,6 +2614,7 @@ MULTICOLOR CONSTRUCTS
|
|
|
2597
2614
|
|
|
2598
2615
|
&__caption {
|
|
2599
2616
|
@extend %heading-5;
|
|
2617
|
+
@extend %heading__color--highlighted;
|
|
2600
2618
|
word-break: break-word;
|
|
2601
2619
|
}
|
|
2602
2620
|
|
|
@@ -7152,6 +7170,462 @@ MULTICOLOR CONSTRUCTS
|
|
|
7152
7170
|
}
|
|
7153
7171
|
|
|
7154
7172
|
|
|
7173
|
+
|
|
7174
|
+
/* =================================
|
|
7175
|
+
LIGHT CUSTOM PROPERTIES
|
|
7176
|
+
================================= */
|
|
7177
|
+
|
|
7178
|
+
:root.light {
|
|
7179
|
+
/*editing-structures*/
|
|
7180
|
+
--icon__editing-structures_user-index--enabled: url('#{$icons-path}editing-structures/light/user-index.svg#enabled');
|
|
7181
|
+
--icon__editing-structures_user-index--hover: url('#{$icons-path}editing-structures/light/user-index.svg#hover');
|
|
7182
|
+
--icon__editing-structures_user-index--active: url('#{$icons-path}editing-structures/light/user-index.svg#active');
|
|
7183
|
+
--icon__editing-structures_user-index--disabled: url('#{$icons-path}editing-structures/light/user-index.svg#disabled');
|
|
7184
|
+
--icon__editing-structures_system-index--enabled: url('#{$icons-path}editing-structures/light/system-index.svg#enabled');
|
|
7185
|
+
--icon__editing-structures_system-index--hover: url('#{$icons-path}editing-structures/light/system-index.svg#hover');
|
|
7186
|
+
--icon__editing-structures_system-index--active: url('#{$icons-path}editing-structures/light/system-index.svg#active');
|
|
7187
|
+
--icon__editing-structures_system-index--disabled: url('#{$icons-path}editing-structures/light/system-index.svg#disabled');
|
|
7188
|
+
--icon__editing-structures_redundant-attribute--enabled: url('#{$icons-path}editing-structures/light/redundant-attribute.svg#enabled');
|
|
7189
|
+
--icon__editing-structures_redundant-attribute--hover: url('#{$icons-path}editing-structures/light/redundant-attribute.svg#hover');
|
|
7190
|
+
--icon__editing-structures_redundant-attribute--active: url('#{$icons-path}editing-structures/light/redundant-attribute.svg#active');
|
|
7191
|
+
--icon__editing-structures_redundant-attribute--disabled: url('#{$icons-path}editing-structures/light/redundant-attribute.svg#disabled');
|
|
7192
|
+
--icon__editing-structures_platforms--enabled: url('#{$icons-path}editing-structures/light/platforms.svg#enabled');
|
|
7193
|
+
--icon__editing-structures_platforms--hover: url('#{$icons-path}editing-structures/light/platforms.svg#hover');
|
|
7194
|
+
--icon__editing-structures_platforms--active: url('#{$icons-path}editing-structures/light/platforms.svg#active');
|
|
7195
|
+
--icon__editing-structures_platforms--disabled: url('#{$icons-path}editing-structures/light/platforms.svg#disabled');
|
|
7196
|
+
--icon__editing-structures_logical-attributes--enabled: url('#{$icons-path}editing-structures/light/logical-attributes.svg#enabled');
|
|
7197
|
+
--icon__editing-structures_logical-attributes--hover: url('#{$icons-path}editing-structures/light/logical-attributes.svg#hover');
|
|
7198
|
+
--icon__editing-structures_logical-attributes--active: url('#{$icons-path}editing-structures/light/logical-attributes.svg#active');
|
|
7199
|
+
--icon__editing-structures_logical-attributes--disabled: url('#{$icons-path}editing-structures/light/logical-attributes.svg#disabled');
|
|
7200
|
+
--icon__editing-structures_formula-redundant--enabled: url('#{$icons-path}editing-structures/light/formula-redundant.svg#enabled');
|
|
7201
|
+
--icon__editing-structures_formula-redundant--hover: url('#{$icons-path}editing-structures/light/formula-redundant.svg#hover');
|
|
7202
|
+
--icon__editing-structures_formula-redundant--active: url('#{$icons-path}editing-structures/light/formula-redundant.svg#active');
|
|
7203
|
+
--icon__editing-structures_formula-redundant--disabled: url('#{$icons-path}editing-structures/light/formula-redundant.svg#disabled');
|
|
7204
|
+
--icon__editing-structures_default--enabled: url('#{$icons-path}editing-structures/light/default.svg#enabled');
|
|
7205
|
+
--icon__editing-structures_default--hover: url('#{$icons-path}editing-structures/light/default.svg#hover');
|
|
7206
|
+
--icon__editing-structures_default--active: url('#{$icons-path}editing-structures/light/default.svg#active');
|
|
7207
|
+
--icon__editing-structures_default--disabled: url('#{$icons-path}editing-structures/light/default.svg#disabled');
|
|
7208
|
+
--icon__editing-structures_attribute-key--enabled: url('#{$icons-path}editing-structures/light/attribute-key.svg#enabled');
|
|
7209
|
+
--icon__editing-structures_attribute-key--hover: url('#{$icons-path}editing-structures/light/attribute-key.svg#hover');
|
|
7210
|
+
--icon__editing-structures_attribute-key--active: url('#{$icons-path}editing-structures/light/attribute-key.svg#active');
|
|
7211
|
+
--icon__editing-structures_attribute-key--disabled: url('#{$icons-path}editing-structures/light/attribute-key.svg#disabled');
|
|
7212
|
+
--icon__editing-structures_attribute-formula--enabled: url('#{$icons-path}editing-structures/light/attribute-formula.svg#enabled');
|
|
7213
|
+
--icon__editing-structures_attribute-formula--hover: url('#{$icons-path}editing-structures/light/attribute-formula.svg#hover');
|
|
7214
|
+
--icon__editing-structures_attribute-formula--active: url('#{$icons-path}editing-structures/light/attribute-formula.svg#active');
|
|
7215
|
+
--icon__editing-structures_attribute-formula--disabled: url('#{$icons-path}editing-structures/light/attribute-formula.svg#disabled');
|
|
7216
|
+
--icon__editing-structures_attribute-description--enabled: url('#{$icons-path}editing-structures/light/attribute-description.svg#enabled');
|
|
7217
|
+
--icon__editing-structures_attribute-description--hover: url('#{$icons-path}editing-structures/light/attribute-description.svg#hover');
|
|
7218
|
+
--icon__editing-structures_attribute-description--active: url('#{$icons-path}editing-structures/light/attribute-description.svg#active');
|
|
7219
|
+
--icon__editing-structures_attribute-description--disabled: url('#{$icons-path}editing-structures/light/attribute-description.svg#disabled');
|
|
7220
|
+
|
|
7221
|
+
}
|
|
7222
|
+
|
|
7223
|
+
/* =================================
|
|
7224
|
+
DARK CUSTOM PROPERTIES
|
|
7225
|
+
================================= */
|
|
7226
|
+
|
|
7227
|
+
:root.dark {
|
|
7228
|
+
/*editing-structures*/
|
|
7229
|
+
--icon__editing-structures_user-index--enabled: url('#{$icons-path}editing-structures/dark/user-index.svg#enabled');
|
|
7230
|
+
--icon__editing-structures_user-index--hover: url('#{$icons-path}editing-structures/dark/user-index.svg#hover');
|
|
7231
|
+
--icon__editing-structures_user-index--active: url('#{$icons-path}editing-structures/dark/user-index.svg#active');
|
|
7232
|
+
--icon__editing-structures_user-index--disabled: url('#{$icons-path}editing-structures/dark/user-index.svg#disabled');
|
|
7233
|
+
--icon__editing-structures_system-index--enabled: url('#{$icons-path}editing-structures/dark/system-index.svg#enabled');
|
|
7234
|
+
--icon__editing-structures_system-index--hover: url('#{$icons-path}editing-structures/dark/system-index.svg#hover');
|
|
7235
|
+
--icon__editing-structures_system-index--active: url('#{$icons-path}editing-structures/dark/system-index.svg#active');
|
|
7236
|
+
--icon__editing-structures_system-index--disabled: url('#{$icons-path}editing-structures/dark/system-index.svg#disabled');
|
|
7237
|
+
--icon__editing-structures_redundant-attribute--enabled: url('#{$icons-path}editing-structures/dark/redundant-attribute.svg#enabled');
|
|
7238
|
+
--icon__editing-structures_redundant-attribute--hover: url('#{$icons-path}editing-structures/dark/redundant-attribute.svg#hover');
|
|
7239
|
+
--icon__editing-structures_redundant-attribute--active: url('#{$icons-path}editing-structures/dark/redundant-attribute.svg#active');
|
|
7240
|
+
--icon__editing-structures_redundant-attribute--disabled: url('#{$icons-path}editing-structures/dark/redundant-attribute.svg#disabled');
|
|
7241
|
+
--icon__editing-structures_platforms--enabled: url('#{$icons-path}editing-structures/dark/platforms.svg#enabled');
|
|
7242
|
+
--icon__editing-structures_platforms--hover: url('#{$icons-path}editing-structures/dark/platforms.svg#hover');
|
|
7243
|
+
--icon__editing-structures_platforms--active: url('#{$icons-path}editing-structures/dark/platforms.svg#active');
|
|
7244
|
+
--icon__editing-structures_platforms--disabled: url('#{$icons-path}editing-structures/dark/platforms.svg#disabled');
|
|
7245
|
+
--icon__editing-structures_logical-attributes--enabled: url('#{$icons-path}editing-structures/dark/logical-attributes.svg#enabled');
|
|
7246
|
+
--icon__editing-structures_logical-attributes--hover: url('#{$icons-path}editing-structures/dark/logical-attributes.svg#hover');
|
|
7247
|
+
--icon__editing-structures_logical-attributes--active: url('#{$icons-path}editing-structures/dark/logical-attributes.svg#active');
|
|
7248
|
+
--icon__editing-structures_logical-attributes--disabled: url('#{$icons-path}editing-structures/dark/logical-attributes.svg#disabled');
|
|
7249
|
+
--icon__editing-structures_formula-redundant--enabled: url('#{$icons-path}editing-structures/dark/formula-redundant.svg#enabled');
|
|
7250
|
+
--icon__editing-structures_formula-redundant--hover: url('#{$icons-path}editing-structures/dark/formula-redundant.svg#hover');
|
|
7251
|
+
--icon__editing-structures_formula-redundant--active: url('#{$icons-path}editing-structures/dark/formula-redundant.svg#active');
|
|
7252
|
+
--icon__editing-structures_formula-redundant--disabled: url('#{$icons-path}editing-structures/dark/formula-redundant.svg#disabled');
|
|
7253
|
+
--icon__editing-structures_default--enabled: url('#{$icons-path}editing-structures/dark/default.svg#enabled');
|
|
7254
|
+
--icon__editing-structures_default--hover: url('#{$icons-path}editing-structures/dark/default.svg#hover');
|
|
7255
|
+
--icon__editing-structures_default--active: url('#{$icons-path}editing-structures/dark/default.svg#active');
|
|
7256
|
+
--icon__editing-structures_default--disabled: url('#{$icons-path}editing-structures/dark/default.svg#disabled');
|
|
7257
|
+
--icon__editing-structures_attribute-key--enabled: url('#{$icons-path}editing-structures/dark/attribute-key.svg#enabled');
|
|
7258
|
+
--icon__editing-structures_attribute-key--hover: url('#{$icons-path}editing-structures/dark/attribute-key.svg#hover');
|
|
7259
|
+
--icon__editing-structures_attribute-key--active: url('#{$icons-path}editing-structures/dark/attribute-key.svg#active');
|
|
7260
|
+
--icon__editing-structures_attribute-key--disabled: url('#{$icons-path}editing-structures/dark/attribute-key.svg#disabled');
|
|
7261
|
+
--icon__editing-structures_attribute-formula--enabled: url('#{$icons-path}editing-structures/dark/attribute-formula.svg#enabled');
|
|
7262
|
+
--icon__editing-structures_attribute-formula--hover: url('#{$icons-path}editing-structures/dark/attribute-formula.svg#hover');
|
|
7263
|
+
--icon__editing-structures_attribute-formula--active: url('#{$icons-path}editing-structures/dark/attribute-formula.svg#active');
|
|
7264
|
+
--icon__editing-structures_attribute-formula--disabled: url('#{$icons-path}editing-structures/dark/attribute-formula.svg#disabled');
|
|
7265
|
+
--icon__editing-structures_attribute-description--enabled: url('#{$icons-path}editing-structures/dark/attribute-description.svg#enabled');
|
|
7266
|
+
--icon__editing-structures_attribute-description--hover: url('#{$icons-path}editing-structures/dark/attribute-description.svg#hover');
|
|
7267
|
+
--icon__editing-structures_attribute-description--active: url('#{$icons-path}editing-structures/dark/attribute-description.svg#active');
|
|
7268
|
+
--icon__editing-structures_attribute-description--disabled: url('#{$icons-path}editing-structures/dark/attribute-description.svg#disabled');
|
|
7269
|
+
|
|
7270
|
+
}
|
|
7271
|
+
|
|
7272
|
+
%icon__editing-structures {
|
|
7273
|
+
|
|
7274
|
+
|
|
7275
|
+
/* =================================
|
|
7276
|
+
LIGHT PLACEHOLDERS SELECTORS
|
|
7277
|
+
================================= */
|
|
7278
|
+
|
|
7279
|
+
|
|
7280
|
+
/* - - - - - - - - - - - -
|
|
7281
|
+
user-index.svg
|
|
7282
|
+
- - - - - - - - - - - - */
|
|
7283
|
+
|
|
7284
|
+
&_user-index--enabled {
|
|
7285
|
+
--icon-path: var(--icon__editing-structures_user-index--enabled);
|
|
7286
|
+
}
|
|
7287
|
+
&_user-index--hover {
|
|
7288
|
+
--icon-path: var(--icon__editing-structures_user-index--hover);
|
|
7289
|
+
}
|
|
7290
|
+
&_user-index--active {
|
|
7291
|
+
--icon-path: var(--icon__editing-structures_user-index--active);
|
|
7292
|
+
}
|
|
7293
|
+
&_user-index--disabled {
|
|
7294
|
+
--icon-path: var(--icon__editing-structures_user-index--disabled);
|
|
7295
|
+
}
|
|
7296
|
+
|
|
7297
|
+
/* - - - - - - - - - - - -
|
|
7298
|
+
system-index.svg
|
|
7299
|
+
- - - - - - - - - - - - */
|
|
7300
|
+
|
|
7301
|
+
&_system-index--enabled {
|
|
7302
|
+
--icon-path: var(--icon__editing-structures_system-index--enabled);
|
|
7303
|
+
}
|
|
7304
|
+
&_system-index--hover {
|
|
7305
|
+
--icon-path: var(--icon__editing-structures_system-index--hover);
|
|
7306
|
+
}
|
|
7307
|
+
&_system-index--active {
|
|
7308
|
+
--icon-path: var(--icon__editing-structures_system-index--active);
|
|
7309
|
+
}
|
|
7310
|
+
&_system-index--disabled {
|
|
7311
|
+
--icon-path: var(--icon__editing-structures_system-index--disabled);
|
|
7312
|
+
}
|
|
7313
|
+
|
|
7314
|
+
/* - - - - - - - - - - - -
|
|
7315
|
+
redundant-attribute.svg
|
|
7316
|
+
- - - - - - - - - - - - */
|
|
7317
|
+
|
|
7318
|
+
&_redundant-attribute--enabled {
|
|
7319
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--enabled);
|
|
7320
|
+
}
|
|
7321
|
+
&_redundant-attribute--hover {
|
|
7322
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--hover);
|
|
7323
|
+
}
|
|
7324
|
+
&_redundant-attribute--active {
|
|
7325
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--active);
|
|
7326
|
+
}
|
|
7327
|
+
&_redundant-attribute--disabled {
|
|
7328
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--disabled);
|
|
7329
|
+
}
|
|
7330
|
+
|
|
7331
|
+
/* - - - - - - - - - - - -
|
|
7332
|
+
platforms.svg
|
|
7333
|
+
- - - - - - - - - - - - */
|
|
7334
|
+
|
|
7335
|
+
&_platforms--enabled {
|
|
7336
|
+
--icon-path: var(--icon__editing-structures_platforms--enabled);
|
|
7337
|
+
}
|
|
7338
|
+
&_platforms--hover {
|
|
7339
|
+
--icon-path: var(--icon__editing-structures_platforms--hover);
|
|
7340
|
+
}
|
|
7341
|
+
&_platforms--active {
|
|
7342
|
+
--icon-path: var(--icon__editing-structures_platforms--active);
|
|
7343
|
+
}
|
|
7344
|
+
&_platforms--disabled {
|
|
7345
|
+
--icon-path: var(--icon__editing-structures_platforms--disabled);
|
|
7346
|
+
}
|
|
7347
|
+
|
|
7348
|
+
/* - - - - - - - - - - - -
|
|
7349
|
+
logical-attributes.svg
|
|
7350
|
+
- - - - - - - - - - - - */
|
|
7351
|
+
|
|
7352
|
+
&_logical-attributes--enabled {
|
|
7353
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--enabled);
|
|
7354
|
+
}
|
|
7355
|
+
&_logical-attributes--hover {
|
|
7356
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--hover);
|
|
7357
|
+
}
|
|
7358
|
+
&_logical-attributes--active {
|
|
7359
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--active);
|
|
7360
|
+
}
|
|
7361
|
+
&_logical-attributes--disabled {
|
|
7362
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--disabled);
|
|
7363
|
+
}
|
|
7364
|
+
|
|
7365
|
+
/* - - - - - - - - - - - -
|
|
7366
|
+
formula-redundant.svg
|
|
7367
|
+
- - - - - - - - - - - - */
|
|
7368
|
+
|
|
7369
|
+
&_formula-redundant--enabled {
|
|
7370
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--enabled);
|
|
7371
|
+
}
|
|
7372
|
+
&_formula-redundant--hover {
|
|
7373
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--hover);
|
|
7374
|
+
}
|
|
7375
|
+
&_formula-redundant--active {
|
|
7376
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--active);
|
|
7377
|
+
}
|
|
7378
|
+
&_formula-redundant--disabled {
|
|
7379
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--disabled);
|
|
7380
|
+
}
|
|
7381
|
+
|
|
7382
|
+
/* - - - - - - - - - - - -
|
|
7383
|
+
default.svg
|
|
7384
|
+
- - - - - - - - - - - - */
|
|
7385
|
+
|
|
7386
|
+
&_default--enabled {
|
|
7387
|
+
--icon-path: var(--icon__editing-structures_default--enabled);
|
|
7388
|
+
}
|
|
7389
|
+
&_default--hover {
|
|
7390
|
+
--icon-path: var(--icon__editing-structures_default--hover);
|
|
7391
|
+
}
|
|
7392
|
+
&_default--active {
|
|
7393
|
+
--icon-path: var(--icon__editing-structures_default--active);
|
|
7394
|
+
}
|
|
7395
|
+
&_default--disabled {
|
|
7396
|
+
--icon-path: var(--icon__editing-structures_default--disabled);
|
|
7397
|
+
}
|
|
7398
|
+
|
|
7399
|
+
/* - - - - - - - - - - - -
|
|
7400
|
+
attribute-key.svg
|
|
7401
|
+
- - - - - - - - - - - - */
|
|
7402
|
+
|
|
7403
|
+
&_attribute-key--enabled {
|
|
7404
|
+
--icon-path: var(--icon__editing-structures_attribute-key--enabled);
|
|
7405
|
+
}
|
|
7406
|
+
&_attribute-key--hover {
|
|
7407
|
+
--icon-path: var(--icon__editing-structures_attribute-key--hover);
|
|
7408
|
+
}
|
|
7409
|
+
&_attribute-key--active {
|
|
7410
|
+
--icon-path: var(--icon__editing-structures_attribute-key--active);
|
|
7411
|
+
}
|
|
7412
|
+
&_attribute-key--disabled {
|
|
7413
|
+
--icon-path: var(--icon__editing-structures_attribute-key--disabled);
|
|
7414
|
+
}
|
|
7415
|
+
|
|
7416
|
+
/* - - - - - - - - - - - -
|
|
7417
|
+
attribute-formula.svg
|
|
7418
|
+
- - - - - - - - - - - - */
|
|
7419
|
+
|
|
7420
|
+
&_attribute-formula--enabled {
|
|
7421
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--enabled);
|
|
7422
|
+
}
|
|
7423
|
+
&_attribute-formula--hover {
|
|
7424
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--hover);
|
|
7425
|
+
}
|
|
7426
|
+
&_attribute-formula--active {
|
|
7427
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--active);
|
|
7428
|
+
}
|
|
7429
|
+
&_attribute-formula--disabled {
|
|
7430
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--disabled);
|
|
7431
|
+
}
|
|
7432
|
+
|
|
7433
|
+
/* - - - - - - - - - - - -
|
|
7434
|
+
attribute-description.svg
|
|
7435
|
+
- - - - - - - - - - - - */
|
|
7436
|
+
|
|
7437
|
+
&_attribute-description--enabled {
|
|
7438
|
+
--icon-path: var(--icon__editing-structures_attribute-description--enabled);
|
|
7439
|
+
}
|
|
7440
|
+
&_attribute-description--hover {
|
|
7441
|
+
--icon-path: var(--icon__editing-structures_attribute-description--hover);
|
|
7442
|
+
}
|
|
7443
|
+
&_attribute-description--active {
|
|
7444
|
+
--icon-path: var(--icon__editing-structures_attribute-description--active);
|
|
7445
|
+
}
|
|
7446
|
+
&_attribute-description--disabled {
|
|
7447
|
+
--icon-path: var(--icon__editing-structures_attribute-description--disabled);
|
|
7448
|
+
}
|
|
7449
|
+
|
|
7450
|
+
|
|
7451
|
+
/* =================================
|
|
7452
|
+
DARK PLACEHOLDERS SELECTORS
|
|
7453
|
+
================================= */
|
|
7454
|
+
|
|
7455
|
+
|
|
7456
|
+
/* - - - - - - - - - - - -
|
|
7457
|
+
user-index.svg
|
|
7458
|
+
- - - - - - - - - - - - */
|
|
7459
|
+
|
|
7460
|
+
&_user-index--enabled {
|
|
7461
|
+
--icon-path: var(--icon__editing-structures_user-index--enabled);
|
|
7462
|
+
}
|
|
7463
|
+
&_user-index--hover {
|
|
7464
|
+
--icon-path: var(--icon__editing-structures_user-index--hover);
|
|
7465
|
+
}
|
|
7466
|
+
&_user-index--active {
|
|
7467
|
+
--icon-path: var(--icon__editing-structures_user-index--active);
|
|
7468
|
+
}
|
|
7469
|
+
&_user-index--disabled {
|
|
7470
|
+
--icon-path: var(--icon__editing-structures_user-index--disabled);
|
|
7471
|
+
}
|
|
7472
|
+
|
|
7473
|
+
/* - - - - - - - - - - - -
|
|
7474
|
+
system-index.svg
|
|
7475
|
+
- - - - - - - - - - - - */
|
|
7476
|
+
|
|
7477
|
+
&_system-index--enabled {
|
|
7478
|
+
--icon-path: var(--icon__editing-structures_system-index--enabled);
|
|
7479
|
+
}
|
|
7480
|
+
&_system-index--hover {
|
|
7481
|
+
--icon-path: var(--icon__editing-structures_system-index--hover);
|
|
7482
|
+
}
|
|
7483
|
+
&_system-index--active {
|
|
7484
|
+
--icon-path: var(--icon__editing-structures_system-index--active);
|
|
7485
|
+
}
|
|
7486
|
+
&_system-index--disabled {
|
|
7487
|
+
--icon-path: var(--icon__editing-structures_system-index--disabled);
|
|
7488
|
+
}
|
|
7489
|
+
|
|
7490
|
+
/* - - - - - - - - - - - -
|
|
7491
|
+
redundant-attribute.svg
|
|
7492
|
+
- - - - - - - - - - - - */
|
|
7493
|
+
|
|
7494
|
+
&_redundant-attribute--enabled {
|
|
7495
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--enabled);
|
|
7496
|
+
}
|
|
7497
|
+
&_redundant-attribute--hover {
|
|
7498
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--hover);
|
|
7499
|
+
}
|
|
7500
|
+
&_redundant-attribute--active {
|
|
7501
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--active);
|
|
7502
|
+
}
|
|
7503
|
+
&_redundant-attribute--disabled {
|
|
7504
|
+
--icon-path: var(--icon__editing-structures_redundant-attribute--disabled);
|
|
7505
|
+
}
|
|
7506
|
+
|
|
7507
|
+
/* - - - - - - - - - - - -
|
|
7508
|
+
platforms.svg
|
|
7509
|
+
- - - - - - - - - - - - */
|
|
7510
|
+
|
|
7511
|
+
&_platforms--enabled {
|
|
7512
|
+
--icon-path: var(--icon__editing-structures_platforms--enabled);
|
|
7513
|
+
}
|
|
7514
|
+
&_platforms--hover {
|
|
7515
|
+
--icon-path: var(--icon__editing-structures_platforms--hover);
|
|
7516
|
+
}
|
|
7517
|
+
&_platforms--active {
|
|
7518
|
+
--icon-path: var(--icon__editing-structures_platforms--active);
|
|
7519
|
+
}
|
|
7520
|
+
&_platforms--disabled {
|
|
7521
|
+
--icon-path: var(--icon__editing-structures_platforms--disabled);
|
|
7522
|
+
}
|
|
7523
|
+
|
|
7524
|
+
/* - - - - - - - - - - - -
|
|
7525
|
+
logical-attributes.svg
|
|
7526
|
+
- - - - - - - - - - - - */
|
|
7527
|
+
|
|
7528
|
+
&_logical-attributes--enabled {
|
|
7529
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--enabled);
|
|
7530
|
+
}
|
|
7531
|
+
&_logical-attributes--hover {
|
|
7532
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--hover);
|
|
7533
|
+
}
|
|
7534
|
+
&_logical-attributes--active {
|
|
7535
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--active);
|
|
7536
|
+
}
|
|
7537
|
+
&_logical-attributes--disabled {
|
|
7538
|
+
--icon-path: var(--icon__editing-structures_logical-attributes--disabled);
|
|
7539
|
+
}
|
|
7540
|
+
|
|
7541
|
+
/* - - - - - - - - - - - -
|
|
7542
|
+
formula-redundant.svg
|
|
7543
|
+
- - - - - - - - - - - - */
|
|
7544
|
+
|
|
7545
|
+
&_formula-redundant--enabled {
|
|
7546
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--enabled);
|
|
7547
|
+
}
|
|
7548
|
+
&_formula-redundant--hover {
|
|
7549
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--hover);
|
|
7550
|
+
}
|
|
7551
|
+
&_formula-redundant--active {
|
|
7552
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--active);
|
|
7553
|
+
}
|
|
7554
|
+
&_formula-redundant--disabled {
|
|
7555
|
+
--icon-path: var(--icon__editing-structures_formula-redundant--disabled);
|
|
7556
|
+
}
|
|
7557
|
+
|
|
7558
|
+
/* - - - - - - - - - - - -
|
|
7559
|
+
default.svg
|
|
7560
|
+
- - - - - - - - - - - - */
|
|
7561
|
+
|
|
7562
|
+
&_default--enabled {
|
|
7563
|
+
--icon-path: var(--icon__editing-structures_default--enabled);
|
|
7564
|
+
}
|
|
7565
|
+
&_default--hover {
|
|
7566
|
+
--icon-path: var(--icon__editing-structures_default--hover);
|
|
7567
|
+
}
|
|
7568
|
+
&_default--active {
|
|
7569
|
+
--icon-path: var(--icon__editing-structures_default--active);
|
|
7570
|
+
}
|
|
7571
|
+
&_default--disabled {
|
|
7572
|
+
--icon-path: var(--icon__editing-structures_default--disabled);
|
|
7573
|
+
}
|
|
7574
|
+
|
|
7575
|
+
/* - - - - - - - - - - - -
|
|
7576
|
+
attribute-key.svg
|
|
7577
|
+
- - - - - - - - - - - - */
|
|
7578
|
+
|
|
7579
|
+
&_attribute-key--enabled {
|
|
7580
|
+
--icon-path: var(--icon__editing-structures_attribute-key--enabled);
|
|
7581
|
+
}
|
|
7582
|
+
&_attribute-key--hover {
|
|
7583
|
+
--icon-path: var(--icon__editing-structures_attribute-key--hover);
|
|
7584
|
+
}
|
|
7585
|
+
&_attribute-key--active {
|
|
7586
|
+
--icon-path: var(--icon__editing-structures_attribute-key--active);
|
|
7587
|
+
}
|
|
7588
|
+
&_attribute-key--disabled {
|
|
7589
|
+
--icon-path: var(--icon__editing-structures_attribute-key--disabled);
|
|
7590
|
+
}
|
|
7591
|
+
|
|
7592
|
+
/* - - - - - - - - - - - -
|
|
7593
|
+
attribute-formula.svg
|
|
7594
|
+
- - - - - - - - - - - - */
|
|
7595
|
+
|
|
7596
|
+
&_attribute-formula--enabled {
|
|
7597
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--enabled);
|
|
7598
|
+
}
|
|
7599
|
+
&_attribute-formula--hover {
|
|
7600
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--hover);
|
|
7601
|
+
}
|
|
7602
|
+
&_attribute-formula--active {
|
|
7603
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--active);
|
|
7604
|
+
}
|
|
7605
|
+
&_attribute-formula--disabled {
|
|
7606
|
+
--icon-path: var(--icon__editing-structures_attribute-formula--disabled);
|
|
7607
|
+
}
|
|
7608
|
+
|
|
7609
|
+
/* - - - - - - - - - - - -
|
|
7610
|
+
attribute-description.svg
|
|
7611
|
+
- - - - - - - - - - - - */
|
|
7612
|
+
|
|
7613
|
+
&_attribute-description--enabled {
|
|
7614
|
+
--icon-path: var(--icon__editing-structures_attribute-description--enabled);
|
|
7615
|
+
}
|
|
7616
|
+
&_attribute-description--hover {
|
|
7617
|
+
--icon-path: var(--icon__editing-structures_attribute-description--hover);
|
|
7618
|
+
}
|
|
7619
|
+
&_attribute-description--active {
|
|
7620
|
+
--icon-path: var(--icon__editing-structures_attribute-description--active);
|
|
7621
|
+
}
|
|
7622
|
+
&_attribute-description--disabled {
|
|
7623
|
+
--icon-path: var(--icon__editing-structures_attribute-description--disabled);
|
|
7624
|
+
}
|
|
7625
|
+
|
|
7626
|
+
}
|
|
7627
|
+
|
|
7628
|
+
|
|
7155
7629
|
/*monochrome lists*/
|
|
7156
7630
|
|
|
7157
7631
|
|