@keycloakify/keycloak-ui-shared 26.0.6002 → 26.0.6004

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.
Files changed (63) hide show
  1. package/keycloak-theme/shared/keycloak-ui-shared/alerts/AlertPanel.tsx +2 -0
  2. package/keycloak-theme/shared/keycloak-ui-shared/alerts/Alerts.tsx +2 -0
  3. package/keycloak-theme/shared/keycloak-ui-shared/buttons/FormSubmitButton.tsx +2 -0
  4. package/keycloak-theme/shared/keycloak-ui-shared/context/ErrorPage.tsx +2 -0
  5. package/keycloak-theme/shared/keycloak-ui-shared/context/HelpContext.tsx +2 -0
  6. package/keycloak-theme/shared/keycloak-ui-shared/context/KeycloakContext.tsx +2 -0
  7. package/keycloak-theme/shared/keycloak-ui-shared/context/environment.ts +2 -0
  8. package/keycloak-theme/shared/keycloak-ui-shared/continue-cancel/ContinueCancelModal.tsx +2 -0
  9. package/keycloak-theme/shared/keycloak-ui-shared/controls/FormErrorText.tsx +2 -0
  10. package/keycloak-theme/shared/keycloak-ui-shared/controls/FormLabel.tsx +2 -0
  11. package/keycloak-theme/shared/keycloak-ui-shared/controls/HelpItem.tsx +2 -0
  12. package/keycloak-theme/shared/keycloak-ui-shared/controls/KeycloakSpinner.tsx +2 -0
  13. package/keycloak-theme/shared/keycloak-ui-shared/controls/NumberControl.tsx +2 -0
  14. package/keycloak-theme/shared/keycloak-ui-shared/controls/OrganizationTable.tsx +2 -0
  15. package/keycloak-theme/shared/keycloak-ui-shared/controls/PasswordControl.tsx +2 -0
  16. package/keycloak-theme/shared/keycloak-ui-shared/controls/PasswordInput.tsx +2 -0
  17. package/keycloak-theme/shared/keycloak-ui-shared/controls/SwitchControl.tsx +2 -0
  18. package/keycloak-theme/shared/keycloak-ui-shared/controls/TextAreaControl.tsx +2 -0
  19. package/keycloak-theme/shared/keycloak-ui-shared/controls/TextControl.tsx +2 -0
  20. package/keycloak-theme/shared/keycloak-ui-shared/controls/keycloak-text-area/KeycloakTextArea.tsx +2 -0
  21. package/keycloak-theme/shared/keycloak-ui-shared/controls/select-control/SelectControl.tsx +2 -0
  22. package/keycloak-theme/shared/keycloak-ui-shared/controls/select-control/SingleSelectControl.tsx +2 -0
  23. package/keycloak-theme/shared/keycloak-ui-shared/controls/select-control/TypeaheadSelectControl.tsx +2 -0
  24. package/keycloak-theme/shared/keycloak-ui-shared/controls/table/KeycloakDataTable.tsx +2 -0
  25. package/keycloak-theme/shared/keycloak-ui-shared/controls/table/ListEmptyState.tsx +2 -0
  26. package/keycloak-theme/shared/keycloak-ui-shared/controls/table/PaginatingTableToolbar.tsx +2 -0
  27. package/keycloak-theme/shared/keycloak-ui-shared/controls/table/TableToolbar.tsx +2 -0
  28. package/keycloak-theme/shared/keycloak-ui-shared/icons/IconMapper.tsx +2 -0
  29. package/keycloak-theme/shared/keycloak-ui-shared/main.ts +2 -0
  30. package/keycloak-theme/shared/keycloak-ui-shared/masthead/DefaultAvatar.tsx +2 -0
  31. package/keycloak-theme/shared/keycloak-ui-shared/masthead/KeycloakDropdown.tsx +2 -0
  32. package/keycloak-theme/shared/keycloak-ui-shared/masthead/Masthead.tsx +2 -0
  33. package/keycloak-theme/shared/keycloak-ui-shared/scroll-form/FormPanel.tsx +2 -0
  34. package/keycloak-theme/shared/keycloak-ui-shared/scroll-form/FormTitle.tsx +2 -0
  35. package/keycloak-theme/shared/keycloak-ui-shared/scroll-form/ScrollForm.tsx +2 -0
  36. package/keycloak-theme/shared/keycloak-ui-shared/scroll-form/ScrollPanel.tsx +2 -0
  37. package/keycloak-theme/shared/keycloak-ui-shared/scroll-form/form-title.module.css +0 -2
  38. package/keycloak-theme/shared/keycloak-ui-shared/scroll-form/scroll-form.module.css +0 -2
  39. package/keycloak-theme/shared/keycloak-ui-shared/select/KeycloakSelect.tsx +2 -0
  40. package/keycloak-theme/shared/keycloak-ui-shared/select/SingleSelect.tsx +2 -0
  41. package/keycloak-theme/shared/keycloak-ui-shared/select/TypeaheadSelect.tsx +2 -0
  42. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/LocaleSelector.tsx +2 -0
  43. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/MultiInputComponent.tsx +2 -0
  44. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/OptionsComponent.tsx +2 -0
  45. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/SelectComponent.tsx +2 -0
  46. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/TextAreaComponent.tsx +2 -0
  47. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/TextComponent.tsx +2 -0
  48. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/UserProfileFields.tsx +2 -0
  49. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/UserProfileGroup.tsx +2 -0
  50. package/keycloak-theme/shared/keycloak-ui-shared/user-profile/utils.ts +2 -0
  51. package/keycloak-theme/shared/keycloak-ui-shared/utils/ErrorBoundary.tsx +2 -0
  52. package/keycloak-theme/shared/keycloak-ui-shared/utils/createNamedContext.ts +2 -0
  53. package/keycloak-theme/shared/keycloak-ui-shared/utils/darkMode.ts +2 -0
  54. package/keycloak-theme/shared/keycloak-ui-shared/utils/errors.ts +2 -0
  55. package/keycloak-theme/shared/keycloak-ui-shared/utils/generateId.ts +2 -0
  56. package/keycloak-theme/shared/keycloak-ui-shared/utils/getRuleValue.ts +2 -0
  57. package/keycloak-theme/shared/keycloak-ui-shared/utils/isDefined.ts +2 -0
  58. package/keycloak-theme/shared/keycloak-ui-shared/utils/useFetch.ts +2 -0
  59. package/keycloak-theme/shared/keycloak-ui-shared/utils/useRequiredContext.ts +2 -0
  60. package/keycloak-theme/shared/keycloak-ui-shared/utils/useSetTimeout.ts +2 -0
  61. package/keycloak-theme/shared/keycloak-ui-shared/utils/useStorageItem.ts +2 -0
  62. package/keycloak-theme/shared/keycloak-ui-shared/utils/useStoredState.ts +2 -0
  63. package/package.json +1 -1
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { AlertVariant } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Button, ButtonProps } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { PropsWithChildren } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Spinner } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  /** The base environment variables that are shared between the Admin and Account Consoles. */
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { ReactNode, useState } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { FormGroup, FormGroupProps } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Icon, Popover } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Bullseye, Spinner } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import OrganizationRepresentation from "@keycloak/keycloak-admin-client/lib/defs/organizationRepresentation";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  // TODO: Remove code once the following issue has been fixed:
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { ChipGroupProps, SelectProps } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Button, ButtonVariant, ToolbarItem } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { ComponentClass, MouseEventHandler, ReactNode } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Icon } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  export {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import styles from "@patternfly/react-styles/css/components/Avatar/avatar";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Card, CardBody, CardHeader, CardTitle } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Title, TitleProps } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  /* eslint-disable react/jsx-no-useless-fragment */
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
-
3
1
 
