@seed-design/css 1.0.5 → 1.0.6

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.
@@ -2,16 +2,34 @@ export const vars = {
2
2
  "base": {
3
3
  "enabled": {
4
4
  "root": {
5
+ "cornerRadius": "var(--seed-radius-full)",
5
6
  "color": "var(--seed-color-palette-gray-600)",
6
- "cornerRadius": "var(--seed-radius-full)"
7
+ "colorDuration": "var(--seed-duration-d1)",
8
+ "colorTimingFunction": "var(--seed-timing-function-easing)",
9
+ "colorDelay": "20ms"
7
10
  },
8
11
  "thumb": {
9
- "cornerRadius": "var(--seed-radius-full)"
12
+ "cornerRadius": "var(--seed-radius-full)",
13
+ "scale": "0.8",
14
+ "scaleDuration": "var(--seed-duration-d3)",
15
+ "scaleTimingFunction": "var(--seed-timing-function-easing)",
16
+ "translateDuration": "var(--seed-duration-d3)",
17
+ "translateTimingFunction": "var(--seed-timing-function-easing)",
18
+ "colorDuration": "var(--seed-duration-d1)",
19
+ "colorTimingFunction": "var(--seed-timing-function-easing)",
20
+ "colorDelay": "20ms"
10
21
  }
11
22
  },
12
23
  "disabled": {
13
24
  "root": {
14
- "opacity": "0.38"
25
+ "opacity": "0.38",
26
+ "opacityDuration": "var(--seed-duration-d1)",
27
+ "opacityTimingFunction": "var(--seed-timing-function-easing)"
28
+ }
29
+ },
30
+ "selected": {
31
+ "thumb": {
32
+ "scale": "1"
15
33
  }
16
34
  }
17
35
  },
@@ -59,8 +77,7 @@ export const vars = {
59
77
  },
60
78
  "thumb": {
61
79
  "height": "26px",
62
- "width": "26px",
63
- "shadow": "0px 3px 8px 0px #00000026, 0px 1px 3px 0px #0000000f"
80
+ "width": "26px"
64
81
  }
65
82
  }
66
83
  },
@@ -74,8 +91,7 @@ export const vars = {
74
91
  },
75
92
  "thumb": {
76
93
  "height": "20px",
77
- "width": "20px",
78
- "shadow": "0px 3px 8px 0px #00000026, 0px 1px 3px 0px #0000000f"
94
+ "width": "20px"
79
95
  }
80
96
  }
81
97
  },
@@ -8,7 +8,9 @@ export declare const vars: {
8
8
  },
9
9
  "disabled": {
10
10
  "label": {
11
- "opacity": "0.58"
11
+ "opacity": "0.58",
12
+ "opacityDuration": "var(--seed-duration-d1)",
13
+ "opacityTimingFunction": "var(--seed-timing-function-easing)"
12
14
  }
13
15
  }
14
16
  },
@@ -8,7 +8,9 @@ export const vars = {
8
8
  },
9
9
  "disabled": {
10
10
  "label": {
11
- "opacity": "0.58"
11
+ "opacity": "0.58",
12
+ "opacityDuration": "var(--seed-duration-d1)",
13
+ "opacityTimingFunction": "var(--seed-timing-function-easing)"
12
14
  }
13
15
  }
14
16
  },
