@itwin/components-react 5.0.0-dev.2 → 5.0.0-dev.3

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.
Files changed (117) hide show
  1. package/lib/cjs/components-react/_target.scss +10 -0
  2. package/lib/cjs/components-react/datepicker/DateField.scss +19 -0
  3. package/lib/cjs/components-react/datepicker/DatePicker.scss +179 -0
  4. package/lib/cjs/components-react/datepicker/DatePickerPopupButton.scss +56 -0
  5. package/lib/cjs/components-react/datepicker/TimeField.scss +72 -0
  6. package/lib/cjs/components-react/editors/BooleanEditor.scss +22 -0
  7. package/lib/cjs/components-react/editors/CustomNumberEditor.scss +19 -0
  8. package/lib/cjs/components-react/editors/DateTimeEditor.scss +9 -0
  9. package/lib/cjs/components-react/editors/EditorContainer.scss +7 -0
  10. package/lib/cjs/components-react/editors/EnumButtonGroupEditor.scss +141 -0
  11. package/lib/cjs/components-react/editors/EnumEditor.scss +21 -0
  12. package/lib/cjs/components-react/editors/IconEditor.scss +14 -0
  13. package/lib/cjs/components-react/editors/ImageCheckBoxEditor.scss +24 -0
  14. package/lib/cjs/components-react/editors/NumericInputEditor.scss +13 -0
  15. package/lib/cjs/components-react/editors/PopupButton.scss +112 -0
  16. package/lib/cjs/components-react/editors/SliderEditor.scss +14 -0
  17. package/lib/cjs/components-react/editors/TextEditor.scss +19 -0
  18. package/lib/cjs/components-react/editors/TextareaEditor.scss +13 -0
  19. package/lib/cjs/components-react/editors/ToggleEditor.scss +17 -0
  20. package/lib/cjs/components-react/editors/variables.scss +10 -0
  21. package/lib/cjs/components-react/filter-builder/FilterBuilderRule.scss +40 -0
  22. package/lib/cjs/components-react/filter-builder/FilterBuilderRuleGroup.scss +35 -0
  23. package/lib/cjs/components-react/filtering/FilteringInput.scss +58 -0
  24. package/lib/cjs/components-react/filtering/ResultSelector.scss +66 -0
  25. package/lib/cjs/components-react/iconpicker/IconPickerButton.scss +74 -0
  26. package/lib/cjs/components-react/inputs/ParsedInput.scss +20 -0
  27. package/lib/cjs/components-react/properties/renderers/ActionButtonList.scss +25 -0
  28. package/lib/cjs/components-react/properties/renderers/NonPrimitivePropertyRenderer.scss +17 -0
  29. package/lib/cjs/components-react/properties/renderers/PropertyView.scss +110 -0
  30. package/lib/cjs/components-react/properties/renderers/label/PropertyLabelRenderer.scss +87 -0
  31. package/lib/cjs/components-react/propertygrid/component/PropertyGrid.scss +55 -0
  32. package/lib/cjs/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +100 -0
  33. package/lib/cjs/components-react/selectable-content/SelectableContent.scss +20 -0
  34. package/lib/cjs/components-react/toolbar/Item.scss +94 -0
  35. package/lib/cjs/components-react/toolbar/ItemWrapper.scss +10 -0
  36. package/lib/cjs/components-react/toolbar/Items.scss +96 -0
  37. package/lib/cjs/components-react/toolbar/Overflow.scss +57 -0
  38. package/lib/cjs/components-react/toolbar/OverflowPanel.scss +37 -0
  39. package/lib/cjs/components-react/toolbar/PopupItem.scss +81 -0
  40. package/lib/cjs/components-react/toolbar/Toolbar.scss +16 -0
  41. package/lib/cjs/components-react/toolbar/_variables.scss +34 -0
  42. package/lib/cjs/components-react/toolbar/groupPanel/BackArrow.scss +44 -0
  43. package/lib/cjs/components-react/toolbar/groupPanel/Column.scss +9 -0
  44. package/lib/cjs/components-react/toolbar/groupPanel/Columns.scss +10 -0
  45. package/lib/cjs/components-react/toolbar/groupPanel/Panel.scss +15 -0
  46. package/lib/cjs/components-react/toolbar/groupPanel/Title.scss +33 -0
  47. package/lib/cjs/components-react/toolbar/groupPanel/_variables.scss +17 -0
  48. package/lib/cjs/components-react/toolbar/groupPanel/tool/Expander.scss +30 -0
  49. package/lib/cjs/components-react/toolbar/groupPanel/tool/Tool.scss +117 -0
  50. package/lib/cjs/components-react/toolbar/groupPanel/tool/_variables.scss +15 -0
  51. package/lib/cjs/components-react/tree/HighlightingEngine.scss +8 -0
  52. package/lib/cjs/components-react/tree/controlled/component/ControlledTree.scss +102 -0
  53. package/lib/cjs/components-react/tree/controlled/component/NodeContent.scss +27 -0
  54. package/lib/components-react/common/Links.d.ts +4 -0
  55. package/lib/components-react/common/Links.d.ts.map +1 -1
  56. package/lib/components-react/common/Links.js +20 -0
  57. package/lib/components-react/common/Links.js.map +1 -1
  58. package/lib/components-react/properties/renderers/value/UrlPropertyValueRenderer.d.ts.map +1 -1
  59. package/lib/components-react/properties/renderers/value/UrlPropertyValueRenderer.js +2 -10
  60. package/lib/components-react/properties/renderers/value/UrlPropertyValueRenderer.js.map +1 -1
  61. package/lib/components-react/propertygrid/component/PropertyGridCommons.d.ts.map +1 -1
  62. package/lib/components-react/propertygrid/component/PropertyGridCommons.js +4 -9
  63. package/lib/components-react/propertygrid/component/PropertyGridCommons.js.map +1 -1
  64. package/lib/esm/components-react/_target.scss +10 -0
  65. package/lib/esm/components-react/datepicker/DateField.scss +19 -0
  66. package/lib/esm/components-react/datepicker/DatePicker.scss +179 -0
  67. package/lib/esm/components-react/datepicker/DatePickerPopupButton.scss +56 -0
  68. package/lib/esm/components-react/datepicker/TimeField.scss +72 -0
  69. package/lib/esm/components-react/editors/BooleanEditor.scss +22 -0
  70. package/lib/esm/components-react/editors/CustomNumberEditor.scss +19 -0
  71. package/lib/esm/components-react/editors/DateTimeEditor.scss +9 -0
  72. package/lib/esm/components-react/editors/EditorContainer.scss +7 -0
  73. package/lib/esm/components-react/editors/EnumButtonGroupEditor.scss +141 -0
  74. package/lib/esm/components-react/editors/EnumEditor.scss +21 -0
  75. package/lib/esm/components-react/editors/IconEditor.scss +14 -0
  76. package/lib/esm/components-react/editors/ImageCheckBoxEditor.scss +24 -0
  77. package/lib/esm/components-react/editors/NumericInputEditor.scss +13 -0
  78. package/lib/esm/components-react/editors/PopupButton.scss +112 -0
  79. package/lib/esm/components-react/editors/SliderEditor.scss +14 -0
  80. package/lib/esm/components-react/editors/TextEditor.scss +19 -0
  81. package/lib/esm/components-react/editors/TextareaEditor.scss +13 -0
  82. package/lib/esm/components-react/editors/ToggleEditor.scss +17 -0
  83. package/lib/esm/components-react/editors/variables.scss +10 -0
  84. package/lib/esm/components-react/filter-builder/FilterBuilderRule.scss +40 -0
  85. package/lib/esm/components-react/filter-builder/FilterBuilderRuleGroup.scss +35 -0
  86. package/lib/esm/components-react/filtering/FilteringInput.scss +58 -0
  87. package/lib/esm/components-react/filtering/ResultSelector.scss +66 -0
  88. package/lib/esm/components-react/iconpicker/IconPickerButton.scss +74 -0
  89. package/lib/esm/components-react/inputs/ParsedInput.scss +20 -0
  90. package/lib/esm/components-react/properties/renderers/ActionButtonList.scss +25 -0
  91. package/lib/esm/components-react/properties/renderers/NonPrimitivePropertyRenderer.scss +17 -0
  92. package/lib/esm/components-react/properties/renderers/PropertyView.scss +110 -0
  93. package/lib/esm/components-react/properties/renderers/label/PropertyLabelRenderer.scss +87 -0
  94. package/lib/esm/components-react/propertygrid/component/PropertyGrid.scss +55 -0
  95. package/lib/esm/components-react/propertygrid/component/VirtualizedPropertyGrid.scss +100 -0
  96. package/lib/esm/components-react/selectable-content/SelectableContent.scss +20 -0
  97. package/lib/esm/components-react/toolbar/Item.scss +94 -0
  98. package/lib/esm/components-react/toolbar/ItemWrapper.scss +10 -0
  99. package/lib/esm/components-react/toolbar/Items.scss +96 -0
  100. package/lib/esm/components-react/toolbar/Overflow.scss +57 -0
  101. package/lib/esm/components-react/toolbar/OverflowPanel.scss +37 -0
  102. package/lib/esm/components-react/toolbar/PopupItem.scss +81 -0
  103. package/lib/esm/components-react/toolbar/Toolbar.scss +16 -0
  104. package/lib/esm/components-react/toolbar/_variables.scss +34 -0
  105. package/lib/esm/components-react/toolbar/groupPanel/BackArrow.scss +44 -0
  106. package/lib/esm/components-react/toolbar/groupPanel/Column.scss +9 -0
  107. package/lib/esm/components-react/toolbar/groupPanel/Columns.scss +10 -0
  108. package/lib/esm/components-react/toolbar/groupPanel/Panel.scss +15 -0
  109. package/lib/esm/components-react/toolbar/groupPanel/Title.scss +33 -0
  110. package/lib/esm/components-react/toolbar/groupPanel/_variables.scss +17 -0
  111. package/lib/esm/components-react/toolbar/groupPanel/tool/Expander.scss +30 -0
  112. package/lib/esm/components-react/toolbar/groupPanel/tool/Tool.scss +117 -0
  113. package/lib/esm/components-react/toolbar/groupPanel/tool/_variables.scss +15 -0
  114. package/lib/esm/components-react/tree/HighlightingEngine.scss +8 -0
  115. package/lib/esm/components-react/tree/controlled/component/ControlledTree.scss +102 -0
  116. package/lib/esm/components-react/tree/controlled/component/NodeContent.scss +27 -0
  117. package/package.json +9 -14
