@jamsrui/linear-progress 0.0.3 → 0.0.5
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/dist/index.d.mts +0 -1
- package/dist/linear-progress-config.d.mts +0 -1
- package/dist/linear-progress-context.d.mts +0 -1
- package/dist/linear-progress.d.mts +0 -1
- package/dist/styles.d.mts +1 -1
- package/dist/styles.mjs +1 -1
- package/dist/use-linear-progress.d.mts +0 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -6,7 +6,6 @@ import './linear-progress-bar.mjs';
|
|
|
6
6
|
import 'motion/react';
|
|
7
7
|
import './styles.mjs';
|
|
8
8
|
import 'tailwind-variants';
|
|
9
|
-
import '@jamsr-ui/utils';
|
|
10
9
|
|
|
11
10
|
declare const useLinearProgressConfig: () => LinearProgressConfig.Props;
|
|
12
11
|
declare const LinearProgressConfig: (props: LinearProgressConfig.Props & {
|
|
@@ -5,7 +5,6 @@ import './linear-progress-bar.mjs';
|
|
|
5
5
|
import 'motion/react';
|
|
6
6
|
import './styles.mjs';
|
|
7
7
|
import 'tailwind-variants';
|
|
8
|
-
import '@jamsr-ui/utils';
|
|
9
8
|
|
|
10
9
|
declare const useLinearProgressContext: () => LinearProgressContext.Props;
|
|
11
10
|
declare const LinearProgressContext: react.Context<LinearProgressContext.Props | null>;
|
package/dist/styles.d.mts
CHANGED
package/dist/styles.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{tv as r}from"@
|
|
1
|
+
import{tv as r}from"@jamsrui/utils";const e="",s=r({slots:{track:"w-full relative overflow-hidden rounded-full",bar:"rounded-full absolute"},variants:{color:{primary:{bar:"bg-primary",track:"bg-primary/10"},error:{bar:"bg-danger",track:"bg-danger/10"},success:{bar:"bg-success",track:"bg-success/10"},secondary:{bar:"bg-secondary",track:"bg-secondary/10"},warning:{bar:"bg-warning",track:"bg-warning/10"}},size:{sm:{track:"h-[3px]",bar:"h-[3px]"},md:{track:"h-1.5",bar:"h-1.5 "},lg:{track:"h-2",bar:"h-2 "}},isIntermediate:{true:{bar:"animate-progress"}}},defaultVariants:{size:"sm",color:"primary",isIntermediate:!0}});export{s as linearProgressVariants,e as test};
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jamsrui/linear-progress",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"motion": ">=12",
|
|
6
6
|
"react": ">=19"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@jamsrui/hooks": "^0.0.
|
|
10
|
-
"@jamsrui/
|
|
11
|
-
"@jamsrui/
|
|
9
|
+
"@jamsrui/hooks": "^0.0.5",
|
|
10
|
+
"@jamsrui/utils": "^0.0.5",
|
|
11
|
+
"@jamsrui/core": "^0.0.5"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|