@royaltics/ui 1.3.13 → 1.3.15
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.
|
@@ -18,10 +18,10 @@ export const Variants = {
|
|
|
18
18
|
__base: 'bg-transparent outline-none border-1',
|
|
19
19
|
primary: 'border-primary text-primary hover:bg-primary hover:text-primary-foreground disabled:hover:bg-transparent disabled:hover:text-primary',
|
|
20
20
|
secondary: 'border-secondary text-secondary checked:border-secondary',
|
|
21
|
-
success: 'border-success text-success
|
|
22
|
-
warn: 'border-warn text-warn-foreground
|
|
23
|
-
danger: 'border-danger text-danger-foreground
|
|
24
|
-
accent: 'border-accent text-accent-foreground
|
|
21
|
+
success: 'border-success text-success hover:bg-success hover:text-success-foreground checked:border-success',
|
|
22
|
+
warn: 'border-warn text-warn-foreground hover:bg-warn hover:text-warn-foreground checked:border-warn',
|
|
23
|
+
danger: 'border-danger text-danger hover:bg-danger hover:text-danger-foreground checked:border-danger',
|
|
24
|
+
accent: 'border-accent text-accent hover:bg-danger hover:text-danger-foreground checked:border-accent',
|
|
25
25
|
}
|
|
26
26
|
};
|
|
27
27
|
//# sourceMappingURL=Variants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Variants.js","sourceRoot":"","sources":["../../src/constants/Variants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,IAAI,EAAE;QACF,GAAG,EAAE,qBAAqB;QAC1B,EAAE,EAAE,6BAA6B;QACjC,EAAE,EAAE,2BAA2B;QAC/B,EAAE,EAAE,2BAA2B;QAC/B,EAAE,EAAE,2BAA2B;KAClC;IACD,IAAI,EAAE;QACF,OAAO,EAAE,uDAAuD;QAChE,SAAS,EAAE,6DAA6D;QACxE,OAAO,EAAE,uDAAuD;QAChE,IAAI,EAAE,8CAA8C;QACpD,MAAM,EAAE,oDAAoD;QAC5D,MAAM,EAAE,oDAAoD;KAC/D;IACD,OAAO,EAAE;QACL,MAAM,EAAE,sCAAsC;QAC9C,OAAO,EAAE,sIAAsI;QAC/I,SAAS,EAAE,2DAA2D;QACtE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Variants.js","sourceRoot":"","sources":["../../src/constants/Variants.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,IAAI,EAAE;QACF,GAAG,EAAE,qBAAqB;QAC1B,EAAE,EAAE,6BAA6B;QACjC,EAAE,EAAE,2BAA2B;QAC/B,EAAE,EAAE,2BAA2B;QAC/B,EAAE,EAAE,2BAA2B;KAClC;IACD,IAAI,EAAE;QACF,OAAO,EAAE,uDAAuD;QAChE,SAAS,EAAE,6DAA6D;QACxE,OAAO,EAAE,uDAAuD;QAChE,IAAI,EAAE,8CAA8C;QACpD,MAAM,EAAE,oDAAoD;QAC5D,MAAM,EAAE,oDAAoD;KAC/D;IACD,OAAO,EAAE;QACL,MAAM,EAAE,sCAAsC;QAC9C,OAAO,EAAE,sIAAsI;QAC/I,SAAS,EAAE,2DAA2D;QACtE,OAAO,EAAE,mGAAmG;QAC5G,IAAI,EAAE,+FAA+F;QACrG,MAAM,EAAE,+FAA+F;QACvG,MAAM,EAAE,8FAA8F;KACzG;CACJ,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@royaltics/ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"require": "./dist/hooks/index.cjs",
|
|
30
30
|
"types": "./dist/hooks/index.d.ts"
|
|
31
31
|
},
|
|
32
|
+
"./providers": {
|
|
33
|
+
"import": "./dist/providers/index.js",
|
|
34
|
+
"require": "./dist/providers/index.cjs",
|
|
35
|
+
"types": "./dist/providers/index.d.ts"
|
|
36
|
+
},
|
|
32
37
|
"./reducers": {
|
|
33
38
|
"import": "./dist/reducers/index.js",
|
|
34
39
|
"require": "./dist/reducers/index.cjs",
|