4
2
  .title {
5
3
  margin-bottom: var(--pf-v5-global--spacer--lg);
@@ -1,5 +1,3 @@
1
- // @ts-nocheck
2
-
3
1
  .panel {
4
2
  margin-top: var(--pf-v5-global--spacer--lg);
5
3
  }
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { ChipGroupProps, SelectProps } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { useMemo } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Checkbox, Radio } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { SelectOption } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { KeycloakTextArea } from "../controls/keycloak-text-area/KeycloakTextArea";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { TextInput, TextInputTypes } from "@patternfly/react-core";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { UserProfileAttributeMetadata } from "@keycloak/keycloak-admin-client/lib/defs/userProfileMetadata";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { UserProfileAttributeMetadata } from "@keycloak/keycloak-admin-client/lib/defs/userProfileMetadata";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import type { Context } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  const DARK_MODE_CLASS = "pf-v5-theme-dark";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { NetworkError } from "@keycloak/keycloak-admin-client";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  export const generateId = () => Math.floor(Math.random() * 1000);
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import type { ValidationRule, ValidationValue } from "react-hook-form";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  export function isDefined<T>(value: T): value is NonNullable<T> {
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { DependencyList, useEffect } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import type { Context } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { useEffect, useRef, useCallback } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Dispatch, useCallback, useEffect, useState } from "react";
@@ -1,3 +1,5 @@
1
+ /* eslint-disable */
2
+
1
3
  // @ts-nocheck
2
4
 
3
5
  import { Dispatch, useCallback, useMemo } from "react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloakify/keycloak-ui-shared",
3
- "version": "26.0.6002",
3
+ "version": "26.0.6004",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git://github.com/keycloakify/keycloak-ui-shared.git"