@gooddata/sdk-ui-kit 11.8.0-alpha.3 → 11.8.0-alpha.5

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 (109) hide show
  1. package/esm/@ui/UiIconButton/UiIconButtonRenderer.d.ts +1 -0
  2. package/esm/@ui/UiIconButton/UiIconButtonRenderer.d.ts.map +1 -1
  3. package/esm/@ui/UiIconButton/UiIconButtonRenderer.js +2 -2
  4. package/esm/@ui/UiIconButton/UiIconButtonRenderer.js.map +1 -1
  5. package/esm/@ui/UiMenu/components/Item.d.ts.map +1 -1
  6. package/esm/@ui/UiMenu/components/Item.js +6 -7
  7. package/esm/@ui/UiMenu/components/Item.js.map +1 -1
  8. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.d.ts +1 -1
  9. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.d.ts.map +1 -1
  10. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.js +3 -2
  11. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.js.map +1 -1
  12. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuStaticItem.js +4 -4
  13. package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuStaticItem.js.map +1 -1
  14. package/esm/@ui/UiMenu/types.d.ts +2 -0
  15. package/esm/@ui/UiMenu/types.d.ts.map +1 -1
  16. package/esm/@ui/UiTabs/UiTabs.d.ts +3 -37
  17. package/esm/@ui/UiTabs/UiTabs.d.ts.map +1 -1
  18. package/esm/@ui/UiTabs/UiTabs.js +8 -122
  19. package/esm/@ui/UiTabs/UiTabs.js.map +1 -1
  20. package/esm/@ui/UiTabs/bem.d.ts +5 -0
  21. package/esm/@ui/UiTabs/bem.d.ts.map +1 -0
  22. package/esm/@ui/UiTabs/bem.js +4 -0
  23. package/esm/@ui/UiTabs/bem.js.map +1 -0
  24. package/esm/@ui/UiTabs/context.d.ts +8 -0
  25. package/esm/@ui/UiTabs/context.d.ts.map +1 -0
  26. package/esm/@ui/UiTabs/context.js +10 -0
  27. package/esm/@ui/UiTabs/context.js.map +1 -0
  28. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.d.ts +7 -0
  29. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.d.ts.map +1 -0
  30. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.js +71 -0
  31. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabs.js.map +1 -0
  32. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.d.ts +7 -0
  33. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.d.ts.map +1 -0
  34. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.js +15 -0
  35. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsAllTabsButton.js.map +1 -0
  36. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.d.ts +7 -0
  37. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.d.ts.map +1 -0
  38. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.js +45 -0
  39. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsContainer.js.map +1 -0
  40. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.d.ts +7 -0
  41. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.d.ts.map +1 -0
  42. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.js +23 -0
  43. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTab.js.map +1 -0
  44. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.d.ts +7 -0
  45. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.d.ts.map +1 -0
  46. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.js +49 -0
  47. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActions.js.map +1 -0
  48. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.d.ts +7 -0
  49. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.d.ts.map +1 -0
  50. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.js +21 -0
  51. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabActionsButton.js.map +1 -0
  52. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.d.ts +7 -0
  53. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.d.ts.map +1 -0
  54. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.js +13 -0
  55. package/esm/@ui/UiTabs/defaultComponents/DefaultUiTabsTabValue.js.map +1 -0
  56. package/esm/@ui/UiTabs/defaultComponents/index.d.ts +8 -0
  57. package/esm/@ui/UiTabs/defaultComponents/index.d.ts.map +1 -0
  58. package/esm/@ui/UiTabs/defaultComponents/index.js +9 -0
  59. package/esm/@ui/UiTabs/defaultComponents/index.js.map +1 -0
  60. package/esm/@ui/UiTabs/messages.d.ts.map +1 -1
  61. package/esm/@ui/UiTabs/messages.js +1 -0
  62. package/esm/@ui/UiTabs/messages.js.map +1 -1
  63. package/esm/@ui/UiTabs/types.d.ts +114 -0
  64. package/esm/@ui/UiTabs/types.d.ts.map +1 -0
  65. package/esm/@ui/UiTabs/types.js +3 -0
  66. package/esm/@ui/UiTabs/types.js.map +1 -0
  67. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.d.ts +7 -0
  68. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.d.ts.map +1 -0
  69. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.js +82 -0
  70. package/esm/@ui/UiTabs/useUiTabsContextStoreValue.js.map +1 -0
  71. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.d.ts +1 -0
  72. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.d.ts.map +1 -1
  73. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.js +1 -0
  74. package/esm/@ui/hooks/useListWithActionsKeyboardNavigation.js.map +1 -1
  75. package/esm/Dropdown/DropdownButtonKeyboardWrapper.d.ts.map +1 -1
  76. package/esm/Dropdown/DropdownButtonKeyboardWrapper.js +4 -0
  77. package/esm/Dropdown/DropdownButtonKeyboardWrapper.js.map +1 -1
  78. package/esm/Icon/icons/Hash.d.ts +3 -0
  79. package/esm/Icon/icons/Hash.d.ts.map +1 -1
  80. package/esm/Icon/icons/Hash.js.map +1 -1
  81. package/esm/Icon/icons/Magic.d.ts +3 -0
  82. package/esm/Icon/icons/Magic.d.ts.map +1 -1
  83. package/esm/Icon/icons/Magic.js +3 -0
  84. package/esm/Icon/icons/Magic.js.map +1 -1
  85. package/esm/Icon/icons/User.d.ts +3 -0
  86. package/esm/Icon/icons/User.d.ts.map +1 -1
  87. package/esm/Icon/icons/User.js.map +1 -1
  88. package/esm/Icon/icons/UserGroup.d.ts +5 -2
  89. package/esm/Icon/icons/UserGroup.d.ts.map +1 -1
  90. package/esm/Icon/icons/UserGroup.js.map +1 -1
  91. package/esm/Icon/index.d.ts +112 -11
  92. package/esm/Icon/index.d.ts.map +1 -1
  93. package/esm/Icon/index.js +109 -1
  94. package/esm/Icon/index.js.map +1 -1
  95. package/esm/Messages/toasts/ToastsCenter.js +5 -5
  96. package/esm/Messages/toasts/ToastsCenter.js.map +1 -1
  97. package/esm/Messages/toasts/useToastMessage.js +5 -5
  98. package/esm/Messages/toasts/useToastMessage.js.map +1 -1
  99. package/esm/index.d.ts +4 -1
  100. package/esm/index.d.ts.map +1 -1
  101. package/esm/index.js +3 -0
  102. package/esm/index.js.map +1 -1
  103. package/esm/sdk-ui-kit.d.ts +865 -173
  104. package/package.json +9 -9
  105. package/src/@ui/UiCard/UiCard.scss +2 -0
  106. package/src/@ui/UiDrawer/UiDrawer.scss +1 -1
  107. package/src/@ui/UiTabs/UiTabs.scss +89 -31
  108. package/styles/css/main.css +72 -20
  109. package/styles/css/main.css.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "11.8.0-alpha.3",