@@ -0,0 +1,122 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "gap": "var(--seed-dimension-x0_5)"
6
+ }
7
+ }
8
+ },
9
+ "sizeT2": {
10
+ "enabled": {
11
+ "label": {
12
+ "fontSize": "var(--seed-font-size-t2)",
13
+ "lineHeight": "var(--seed-line-height-t2)"
14
+ },
15
+ "icon": {
16
+ "size": "var(--seed-dimension-x3)"
17
+ },
18
+ "prefixIcon": {
19
+ "size": "var(--seed-dimension-x3)"
20
+ },
21
+ "suffixIcon": {
22
+ "size": "var(--seed-dimension-x3)"
23
+ }
24
+ }
25
+ },
26
+ "sizeT3": {
27
+ "enabled": {
28
+ "label": {
29
+ "fontSize": "var(--seed-font-size-t3)",
30
+ "lineHeight": "var(--seed-line-height-t3)"
31
+ },
32
+ "icon": {
33
+ "size": "13px"
34
+ },
35
+ "prefixIcon": {
36
+ "size": "13px"
37
+ },
38
+ "suffixIcon": {
39
+ "size": "13px"
40
+ }
41
+ }
42
+ },
43
+ "sizeT4": {
44
+ "enabled": {
45
+ "label": {
46
+ "fontSize": "var(--seed-font-size-t4)",
47
+ "lineHeight": "var(--seed-line-height-t4)"
48
+ },
49
+ "icon": {
50
+ "size": "var(--seed-dimension-x3_5)"
51
+ },
52
+ "prefixIcon": {
53
+ "size": "var(--seed-dimension-x3_5)"
54
+ },
55
+ "suffixIcon": {
56
+ "size": "var(--seed-dimension-x3_5)"
57
+ }
58
+ }
59
+ },
60
+ "weightRegular": {
61
+ "enabled": {
62
+ "label": {
63
+ "fontWeight": "var(--seed-font-weight-regular)"
64
+ }
65
+ }
66
+ },
67
+ "weightBold": {
68
+ "enabled": {
69
+ "label": {
70
+ "fontWeight": "var(--seed-font-weight-bold)"
71
+ }
72
+ }
73
+ },
74
+ "toneNeutralSubtle": {
75
+ "enabled": {
76
+ "label": {
77
+ "color": "var(--seed-color-fg-neutral-subtle)"
78
+ },
79
+ "icon": {
80
+ "color": "var(--seed-color-fg-neutral-subtle)"
81
+ },
82
+ "prefixIcon": {
83
+ "color": "var(--seed-color-fg-neutral-subtle)"
84
+ },
85
+ "suffixIcon": {
86
+ "color": "var(--seed-color-fg-neutral-subtle)"
87
+ }
88
+ }
89
+ },
90
+ "toneNeutral": {
91
+ "enabled": {
92
+ "label": {
93
+ "color": "var(--seed-color-fg-neutral)"
94
+ },
95
+ "icon": {
96
+ "color": "var(--seed-color-fg-neutral)"
97
+ },
98
+ "prefixIcon": {
99
+ "color": "var(--seed-color-fg-neutral)"
100
+ },
101
+ "suffixIcon": {
102
+ "color": "var(--seed-color-fg-neutral)"
103
+ }
104
+ }
105
+ },
106
+ "toneBrand": {
107
+ "enabled": {
108
+ "label": {
109
+ "color": "var(--seed-color-fg-brand)"
110
+ },
111
+ "icon": {
112
+ "color": "var(--seed-color-fg-brand)"
113
+ },
114
+ "prefixIcon": {
115
+ "color": "var(--seed-color-fg-brand)"
116
+ },
117
+ "suffixIcon": {
118
+ "color": "var(--seed-color-fg-brand)"
119
+ }
120
+ }
121
+ }
122
+ }
@@ -0,0 +1,122 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "root": {
5
+ "gap": "var(--seed-dimension-x0_5)"
6
+ }
7
+ }
8
+ },
9
+ "sizeT2": {
10
+ "enabled": {
11
+ "label": {
12
+ "fontSize": "var(--seed-font-size-t2)",
13
+ "lineHeight": "var(--seed-line-height-t2)"
14
+ },
15
+ "icon": {
16
+ "size": "var(--seed-dimension-x3)"
17
+ },
18
+ "prefixIcon": {
19
+ "size": "var(--seed-dimension-x3)"
20
+ },
21
+ "suffixIcon": {
22
+ "size": "var(--seed-dimension-x3)"
23
+ }
24
+ }
25
+ },
26
+ "sizeT3": {
27
+ "enabled": {
28
+ "label": {
29
+ "fontSize": "var(--seed-font-size-t3)",
30
+ "lineHeight": "var(--seed-line-height-t3)"
31
+ },
32
+ "icon": {
33
+ "size": "13px"
34
+ },
35
+ "prefixIcon": {
36
+ "size": "13px"
37
+ },
38
+ "suffixIcon": {
39
+ "size": "13px"
40
+ }
41
+ }
42
+ },
43
+ "sizeT4": {
44
+ "enabled": {
45
+ "label": {
46
+ "fontSize": "var(--seed-font-size-t4)",
47
+ "lineHeight": "var(--seed-line-height-t4)"
48
+ },
49
+ "icon": {
50
+ "size": "var(--seed-dimension-x3_5)"
51
+ },
52
+ "prefixIcon": {
53
+ "size": "var(--seed-dimension-x3_5)"
54
+ },
55
+ "suffixIcon": {
56
+ "size": "var(--seed-dimension-x3_5)"
57
+ }
58
+ }
59
+ },
60
+ "weightRegular": {
61
+ "enabled": {
62
+ "label": {
63
+ "fontWeight": "var(--seed-font-weight-regular)"
64
+ }
65
+ }
66
+ },
67
+ "weightBold": {
68
+ "enabled": {
69
+ "label": {
70
+ "fontWeight": "var(--seed-font-weight-bold)"
71
+ }
72
+ }
73
+ },
74
+ "toneNeutralSubtle": {
75
+ "enabled": {
76
+ "label": {
77
+ "color": "var(--seed-color-fg-neutral-subtle)"
78
+ },
79
+ "icon": {
80
+ "color": "var(--seed-color-fg-neutral-subtle)"
81
+ },
82
+ "prefixIcon": {
83
+ "color": "var(--seed-color-fg-neutral-subtle)"
84
+ },
85
+ "suffixIcon": {
86
+ "color": "var(--seed-color-fg-neutral-subtle)"
87
+ }
88
+ }
89
+ },
90
+ "toneNeutral": {
91
+ "enabled": {
92
+ "label": {
93
+ "color": "var(--seed-color-fg-neutral)"
94
+ },
95
+ "icon": {
96
+ "color": "var(--seed-color-fg-neutral)"
97
+ },
98
+ "prefixIcon": {
99
+ "color": "var(--seed-color-fg-neutral)"
100
+ },
101
+ "suffixIcon": {
102
+ "color": "var(--seed-color-fg-neutral)"
103
+ }
104
+ }
105
+ },
106
+ "toneBrand": {
107
+ "enabled": {
108
+ "label": {
109
+ "color": "var(--seed-color-fg-brand)"
110
+ },
111
+ "icon": {
112
+ "color": "var(--seed-color-fg-brand)"
113
+ },
114
+ "prefixIcon": {
115
+ "color": "var(--seed-color-fg-brand)"
116
+ },
117
+ "suffixIcon": {
118
+ "color": "var(--seed-color-fg-brand)"
119
+ }
120
+ }
121
+ }
122
+ }
@@ -0,0 +1,34 @@
1
+ export declare const vars: {
2
+ "base": {
3
+ "enabled": {
4
+ "separator": {
5
+ "color": "var(--seed-color-palette-gray-600)",
6
+ "fontWeight": "var(--seed-font-weight-regular)"
7
+ }
8
+ }
9
+ },
10
+ "sizeT2": {
11
+ "enabled": {
12
+ "separator": {
13
+ "fontSize": "var(--seed-font-size-t2)",
14
+ "lineHeight": "var(--seed-line-height-t2)"
15
+ }
16
+ }
17
+ },
18
+ "sizeT3": {
19
+ "enabled": {
20
+ "separator": {
21
+ "fontSize": "var(--seed-font-size-t3)",
22
+ "lineHeight": "var(--seed-line-height-t3)"
23
+ }
24
+ }
25
+ },
26
+ "sizeT4": {
27
+ "enabled": {
28
+ "separator": {
29
+ "fontSize": "var(--seed-font-size-t4)",
30
+ "lineHeight": "var(--seed-line-height-t4)"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,34 @@
1
+ export const vars = {
2
+ "base": {
3
+ "enabled": {
4
+ "separator": {
5
+ "color": "var(--seed-color-palette-gray-600)",
6
+ "fontWeight": "var(--seed-font-weight-regular)"
7
+ }
8
+ }
9
+ },
10
+ "sizeT2": {
11
+ "enabled": {
12
+ "separator": {
13
+ "fontSize": "var(--seed-font-size-t2)",
14
+ "lineHeight": "var(--seed-line-height-t2)"
15
+ }
16
+ }
17
+ },
18
+ "sizeT3": {
19
+ "enabled": {
20
+ "separator": {
21
+ "fontSize": "var(--seed-font-size-t3)",
22
+ "lineHeight": "var(--seed-line-height-t3)"
23
+ }
24
+ }
25
+ },
26
+ "sizeT4": {
27
+ "enabled": {
28
+ "separator": {
29
+ "fontSize": "var(--seed-font-size-t4)",
30
+ "lineHeight": "var(--seed-line-height-t4)"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -67,7 +67,8 @@ export declare const vars: {
67
67
  "enabled": {
68
68
  "title": {
69
69
  "fontSize": "var(--seed-font-size-t6-static)",
70
- "fontWeight": "var(--seed-font-weight-bold)"
70
+ "fontWeight": "var(--seed-font-weight-bold)",
71
+ "lineHeight": "var(--seed-line-height-t6-static)"
71
72
  }
72
73
  }
73
74
  },
@@ -75,11 +76,13 @@ export declare const vars: {
75
76
  "enabled": {
76
77
  "title": {
77
78
  "fontSize": "var(--seed-font-size-t5-static)",
78
- "fontWeight": "var(--seed-font-weight-bold)"
79
+ "fontWeight": "var(--seed-font-weight-bold)",
80
+ "lineHeight": "var(--seed-line-height-t5-static)"
79
81
  },
80
82
  "subtitle": {
81
83
  "fontSize": "var(--seed-font-size-t2-static)",
82
- "fontWeight": "var(--seed-font-weight-regular)"
84
+ "fontWeight": "var(--seed-font-weight-regular)",
85
+ "lineHeight": "var(--seed-line-height-t2-static)"
83
86
  }
84
87
  }
85
88
  }
@@ -67,7 +67,8 @@ export const vars = {
67
67
  "enabled": {
68
68
  "title": {
69
69
  "fontSize": "var(--seed-font-size-t6-static)",
70
- "fontWeight": "var(--seed-font-weight-bold)"
70
+ "fontWeight": "var(--seed-font-weight-bold)",
71
+ "lineHeight": "var(--seed-line-height-t6-static)"
71
72
  }
72
73
  }
73
74
  },
@@ -75,11 +76,13 @@ export const vars = {
75
76
  "enabled": {
76
77
  "title": {
77
78
  "fontSize": "var(--seed-font-size-t5-static)",
78
- "fontWeight": "var(--seed-font-weight-bold)"
79
+ "fontWeight": "var(--seed-font-weight-bold)",
80
+ "lineHeight": "var(--seed-line-height-t5-static)"
79
81
  },
80
82
  "subtitle": {
81
83
  "fontSize": "var(--seed-font-size-t2-static)",
82
- "fontWeight": "var(--seed-font-weight-regular)"
84
+ "fontWeight": "var(--seed-font-weight-regular)",
85
+ "lineHeight": "var(--seed-line-height-t2-static)"
83
86
  }
84
87
  }
85
88
  }