Skip to content

Commit 81b1f09

Browse files
authored
chore: update utility 1.2.0 (#63)
* chore: update utility 1.2.0 * add tests
1 parent 98fee62 commit 81b1f09

22 files changed

Lines changed: 1700 additions & 1547 deletions

integration-test/packages/atoms/all/atom.css.snap

Lines changed: 465 additions & 445 deletions
Large diffs are not rendered by default.

integration-test/packages/atoms/all/atom.min.css.snap

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,146 +1,146 @@
11
declare const transparent: string;
22
declare const black: string;
33
declare const white: string;
4-
declare const transparent_hover: string;
5-
declare const black_hover: string;
6-
declare const white_hover: string;
74
declare const bg_transparent: string;
85
declare const bg_black: string;
96
declare const bg_white: string;
10-
declare const bg_transparent_hover: string;
11-
declare const bg_black_hover: string;
12-
declare const bg_white_hover: string;
137
declare const bg_transparent_active: string;
148
declare const bg_black_active: string;
159
declare const bg_white_active: string;
1610
declare const bd_transparent: string;
1711
declare const bd_black: string;
1812
declare const bd_white: string;
19-
declare const bd_transparent_hover: string;
20-
declare const bd_black_hover: string;
21-
declare const bd_white_hover: string;
2213
declare const bd_transparent_focus: string;
2314
declare const bd_black_focus: string;
2415
declare const bd_white_focus: string;
2516
declare const transparent_mobile: string;
2617
declare const black_mobile: string;
2718
declare const white_mobile: string;
28-
declare const transparent_hover_mobile: string;
29-
declare const black_hover_mobile: string;
30-
declare const white_hover_mobile: string;
3119
declare const bg_transparent_mobile: string;
3220
declare const bg_black_mobile: string;
3321
declare const bg_white_mobile: string;
34-
declare const bg_transparent_hover_mobile: string;
35-
declare const bg_black_hover_mobile: string;
36-
declare const bg_white_hover_mobile: string;
3722
declare const bg_transparent_active_mobile: string;
3823
declare const bg_black_active_mobile: string;
3924
declare const bg_white_active_mobile: string;
4025
declare const bd_transparent_mobile: string;
4126
declare const bd_black_mobile: string;
4227
declare const bd_white_mobile: string;
43-
declare const bd_transparent_hover_mobile: string;
44-
declare const bd_black_hover_mobile: string;
45-
declare const bd_white_hover_mobile: string;
4628
declare const bd_transparent_focus_mobile: string;
4729
declare const bd_black_focus_mobile: string;
4830
declare const bd_white_focus_mobile: string;
4931
declare const transparent_phablet: string;
5032
declare const black_phablet: string;
5133
declare const white_phablet: string;
52-
declare const transparent_hover_phablet: string;
53-
declare const black_hover_phablet: string;
54-
declare const white_hover_phablet: string;
5534
declare const bg_transparent_phablet: string;
5635
declare const bg_black_phablet: string;
5736
declare const bg_white_phablet: string;
58-
declare const bg_transparent_hover_phablet: string;
59-
declare const bg_black_hover_phablet: string;
60-
declare const bg_white_hover_phablet: string;
6137
declare const bg_transparent_active_phablet: string;
6238
declare const bg_black_active_phablet: string;
6339
declare const bg_white_active_phablet: string;
6440
declare const bd_transparent_phablet: string;
6541
declare const bd_black_phablet: string;
6642
declare const bd_white_phablet: string;
67-
declare const bd_transparent_hover_phablet: string;
68-
declare const bd_black_hover_phablet: string;
69-
declare const bd_white_hover_phablet: string;
7043
declare const bd_transparent_focus_phablet: string;
7144
declare const bd_black_focus_phablet: string;
7245
declare const bd_white_focus_phablet: string;
7346
declare const transparent_tablet: string;
7447
declare const black_tablet: string;
7548
declare const white_tablet: string;
76-
declare const transparent_hover_tablet: string;
77-
declare const black_hover_tablet: string;
78-
declare const white_hover_tablet: string;
7949
declare const bg_transparent_tablet: string;
8050
declare const bg_black_tablet: string;
8151
declare const bg_white_tablet: string;
82-
declare const bg_transparent_hover_tablet: string;
83-
declare const bg_black_hover_tablet: string;
84-
declare const bg_white_hover_tablet: string;
8552
declare const bg_transparent_active_tablet: string;
8653
declare const bg_black_active_tablet: string;
8754
declare const bg_white_active_tablet: string;
8855
declare const bd_transparent_tablet: string;
8956
declare const bd_black_tablet: string;
9057
declare const bd_white_tablet: string;
91-
declare const bd_transparent_hover_tablet: string;
92-
declare const bd_black_hover_tablet: string;
93-
declare const bd_white_hover_tablet: string;
9458
declare const bd_transparent_focus_tablet: string;
9559
declare const bd_black_focus_tablet: string;
9660
declare const bd_white_focus_tablet: string;
9761
declare const transparent_desktop: string;
9862
declare const black_desktop: string;
9963
declare const white_desktop: string;
100-
declare const transparent_hover_desktop: string;
101-
declare const black_hover_desktop: string;
102-
declare const white_hover_desktop: string;
10364
declare const bg_transparent_desktop: string;
10465
declare const bg_black_desktop: string;
10566
declare const bg_white_desktop: string;
106-
declare const bg_transparent_hover_desktop: string;
107-
declare const bg_black_hover_desktop: string;
108-
declare const bg_white_hover_desktop: string;
10967
declare const bg_transparent_active_desktop: string;
11068
declare const bg_black_active_desktop: string;
11169
declare const bg_white_active_desktop: string;
11270
declare const bd_transparent_desktop: string;
11371
declare const bd_black_desktop: string;
11472
declare const bd_white_desktop: string;
115-
declare const bd_transparent_hover_desktop: string;
116-
declare const bd_black_hover_desktop: string;
117-
declare const bd_white_hover_desktop: string;
11873
declare const bd_transparent_focus_desktop: string;
11974
declare const bd_black_focus_desktop: string;
12075
declare const bd_white_focus_desktop: string;
12176
declare const transparent_wideDesktop: string;
12277
declare const black_wideDesktop: string;
12378
declare const white_wideDesktop: string;
124-
declare const transparent_hover_wideDesktop: string;
125-
declare const black_hover_wideDesktop: string;
126-
declare const white_hover_wideDesktop: string;
12779
declare const bg_transparent_wideDesktop: string;
12880
declare const bg_black_wideDesktop: string;
12981
declare const bg_white_wideDesktop: string;
130-
declare const bg_transparent_hover_wideDesktop: string;
131-
declare const bg_black_hover_wideDesktop: string;
132-
declare const bg_white_hover_wideDesktop: string;
13382
declare const bg_transparent_active_wideDesktop: string;
13483
declare const bg_black_active_wideDesktop: string;
13584
declare const bg_white_active_wideDesktop: string;
13685
declare const bd_transparent_wideDesktop: string;
13786
declare const bd_black_wideDesktop: string;
13887
declare const bd_white_wideDesktop: string;
139-
declare const bd_transparent_hover_wideDesktop: string;
140-
declare const bd_black_hover_wideDesktop: string;
141-
declare const bd_white_hover_wideDesktop: string;
14288
declare const bd_transparent_focus_wideDesktop: string;
14389
declare const bd_black_focus_wideDesktop: string;
14490
declare const bd_white_focus_wideDesktop: string;
91+
declare const transparent_hover: string;
92+
declare const black_hover: string;
93+
declare const white_hover: string;
94+
declare const bg_transparent_hover: string;
95+
declare const bg_black_hover: string;
96+
declare const bg_white_hover: string;
97+
declare const bd_transparent_hover: string;
98+
declare const bd_black_hover: string;
99+
declare const bd_white_hover: string;
100+
declare const transparent_hover_mobile: string;
101+
declare const black_hover_mobile: string;
102+
declare const white_hover_mobile: string;
103+
declare const bg_transparent_hover_mobile: string;
104+
declare const bg_black_hover_mobile: string;
105+
declare const bg_white_hover_mobile: string;
106+
declare const bd_transparent_hover_mobile: string;
107+
declare const bd_black_hover_mobile: string;
108+
declare const bd_white_hover_mobile: string;
109+
declare const transparent_hover_phablet: string;
110+
declare const black_hover_phablet: string;
111+
declare const white_hover_phablet: string;
112+
declare const bg_transparent_hover_phablet: string;
113+
declare const bg_black_hover_phablet: string;
114+
declare const bg_white_hover_phablet: string;
115+
declare const bd_transparent_hover_phablet: string;
116+
declare const bd_black_hover_phablet: string;
117+
declare const bd_white_hover_phablet: string;
118+
declare const transparent_hover_tablet: string;
119+
declare const black_hover_tablet: string;
120+
declare const white_hover_tablet: string;
121+
declare const bg_transparent_hover_tablet: string;
122+
declare const bg_black_hover_tablet: string;
123+
declare const bg_white_hover_tablet: string;
124+
declare const bd_transparent_hover_tablet: string;
125+
declare const bd_black_hover_tablet: string;
126+
declare const bd_white_hover_tablet: string;
127+
declare const transparent_hover_desktop: string;
128+
declare const black_hover_desktop: string;
129+
declare const white_hover_desktop: string;
130+
declare const bg_transparent_hover_desktop: string;
131+
declare const bg_black_hover_desktop: string;
132+
declare const bg_white_hover_desktop: string;
133+
declare const bd_transparent_hover_desktop: string;
134+
declare const bd_black_hover_desktop: string;
135+
declare const bd_white_hover_desktop: string;
136+
declare const transparent_hover_wideDesktop: string;
137+
declare const black_hover_wideDesktop: string;
138+
declare const white_hover_wideDesktop: string;
139+
declare const bg_transparent_hover_wideDesktop: string;
140+
declare const bg_black_hover_wideDesktop: string;
141+
declare const bg_white_hover_wideDesktop: string;
142+
declare const bd_transparent_hover_wideDesktop: string;
143+
declare const bd_black_hover_wideDesktop: string;
144+
declare const bd_white_hover_wideDesktop: string;
145145
declare const inverted: string
146-
export { transparent, black, white, transparent_hover, black_hover, white_hover, bg_transparent, bg_black, bg_white, bg_transparent_hover, bg_black_hover, bg_white_hover, bg_transparent_active, bg_black_active, bg_white_active, bd_transparent, bd_black, bd_white, bd_transparent_hover, bd_black_hover, bd_white_hover, bd_transparent_focus, bd_black_focus, bd_white_focus, transparent_mobile, black_mobile, white_mobile, transparent_hover_mobile, black_hover_mobile, white_hover_mobile, bg_transparent_mobile, bg_black_mobile, bg_white_mobile, bg_transparent_hover_mobile, bg_black_hover_mobile, bg_white_hover_mobile, bg_transparent_active_mobile, bg_black_active_mobile, bg_white_active_mobile, bd_transparent_mobile, bd_black_mobile, bd_white_mobile, bd_transparent_hover_mobile, bd_black_hover_mobile, bd_white_hover_mobile, bd_transparent_focus_mobile, bd_black_focus_mobile, bd_white_focus_mobile, transparent_phablet, black_phablet, white_phablet, transparent_hover_phablet, black_hover_phablet, white_hover_phablet, bg_transparent_phablet, bg_black_phablet, bg_white_phablet, bg_transparent_hover_phablet, bg_black_hover_phablet, bg_white_hover_phablet, bg_transparent_active_phablet, bg_black_active_phablet, bg_white_active_phablet, bd_transparent_phablet, bd_black_phablet, bd_white_phablet, bd_transparent_hover_phablet, bd_black_hover_phablet, bd_white_hover_phablet, bd_transparent_focus_phablet, bd_black_focus_phablet, bd_white_focus_phablet, transparent_tablet, black_tablet, white_tablet, transparent_hover_tablet, black_hover_tablet, white_hover_tablet, bg_transparent_tablet, bg_black_tablet, bg_white_tablet, bg_transparent_hover_tablet, bg_black_hover_tablet, bg_white_hover_tablet, bg_transparent_active_tablet, bg_black_active_tablet, bg_white_active_tablet, bd_transparent_tablet, bd_black_tablet, bd_white_tablet, bd_transparent_hover_tablet, bd_black_hover_tablet, bd_white_hover_tablet, bd_transparent_focus_tablet, bd_black_focus_tablet, bd_white_focus_tablet, transparent_desktop, black_desktop, white_desktop, transparent_hover_desktop, black_hover_desktop, white_hover_desktop, bg_transparent_desktop, bg_black_desktop, bg_white_desktop, bg_transparent_hover_desktop, bg_black_hover_desktop, bg_white_hover_desktop, bg_transparent_active_desktop, bg_black_active_desktop, bg_white_active_desktop, bd_transparent_desktop, bd_black_desktop, bd_white_desktop, bd_transparent_hover_desktop, bd_black_hover_desktop, bd_white_hover_desktop, bd_transparent_focus_desktop, bd_black_focus_desktop, bd_white_focus_desktop, transparent_wideDesktop, black_wideDesktop, white_wideDesktop, transparent_hover_wideDesktop, black_hover_wideDesktop, white_hover_wideDesktop, bg_transparent_wideDesktop, bg_black_wideDesktop, bg_white_wideDesktop, bg_transparent_hover_wideDesktop, bg_black_hover_wideDesktop, bg_white_hover_wideDesktop, bg_transparent_active_wideDesktop, bg_black_active_wideDesktop, bg_white_active_wideDesktop, bd_transparent_wideDesktop, bd_black_wideDesktop, bd_white_wideDesktop, bd_transparent_hover_wideDesktop, bd_black_hover_wideDesktop, bd_white_hover_wideDesktop, bd_transparent_focus_wideDesktop, bd_black_focus_wideDesktop, bd_white_focus_wideDesktop, inverted }
146+
export { transparent, black, white, bg_transparent, bg_black, bg_white, bg_transparent_active, bg_black_active, bg_white_active, bd_transparent, bd_black, bd_white, bd_transparent_focus, bd_black_focus, bd_white_focus, transparent_mobile, black_mobile, white_mobile, bg_transparent_mobile, bg_black_mobile, bg_white_mobile, bg_transparent_active_mobile, bg_black_active_mobile, bg_white_active_mobile, bd_transparent_mobile, bd_black_mobile, bd_white_mobile, bd_transparent_focus_mobile, bd_black_focus_mobile, bd_white_focus_mobile, transparent_phablet, black_phablet, white_phablet, bg_transparent_phablet, bg_black_phablet, bg_white_phablet, bg_transparent_active_phablet, bg_black_active_phablet, bg_white_active_phablet, bd_transparent_phablet, bd_black_phablet, bd_white_phablet, bd_transparent_focus_phablet, bd_black_focus_phablet, bd_white_focus_phablet, transparent_tablet, black_tablet, white_tablet, bg_transparent_tablet, bg_black_tablet, bg_white_tablet, bg_transparent_active_tablet, bg_black_active_tablet, bg_white_active_tablet, bd_transparent_tablet, bd_black_tablet, bd_white_tablet, bd_transparent_focus_tablet, bd_black_focus_tablet, bd_white_focus_tablet, transparent_desktop, black_desktop, white_desktop, bg_transparent_desktop, bg_black_desktop, bg_white_desktop, bg_transparent_active_desktop, bg_black_active_desktop, bg_white_active_desktop, bd_transparent_desktop, bd_black_desktop, bd_white_desktop, bd_transparent_focus_desktop, bd_black_focus_desktop, bd_white_focus_desktop, transparent_wideDesktop, black_wideDesktop, white_wideDesktop, bg_transparent_wideDesktop, bg_black_wideDesktop, bg_white_wideDesktop, bg_transparent_active_wideDesktop, bg_black_active_wideDesktop, bg_white_active_wideDesktop, bd_transparent_wideDesktop, bd_black_wideDesktop, bd_white_wideDesktop, bd_transparent_focus_wideDesktop, bd_black_focus_wideDesktop, bd_white_focus_wideDesktop, transparent_hover, black_hover, white_hover, bg_transparent_hover, bg_black_hover, bg_white_hover, bd_transparent_hover, bd_black_hover, bd_white_hover, transparent_hover_mobile, black_hover_mobile, white_hover_mobile, bg_transparent_hover_mobile, bg_black_hover_mobile, bg_white_hover_mobile, bd_transparent_hover_mobile, bd_black_hover_mobile, bd_white_hover_mobile, transparent_hover_phablet, black_hover_phablet, white_hover_phablet, bg_transparent_hover_phablet, bg_black_hover_phablet, bg_white_hover_phablet, bd_transparent_hover_phablet, bd_black_hover_phablet, bd_white_hover_phablet, transparent_hover_tablet, black_hover_tablet, white_hover_tablet, bg_transparent_hover_tablet, bg_black_hover_tablet, bg_white_hover_tablet, bd_transparent_hover_tablet, bd_black_hover_tablet, bd_white_hover_tablet, transparent_hover_desktop, black_hover_desktop, white_hover_desktop, bg_transparent_hover_desktop, bg_black_hover_desktop, bg_white_hover_desktop, bd_transparent_hover_desktop, bd_black_hover_desktop, bd_white_hover_desktop, transparent_hover_wideDesktop, black_hover_wideDesktop, white_hover_wideDesktop, bg_transparent_hover_wideDesktop, bg_black_hover_wideDesktop, bg_white_hover_wideDesktop, bd_transparent_hover_wideDesktop, bd_black_hover_wideDesktop, bd_white_hover_wideDesktop, inverted }

0 commit comments

Comments
 (0)