3
+ "version": "11.8.0-alpha.5",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,11 +76,11 @@
76
76
  "tslib": "2.8.1",
77
77
  "unified": "^11.0.5",
78
78
  "uuid": "^11.1.0",
79
- "@gooddata/sdk-model": "11.8.0-alpha.3",
80
- "@gooddata/sdk-ui": "11.8.0-alpha.3",
81
- "@gooddata/sdk-backend-spi": "11.8.0-alpha.3",
82
- "@gooddata/util": "11.8.0-alpha.3",
83
- "@gooddata/sdk-ui-theme-provider": "11.8.0-alpha.3"
79
+ "@gooddata/sdk-backend-spi": "11.8.0-alpha.5",
80
+ "@gooddata/sdk-model": "11.8.0-alpha.5",
81
+ "@gooddata/sdk-ui-theme-provider": "11.8.0-alpha.5",
82
+ "@gooddata/sdk-ui": "11.8.0-alpha.5",
83
+ "@gooddata/util": "11.8.0-alpha.5"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@gooddata/stylelint-config": "^5.0.0",
@@ -130,9 +130,9 @@
130
130
  "typescript": "5.8.3",
131
131
  "vitest": "3.2.4",
132
132
  "vitest-dom": "0.1.1",
133
- "@gooddata/eslint-config": "11.8.0-alpha.3",
134
- "@gooddata/reference-workspace": "11.8.0-alpha.3",
135
- "@gooddata/sdk-backend-mockingbird": "11.8.0-alpha.3"
133
+ "@gooddata/eslint-config": "11.8.0-alpha.5",
134
+ "@gooddata/reference-workspace": "11.8.0-alpha.5",
135
+ "@gooddata/sdk-backend-mockingbird": "11.8.0-alpha.5"
136
136
  },
