@datarobot/design-system 29.1.1 → 29.1.2

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.
@@ -94,15 +94,5 @@ describe('useAnalytics', function () {
94
94
  prop: 'value'
95
95
  }]);
96
96
  });
97
- it('should pass custom event to provider', function () {
98
- (0, _react.act)(() => hook.result.current.track({
99
- event: 'project_created',
100
- label: 'example_dataset',
101
- property: 'industry',
102
- value: 42
103
- }));
104
- expect(provider.getLastMediator().method).toEqual(_constants.ANALYTICS_METHODS.TRACK);
105
- expect(provider.getLastMediator().args).toEqual(['page.key', 'project_created', 'example_dataset', 'industry', 42, false]);
106
- });
107
97
  });
108
98
  });
@@ -93,15 +93,5 @@ describe('useAnalytics', function () {
93
93
  prop: 'value'
94
94
  }]);
95
95
  });
96
- it('should pass custom event to provider', function () {
97
- act(() => hook.result.current.track({
98
- event: 'project_created',
99
- label: 'example_dataset',
100
- property: 'industry',
101
- value: 42
102
- }));
103
- expect(provider.getLastMediator().method).toEqual(ANALYTICS_METHODS.TRACK);
104
- expect(provider.getLastMediator().args).toEqual(['page.key', 'project_created', 'example_dataset', 'industry', 42, false]);
105
- });
106
96
  });
107
97
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarobot/design-system",
3
- "version": "29.1.1",
3
+ "version": "29.1.2",
4
4
  "description": "DataRobot react components library",
5
5
  "scripts": {
6
6
  "build": "node ../../tools/build-lib.js",
package/styles/index.css CHANGED
@@ -10038,6 +10038,7 @@ td.rdtYear {
10038
10038
  background: var(--icon-sidebar-divider-background);
10039
10039
  }
10040
10040
  .icon-sidebar-container .icon-sidebar-button-container .icon-sidebar-text {
10041
+ max-width: 100%;
10041
10042
  margin-top: 0.125rem;
10042
10043
  text-align: center;
10043
10044
  font-family: 'Inter', sans-serif;