@redhat-cloud-services/frontend-components 4.0.0-beta.2 → 4.0.0
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/BulkSelect/BulkSelect.js +1 -1
- package/BulkSelect/BulkSelect.js.map +1 -1
- package/ConditionalFilter/CheckboxFilter.js +1 -1
- package/ConditionalFilter/CheckboxFilter.js.map +1 -1
- package/ConditionalFilter/ConditionalFilter.js +2 -2
- package/ConditionalFilter/ConditionalFilter.js.map +1 -1
- package/ConditionalFilter/RadioFilter.js +1 -1
- package/ConditionalFilter/RadioFilter.js.map +1 -1
- package/ConditionalFilter/TextFilter.js +1 -1
- package/ConditionalFilter/conditional-filter.css +2 -2
- package/ConditionalFilter/conditional-filter.scss +4 -4
- package/DownloadButton/DownloadButton.js +1 -1
- package/DownloadButton/DownloadButton.js.map +1 -1
- package/ErrorState/error-state.css +1 -1
- package/ErrorState/error-state.scss +1 -1
- package/FilterChips/filter-chips.css +4 -0
- package/FilterChips/filter-chips.scss +4 -0
- package/Filters/FilterDropdown.js +3 -3
- package/Filters/FilterDropdown.js.map +1 -1
- package/Input/Input.d.ts +14 -0
- package/Input/Input.js +40 -0
- package/Input/Input.js.map +1 -0
- package/Input/Input.spec.ct.d.ts +1 -0
- package/Input/Input.spec.ct.js +41 -0
- package/Input/Input.spec.ct.js.map +1 -0
- package/Input/LabeledInput.d.ts +4 -0
- package/Input/LabeledInput.js +37 -0
- package/Input/LabeledInput.js.map +1 -0
- package/Input/index.d.ts +5 -0
- package/Input/index.js +29 -0
- package/Input/index.js.map +1 -0
- package/Maintenance/maintenance.css +1 -1
- package/Maintenance/maintenance.scss +1 -1
- package/NotAuthorized/NotAuthorized.d.ts +0 -1
- package/NotAuthorized/NotAuthorized.js +2 -3
- package/NotAuthorized/NotAuthorized.js.map +1 -1
- package/Pagination/Pagination.d.ts +23 -0
- package/Pagination/Pagination.js +56 -0
- package/Pagination/Pagination.js.map +1 -0
- package/Pagination/Pagination.spec.ct.d.ts +1 -0
- package/Pagination/Pagination.spec.ct.js +53 -0
- package/Pagination/Pagination.spec.ct.js.map +1 -0
- package/Pagination/PaginationMenu.d.ts +20 -0
- package/Pagination/PaginationMenu.js +39 -0
- package/Pagination/PaginationMenu.js.map +1 -0
- package/Pagination/PaginationNav.d.ts +14 -0
- package/Pagination/PaginationNav.js +47 -0
- package/Pagination/PaginationNav.js.map +1 -0
- package/Pagination/PaginationNext.d.ts +25 -0
- package/Pagination/PaginationNext.js +36 -0
- package/Pagination/PaginationNext.js.map +1 -0
- package/Pagination/index.d.ts +7 -0
- package/Pagination/index.js +33 -0
- package/Pagination/index.js.map +1 -0
- package/PrimaryToolbar/SortBy.js +1 -1
- package/Shield/Shield.js +1 -1
- package/SimpleTableFilter/SimpleTableFilter.js +2 -2
- package/SimpleTableFilter/SimpleTableFilter.js.map +1 -1
- package/SimpleTableFilter/simple-table-filter.css +0 -15
- package/SimpleTableFilter/simple-table-filter.scss +0 -12
- package/TagCount/TagCount.js +1 -1
- package/esm/BulkSelect/BulkSelect.js +2 -3
- package/esm/BulkSelect/BulkSelect.js.map +1 -1
- package/esm/ConditionalFilter/CheckboxFilter.js +2 -3
- package/esm/ConditionalFilter/CheckboxFilter.js.map +1 -1
- package/esm/ConditionalFilter/ConditionalFilter.js +3 -4
- package/esm/ConditionalFilter/ConditionalFilter.js.map +1 -1
- package/esm/ConditionalFilter/RadioFilter.js +2 -3
- package/esm/ConditionalFilter/RadioFilter.js.map +1 -1
- package/esm/ConditionalFilter/TextFilter.js +1 -1
- package/esm/ConditionalFilter/conditional-filter.css +2 -2
- package/esm/ConditionalFilter/conditional-filter.scss +4 -4
- package/esm/DownloadButton/DownloadButton.js +2 -3
- package/esm/DownloadButton/DownloadButton.js.map +1 -1
- package/esm/ErrorState/error-state.css +1 -1
- package/esm/ErrorState/error-state.scss +1 -1
- package/esm/FilterChips/filter-chips.css +4 -0
- package/esm/FilterChips/filter-chips.scss +4 -0
- package/esm/Filters/FilterDropdown.js +4 -5
- package/esm/Filters/FilterDropdown.js.map +1 -1
- package/esm/InsightsLabel.js +41 -0
- package/esm/InsightsLabel.js.map +1 -0
- package/esm/Maintenance/maintenance.css +1 -1
- package/esm/Maintenance/maintenance.scss +1 -1
- package/esm/NotAuthorized/NotAuthorized.js +3 -4
- package/esm/NotAuthorized/NotAuthorized.js.map +1 -1
- package/esm/PrimaryToolbar/Actions.js +1 -2
- package/esm/PrimaryToolbar/Actions.js.map +1 -1
- package/esm/PrimaryToolbar/SortBy.js +1 -1
- package/esm/Shield/Shield.js +1 -1
- package/esm/SimpleTableFilter/SimpleTableFilter.js +3 -5
- package/esm/SimpleTableFilter/SimpleTableFilter.js.map +1 -1
- package/esm/SimpleTableFilter/simple-table-filter.css +0 -15
- package/esm/SimpleTableFilter/simple-table-filter.scss +0 -12
- package/esm/TagCount/TagCount.js +1 -1
- package/esm/index.css +7 -24
- package/esm/index.scss +0 -1
- package/index.css +7 -24
- package/index.scss +0 -1
- package/package.json +4 -4
package/index.css
CHANGED
|
@@ -84,11 +84,11 @@ i.ins-battery svg {
|
|
|
84
84
|
max-width: 150px;
|
|
85
85
|
max-width: 9.375rem;
|
|
86
86
|
}
|
|
87
|
-
.ins-c-conditional-filter .ins-c-conditional-filter__group .pf-v5-c-
|
|
87
|
+
.ins-c-conditional-filter .ins-c-conditional-filter__group .pf-v5-c-menu-toggle__text {
|
|
88
88
|
width: auto;
|
|
89
89
|
text-align: left;
|
|
90
90
|
}
|
|
91
|
-
.ins-c-conditional-filter .ins-c-conditional-filter__group .pf-v5-c-
|
|
91
|
+
.ins-c-conditional-filter .ins-c-conditional-filter__group .pf-v5-c-menu-toggle__text > span {
|
|
92
92
|
margin-right: var(--pf-v5-global--spacer--xs);
|
|
93
93
|
}
|
|
94
94
|
.ins-c-conditional-filter .ins-c-conditional-filter__group .ins-c-conditional-filter__no-label .pf-v5-c-dropdown__toggle-text {
|
|
@@ -265,6 +265,10 @@ button.pf-v5-c-menu-toggle {
|
|
|
265
265
|
margin-right: var(--pf-v5-global--spacer--sm);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
+
.ins-c-chip-filters .pf-v5-c-chip .pf-v5-c-badge {
|
|
269
|
+
margin-left: var(--pf-v5-global--spacer--xs);
|
|
270
|
+
}
|
|
271
|
+
|
|
268
272
|
.ins-c-tagfilter .ins-c-tagfilter__option label {
|
|
269
273
|
display: flex;
|
|
270
274
|
width: 100%;
|
|
@@ -343,19 +347,13 @@ button.pf-v5-c-menu-toggle {
|
|
|
343
347
|
.ins-c-empty-state__maintenance .pf-v5-c-empty-state__body {
|
|
344
348
|
color: var(--pf-v5-global--Color--100);
|
|
345
349
|
}
|
|
346
|
-
.ins-c-empty-state__maintenance .pf-v5-c-empty-state__icon {
|
|
350
|
+
.ins-c-empty-state__maintenance .pf-v5-c-empty-state__icon svg {
|
|
347
351
|
fill: #EE0000;
|
|
348
352
|
}
|
|
349
353
|
.ins-c-empty-state__maintenance .pf-v5-c-title {
|
|
350
354
|
font-weight: 500;
|
|
351
355
|
}
|
|
352
356
|
|
|
353
|
-
.ins-c-not-authorized .pf-v5-c-title {
|
|
354
|
-
max-width: 540px;
|
|
355
|
-
margin-left: auto;
|
|
356
|
-
margin-right: auto;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
357
|
:root {
|
|
360
358
|
--ins-color--orange: #ec7a08;
|
|
361
359
|
}
|
|
@@ -471,21 +469,6 @@ section.ins-l-icon-group__with-major .ins-battery:last-of-type span.label {
|
|
|
471
469
|
--ins-color--orange: #ec7a08;
|
|
472
470
|
}
|
|
473
471
|
|
|
474
|
-
.pf-v5-c-input-group.ins-c-filter.ins-u-no-title input {
|
|
475
|
-
padding-right: 35px;
|
|
476
|
-
padding-right: 2.1875rem;
|
|
477
|
-
margin-right: -23px;
|
|
478
|
-
margin-right: -1.4375rem;
|
|
479
|
-
}
|
|
480
|
-
.pf-v5-c-input-group.ins-c-filter .ins-c-search-icon {
|
|
481
|
-
color: var(--pf-v5-global--secondary-color--100);
|
|
482
|
-
position: relative;
|
|
483
|
-
left: -5px;
|
|
484
|
-
left: -0.3125rem;
|
|
485
|
-
top: 8px;
|
|
486
|
-
top: 0.5rem;
|
|
487
|
-
}
|
|
488
|
-
|
|
489
472
|
.ins-c-skeleton__xs {
|
|
490
473
|
width: 16% !important;
|
|
491
474
|
}
|
package/index.scss
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
@import './InvalidObject/invalidObject.scss';
|
|
14
14
|
@import './Main/main.scss';
|
|
15
15
|
@import './Maintenance/maintenance.scss';
|
|
16
|
-
@import './NotAuthorized/NotAuthorized.scss';
|
|
17
16
|
@import './PageHeader/page-header.scss';
|
|
18
17
|
@import './PrimaryToolbar/primary-toolbar.scss';
|
|
19
18
|
@import './Reboot/reboot.scss';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redhat-cloud-services/frontend-components",
|
|
3
|
-
"version": "4.0.0
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "Common components for RedHat Cloud Services project.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"classnames": "^2.2.5",
|
|
41
41
|
"lodash": "^4.17.15",
|
|
42
42
|
"prop-types": "^15.6.2",
|
|
43
|
-
"react": "^18.
|
|
43
|
+
"react": "^18.2.0",
|
|
44
44
|
"react-content-loader": "^6.2.0",
|
|
45
|
-
"react-dom": "^18.
|
|
45
|
+
"react-dom": "^18.2.0",
|
|
46
46
|
"react-redux": ">=7.0.0",
|
|
47
47
|
"react-router-dom": "^5.0.0 || ^6.0.0"
|
|
48
48
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@cypress/webpack-dev-server": "^1.8.4",
|
|
58
58
|
"@patternfly/patternfly": "^5.0.0",
|
|
59
|
-
"@redhat-cloud-services/frontend-components-config-utilities": "^3.0.0-beta.
|
|
59
|
+
"@redhat-cloud-services/frontend-components-config-utilities": "^3.0.0-beta.1",
|
|
60
60
|
"@types/react": "^18.0.0",
|
|
61
61
|
"css-loader": "^6.7.1",
|
|
62
62
|
"cypress": "^12.17.3",
|