@@ -0,0 +1,87 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @mixin rotate($amount) {
6
+ -webkit-transform: rotate($amount);
7
+ -ms-transform: rotate($amount);
8
+ transform: rotate($amount);
9
+ }
10
+
11
+ @mixin transition($seconds, $type) {
12
+ -webkit-transition: -webkit-transform $seconds $type;
13
+ -ms-transition: -ms-transform $seconds $type;
14
+ transition: transform $seconds $type;
15
+ }
16
+
17
+ .components-property-label-renderer {
18
+ text-overflow: ellipsis;
19
+ white-space: nowrap;
20
+ overflow: hidden;
21
+ margin-block: auto;
22
+
23
+ &-colon::after {
24
+ content: ":";
25
+ margin-inline-end: var(--iui-size-2xs);
26
+ }
27
+ }
28
+
29
+ @mixin specific-property-label-renderer {
30
+ position: relative;
31
+ display: flex;
32
+
33
+ .components-label-popup {
34
+ background: var(--iui-color-background-hover);
35
+ width: max-content;
36
+ padding: 5px;
37
+ }
38
+ }
39
+
40
+ .components-primitive-property-label-renderer {
41
+ @include specific-property-label-renderer;
42
+ }
43
+
44
+ .components-property-record--vertical {
45
+ .components-nonprimitive-property-label-renderer {
46
+ margin-bottom: 4px;
47
+ }
48
+ }
49
+
50
+ .components-nonprimitive-property-label-renderer {
51
+ align-items: center;
52
+ border: none;
53
+ background: transparent;
54
+ cursor: pointer;
55
+ color: var(--iui-color-text);
56
+ font-size: 14px;
57
+ height: 100%;
58
+ width: 100%;
59
+ transition: transform var(--iui-duration-1) ease-in-out,
60
+ -webkit-transform var(--iui-duration-1) ease-in-out;
61
+
62
+ @include specific-property-label-renderer;
63
+
64
+ > .components-property-label-renderer {
65
+ flex: 1;
66
+ padding-left: var(--iui-size-2xs);
67
+ }
68
+
69
+ > div {
70
+ @include transition(var(--iui-duration-1), ease-in-out);
71
+
72
+ svg {
73
+ width: var(--iui-size-s);
74
+ height: var(--iui-size-s);
75
+ fill: var(--iui-color-icon);
76
+ display: block;
77
+ }
78
+
79
+ &.components-expanded {
80
+ @include rotate(90deg);
81
+ }
82
+ }
83
+
84
+ &:hover {
85
+ color: var(--iui-color-text-hover);
86
+ }
87
+ }
@@ -0,0 +1,55 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "~@itwin/core-react/lib/core-react/scrollbar" as *;
6
+
7
+ .components-property-grid-loader {
8
+ position: relative;
9
+ display: block;
10
+ left: calc(50% - 24px);
11
+ top: calc(50% - 24px);
12
+ }
13
+
14
+ .components-property-grid-wrapper {
15
+ width: 100%;
16
+ height: 100%;
17
+ overflow-y: auto;
18
+
19
+ @include uicore-touch-scrolling;
20
+ @include uicore-scrollbar();
21
+ }
22
+
23
+ @mixin components-property-list {
24
+ width: 100%;
25
+
26
+ .components--selected,
27
+ .components--selected:hover {
28
+ background-color: var(--iui-color-background-accent-muted);
29
+ outline: 1px solid var(--iui-color-border-accent);
30
+ }
31
+
32
+ .components--clickable:where(:not(.components--selected)) {
33
+ cursor: pointer;
34
+
35
+ &:hover {
36
+ background: var(--iui-color-background-hover);
37
+ }
38
+ }
39
+
40
+ .components--hoverable:hover {
41
+ background-color: var(--iui-color-background-hover);
42
+ }
43
+ }
44
+
45
+ .components-property-list--horizontal {
46
+ display: grid;
47
+ grid-row-gap: 1px;
48
+ overflow: hidden;
49
+
50
+ @include components-property-list;
51
+ }
52
+
53
+ .components-property-list--vertical {
54
+ @include components-property-list;
55
+ }
@@ -0,0 +1,100 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "~@itwin/core-react/lib/core-react/scrollbar" as *;
6
+
7
+ .components-virtualized-property-grid-loader {
8
+ height: 100%;
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: center;
12
+ }
13
+
14
+ .components-property-grid-wrapper {
15
+ @include uicore-touch-scrolling;
16
+ @include uicore-scrollbar();
17
+ }
18
+
19
+ .virtualized-grid-node {
20
+ > :not(.virtualized-grid-node-category) {
21
+ background: var(--iui-color-background);
22
+ }
23
+
24
+ .nested-border-middle {
25
+ height: 100%;
26
+ padding: 0 4px;
27
+ box-sizing: border-box;
28
+ border-left: 1px solid var(--iui-color-border);
29
+ border-right: 1px solid var(--iui-color-border);
30
+ }
31
+
32
+ .nested-border-bottom {
33
+ border-bottom: 1px solid var(--iui-color-border);
34
+ padding-bottom: 4px;
35
+ }
36
+
37
+ .components--clickable {
38
+ cursor: pointer;
39
+ box-sizing: border-box;
40
+
41
+ &:not(.components--selected) {
42
+ &:hover {
43
+ // Highlight the whole row of inner-most expandable block
44
+ margin: 0 -4px;
45
+ // Compensate the negative margin by adding padding
46
+ padding: 0 12px;
47
+
48
+ background: var(--iui-color-background-hover);
49
+ }
50
+ }
51
+ }
52
+
53
+ .components--selected {
54
+ // Highlight the whole row of inner-most expandable block
55
+ margin: 0 -4px;
56
+ // Compensate the negative margin by adding padding (minus one for border)
57
+ padding: 0px 11px;
58
+
59
+ background-color: var(--iui-color-background-accent-muted);
60
+ border: 1px solid var(--iui-color-border-accent);
61
+ }
62
+
63
+ .components--hoverable {
64
+ &:hover {
65
+ background: var(--iui-color-background-hover);
66
+
67
+ &:not(.components--selected) {
68
+ // Highlight the whole row of inner-most expandable block
69
+ margin: 0 -4px;
70
+ // Compensate the negative margin by adding padding
71
+ padding: 0 12px;
72
+ }
73
+ }
74
+ }
75
+ }
76
+
77
+ .virtualized-grid-node-category {
78
+ padding-top: 4px;
79
+
80
+ .components-expandable-content {
81
+ // We are rendering virtualized content below the expandable block
82
+ display: none;
83
+ }
84
+ }
85
+
86
+ .virtualized-grid-node-custom-category {
87
+ padding-top: 4px;
88
+
89
+ .components-expandable-content > div {
90
+ padding: 0 4px 4px 4px;
91
+ }
92
+ }
93
+
94
+ .virtualized-grid-node-content {
95
+ height: 100%;
96
+ }
97
+
98
+ .virtualized-grid-node-content-wrapper-item {
99
+ overflow: hidden;
100
+ }
@@ -0,0 +1,20 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+
6
+ .components-selectable-content {
7
+ display: flex;
8
+ flex-direction: column;
9
+
10
+ .components-selectable-content-header {
11
+ .components-selectable-content-selector {
12
+ width: 100%;
13
+ }
14
+ }
15
+
16
+ .components-selectable-content-wrapper {
17
+ flex-grow: 1;
18
+ overflow: hidden;
19
+ }
20
+ }
@@ -0,0 +1,94 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "variables" as *;
6
+
7
+ .components-toolbar-button-item {
8
+ box-sizing: border-box;
9
+ background-origin: border-box;
10
+ border-color: transparent;
11
+ border-style: solid;
12
+ border-radius: var(--iui-border-radius-1);
13
+ cursor: pointer;
14
+ transition: background-color var(--iui-duration-1) ease;
15
+ position: relative;
16
+ background: transparent;
17
+ height: 100%;
18
+ width: 100%;
19
+ outline-style: solid;
20
+ outline-width: 0;
21
+
22
+ > .components-icon {
23
+ font-size: $icon-size;
24
+ width: 100%;
25
+ height: 100%;
26
+ display: grid;
27
+ align-content: center;
28
+ justify-content: center;
29
+ color: var(--iui-color-icon);
30
+ transition: color var(--iui-duration-1) ease;
31
+
32
+ img {
33
+ width: $icon-size;
34
+ height: $icon-size;
35
+ }
36
+ }
37
+
38
+ &:not(.components-disabled) > .components-icon {
39
+ filter: $icon-shadow;
40
+ }
41
+
42
+ &:focus-visible:not(.components-disabled):not(.components-active),
43
+ &:hover:not(.components-disabled):not(.components-active),
44
+ &:active:not(.components-disabled):not(.components-active) {
45
+ color: var(--iui-color-icon-hover);
46
+ background-color: var(--iui-color-background-transparent-hover);
47
+ }
48
+
49
+ &.components-active {
50
+ color: var(--iui-color-icon-accent);
51
+ background-color: var(--iui-color-background-accent-muted);
52
+ // background-color: hsl(var(--iui-color-accent-hsl) / var(--iui-opacity-5));
53
+ border: solid 2px var(--iui-color-border-accent);
54
+
55
+ &:not(:active):not(.components-disabled) {
56
+ transition-duration: 0s;
57
+
58
+ > .components-icon {
59
+ color: var(--iui-color-icon-accent);
60
+ transition-duration: var(--iui-duration-1);
61
+ transition-timing-function: cubic-bezier(1, 0.1, 1, 0.5);
62
+ }
63
+ }
64
+ }
65
+
66
+ &.components-disabled {
67
+ cursor: not-allowed;
68
+
69
+ > .components-icon {
70
+ color: var(--iui-color-icon-disabled);
71
+ }
72
+
73
+ &:hover {
74
+ cursor: auto;
75
+ }
76
+
77
+ &:active {
78
+ pointer-events: none;
79
+ }
80
+ }
81
+
82
+ > .components-badge {
83
+ display: none;
84
+ }
85
+ }
86
+
87
+ div.components-toolbar-items-container.components-toolbar-show-decorators
88
+ .components-toolbar-button-item
89
+ > .components-badge {
90
+ display: block;
91
+ position: absolute;
92
+ top: 0;
93
+ left: 0;
94
+ }
@@ -0,0 +1,10 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ .components-toolbar-item-container {
6
+ position: relative;
7
+ height: 100%;
8
+ display: flex;
9
+ align-items: center;
10
+ }
@@ -0,0 +1,96 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "variables" as *;
6
+
7
+ $separator-color: var(--iui-color-border-subtle);
8
+
9
+ .components-toolbar-items-container {
10
+ $border-radius: var(--iui-border-radius-1);
11
+
12
+ border-radius: $border-radius;
13
+ display: inline-block;
14
+ vertical-align: bottom;
15
+ box-sizing: border-box;
16
+
17
+ box-shadow: var(--iui-shadow-1);
18
+ -webkit-backdrop-filter: blur(10px);
19
+ backdrop-filter: blur(10px);
20
+ pointer-events: auto;
21
+
22
+ &.components-vertical {
23
+ width: $components-desktop-toolbar-width;
24
+
25
+ > * {
26
+ height: $components-desktop-item-height;
27
+
28
+ &:not(:first-child) {
29
+ margin-top: $components-desktop-space-between-toolbar-items;
30
+
31
+ &:before {
32
+ content: "";
33
+ display: block;
34
+ position: absolute;
35
+ pointer-events: none;
36
+ height: $components-desktop-space-between-toolbar-items;
37
+ width: 100%;
38
+ left: 0;
39
+ top: -$components-desktop-space-between-toolbar-items;
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ &.components-horizontal {
46
+ height: $components-desktop-toolbar-height;
47
+
48
+ > * {
49
+ display: inline-block;
50
+ height: 100%;
51
+ width: $components-desktop-item-width;
52
+
53
+ &:not(:first-child) {
54
+ margin-left: $components-desktop-space-between-toolbar-items;
55
+
56
+ &:before {
57
+ content: "";
58
+ display: block;
59
+ position: absolute;
60
+ pointer-events: none;
61
+ width: $components-desktop-space-between-toolbar-items;
62
+ height: 100%;
63
+ left: -$components-desktop-space-between-toolbar-items;
64
+ top: 0;
65
+ }
66
+ }
67
+ }
68
+ }
69
+
70
+ > * {
71
+ vertical-align: bottom;
72
+ }
73
+ }
74
+
75
+ /* modifications to the style to support the appearance of a tool button separator */
76
+ .components-toolbar-item-container.components-horizontal.components-toolbar-button-add-gap-before {
77
+ margin-left: $components-desktop-separator-gap-between-toolbar-items;
78
+ }
79
+
80
+ div.components-toolbar-items-container.components-toolbar-show-decorators
81
+ .components-toolbar-item-container.components-horizontal.components-toolbar-button-add-gap-before::before {
82
+ width: $components-desktop-separator-thickness;
83
+ background-color: $separator-color;
84
+ left: $components-desktop-separator-center-offset;
85
+ }
86
+
87
+ .components-toolbar-item-container.components-vertical.components-toolbar-button-add-gap-before {
88
+ margin-top: $components-desktop-separator-gap-between-toolbar-items;
89
+ }
90
+
91
+ div.components-toolbar-items-container.components-toolbar-show-decorators
92
+ .components-toolbar-item-container.components-vertical.components-toolbar-button-add-gap-before::before {
93
+ height: $components-desktop-separator-thickness;
94
+ background-color: $separator-color;
95
+ top: $components-desktop-separator-center-offset;
96
+ }
@@ -0,0 +1,57 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "~@itwin/core-react/lib/core-react/z-index" as *;
6
+ @use "variables" as *;
7
+
8
+ .components-toolbar-button-item.components-ellipsis-icon {
9
+ position: relative;
10
+ $ellipsis-size: 4px;
11
+ $ellipsis-spacing: 8px;
12
+
13
+ > .components-icon {
14
+ .components-ellipsis {
15
+ position: relative;
16
+ width: $ellipsis-size;
17
+ height: $ellipsis-size;
18
+ border-radius: 50%;
19
+ background-color: currentColor;
20
+ }
21
+
22
+ .components-ellipsis:before {
23
+ content: "";
24
+ position: absolute;
25
+ left: -$ellipsis-spacing;
26
+ width: $ellipsis-size;
27
+ height: $ellipsis-size;
28
+ border-radius: 50%;
29
+ background-color: currentColor;
30
+ }
31
+
32
+ .components-ellipsis:after {
33
+ content: "";
34
+ position: absolute;
35
+ left: $ellipsis-spacing;
36
+ width: $ellipsis-size;
37
+ height: $ellipsis-size;
38
+ border-radius: 50%;
39
+ background-color: currentColor;
40
+ }
41
+ }
42
+ }
43
+
44
+ .components-toolbar-overflow_popup {
45
+ border: none;
46
+ background: none;
47
+
48
+ @include uicore-z-index(toolbar-panels);
49
+
50
+ transition: visibility var(--iui-duration-2) ease,
51
+ opacity var(--iui-duration-2) ease;
52
+
53
+ &.nz-hidden {
54
+ opacity: 0;
55
+ visibility: hidden;
56
+ }
57
+ }
@@ -0,0 +1,37 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "variables" as *;
6
+
7
+ .components-toolbar-overflow-panel {
8
+ background: var(--iui-color-background);
9
+ border-radius: var(--iui-border-radius-1);
10
+ display: flex;
11
+ height: unset;
12
+ width: fit-content;
13
+ padding: unset;
14
+
15
+ &.components-vertical-components-direction-bottom {
16
+ right: -$components-items-border-width;
17
+ flex-direction: column;
18
+ top: 100%;
19
+ }
20
+
21
+ &.components-vertical-components-direction-top {
22
+ right: -$components-items-border-width;
23
+ flex-direction: column;
24
+ bottom: 100%;
25
+ }
26
+
27
+ &.components-horizontal-components-direction-right {
28
+ left: 100%;
29
+ bottom: -$components-items-border-width;
30
+ flex-direction: row;
31
+ }
32
+ &.components-horizontal-components-direction-left {
33
+ right: 100%;
34
+ bottom: -$components-items-border-width;
35
+ flex-direction: row;
36
+ }
37
+ }
@@ -0,0 +1,81 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @use "~@itwin/core-react/lib/core-react/z-index" as *;
6
+ @use "~@itwin/core-react/lib/core-react/geometry" as *;
7
+ @use "variables" as *;
8
+
9
+ .components-toolbar-expandable-button {
10
+ $triangle-width: 4px;
11
+ $triangle-height: $triangle-width;
12
+ $shadow-vertical-offset: 1px;
13
+ $margin-from-triangle-to-stroke: 3px;
14
+ $arrow-shadow: $icon-shadow;
15
+ position: relative;
16
+
17
+ > .components-triangle {
18
+ border-radius: 0;
19
+ position: absolute;
20
+ right: $margin-from-triangle-to-stroke;
21
+ bottom: $margin-from-triangle-to-stroke;
22
+ filter: $arrow-shadow;
23
+ pointer-events: none;
24
+
25
+ @include triangle-bottom-right(
26
+ $width: $triangle-width,
27
+ $height: $triangle-height,
28
+ $color: var(--iui-color-text)
29
+ );
30
+ }
31
+
32
+ &:active > .components-triangle {
33
+ filter: $no-shadow;
34
+
35
+ @include triangle-bottom-right-color($pressed-icon-color);
36
+ }
37
+
38
+ &.components-active {
39
+ &:not(:active):not(.components-disabled) {
40
+ > .components-triangle {
41
+ filter: $no-shadow;
42
+
43
+ @include triangle-bottom-right-color($active-icon-color);
44
+ }
45
+ }
46
+ }
47
+
48
+ &.components-disabled {
49
+ > .components-triangle {
50
+ @include triangle-bottom-right-color($disabled-icon-color);
51
+ }
52
+ }
53
+
54
+ &.components-disabled-drag {
55
+ > .components-icon {
56
+ color: $disabled-icon-color;
57
+ }
58
+
59
+ > .components-triangle {
60
+ @include triangle-bottom-right-color($disabled-icon-color);
61
+ }
62
+ }
63
+ }
64
+
65
+ .components-toolbar-popupItem_popupItemPopup {
66
+ @include uicore-z-index(toolbar-panels);
67
+ width: fit-content;
68
+ background: var(--iui-color-background);
69
+ border-color: var(--iui-color-background-disabled);
70
+ border-width: 1px;
71
+ border-style: solid;
72
+ border-radius: var(--iui-border-radius-1);
73
+
74
+ transition: visibility var(--iui-duration-2) ease,
75
+ opacity var(--iui-duration-2) ease;
76
+
77
+ &.nz-hidden {
78
+ opacity: 0;
79
+ visibility: hidden;
80
+ }
81
+ }
@@ -0,0 +1,16 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ .components-toolbar-overflow-sizer {
6
+ display: inline-block;
7
+ position: relative;
8
+
9
+ &.components-horizontal {
10
+ width: 100%;
11
+ }
12
+
13
+ &.components-vertical {
14
+ height: 100%;
15
+ }
16
+ }
@@ -0,0 +1,34 @@
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ @forward "~@itwin/core-react/lib/core-react/style/breakpoints";
6
+
7
+ $components-desktop-item-width: 40px;
8
+ $components-desktop-item-height: 40px;
9
+
10
+ $components-items-border-width: 1px;
11
+ $components-desktop-space-between-toolbar-items: 1px;
12
+ $components-desktop-separator-gap-between-toolbar-items: 5px;
13
+ $components-desktop-separator-thickness: 1px;
14
+ $components-desktop-separator-center-offset: -3px;
15
+
16
+ $components-desktop-toolbar-width: 40px;
17
+ $components-desktop-toolbar-height: 40px;
18
+
19
+ $desktop-tool-stripe-width: 2px;
20
+ $desktop-tool-stripe-height: 30px;
21
+
22
+ $font-size: var(--iui-font-size-1);
23
+ $icon-size: 16px;
24
+ $icon-color: var(--iui-color-icon);
25
+ $hovered-icon-color: var(--iui-color-icon-hover);
26
+ $pressed-icon-color: var(--iui-color-text);
27
+ $active-icon-color: var(--iui-color-icon-accent);
28
+ $disabled-icon-color: var(--iui-color-icon-disabled);
29
+ $icon-shadow-color: hsl(var(--iui-color-background-hsl) / var(--iui-opacity-2));
30
+ $icon-shadow: drop-shadow(0 1px 0 $icon-shadow-color);
31
+ $no-shadow: drop-shadow(0 0 0 transparent);
32
+
33
+ $desktop-tool-stripe-width: 2px;
34
+ $desktop-tool-stripe-height: 30px;