cleek 2.6.91 → 2.6.92

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/README.md CHANGED
@@ -60,6 +60,7 @@ yarn lint
60
60
  ```
61
61
 
62
62
  **Format all files**
63
+
63
64
  ```bash
64
65
  yarn format
65
66
  ```
@@ -1,4 +1,15 @@
1
- h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li
1
+ h1,
2
+ h2,
3
+ h3,
4
+ h4,
5
+ h5,
6
+ h6,
7
+ div,
8
+ span,
9
+ p,
10
+ ul,
11
+ ol,
12
+ li
2
13
  margin 0
3
14
  padding 0
4
15
  box-sizing border-box
@@ -14,7 +25,7 @@ body
14
25
 
15
26
  // INPUT NUMBER ARROWS
16
27
  /* Chrome, Safari, Edge, Opera */
17
- input::-webkit-outer-spin-button,
28
+ input::-webkit-outer-spin-button
18
29
  input::-webkit-inner-spin-button
19
30
  -webkit-appearance none
20
31
  margin 0
@@ -3,4 +3,4 @@
3
3
  align-items flex-end
4
4
  flex-wrap wrap
5
5
  .ck-inputs--item
6
- margin-bottom .5rem
6
+ margin-bottom 0.5rem
@@ -57,7 +57,7 @@ my-box-shadow(val = 0.05, color = black)
57
57
  box-shadow 0 4px 20px 0 rgba(color, val)
58
58
  ck-box-shadow(val = 0.05, color = black)
59
59
  box-shadow 0 4px 20px 0 rgba(color, val)
60
-
60
+
61
61
  // flex shortcuts
62
62
  justify-align-center()
63
63
  align-items center
@@ -98,4 +98,4 @@ unselectable()
98
98
  // background-color white
99
99
  // &:focus-within
100
100
  // border-color var(--primary)
101
- // my-box-shadow()
101
+ // my-box-shadow()
@@ -5,4 +5,4 @@
5
5
  .help-text
6
6
  opacity 0.7
7
7
  text-align center
8
- font-style italic
8
+ font-style italic
@@ -7,4 +7,4 @@
7
7
  .items-baseline
8
8
  align-items baseline
9
9
  .items-stretch
10
- align-items stretch
10
+ align-items stretch
@@ -1,72 +1,72 @@
1
1
  .cursor-auto
2
- cursor: auto;
2
+ cursor auto
3
3
  .cursor-default
4
- cursor: default;
4
+ cursor default
5
5
  .cursor-pointer
6
- cursor: pointer;
6
+ cursor pointer
7
7
  .cursor-wait
8
- cursor: wait;
8
+ cursor wait
9
9
  .cursor-text
10
- cursor: text;
10
+ cursor text
11
11
  .cursor-move
12
- cursor: move;
12
+ cursor move
13
13
  .cursor-help
14
- cursor: help;
14
+ cursor help
15
15
  .cursor-not-allowed
16
- cursor: not-allowed;
16
+ cursor not-allowed
17
17
  .cursor-none
18
- cursor: none;
18
+ cursor none
19
19
  .cursor-context-menu
20
- cursor: context-menu;
20
+ cursor context-menu
21
21
  .cursor-progress
22
- cursor: progress;
22
+ cursor progress
23
23
  .cursor-cell
24
- cursor: cell;
24
+ cursor cell
25
25
  .cursor-crosshair
26
- cursor: crosshair;
26
+ cursor crosshair
27
27
  .cursor-vertical-text
28
- cursor: vertical-text;
28
+ cursor vertical-text
29
29
  .cursor-alias
30
- cursor: alias;
30
+ cursor alias
31
31
  .cursor-copy
32
- cursor: copy;
32
+ cursor copy
33
33
  .cursor-no-drop
34
- cursor: no-drop;
34
+ cursor no-drop
35
35
  .cursor-grab
36
- cursor: grab;
36
+ cursor grab
37
37
  .cursor-grabbing
38
- cursor: grabbing;
38
+ cursor grabbing
39
39
  .cursor-all-scroll
40
- cursor: all-scroll;
40
+ cursor all-scroll
41
41
  .cursor-col-resize
42
- cursor: col-resize;
42
+ cursor col-resize
43
43
  .cursor-row-resize
44
- cursor: row-resize;
44
+ cursor row-resize
45
45
  .cursor-n-resize
46
- cursor: n-resize;
46
+ cursor n-resize
47
47
  .cursor-e-resize
48
- cursor: e-resize;
48
+ cursor e-resize
49
49
  .cursor-s-resize
50
- cursor: s-resize;
50
+ cursor s-resize
51
51
  .cursor-w-resize
52
- cursor: w-resize;
52
+ cursor w-resize
53
53
  .cursor-ne-resize
54
- cursor: ne-resize;
54
+ cursor ne-resize
55
55
  .cursor-nw-resize
56
- cursor: nw-resize;
56
+ cursor nw-resize
57
57
  .cursor-se-resize
58
- cursor: se-resize;
58
+ cursor se-resize
59
59
  .cursor-sw-resize
60
- cursor: sw-resize;
60
+ cursor sw-resize
61
61
  .cursor-ew-resize
62
- cursor: ew-resize;
62
+ cursor ew-resize
63
63
  .cursor-ns-resize
64
- cursor: ns-resize;
64
+ cursor ns-resize
65
65
  .cursor-nesw-resize
66
- cursor: nesw-resize;
66
+ cursor nesw-resize
67
67
  .cursor-nwse-resize
68
- cursor: nwse-resize;
68
+ cursor nwse-resize
69
69
  .cursor-zoom-in
70
- cursor: zoom-in;
70
+ cursor zoom-in
71
71
  .cursor-zoom-out
72
- cursor: zoom-out;
72
+ cursor zoom-out
@@ -39,4 +39,4 @@
39
39
  .list-item
40
40
  display list-item
41
41
  .hidden
42
- display none
42
+ display none
@@ -1,4 +1,4 @@
1
1
  .shrink
2
2
  flex-shrink 1
3
3
  .shrink-0
4
- flex-shrink 0
4
+ flex-shrink 0
@@ -15,4 +15,4 @@
15
15
  .font-extrabold
16
16
  font-weight 800
17
17
  .font-black
18
- font-weight 900
18
+ font-weight 900
@@ -1,14 +1,14 @@
1
- @import './.custom';
2
- @import './align-items';
3
- @import './cursor';
4
- @import './display';
5
- @import './flex-shrink';
6
- @import './flex-wrap';
7
- @import './font-weight';
8
- @import './justify-content';
9
- @import './margin';
10
- @import './padding';
11
- @import './position';
12
- @import './text-align';
13
- @import './whitespace';
14
- @import './width';
1
+ @import './.custom'
2
+ @import './align-items'
3
+ @import './cursor'
4
+ @import './display'
5
+ @import './flex-shrink'
6
+ @import './flex-wrap'
7
+ @import './font-weight'
8
+ @import './justify-content'
9
+ @import './margin'
10
+ @import './padding'
11
+ @import './position'
12
+ @import './text-align'
13
+ @import './whitespace'
14
+ @import './width'
@@ -9,4 +9,4 @@
9
9
  .justify-around
10
10
  justify-content space-around
11
11
  .justify-evenly
12
- justify-content space-evenly
12
+ justify-content space-evenly
@@ -573,4 +573,4 @@
573
573
  .mb-auto
574
574
  margin-bottom auto
575
575
  .ml-auto
576
- margin-left auto
576
+ margin-left auto
@@ -573,4 +573,4 @@
573
573
  .pb-auto
574
574
  padding-bottom auto
575
575
  .pl-auto
576
- padding-left auto
576
+ padding-left auto
@@ -7,4 +7,4 @@
7
7
  .relative
8
8
  position relative
9
9
  .sticky
10
- position sticky
10
+ position sticky
@@ -5,4 +5,4 @@
5
5
  .text-right
6
6
  text-align right
7
7
  .text-justify
8
- text-align justify
8
+ text-align justify
@@ -7,4 +7,4 @@
7
7
  .whitespace-pre-line
8
8
  white-space pre-line
9
9
  .whitespace-pre-wrap
10
- white-space pre-wrap
10
+ white-space pre-wrap
@@ -69,4 +69,4 @@
69
69
  .w-max
70
70
  width max-content
71
71
  .w-fit
72
- width fit-content
72
+ width fit-content