@elliemae/ds-data-table 3.12.0-rc.0 → 3.12.0-rc.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.
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-data-table",
|
|
3
|
-
"version": "3.12.0-rc.
|
|
3
|
+
"version": "3.12.0-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Data Table",
|
|
6
6
|
"files": [
|
|
@@ -571,37 +571,37 @@
|
|
|
571
571
|
"indent": 4
|
|
572
572
|
},
|
|
573
573
|
"dependencies": {
|
|
574
|
-
"@elliemae/ds-button": "3.12.0-rc.
|
|
575
|
-
"@elliemae/ds-circular-progress-indicator": "3.12.0-rc.
|
|
576
|
-
"@elliemae/ds-controlled-form": "3.12.0-rc.
|
|
577
|
-
"@elliemae/ds-drag-and-drop": "3.12.0-rc.
|
|
578
|
-
"@elliemae/ds-dropdownmenu": "3.12.0-rc.
|
|
579
|
-
"@elliemae/ds-form": "3.12.0-rc.
|
|
580
|
-
"@elliemae/ds-form-layout-blocks": "3.12.0-rc.
|
|
581
|
-
"@elliemae/ds-grid": "3.12.0-rc.
|
|
582
|
-
"@elliemae/ds-icons": "3.12.0-rc.
|
|
583
|
-
"@elliemae/ds-pagination": "3.12.0-rc.
|
|
584
|
-
"@elliemae/ds-pills": "3.12.0-rc.
|
|
585
|
-
"@elliemae/ds-popperjs": "3.12.0-rc.
|
|
586
|
-
"@elliemae/ds-skeleton": "3.12.0-rc.
|
|
587
|
-
"@elliemae/ds-system": "3.12.0-rc.
|
|
588
|
-
"@elliemae/ds-toolbar": "3.12.0-rc.
|
|
589
|
-
"@elliemae/ds-truncated-tooltip-text": "3.12.0-rc.
|
|
590
|
-
"@elliemae/ds-utilities": "3.12.0-rc.
|
|
574
|
+
"@elliemae/ds-button": "3.12.0-rc.2",
|
|
575
|
+
"@elliemae/ds-circular-progress-indicator": "3.12.0-rc.2",
|
|
576
|
+
"@elliemae/ds-controlled-form": "3.12.0-rc.2",
|
|
577
|
+
"@elliemae/ds-drag-and-drop": "3.12.0-rc.2",
|
|
578
|
+
"@elliemae/ds-dropdownmenu": "3.12.0-rc.2",
|
|
579
|
+
"@elliemae/ds-form": "3.12.0-rc.2",
|
|
580
|
+
"@elliemae/ds-form-layout-blocks": "3.12.0-rc.2",
|
|
581
|
+
"@elliemae/ds-grid": "3.12.0-rc.2",
|
|
582
|
+
"@elliemae/ds-icons": "3.12.0-rc.2",
|
|
583
|
+
"@elliemae/ds-pagination": "3.12.0-rc.2",
|
|
584
|
+
"@elliemae/ds-pills": "3.12.0-rc.2",
|
|
585
|
+
"@elliemae/ds-popperjs": "3.12.0-rc.2",
|
|
586
|
+
"@elliemae/ds-skeleton": "3.12.0-rc.2",
|
|
587
|
+
"@elliemae/ds-system": "3.12.0-rc.2",
|
|
588
|
+
"@elliemae/ds-toolbar": "3.12.0-rc.2",
|
|
589
|
+
"@elliemae/ds-truncated-tooltip-text": "3.12.0-rc.2",
|
|
590
|
+
"@elliemae/ds-utilities": "3.12.0-rc.2",
|
|
591
591
|
"react-virtual": "~2.10.4",
|
|
592
592
|
"uid": "~2.0.0"
|
|
593
593
|
},
|
|
594
594
|
"devDependencies": {
|
|
595
595
|
"@testing-library/react": "~12.1.3",
|
|
596
596
|
"@testing-library/user-event": "~13.5.0",
|
|
597
|
-
"styled-components": "~5.3.
|
|
597
|
+
"styled-components": "~5.3.6",
|
|
598
598
|
"styled-system": "~5.1.5"
|
|
599
599
|
},
|
|
600
600
|
"peerDependencies": {
|
|
601
601
|
"lodash": "^4.17.21",
|
|
602
602
|
"react": "~17.0.2",
|
|
603
603
|
"react-dom": "^17.0.2",
|
|
604
|
-
"styled-components": "
|
|
604
|
+
"styled-components": "~5.3.6",
|
|
605
605
|
"styled-system": "^5.1.5"
|
|
606
606
|
},
|
|
607
607
|
"publishConfig": {
|