@atom-learning/components 2.28.1-beta.0 → 2.29.1-beta.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ColorScheme } from '
|
|
2
|
+
import { ColorScheme } from '../../../../color-scheme/dist';
|
|
3
3
|
declare const StyledTrigger: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-accordion").AccordionTriggerProps & React.RefAttributes<HTMLButtonElement>>, {}, {
|
|
4
4
|
sm: string;
|
|
5
5
|
md: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ColorScheme } from '
|
|
2
|
+
import { ColorScheme } from '../../../../color-scheme/dist';
|
|
3
3
|
declare const StyledTriggerList: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<import("@radix-ui/react-tabs").TabsListProps & React.RefAttributes<HTMLDivElement>>, {}, {
|
|
4
4
|
sm: string;
|
|
5
5
|
md: string;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"main": "dist/index.cjs.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
|
-
"version": "2.
|
|
7
|
+
"version": "2.29.1-beta.0",
|
|
8
8
|
"description": "",
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
@@ -126,7 +126,6 @@
|
|
|
126
126
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
|
-
"@atom-learning/color-scheme": "0.0.0-semantically-released",
|
|
130
129
|
"@atom-learning/theme": "1.1.1",
|
|
131
130
|
"@dnd-kit/core": "^6.0.5",
|
|
132
131
|
"@dnd-kit/modifiers": "^6.0.0",
|