Skip to content

Commit 1ab84a0

Browse files
committed
feat(): update
1 parent 1c7933f commit 1ab84a0

File tree

18 files changed

+19
-19
lines changed

18 files changed

+19
-19
lines changed

packages/plasma-new-hope/src/components/_experimental/Popover/Popover.styles.ts renamed to packages/plasma-new-hope/src/components/_beta/Popover/Popover.styles.ts

File renamed without changes.

packages/plasma-new-hope/src/components/_experimental/Popover/Popover.tokens.ts renamed to packages/plasma-new-hope/src/components/_beta/Popover/Popover.tokens.ts

File renamed without changes.

packages/plasma-new-hope/src/components/_experimental/Popover/Popover.tsx renamed to packages/plasma-new-hope/src/components/_beta/Popover/Popover.tsx

File renamed without changes.

packages/plasma-new-hope/src/components/_experimental/Popover/Popover.types.ts renamed to packages/plasma-new-hope/src/components/_beta/Popover/Popover.types.ts

File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export { popoverRoot as _beta_popoverRoot, popoverConfig as _beta_popoverConfig } from './Popover';
2+
export { classes as _beta_popoverClasses, tokens as _beta_popoverTokens } from './Popover.tokens';
3+
4+
export type { PopoverProps as _beta_PopoverProps } from './Popover.types';

packages/plasma-new-hope/src/components/_experimental/Popover/utils/index.ts renamed to packages/plasma-new-hope/src/components/_beta/Popover/utils/index.ts

File renamed without changes.

packages/plasma-new-hope/src/components/_experimental/Popover/utils/sizeToIconSize.ts renamed to packages/plasma-new-hope/src/components/_beta/Popover/utils/sizeToIconSize.ts

File renamed without changes.

packages/plasma-new-hope/src/components/_experimental/index.ts renamed to packages/plasma-new-hope/src/components/_beta/index.ts

File renamed without changes.

packages/plasma-new-hope/src/components/_experimental/Popover/index.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/plasma-new-hope/src/examples/components/_experimental/Popover/Popover.closeInner.config.ts renamed to packages/plasma-new-hope/src/examples/components/_beta/Popover/Popover.closeInner.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { css } from '@linaria/core';
2-
import { _experimental_popoverTokens as tokens } from 'src/components/_experimental/Popover';
2+
import { _beta_popoverTokens as tokens } from 'src/components/_beta/Popover';
33

44
export const config = {
55
defaults: {

0 commit comments

Comments
 (0)