@indico-data/design-system 2.42.0 → 2.42.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indico-data/design-system",
3
- "version": "2.42.0",
3
+ "version": "2.42.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "lib/index.js",
@@ -96,11 +96,12 @@
96
96
  "@storybook/test": "^8.0.8",
97
97
  "@storybook/test-runner": "^0.17.0",
98
98
  "@storybook/theming": "^8.0.8",
99
- "@testing-library/dom": "^9.3.4",
99
+ "@testing-library/dom": "^10.0.0",
100
100
  "@testing-library/jest-dom": "^6.4.2",
101
101
  "@testing-library/react": "^16.0.0",
102
102
  "@testing-library/user-event": "^14.5.2",
103
103
  "@types/css-modules": "^1.0.5",
104
+ "@types/identity-obj-proxy": "^3",
104
105
  "@types/jest": "^29.5.12",
105
106
  "@types/node": "^20.12.7",
106
107
  "@types/prop-types": "^15.7.11",
@@ -120,6 +121,7 @@
120
121
  "eslint": "^8.56.0",
121
122
  "eslint-plugin-react": "^7.33.2",
122
123
  "eslint-plugin-react-hooks": "^4.6.0",
124
+ "identity-obj-proxy": "^3.0.0",
123
125
  "jest": "^29.7.0",
124
126
  "jest-environment-jsdom": "^29.7.0",
125
127
  "lint-staged": "^15.2.2",
@@ -1,5 +1,7 @@
1
1
  import React from 'react';
2
2
  import { DateRange, DayPicker, Mode, OnSelectHandler } from 'react-day-picker';
3
+ import 'react-day-picker/style.css';
4
+
3
5
  import { DatePickerProps } from './types';
4
6
  import { getCommonProps } from './contants';
5
7
 
@@ -1,5 +1,3 @@
1
- @import 'react-day-picker/style.css';
2
-
3
1
  :root [data-theme='light'] {
4
2
  --pf-date-picker-background-color: var(--pf-white-color);
5
3
  --pf-date-picker-selected-date-background-color: var(--pf-primary-color);
@@ -15,6 +15,6 @@ Pills are used to display information in a compact way. They are often used to d
15
15
 
16
16
  <Story of={Pill.AllSizes} />
17
17
 
18
- ## CoStatuseslors
18
+ ## Statuses
19
19
 
20
- <Story of={Pill.AllStatuses} />
20
+ <Story of={Pill.AllStatuses} />