cleek 2.10.11 → 2.10.13
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/LICENSE +21 -21
- package/README.md +66 -66
- package/dist/cleek-styles/clear-app.styl +34 -34
- package/dist/cleek-styles/cleek-classes.styl +6 -6
- package/dist/cleek-styles/cleek-mixins.styl +127 -127
- package/dist/cleek-styles/tiny-tailwind/.custom.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/align-items.styl +10 -10
- package/dist/cleek-styles/tiny-tailwind/cursor.styl +72 -72
- package/dist/cleek-styles/tiny-tailwind/display.styl +42 -42
- package/dist/cleek-styles/tiny-tailwind/flex-shrink.styl +4 -4
- package/dist/cleek-styles/tiny-tailwind/flex-wrap.styl +6 -6
- package/dist/cleek-styles/tiny-tailwind/font-weight.styl +18 -18
- package/dist/cleek-styles/tiny-tailwind/index.styl +15 -15
- package/dist/cleek-styles/tiny-tailwind/justify-content.styl +12 -12
- package/dist/cleek-styles/tiny-tailwind/margin.styl +576 -576
- package/dist/cleek-styles/tiny-tailwind/padding.styl +576 -576
- package/dist/cleek-styles/tiny-tailwind/position.styl +10 -10
- package/dist/cleek-styles/tiny-tailwind/text-align.styl +8 -8
- package/dist/cleek-styles/tiny-tailwind/whitespace.styl +10 -10
- package/dist/cleek-styles/tiny-tailwind/width.styl +72 -72
- package/dist/main.cjs.js +145 -352
- package/dist/main.css +1 -1
- package/dist/main.es.js +49073 -48855
- package/dist/types/cleek-options/cleek-options.store.d.ts +421 -1
- package/dist/types/components/ck-button.vue.d.ts +4 -4
- package/dist/types/components/ck-card.vue.d.ts +4 -4
- package/dist/types/components/ck-checkbox.vue.d.ts +11 -11
- package/dist/types/components/ck-chip.vue.d.ts +4 -4
- package/dist/types/components/ck-circle.vue.d.ts +4 -4
- package/dist/types/components/ck-div.vue.d.ts +4 -4
- package/dist/types/components/ck-dropdown/ck-dropdown.vue.d.ts +3 -3
- package/dist/types/components/ck-icon.vue.d.ts +4 -4
- package/dist/types/components/ck-img.vue.d.ts +4 -4
- package/dist/types/components/ck-input/ck-input-date.vue.d.ts +4 -4
- package/dist/types/components/ck-input/ck-input-time.vue.d.ts +4 -4
- package/dist/types/components/ck-input.vue.d.ts +22 -22
- package/dist/types/components/ck-label.vue.d.ts +3 -3
- package/dist/types/components/ck-navbar/ck-navbar.vue.d.ts +3 -3
- package/dist/types/components/ck-notify/components/CkAlert.vue.d.ts +4 -4
- package/dist/types/components/ck-notify/components/CkConfirm.vue.d.ts +7 -7
- package/dist/types/components/ck-notify/components/CkNotify.vue.d.ts +6 -6
- package/dist/types/components/ck-popup.vue.d.ts +5 -5
- package/dist/types/components/ck-radio.vue.d.ts +4 -4
- package/dist/types/components/ck-select.vue.d.ts +5 -5
- package/dist/types/components/ck-sidebar.vue.d.ts +3 -3
- package/dist/types/components/ck-switch-options.vue.d.ts +5 -5
- package/dist/types/components/ck-switch.vue.d.ts +4 -4
- package/dist/types/components/ck-table/ck-pagination/ck-pagination.vue.d.ts +4 -4
- package/dist/types/components/ck-table/ck-table.vue.d.ts +4 -4
- package/dist/types/components/ck-table/ck-td.vue.d.ts +3 -3
- package/dist/types/components/ck-table/ck-th.vue.d.ts +3 -3
- package/dist/types/components/ck-table/ck-tr.vue.d.ts +1 -1
- package/dist/types/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +4 -4
- package/dist/types/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +4 -4
- package/dist/types/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +4 -4
- package/dist/types/components/ck-table/inner-components/ck-table__title.vue.d.ts +3 -3
- package/dist/types/components/ck-tabs/ck-tab.vue.d.ts +3 -3
- package/dist/types/components/ck-tabs/ck-tabs.vue.d.ts +1 -1
- package/dist/types/components/ck-textarea.vue.d.ts +5 -5
- package/dist/types/components/ck-toggle/ck-toggle.vue.d.ts +4 -4
- package/dist/types/components/showers/ck-datetime-shower.vue.d.ts +4 -4
- package/dist/types/components/showers/ck-time-shower.vue.d.ts +3 -3
- package/dist/types/hooks/rainbow.d.ts +1 -1
- package/dist/types/hooks/windowWidth.d.ts +1 -1
- package/dist/types/resources/floating-vue.config.d.ts +8 -0
- package/dist/types/{package-config.d.ts → resources/package-config.d.ts} +1 -1
- package/package.json +85 -85
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
.cursor-auto
|
|
2
|
-
cursor auto
|
|
3
|
-
.cursor-default
|
|
4
|
-
cursor default
|
|
5
|
-
.cursor-pointer
|
|
6
|
-
cursor pointer
|
|
7
|
-
.cursor-wait
|
|
8
|
-
cursor wait
|
|
9
|
-
.cursor-text
|
|
10
|
-
cursor text
|
|
11
|
-
.cursor-move
|
|
12
|
-
cursor move
|
|
13
|
-
.cursor-help
|
|
14
|
-
cursor help
|
|
15
|
-
.cursor-not-allowed
|
|
16
|
-
cursor not-allowed
|
|
17
|
-
.cursor-none
|
|
18
|
-
cursor none
|
|
19
|
-
.cursor-context-menu
|
|
20
|
-
cursor context-menu
|
|
21
|
-
.cursor-progress
|
|
22
|
-
cursor progress
|
|
23
|
-
.cursor-cell
|
|
24
|
-
cursor cell
|
|
25
|
-
.cursor-crosshair
|
|
26
|
-
cursor crosshair
|
|
27
|
-
.cursor-vertical-text
|
|
28
|
-
cursor vertical-text
|
|
29
|
-
.cursor-alias
|
|
30
|
-
cursor alias
|
|
31
|
-
.cursor-copy
|
|
32
|
-
cursor copy
|
|
33
|
-
.cursor-no-drop
|
|
34
|
-
cursor no-drop
|
|
35
|
-
.cursor-grab
|
|
36
|
-
cursor grab
|
|
37
|
-
.cursor-grabbing
|
|
38
|
-
cursor grabbing
|
|
39
|
-
.cursor-all-scroll
|
|
40
|
-
cursor all-scroll
|
|
41
|
-
.cursor-col-resize
|
|
42
|
-
cursor col-resize
|
|
43
|
-
.cursor-row-resize
|
|
44
|
-
cursor row-resize
|
|
45
|
-
.cursor-n-resize
|
|
46
|
-
cursor n-resize
|
|
47
|
-
.cursor-e-resize
|
|
48
|
-
cursor e-resize
|
|
49
|
-
.cursor-s-resize
|
|
50
|
-
cursor s-resize
|
|
51
|
-
.cursor-w-resize
|
|
52
|
-
cursor w-resize
|
|
53
|
-
.cursor-ne-resize
|
|
54
|
-
cursor ne-resize
|
|
55
|
-
.cursor-nw-resize
|
|
56
|
-
cursor nw-resize
|
|
57
|
-
.cursor-se-resize
|
|
58
|
-
cursor se-resize
|
|
59
|
-
.cursor-sw-resize
|
|
60
|
-
cursor sw-resize
|
|
61
|
-
.cursor-ew-resize
|
|
62
|
-
cursor ew-resize
|
|
63
|
-
.cursor-ns-resize
|
|
64
|
-
cursor ns-resize
|
|
65
|
-
.cursor-nesw-resize
|
|
66
|
-
cursor nesw-resize
|
|
67
|
-
.cursor-nwse-resize
|
|
68
|
-
cursor nwse-resize
|
|
69
|
-
.cursor-zoom-in
|
|
70
|
-
cursor zoom-in
|
|
71
|
-
.cursor-zoom-out
|
|
72
|
-
cursor zoom-out
|
|
1
|
+
.cursor-auto
|
|
2
|
+
cursor auto
|
|
3
|
+
.cursor-default
|
|
4
|
+
cursor default
|
|
5
|
+
.cursor-pointer
|
|
6
|
+
cursor pointer
|
|
7
|
+
.cursor-wait
|
|
8
|
+
cursor wait
|
|
9
|
+
.cursor-text
|
|
10
|
+
cursor text
|
|
11
|
+
.cursor-move
|
|
12
|
+
cursor move
|
|
13
|
+
.cursor-help
|
|
14
|
+
cursor help
|
|
15
|
+
.cursor-not-allowed
|
|
16
|
+
cursor not-allowed
|
|
17
|
+
.cursor-none
|
|
18
|
+
cursor none
|
|
19
|
+
.cursor-context-menu
|
|
20
|
+
cursor context-menu
|
|
21
|
+
.cursor-progress
|
|
22
|
+
cursor progress
|
|
23
|
+
.cursor-cell
|
|
24
|
+
cursor cell
|
|
25
|
+
.cursor-crosshair
|
|
26
|
+
cursor crosshair
|
|
27
|
+
.cursor-vertical-text
|
|
28
|
+
cursor vertical-text
|
|
29
|
+
.cursor-alias
|
|
30
|
+
cursor alias
|
|
31
|
+
.cursor-copy
|
|
32
|
+
cursor copy
|
|
33
|
+
.cursor-no-drop
|
|
34
|
+
cursor no-drop
|
|
35
|
+
.cursor-grab
|
|
36
|
+
cursor grab
|
|
37
|
+
.cursor-grabbing
|
|
38
|
+
cursor grabbing
|
|
39
|
+
.cursor-all-scroll
|
|
40
|
+
cursor all-scroll
|
|
41
|
+
.cursor-col-resize
|
|
42
|
+
cursor col-resize
|
|
43
|
+
.cursor-row-resize
|
|
44
|
+
cursor row-resize
|
|
45
|
+
.cursor-n-resize
|
|
46
|
+
cursor n-resize
|
|
47
|
+
.cursor-e-resize
|
|
48
|
+
cursor e-resize
|
|
49
|
+
.cursor-s-resize
|
|
50
|
+
cursor s-resize
|
|
51
|
+
.cursor-w-resize
|
|
52
|
+
cursor w-resize
|
|
53
|
+
.cursor-ne-resize
|
|
54
|
+
cursor ne-resize
|
|
55
|
+
.cursor-nw-resize
|
|
56
|
+
cursor nw-resize
|
|
57
|
+
.cursor-se-resize
|
|
58
|
+
cursor se-resize
|
|
59
|
+
.cursor-sw-resize
|
|
60
|
+
cursor sw-resize
|
|
61
|
+
.cursor-ew-resize
|
|
62
|
+
cursor ew-resize
|
|
63
|
+
.cursor-ns-resize
|
|
64
|
+
cursor ns-resize
|
|
65
|
+
.cursor-nesw-resize
|
|
66
|
+
cursor nesw-resize
|
|
67
|
+
.cursor-nwse-resize
|
|
68
|
+
cursor nwse-resize
|
|
69
|
+
.cursor-zoom-in
|
|
70
|
+
cursor zoom-in
|
|
71
|
+
.cursor-zoom-out
|
|
72
|
+
cursor zoom-out
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
.block
|
|
2
|
-
display block
|
|
3
|
-
.inline-block
|
|
4
|
-
display inline-block
|
|
5
|
-
.inline
|
|
6
|
-
display inline
|
|
7
|
-
.flex
|
|
8
|
-
display flex
|
|
9
|
-
.inline-flex
|
|
10
|
-
display inline-flex
|
|
11
|
-
.table
|
|
12
|
-
display table
|
|
13
|
-
.inline-table
|
|
14
|
-
display inline-table
|
|
15
|
-
.table-caption
|
|
16
|
-
display table-caption
|
|
17
|
-
.table-cell
|
|
18
|
-
display table-cell
|
|
19
|
-
.table-column
|
|
20
|
-
display table-column
|
|
21
|
-
.table-column-group
|
|
22
|
-
display table-column-group
|
|
23
|
-
.table-footer-group
|
|
24
|
-
display table-footer-group
|
|
25
|
-
.table-header-group
|
|
26
|
-
display table-header-group
|
|
27
|
-
.table-row-group
|
|
28
|
-
display table-row-group
|
|
29
|
-
.table-row
|
|
30
|
-
display table-row
|
|
31
|
-
.flow-root
|
|
32
|
-
display flow-root
|
|
33
|
-
.grid
|
|
34
|
-
display grid
|
|
35
|
-
.inline-grid
|
|
36
|
-
display inline-grid
|
|
37
|
-
.contents
|
|
38
|
-
display contents
|
|
39
|
-
.list-item
|
|
40
|
-
display list-item
|
|
41
|
-
.hidden
|
|
42
|
-
display none
|
|
1
|
+
.block
|
|
2
|
+
display block
|
|
3
|
+
.inline-block
|
|
4
|
+
display inline-block
|
|
5
|
+
.inline
|
|
6
|
+
display inline
|
|
7
|
+
.flex
|
|
8
|
+
display flex
|
|
9
|
+
.inline-flex
|
|
10
|
+
display inline-flex
|
|
11
|
+
.table
|
|
12
|
+
display table
|
|
13
|
+
.inline-table
|
|
14
|
+
display inline-table
|
|
15
|
+
.table-caption
|
|
16
|
+
display table-caption
|
|
17
|
+
.table-cell
|
|
18
|
+
display table-cell
|
|
19
|
+
.table-column
|
|
20
|
+
display table-column
|
|
21
|
+
.table-column-group
|
|
22
|
+
display table-column-group
|
|
23
|
+
.table-footer-group
|
|
24
|
+
display table-footer-group
|
|
25
|
+
.table-header-group
|
|
26
|
+
display table-header-group
|
|
27
|
+
.table-row-group
|
|
28
|
+
display table-row-group
|
|
29
|
+
.table-row
|
|
30
|
+
display table-row
|
|
31
|
+
.flow-root
|
|
32
|
+
display flow-root
|
|
33
|
+
.grid
|
|
34
|
+
display grid
|
|
35
|
+
.inline-grid
|
|
36
|
+
display inline-grid
|
|
37
|
+
.contents
|
|
38
|
+
display contents
|
|
39
|
+
.list-item
|
|
40
|
+
display list-item
|
|
41
|
+
.hidden
|
|
42
|
+
display none
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.shrink
|
|
2
|
-
flex-shrink 1
|
|
3
|
-
.shrink-0
|
|
4
|
-
flex-shrink 0
|
|
1
|
+
.shrink
|
|
2
|
+
flex-shrink 1
|
|
3
|
+
.shrink-0
|
|
4
|
+
flex-shrink 0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.flex-wrap
|
|
2
|
-
flex-wrap wrap !important
|
|
3
|
-
.flex-wrap-reverse
|
|
4
|
-
flex-wrap wrap-reverse !important
|
|
5
|
-
.flex-nowrap
|
|
6
|
-
flex-wrap nowrap !important
|
|
1
|
+
.flex-wrap
|
|
2
|
+
flex-wrap wrap !important
|
|
3
|
+
.flex-wrap-reverse
|
|
4
|
+
flex-wrap wrap-reverse !important
|
|
5
|
+
.flex-nowrap
|
|
6
|
+
flex-wrap nowrap !important
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.font-thin
|
|
2
|
-
font-weight 100
|
|
3
|
-
.font-extralight
|
|
4
|
-
font-weight 200
|
|
5
|
-
.font-light
|
|
6
|
-
font-weight 300
|
|
7
|
-
.font-normal
|
|
8
|
-
font-weight 400
|
|
9
|
-
.font-medium
|
|
10
|
-
font-weight 500
|
|
11
|
-
.font-semibold
|
|
12
|
-
font-weight 600
|
|
13
|
-
.font-bold
|
|
14
|
-
font-weight 700
|
|
15
|
-
.font-extrabold
|
|
16
|
-
font-weight 800
|
|
17
|
-
.font-black
|
|
18
|
-
font-weight 900
|
|
1
|
+
.font-thin
|
|
2
|
+
font-weight 100
|
|
3
|
+
.font-extralight
|
|
4
|
+
font-weight 200
|
|
5
|
+
.font-light
|
|
6
|
+
font-weight 300
|
|
7
|
+
.font-normal
|
|
8
|
+
font-weight 400
|
|
9
|
+
.font-medium
|
|
10
|
+
font-weight 500
|
|
11
|
+
.font-semibold
|
|
12
|
+
font-weight 600
|
|
13
|
+
.font-bold
|
|
14
|
+
font-weight 700
|
|
15
|
+
.font-extrabold
|
|
16
|
+
font-weight 800
|
|
17
|
+
.font-black
|
|
18
|
+
font-weight 900
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@import './.custom'
|
|
2
|
-
@import './align-items'
|
|
3
|
-
@import './cursor'
|
|
4
|
-
@import './display'
|
|
5
|
-
@import './flex-direction'
|
|
6
|
-
@import './flex-shrink'
|
|
7
|
-
@import './flex-wrap'
|
|
8
|
-
@import './font-weight'
|
|
9
|
-
@import './justify-content'
|
|
10
|
-
@import './margin'
|
|
11
|
-
@import './padding'
|
|
12
|
-
@import './position'
|
|
13
|
-
@import './text-align'
|
|
14
|
-
@import './whitespace'
|
|
15
|
-
@import './width'
|
|
1
|
+
@import './.custom'
|
|
2
|
+
@import './align-items'
|
|
3
|
+
@import './cursor'
|
|
4
|
+
@import './display'
|
|
5
|
+
@import './flex-direction'
|
|
6
|
+
@import './flex-shrink'
|
|
7
|
+
@import './flex-wrap'
|
|
8
|
+
@import './font-weight'
|
|
9
|
+
@import './justify-content'
|
|
10
|
+
@import './margin'
|
|
11
|
+
@import './padding'
|
|
12
|
+
@import './position'
|
|
13
|
+
@import './text-align'
|
|
14
|
+
@import './whitespace'
|
|
15
|
+
@import './width'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.justify-start
|
|
2
|
-
justify-content flex-start
|
|
3
|
-
.justify-end
|
|
4
|
-
justify-content flex-end
|
|
5
|
-
.justify-center
|
|
6
|
-
justify-content center
|
|
7
|
-
.justify-between
|
|
8
|
-
justify-content space-between
|
|
9
|
-
.justify-around
|
|
10
|
-
justify-content space-around
|
|
11
|
-
.justify-evenly
|
|
12
|
-
justify-content space-evenly
|
|
1
|
+
.justify-start
|
|
2
|
+
justify-content flex-start
|
|
3
|
+
.justify-end
|
|
4
|
+
justify-content flex-end
|
|
5
|
+
.justify-center
|
|
6
|
+
justify-content center
|
|
7
|
+
.justify-between
|
|
8
|
+
justify-content space-between
|
|
9
|
+
.justify-around
|
|
10
|
+
justify-content space-around
|
|
11
|
+
.justify-evenly
|
|
12
|
+
justify-content space-evenly
|