Merge branch 'master' into canon-props-restructure

This commit is contained in:
Charles de Dreuille
2025-01-28 10:12:14 +00:00
39 changed files with 530 additions and 247 deletions
@@ -14,8 +14,6 @@
* limitations under the License.
*/
'use client';
import React, { forwardRef } from 'react';
import { Icon } from '../Icon';
import clsx from 'clsx';
@@ -14,8 +14,6 @@
* limitations under the License.
*/
'use client';
import React, { forwardRef } from 'react';
import clsx from 'clsx';
import { useResponsiveValue } from '../../hooks/useResponsiveValue';
@@ -14,8 +14,6 @@
* limitations under the License.
*/
'use client';
import React from 'react';
import { useCanon } from '../../contexts/canon';
import type { IconProps } from './types';
@@ -14,8 +14,6 @@
* limitations under the License.
*/
'use client';
import React, { ElementRef, forwardRef } from 'react';
import { Input as InputPrimitive } from '@base-ui-components/react/input';
import clsx from 'clsx';
@@ -14,8 +14,6 @@
* limitations under the License.
*/
'use client';
import React, { forwardRef } from 'react';
import { useResponsiveValue } from '../../hooks/useResponsiveValue';
import clsx from 'clsx';
-2
View File
@@ -14,8 +14,6 @@
* limitations under the License.
*/
'use client';
import React, { createContext, ReactNode, useContext } from 'react';
import { icons } from '../components/Icon/icons';
import { IconMap, IconNames } from '../components/Icon/types';