@datarobot/design-system 29.7.11 → 29.7.13

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/colors.json CHANGED
@@ -135,9 +135,9 @@
135
135
  "midnight-orange-40": "#EDA769",
136
136
  "midnight-orange-30": "#F4C196",
137
137
 
138
- "midnight-apple-50": "#7FA84B",
139
- "midnight-apple-40": "#8EBC55",
140
- "midnight-apple-30": "#9DD05F",
138
+ "midnight-apple-50": "#83BA2E",
139
+ "midnight-apple-40": "#9BD555",
140
+ "midnight-apple-30": "#2C4C01",
141
141
 
142
142
  "midnight-turquoise-50": "#30AAB2",
143
143
  "midnight-turquoise-40": "#61BFC5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "29.7.11",
3
+ "version": "29.7.13",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -11567,7 +11567,8 @@ button:hover.active.pill {
11567
11567
  flex-shrink: 0;
11568
11568
  flex-direction: row;
11569
11569
  justify-content: stretch;
11570
- padding: 0.75rem 0;
11570
+ padding-top: 0.75rem;
11571
+ padding-bottom: 1rem;
11571
11572
  border-top: 0.0625rem solid var(--base-border-color);
11572
11573
  gap: 0.5rem;
11573
11574
  }
@@ -12726,7 +12727,7 @@ table.simple-table.sublevel tr td {
12726
12727
  .react-table-wrapper .react-table .react-table-th .react-table-cell-actions.right .react-table-cell-menu-trigger,
12727
12728
  .react-table-wrapper .react-table .react-table-th .react-table-cell-actions.right .sorting-placeholder,
12728
12729
  .react-table-wrapper .react-table .react-table-th .react-table-cell-actions.right .sorting-icon {
12729
- margin-right: 0.5rem;
12730
+ margin-right: 0.25rem;
12730
12731
  margin-left: 0;
12731
12732
  }
12732
12733
  .react-table-wrapper .react-table .react-table-th .react-table-cell-splitter {
@@ -12736,7 +12737,7 @@ table.simple-table.sublevel tr td {
12736
12737
  flex-shrink: 0;
12737
12738
  height: 1.25rem;
12738
12739
  width: 1.25rem;
12739
- margin-left: 0.5rem;
12740
+ margin-left: 0.25rem;
12740
12741
  font-size: 0.625rem;
12741
12742
  visibility: hidden;
12742
12743
  }
@@ -12749,7 +12750,6 @@ table.simple-table.sublevel tr td {
12749
12750
  .react-table-wrapper .react-table .react-table-th .menu-wrapper {
12750
12751
  display: flex;
12751
12752
  flex-shrink: 100;
12752
- width: 1.75rem;
12753
12753
  }
12754
12754
  .react-table-wrapper .react-table .react-table-th .menu-wrapper .selected-item {
12755
12755
  height: 100%;