@lism-css/ui 0.0.0-dev.6 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lism-css/ui",
3
- "version": "0.0.0-dev.6",
3
+ "version": "0.1.0",
4
4
  "description": "UI components by lism-css.",
5
5
  "author": {
6
6
  "name": "ddryo",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
  import { defaultProps } from '../getProps';
5
5
 
6
6
  const { flow, innerProps, ...props } = Astro.props || {};
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
  import { defaultProps } from '../getProps';
5
5
 
6
6
  // interface Props extends LismProps {}
@@ -1,6 +1,5 @@
1
1
  ---
2
- import { Lism } from 'lism-css/react';
3
- import { Icon } from 'lism-css/react';
2
+ import { Lism, Icon } from 'lism-css/astro';
4
3
  import { getAccIconProps } from '../getProps';
5
4
 
6
5
  // Propsの定義
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
  import { defaultProps } from '../getProps';
5
5
 
6
6
  const props = Astro.props || {};
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
 
5
5
  // export interface Props extends LismProps {
6
6
  // // controlId: string;
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
  ---
5
5
 
6
6
  <Lism lismClass='d--tabs_list' role='tablist' {...Astro.props}>
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
 
5
5
  // export interface Props extends LismProps {
6
6
  // isActive?: boolean;
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  // import type { LismProps } from 'lism-css/types';
3
- import { Lism } from 'lism-css/react';
3
+ import { Lism } from 'lism-css/astro';
4
4
  // import Tab from './Tab.astro';
5
5
  // import TabPanel from './TabPanel.astro';
6
6
  import TabList from './TabList.astro';