137
137
  "peerDependencies": {
138
138
  "react": "^18.0.0 || ^19.0.0",
@@ -7,6 +7,8 @@
7
7
 
8
8
  font-family: var(--gd-font-family);
9
9
  padding: 20px;
10
+ background-color: variables.$default-gd-color-white;
11
+ border-radius: 3px;
10
12
 
11
13
  &--elevation-1 {
12
14
  border: 1px solid variables.$gd-border-color;
@@ -72,7 +72,7 @@
72
72
 
73
73
  &__content {
74
74
  position: absolute;
75
- background: variables.$gd-color-white;
75
+ background: var(--gd-palette-complementary-1, #f5f8fa);
76
76
  box-shadow: 0 4px 4px 0 color-mix(in sRGB, variables.$gd-color-dark 25%, transparent);
77
77
 
78
78
  #{$root}__close-button {
@@ -3,31 +3,38 @@
3
3
  .gd-ui-kit-tabs {
4
4
  $root: &;
5
5
 
6
- border-bottom: 1px solid var(--gd-palette-complementary-3);
7
6
  font-family: var(--gd-font-family);
8
7
  display: flex;
9
8
  align-items: flex-end;
10
9
  position: relative;
10
+ isolation: isolate;
11
+
12
+ &::after {
13
+ // We need to set the bottom border this way, so the selected item can render on top of it
14
+ content: " ";
15
+ position: absolute;
16
+ left: 0;
17
+ right: 0;
18
+ height: 1px;
19
+ background: var(--gd-palette-complementary-3);
20
+ bottom: 0;
21
+ }
11
22
 
12
23
  &__container {
13
24
  display: flex;
14
25
  flex: 1;
15
26
  min-width: 0;
16
- }
17
27
 
18
- &--overflow {
19
- #{$root}__container {
20
- overflow-x: auto;
21
- overflow-y: hidden;
22
- // Hide scrollbar for Firefox
23
- scrollbar-width: none;
24
- // Hide scrollbar for IE and Edge (legacy)
25
- -ms-overflow-style: none;
26
-
27
- // Hide scrollbar for Chrome, Safari, and Opera
28
- &::-webkit-scrollbar {
29
- display: none;
30
- }
28
+ overflow-x: auto;
29
+ overflow-y: hidden;
30
+ // Hide scrollbar for Firefox
31
+ scrollbar-width: none;
32
+ // Hide scrollbar for IE and Edge (legacy)
33
+ -ms-overflow-style: none;
34
+
35
+ // Hide scrollbar for Chrome, Safari, and Opera
36
+ &::-webkit-scrollbar {
37
+ display: none;
31
38
  }
32
39
  }
33
40
 
@@ -47,6 +54,22 @@
47
54
  margin: 0 0 -1px 0;
48
55
  }
49
56
 
57
+ &__tab-wrapper {
58
+ display: flex;
59
+ align-items: center;
60
+ gap: var(--gd-spacing-10px);
61
+ border-bottom: 3px solid transparent;
62
+ box-sizing: border-box;
63
+ min-width: 0;
64
+ flex-shrink: 0;
65
+ z-index: 10;
66
+ transition: border-color 0.1s;
67
+
68
+ &--selected {
69
+ border-bottom: 3px solid var(--gd-palette-primary-base);
70
+ }
71
+ }
72
+
50
73
  &__item {
51
74
  appearance: none;
52
75
  background: none;
@@ -60,39 +83,74 @@
60
83
  gap: var(--gd-spacing-5px);
61
84
  flex-shrink: 0;
62
85
  box-sizing: border-box;
63
- border-bottom: 3px solid transparent;
64
- margin: 0 0 -1px 0;
65
- color: var(--gd-palette-complementary-7);
86
+ }
87
+
88
+ &__tab-list-item {
89
+ display: flex;
90
+ gap: var(--gd-spacing-5px);
91
+ padding: var(--gd-spacing-5px) var(--gd-spacing-10px);
92
+ cursor: pointer;
93
+ align-items: center;
94
+ transition: background-color 0.2s;
66
95
 
67
96
  &:hover {
68
- border-bottom: 3px solid var(--gd-palette-complementary-3);
69
- color: var(--gd-palette-complementary-8);
97
+ background-color: var(--gd-palette-complementary-2);
70
98
  }
71
99
 
72
- &--selected {
73
- border-bottom: 3px solid var(--gd-palette-primary-base);
74
- color: var(--gd-palette-complementary-8);
75
- font-weight: 700;
76
-
77
- &:hover {
78
- border-bottom: 3px solid var(--gd-palette-primary-base);
79
- }
100
+ &:hover #{$root}__label {
101
+ transition: color 0.2s;
102
+ color: var(--gd-palette-complementary-9);
80
103
  }
81
104
  }
82
105
 
106
+ &__tab-list-item-value {
107
+ flex-grow: 1;
108
+ flex-shrink: 0;
109
+ }
110
+
111
+ &__tab-list-item-actions {
112
+ flex-grow: 0;
113
+ flex-shrink: 0;
114
+ margin-right: calc(-0.5 * var(--gd-spacing-10px));
115
+ }
116
+
117
+ &__tab-list {
118
+ width: 250px;
119
+ max-height: 400px;
120
+ overflow-y: auto;
121
+ }
122
+
123
+ &__actions-wrapper {
124
+ display: flex;
125
+ align-items: flex-end;
126
+ }
127
+
128
+ &__item:hover &__label {
129
+ color: var(--gd-palette-complementary-8);
130
+ }
131
+
83
132
  &__label {
84
133
  white-space: nowrap;
85
134
  overflow: hidden;
86
135
  text-overflow: ellipsis;
136
+ color: var(--gd-palette-complementary-7);
137
+
138
+ &--selected {
139
+ color: var(--gd-palette-complementary-8);
140
+ font-weight: 700;
141
+ }
87
142
  }
88
143
 
89
144
  &--size {
90
145
  &-large {
91
- #{$root}__item {
146
+ #{$root}__tab-wrapper {
92
147
  height: var(--gd-tabs-height-L, 56px);
93
148
  padding: var(--gd-spacing-16px) var(--gd-spacing-10px) var(--gd-spacing-14px)
94
149
  var(--gd-spacing-10px);
95
150
  }
151
+ #{$root}__actions-wrapper {
152
+ margin-right: calc(-0.5 * var(--gd-spacing-10px));
153
+ }
96
154
  #{$root}__label {
97
155
  font-size: 14px;
98
156
  line-height: normal;
@@ -100,7 +158,7 @@
100
158
  }
101
159
 
102
160
  &-medium {
103
- #{$root}__item {
161
+ #{$root}__tab-wrapper {
104
162
  height: var(--gd-tabs-height-M, 27px);
105
163
  padding: var(--gd-spacing-3px) var(--gd-spacing-6px) var(--gd-spacing-3px)
106
164
  var(--gd-spacing-6px);
@@ -112,7 +170,7 @@
112
170
  }
113
171
 
114
172
  &-small {
115
- #{$root}__item {
173
+ #{$root}__tab-wrapper {
116
174
  height: var(--gd-tabs-height-S, 23px);
117
175
  padding: var(--gd-spacing-3px) var(--gd-spacing-6px) var(--gd-spacing-3px)
118
176
  var(--gd-spacing-6px);
@@ -1481,24 +1481,31 @@
1481
1481
  }
1482
1482
 
1483
1483
  .gd-ui-kit-tabs {
1484
- border-bottom: 1px solid var(--gd-palette-complementary-3);
1485
1484
  font-family: var(--gd-font-family);
1486
1485
  display: flex;
1487
1486
  align-items: flex-end;
1488
1487
  position: relative;
1488
+ isolation: isolate;
1489
+ }
1490
+ .gd-ui-kit-tabs::after {
1491
+ content: " ";
1492
+ position: absolute;
1493
+ left: 0;
1494
+ right: 0;
1495
+ height: 1px;
1496
+ background: var(--gd-palette-complementary-3);
1497
+ bottom: 0;
1489
1498
  }
1490
1499
  .gd-ui-kit-tabs__container {
1491
1500
  display: flex;
1492
1501
  flex: 1;
1493
1502
  min-width: 0;
1494
- }
1495
- .gd-ui-kit-tabs--overflow .gd-ui-kit-tabs__container {
1496
1503
  overflow-x: auto;
1497
1504
  overflow-y: hidden;
1498
1505
  scrollbar-width: none;
1499
1506
  -ms-overflow-style: none;
1500
1507
  }
1501
- .gd-ui-kit-tabs--overflow .gd-ui-kit-tabs__container::-webkit-scrollbar {
1508
+ .gd-ui-kit-tabs__container::-webkit-scrollbar {
1502
1509
  display: none;
1503
1510
  }
1504
1511
  .gd-ui-kit-tabs__dropdown-wrapper {
@@ -1515,6 +1522,20 @@
1515
1522
  border-bottom: 1px solid transparent;
1516
1523
  margin: 0 0 -1px 0;
1517
1524
  }
1525
+ .gd-ui-kit-tabs__tab-wrapper {
1526
+ display: flex;
1527
+ align-items: center;
1528
+ gap: var(--gd-spacing-10px);
1529
+ border-bottom: 3px solid transparent;
1530
+ box-sizing: border-box;
1531
+ min-width: 0;
1532
+ flex-shrink: 0;
1533
+ z-index: 10;
1534
+ transition: border-color 0.1s;
1535
+ }
1536
+ .gd-ui-kit-tabs__tab-wrapper--selected {
1537
+ border-bottom: 3px solid var(--gd-palette-primary-base);
1538
+ }
1518
1539
  .gd-ui-kit-tabs__item {
1519
1540
  appearance: none;
1520
1541
  background: none;
@@ -1528,36 +1549,65 @@
1528
1549
  gap: var(--gd-spacing-5px);
1529
1550
  flex-shrink: 0;
1530
1551
  box-sizing: border-box;
1531
- border-bottom: 3px solid transparent;
1532
- margin: 0 0 -1px 0;
1533
- color: var(--gd-palette-complementary-7);
1534
1552
  }
1535
- .gd-ui-kit-tabs__item:hover {
1536
- border-bottom: 3px solid var(--gd-palette-complementary-3);
1537
- color: var(--gd-palette-complementary-8);
1553
+ .gd-ui-kit-tabs__tab-list-item {
1554
+ display: flex;
1555
+ gap: var(--gd-spacing-5px);
1556
+ padding: var(--gd-spacing-5px) var(--gd-spacing-10px);
1557
+ cursor: pointer;
1558
+ align-items: center;
1559
+ transition: background-color 0.2s;
1538
1560
  }
1539
- .gd-ui-kit-tabs__item--selected {
1540
- border-bottom: 3px solid var(--gd-palette-primary-base);
1541
- color: var(--gd-palette-complementary-8);
1542
- font-weight: 700;
1561
+ .gd-ui-kit-tabs__tab-list-item:hover {
1562
+ background-color: var(--gd-palette-complementary-2);
1543
1563
  }
1544
- .gd-ui-kit-tabs__item--selected:hover {
1545
- border-bottom: 3px solid var(--gd-palette-primary-base);
1564
+ .gd-ui-kit-tabs__tab-list-item:hover .gd-ui-kit-tabs__label {
1565
+ transition: color 0.2s;
1566
+ color: var(--gd-palette-complementary-9);
1567
+ }
1568
+ .gd-ui-kit-tabs__tab-list-item-value {
1569
+ flex-grow: 1;
1570
+ flex-shrink: 0;
1571
+ }
1572
+ .gd-ui-kit-tabs__tab-list-item-actions {
1573
+ flex-grow: 0;
1574
+ flex-shrink: 0;
1575
+ margin-right: calc(-0.5 * var(--gd-spacing-10px));
1576
+ }
1577
+ .gd-ui-kit-tabs__tab-list {
1578
+ width: 250px;
1579
+ max-height: 400px;
1580
+ overflow-y: auto;
1581
+ }
1582
+ .gd-ui-kit-tabs__actions-wrapper {
1583
+ display: flex;
1584
+ align-items: flex-end;
1585
+ }
1586
+ .gd-ui-kit-tabs__item:hover .gd-ui-kit-tabs__label {
1587
+ color: var(--gd-palette-complementary-8);
1546
1588
  }
1547
1589
  .gd-ui-kit-tabs__label {
1548
1590
  white-space: nowrap;
1549
1591
  overflow: hidden;
1550
1592
  text-overflow: ellipsis;
1593
+ color: var(--gd-palette-complementary-7);
1594
+ }
1595
+ .gd-ui-kit-tabs__label--selected {
1596
+ color: var(--gd-palette-complementary-8);
1597
+ font-weight: 700;
1551
1598
  }
1552
- .gd-ui-kit-tabs--size-large .gd-ui-kit-tabs__item {
1599
+ .gd-ui-kit-tabs--size-large .gd-ui-kit-tabs__tab-wrapper {
1553
1600
  height: var(--gd-tabs-height-L, 56px);
1554
1601
  padding: var(--gd-spacing-16px) var(--gd-spacing-10px) var(--gd-spacing-14px) var(--gd-spacing-10px);
1555
1602
  }
1603
+ .gd-ui-kit-tabs--size-large .gd-ui-kit-tabs__actions-wrapper {
1604
+ margin-right: calc(-0.5 * var(--gd-spacing-10px));
1605
+ }
1556
1606
  .gd-ui-kit-tabs--size-large .gd-ui-kit-tabs__label {
1557
1607
  font-size: 14px;
1558
1608
  line-height: normal;
1559
1609
  }
1560
- .gd-ui-kit-tabs--size-medium .gd-ui-kit-tabs__item {
1610
+ .gd-ui-kit-tabs--size-medium .gd-ui-kit-tabs__tab-wrapper {
1561
1611
  height: var(--gd-tabs-height-M, 27px);
1562
1612
  padding: var(--gd-spacing-3px) var(--gd-spacing-6px) var(--gd-spacing-3px) var(--gd-spacing-6px);
1563
1613
  }
@@ -1565,7 +1615,7 @@
1565
1615
  font-size: 14px;
1566
1616
  line-height: 18px;
1567
1617
  }
1568
- .gd-ui-kit-tabs--size-small .gd-ui-kit-tabs__item {
1618
+ .gd-ui-kit-tabs--size-small .gd-ui-kit-tabs__tab-wrapper {
1569
1619
  height: var(--gd-tabs-height-S, 23px);
1570
1620
  padding: var(--gd-spacing-3px) var(--gd-spacing-6px) var(--gd-spacing-3px) var(--gd-spacing-6px);
1571
1621
  }
@@ -2463,7 +2513,7 @@
2463
2513
  }
2464
2514
  .gd-ui-kit-drawer__content {
2465
2515
  position: absolute;
2466
- background: var(--gd-palette-complementary-0, #fff);
2516
+ background: var(--gd-palette-complementary-1, #f5f8fa);
2467
2517
  box-shadow: 0 4px 4px 0 color-mix(in sRGB, var(--gd-palette-complementary-9, #000) 25%, transparent);
2468
2518
  }
2469
2519
  .gd-ui-kit-drawer__content .gd-ui-kit-drawer__close-button {
@@ -2483,6 +2533,8 @@
2483
2533
  .gd-ui-kit-card {
2484
2534
  font-family: var(--gd-font-family);
2485
2535
  padding: 20px;
2536
+ background-color: #fff;
2537
+ border-radius: 3px;
2486
2538
  }
2487
2539
  .gd-ui-kit-card--elevation-1 {
2488
2540
  border: 1px solid var(--gd-palette-complementary-3, #dde4eb);