@rarui/styles 2.4.0 → 2.5.0-rc.2
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.css +1 -1
- package/dist/node_modules/tslib/tslib.es6.js +1 -0
- package/dist/packages/exhibition/avatar/rarui-avatar.types.d.ts +1 -1
- package/dist/packages/exhibition/divider/index.d.ts +8 -8
- package/dist/packages/exhibition/divider/index.js +1 -1
- package/dist/packages/exhibition/icon/index.d.ts +18 -18
- package/dist/packages/exhibition/label/index.js +1 -1
- package/dist/packages/exhibition/text/index.d.ts +18 -18
- package/dist/packages/exhibition/text/index.js +1 -1
- package/dist/packages/exhibition/title/index.d.ts +18 -18
- package/dist/packages/exhibition/title/index.js +1 -1
- package/dist/packages/exhibition/tooltip/index.js +1 -1
- package/dist/packages/feedback/skeleton/index.js +1 -1
- package/dist/packages/feedback/toast/index.js +1 -1
- package/dist/packages/input/input/index.js +1 -1
- package/dist/packages/input/radioButton/index.js +1 -1
- package/dist/packages/input/toggle/index.js +1 -1
- package/dist/packages/layout/box/index.d.ts +322 -322
- package/dist/packages/navigation/link/index.js +1 -1
- package/dist/packages/surface/card/index.d.ts +32 -32
- package/package.json +3 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var r=function(){return r=Object.assign||function(r){for(var t,e=1,n=arguments.length;e<n;e++)for(var o in t=arguments[e])Object.prototype.hasOwnProperty.call(t,o)&&(r[o]=t[o]);return r},r.apply(this,arguments)};"function"==typeof SuppressedError&&SuppressedError;export{r as __assign};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RecipeVariants } from '../../../node_modules/@vanilla-extract/recipes/dist/vanilla-extract-recipes.cjs.d.js';
|
|
2
2
|
import { avatarStyles } from './rarui-avatar.css.js';
|
|
3
3
|
|
|
4
|
-
type AvatarVariants = RecipeVariants<typeof avatarStyles.avatar
|
|
4
|
+
type AvatarVariants = NonNullable<RecipeVariants<typeof avatarStyles.avatar>>;
|
|
5
5
|
|
|
6
6
|
export type { AvatarVariants };
|
|
@@ -14,14 +14,6 @@ declare const divider: {
|
|
|
14
14
|
config: {
|
|
15
15
|
borderColor: {
|
|
16
16
|
values: {
|
|
17
|
-
"invert-disabled": {
|
|
18
|
-
default: string;
|
|
19
|
-
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
20
|
-
};
|
|
21
|
-
"brand-alt": {
|
|
22
|
-
default: string;
|
|
23
|
-
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
24
|
-
};
|
|
25
17
|
brand: {
|
|
26
18
|
default: string;
|
|
27
19
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
@@ -42,6 +34,10 @@ declare const divider: {
|
|
|
42
34
|
default: string;
|
|
43
35
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
44
36
|
};
|
|
37
|
+
"invert-disabled": {
|
|
38
|
+
default: string;
|
|
39
|
+
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
40
|
+
};
|
|
45
41
|
primary: {
|
|
46
42
|
default: string;
|
|
47
43
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
@@ -58,6 +54,10 @@ declare const divider: {
|
|
|
58
54
|
default: string;
|
|
59
55
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
60
56
|
};
|
|
57
|
+
"brand-alt": {
|
|
58
|
+
default: string;
|
|
59
|
+
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
60
|
+
};
|
|
61
61
|
divider: {
|
|
62
62
|
default: string;
|
|
63
63
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r,sprinkle as i}from"./rarui-divider.css.js";var e={classnames:s({},r),sprinkle:i};export{e as divider};
|
|
@@ -14,75 +14,75 @@ declare const icon: {
|
|
|
14
14
|
config: {
|
|
15
15
|
color: {
|
|
16
16
|
values: {
|
|
17
|
-
|
|
17
|
+
brand: {
|
|
18
18
|
default: string;
|
|
19
19
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
20
20
|
};
|
|
21
|
-
|
|
21
|
+
disabled: {
|
|
22
22
|
default: string;
|
|
23
23
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
error: {
|
|
26
26
|
default: string;
|
|
27
27
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
info: {
|
|
30
30
|
default: string;
|
|
31
31
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
invert: {
|
|
34
34
|
default: string;
|
|
35
35
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
36
36
|
};
|
|
37
|
-
"
|
|
37
|
+
"invert-disabled": {
|
|
38
38
|
default: string;
|
|
39
39
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
40
40
|
};
|
|
41
|
-
"
|
|
41
|
+
"invert-secondary": {
|
|
42
42
|
default: string;
|
|
43
43
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
44
44
|
};
|
|
45
|
-
|
|
45
|
+
primary: {
|
|
46
46
|
default: string;
|
|
47
47
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
secondary: {
|
|
50
50
|
default: string;
|
|
51
51
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
success: {
|
|
54
54
|
default: string;
|
|
55
55
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
warning: {
|
|
58
58
|
default: string;
|
|
59
59
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
60
60
|
};
|
|
61
|
-
|
|
61
|
+
"brand-alt": {
|
|
62
62
|
default: string;
|
|
63
63
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
"on-brand": {
|
|
66
66
|
default: string;
|
|
67
67
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
"on-error": {
|
|
70
70
|
default: string;
|
|
71
71
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
"on-info": {
|
|
74
74
|
default: string;
|
|
75
75
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
"on-success": {
|
|
78
78
|
default: string;
|
|
79
79
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
80
80
|
};
|
|
81
|
-
|
|
81
|
+
"on-warning": {
|
|
82
82
|
default: string;
|
|
83
83
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
84
84
|
};
|
|
85
|
-
warning: {
|
|
85
|
+
"warning-alt": {
|
|
86
86
|
default: string;
|
|
87
87
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
88
88
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r}from"./rarui-label.css.js";var o={classnames:s({},r)};export{o as label};
|
|
@@ -18,75 +18,75 @@ declare const text: {
|
|
|
18
18
|
config: {
|
|
19
19
|
color: {
|
|
20
20
|
values: {
|
|
21
|
-
|
|
21
|
+
brand: {
|
|
22
22
|
default: string;
|
|
23
23
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
24
24
|
};
|
|
25
|
-
|
|
25
|
+
disabled: {
|
|
26
26
|
default: string;
|
|
27
27
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
error: {
|
|
30
30
|
default: string;
|
|
31
31
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
32
32
|
};
|
|
33
|
-
|
|
33
|
+
info: {
|
|
34
34
|
default: string;
|
|
35
35
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
36
36
|
};
|
|
37
|
-
|
|
37
|
+
invert: {
|
|
38
38
|
default: string;
|
|
39
39
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
40
40
|
};
|
|
41
|
-
"
|
|
41
|
+
"invert-disabled": {
|
|
42
42
|
default: string;
|
|
43
43
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
44
44
|
};
|
|
45
|
-
"
|
|
45
|
+
"invert-secondary": {
|
|
46
46
|
default: string;
|
|
47
47
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
primary: {
|
|
50
50
|
default: string;
|
|
51
51
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
secondary: {
|
|
54
54
|
default: string;
|
|
55
55
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
success: {
|
|
58
58
|
default: string;
|
|
59
59
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
60
60
|
};
|
|
61
|
-
|
|
61
|
+
warning: {
|
|
62
62
|
default: string;
|
|
63
63
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
"brand-alt": {
|
|
66
66
|
default: string;
|
|
67
67
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
"on-brand": {
|
|
70
70
|
default: string;
|
|
71
71
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
"on-error": {
|
|
74
74
|
default: string;
|
|
75
75
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
"on-info": {
|
|
78
78
|
default: string;
|
|
79
79
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
80
80
|
};
|
|
81
|
-
|
|
81
|
+
"on-success": {
|
|
82
82
|
default: string;
|
|
83
83
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
84
84
|
};
|
|
85
|
-
|
|
85
|
+
"on-warning": {
|
|
86
86
|
default: string;
|
|
87
87
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
88
88
|
};
|
|
89
|
-
warning: {
|
|
89
|
+
"warning-alt": {
|
|
90
90
|
default: string;
|
|
91
91
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
92
92
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r,sprinkle as e}from"./rarui-text.css.js";var o={classnames:s({},r),sprinkle:e};export{o as text};
|
|
@@ -42,75 +42,75 @@ declare const title: {
|
|
|
42
42
|
config: {
|
|
43
43
|
color: {
|
|
44
44
|
values: {
|
|
45
|
-
|
|
45
|
+
brand: {
|
|
46
46
|
default: string;
|
|
47
47
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
48
48
|
};
|
|
49
|
-
|
|
49
|
+
disabled: {
|
|
50
50
|
default: string;
|
|
51
51
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
error: {
|
|
54
54
|
default: string;
|
|
55
55
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
56
56
|
};
|
|
57
|
-
|
|
57
|
+
info: {
|
|
58
58
|
default: string;
|
|
59
59
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
60
60
|
};
|
|
61
|
-
|
|
61
|
+
invert: {
|
|
62
62
|
default: string;
|
|
63
63
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
64
64
|
};
|
|
65
|
-
"
|
|
65
|
+
"invert-disabled": {
|
|
66
66
|
default: string;
|
|
67
67
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
68
68
|
};
|
|
69
|
-
"
|
|
69
|
+
"invert-secondary": {
|
|
70
70
|
default: string;
|
|
71
71
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
72
72
|
};
|
|
73
|
-
|
|
73
|
+
primary: {
|
|
74
74
|
default: string;
|
|
75
75
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
secondary: {
|
|
78
78
|
default: string;
|
|
79
79
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
80
80
|
};
|
|
81
|
-
|
|
81
|
+
success: {
|
|
82
82
|
default: string;
|
|
83
83
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
84
84
|
};
|
|
85
|
-
|
|
85
|
+
warning: {
|
|
86
86
|
default: string;
|
|
87
87
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
88
88
|
};
|
|
89
|
-
|
|
89
|
+
"brand-alt": {
|
|
90
90
|
default: string;
|
|
91
91
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
92
92
|
};
|
|
93
|
-
|
|
93
|
+
"on-brand": {
|
|
94
94
|
default: string;
|
|
95
95
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
96
96
|
};
|
|
97
|
-
|
|
97
|
+
"on-error": {
|
|
98
98
|
default: string;
|
|
99
99
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
100
100
|
};
|
|
101
|
-
|
|
101
|
+
"on-info": {
|
|
102
102
|
default: string;
|
|
103
103
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
104
104
|
};
|
|
105
|
-
|
|
105
|
+
"on-success": {
|
|
106
106
|
default: string;
|
|
107
107
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
108
108
|
};
|
|
109
|
-
|
|
109
|
+
"on-warning": {
|
|
110
110
|
default: string;
|
|
111
111
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
112
112
|
};
|
|
113
|
-
warning: {
|
|
113
|
+
"warning-alt": {
|
|
114
114
|
default: string;
|
|
115
115
|
conditions: Record<"xs" | "xl" | "md" | "lg", string>;
|
|
116
116
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r,sprinkle as e}from"./rarui-title.css.js";var i={classnames:s({},r),sprinkle:e};export{i as title};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as o}from"./rarui-tooltip.css.js";var r={classnames:s({},o)};export{r as tooltip};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r,sprinkle as e}from"./rarui-skeleton.css.js";var o={classnames:s({},r),sprinkle:e};export{o as skeleton};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r,sprinkle as o}from"./rarui-toast.css.js";var t={classnames:s({},r),sprinkle:o};export{t as toast};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as r}from"./rarui-input.css.js";var o={classnames:s({},r)};export{o as input};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as o}from"./rarui-radioButton.css.js";var r={classnames:s({},o)};export{r as radioButton};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__assign as
|
|
1
|
+
import{__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{styles as o}from"./rarui-toggle.css.js";var r={classnames:s({},o)};export{r as toggle};
|