- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 528 for system (0.21 sec)
-
packages/core/admin/admin/src/content-manager/components/Wysiwyg/WysiwygNav.js
import { FocusTrap } from '@strapi/design-system/FocusTrap'; import { Box } from '@strapi/design-system/Box'; import { Button } from '@strapi/design-system/Button'; import { IconButtonGroup } from '@strapi/design-system/IconButton'; import { Option, Select } from '@strapi/design-system/Select'; import { Popover } from '@strapi/design-system/Popover'; import { Flex } from '@strapi/design-system/Flex'; import Bold from '@strapi/icons/Bold';
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-03-10 16:22 - 8.2K bytes - Viewed (0) -
packages/core/admin/ee/admin/pages/AuthPage/components/Providers/SSOProviders.js
import React from 'react'; import PropTypes from 'prop-types'; import { Grid, GridItem } from '@strapi/design-system/Grid'; import { Flex } from '@strapi/design-system/Flex'; import { Typography } from '@strapi/design-system/Typography'; import { Tooltip } from '@strapi/design-system/Tooltip'; import styled from 'styled-components'; import { useIntl } from 'react-intl'; import { Link } from 'react-router-dom'; const SSOButton = styled.a`
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-03-15 09:25 - 3K bytes - Viewed (0) -
packages/core/admin/admin/src/pages/NotFoundPage/index.js
* */ import React from 'react'; import { useFocusWhenNavigate, LinkButton } from '@strapi/helper-plugin'; import { Main } from '@strapi/design-system/Main'; import { ContentLayout, HeaderLayout } from '@strapi/design-system/Layout'; import { EmptyStateLayout } from '@strapi/design-system/EmptyStateLayout'; import EmptyPictures from '@strapi/icons/EmptyPictures'; import ArrowRight from '@strapi/icons/ArrowRight';
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-05-03 08:55 - 1.5K bytes - Viewed (0) -
packages/plugins/i18n/admin/src/components/ModalEdit/BaseForm.js
import { useIntl } from 'react-intl'; import PropTypes from 'prop-types'; import { useFormikContext } from 'formik'; import { Grid, GridItem } from '@strapi/design-system/Grid'; import { TextInput } from '@strapi/design-system/TextInput'; import { Select, Option } from '@strapi/design-system/Select'; import { getTrad } from '../../utils'; const BaseForm = ({ locale }) => { const { formatMessage } = useIntl();
JavaScript - Registered: 2022-06-21 15:31 - Last Modified: 2021-10-27 08:36 - 2K bytes - Viewed (0) -
packages/plugins/users-permissions/admin/src/components/Policies/index.js
import React from 'react'; import { useIntl } from 'react-intl'; import { Typography } from '@strapi/design-system/Typography'; import { Stack } from '@strapi/design-system/Stack'; import { GridItem } from '@strapi/design-system/Grid'; import { get, isEmpty, without } from 'lodash'; import { useUsersPermissions } from '../../contexts/UsersPermissionsContext'; import BoundRoute from '../BoundRoute'; const Policies = () => {
JavaScript - Registered: 2022-06-14 15:31 - Last Modified: 2022-03-10 14:06 - 1.9K bytes - Viewed (0) -
packages/core/admin/admin/src/content-manager/components/RepeatableComponent/AccordionGroupCustom/index.js
import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; import styled from 'styled-components'; import { Box } from '@strapi/design-system/Box'; import { Typography } from '@strapi/design-system/Typography'; import { Flex } from '@strapi/design-system/Flex'; import { KeyboardNavigable } from '@strapi/design-system/KeyboardNavigable'; const AccordionFooter = styled(Box)` overflow: hidden;
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-03-14 14:53 - 3.7K bytes - Viewed (0) -
packages/core/admin/admin/src/content-manager/pages/EditView/DraftAndPublishBadge/index.js
import React from 'react'; import PropTypes from 'prop-types'; import { useIntl } from 'react-intl'; import styled from 'styled-components'; import { Box } from '@strapi/design-system/Box'; import { Flex } from '@strapi/design-system/Flex'; import { Typography } from '@strapi/design-system/Typography'; import Bullet from '@strapi/icons/Dot'; import { pxToRem } from '@strapi/helper-plugin'; import { getTrad } from '../../../utils';
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-03-29 12:20 - 2.5K bytes - Viewed (0) -
packages/core/admin/admin/src/content-manager/pages/EditView/index.js
import { ContentLayout } from '@strapi/design-system/Layout'; import { Box } from '@strapi/design-system/Box'; import { Divider } from '@strapi/design-system/Divider'; import { Grid, GridItem } from '@strapi/design-system/Grid'; import { Main } from '@strapi/design-system/Main'; import { Stack } from '@strapi/design-system/Stack'; import { Typography } from '@strapi/design-system/Typography'; import Layer from '@strapi/icons/Layer';
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-05-03 08:55 - 16.4K bytes - Viewed (2) -
packages/plugins/users-permissions/admin/src/components/BoundRoute/index.js
import React from 'react'; import styled from 'styled-components'; import { Stack } from '@strapi/design-system/Stack'; import { Box } from '@strapi/design-system/Box'; import { Typography } from '@strapi/design-system/Typography'; import map from 'lodash/map'; import tail from 'lodash/tail'; import { useIntl } from 'react-intl'; import PropTypes from 'prop-types'; import getMethodColor from './getMethodColor'; const MethodBox = styled(Box)`
JavaScript - Registered: 2022-06-14 15:31 - Last Modified: 2022-03-10 14:06 - 2.1K bytes - Viewed (0) -
packages/core/admin/admin/src/content-manager/components/DynamicZone/components/ComponentPicker/Category/ComponentCard/index.js
/** * * ComponentCard * */ import React from 'react'; import PropTypes from 'prop-types'; import { Box } from '@strapi/design-system/Box'; import { Typography } from '@strapi/design-system/Typography'; import { Stack } from '@strapi/design-system/Stack'; import { pxToRem } from '@strapi/helper-plugin'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import styled from 'styled-components';
JavaScript - Registered: 2022-08-09 15:31 - Last Modified: 2022-05-06 13:15 - 2.4K bytes - Viewed (0)