@marvelousdesigner/design-system
Advanced tools
Comparing version 0.1.11-omega to 0.1.11-omega-1
@@ -9,1 +9,2 @@ export { default as styled } from '@components/Core/styled'; | ||
export { default as Select, MenuItem as SelectMenuItem, MenuList as SelectMenuList, Basic as SelectTrigger } from '@components/Select'; | ||
export { DesignSystemProvider, useDesignSystem } from '@hooks/useDesignSystem'; |
@@ -41,2 +41,3 @@ import React from "react"; | ||
SUBTITLE6: import("styled-components").FlattenSimpleInterpolation; | ||
SUBTITLE7: import("styled-components").FlattenSimpleInterpolation; | ||
}; | ||
@@ -43,0 +44,0 @@ BODY: { |
@@ -9,2 +9,3 @@ import styled from "@components/Core/styled"; | ||
import Select, { Basic as SelectTrigger, MenuList as SelectMenuList, MenuItem as SelectMenuItem } from "@components/Select"; | ||
export { styled, Spinner, Input, Checkbox, Button, Rating, MultiImageRating, SingleImageRating, Select, SelectTrigger, SelectMenuList, SelectMenuItem, }; | ||
import { useDesignSystem, DesignSystemProvider } from "@hooks/useDesignSystem"; | ||
export { styled, Spinner, Input, Checkbox, Button, Rating, MultiImageRating, SingleImageRating, Select, SelectTrigger, SelectMenuList, SelectMenuItem, useDesignSystem, DesignSystemProvider, }; |
{ | ||
"name": "@marvelousdesigner/design-system", | ||
"version": "0.1.11-omega", | ||
"version": "0.1.11-omega-1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -16,2 +16,3 @@ import styled from "@components/Core/styled"; | ||
} from "@components/Select"; | ||
import { useDesignSystem, DesignSystemProvider } from "@hooks/useDesignSystem"; | ||
@@ -31,2 +32,4 @@ export { | ||
SelectMenuItem, | ||
useDesignSystem, | ||
DesignSystemProvider, | ||
}; |
@@ -19,2 +19,3 @@ { | ||
"@components/*": ["src/components/*"], | ||
"@hooks/*": ["src/hooks/*"], | ||
"@assets/*": ["src/assets/*"] | ||
@@ -21,0 +22,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
781259
5640