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.
Files changed (67) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +66 -66
  3. package/dist/cleek-styles/clear-app.styl +34 -34
  4. package/dist/cleek-styles/cleek-classes.styl +6 -6
  5. package/dist/cleek-styles/cleek-mixins.styl +127 -127
  6. package/dist/cleek-styles/tiny-tailwind/.custom.styl +8 -8
  7. package/dist/cleek-styles/tiny-tailwind/align-items.styl +10 -10
  8. package/dist/cleek-styles/tiny-tailwind/cursor.styl +72 -72
  9. package/dist/cleek-styles/tiny-tailwind/display.styl +42 -42
  10. package/dist/cleek-styles/tiny-tailwind/flex-shrink.styl +4 -4
  11. package/dist/cleek-styles/tiny-tailwind/flex-wrap.styl +6 -6
  12. package/dist/cleek-styles/tiny-tailwind/font-weight.styl +18 -18
  13. package/dist/cleek-styles/tiny-tailwind/index.styl +15 -15
  14. package/dist/cleek-styles/tiny-tailwind/justify-content.styl +12 -12
  15. package/dist/cleek-styles/tiny-tailwind/margin.styl +576 -576
  16. package/dist/cleek-styles/tiny-tailwind/padding.styl +576 -576
  17. package/dist/cleek-styles/tiny-tailwind/position.styl +10 -10
  18. package/dist/cleek-styles/tiny-tailwind/text-align.styl +8 -8
  19. package/dist/cleek-styles/tiny-tailwind/whitespace.styl +10 -10
  20. package/dist/cleek-styles/tiny-tailwind/width.styl +72 -72
  21. package/dist/main.cjs.js +145 -352
  22. package/dist/main.css +1 -1
  23. package/dist/main.es.js +49073 -48855
  24. package/dist/types/cleek-options/cleek-options.store.d.ts +421 -1
  25. package/dist/types/components/ck-button.vue.d.ts +4 -4
  26. package/dist/types/components/ck-card.vue.d.ts +4 -4
  27. package/dist/types/components/ck-checkbox.vue.d.ts +11 -11
  28. package/dist/types/components/ck-chip.vue.d.ts +4 -4
  29. package/dist/types/components/ck-circle.vue.d.ts +4 -4
  30. package/dist/types/components/ck-div.vue.d.ts +4 -4
  31. package/dist/types/components/ck-dropdown/ck-dropdown.vue.d.ts +3 -3
  32. package/dist/types/components/ck-icon.vue.d.ts +4 -4
  33. package/dist/types/components/ck-img.vue.d.ts +4 -4
  34. package/dist/types/components/ck-input/ck-input-date.vue.d.ts +4 -4
  35. package/dist/types/components/ck-input/ck-input-time.vue.d.ts +4 -4
  36. package/dist/types/components/ck-input.vue.d.ts +22 -22
  37. package/dist/types/components/ck-label.vue.d.ts +3 -3
  38. package/dist/types/components/ck-navbar/ck-navbar.vue.d.ts +3 -3
  39. package/dist/types/components/ck-notify/components/CkAlert.vue.d.ts +4 -4
  40. package/dist/types/components/ck-notify/components/CkConfirm.vue.d.ts +7 -7
  41. package/dist/types/components/ck-notify/components/CkNotify.vue.d.ts +6 -6
  42. package/dist/types/components/ck-popup.vue.d.ts +5 -5
  43. package/dist/types/components/ck-radio.vue.d.ts +4 -4
  44. package/dist/types/components/ck-select.vue.d.ts +5 -5
  45. package/dist/types/components/ck-sidebar.vue.d.ts +3 -3
  46. package/dist/types/components/ck-switch-options.vue.d.ts +5 -5
  47. package/dist/types/components/ck-switch.vue.d.ts +4 -4
  48. package/dist/types/components/ck-table/ck-pagination/ck-pagination.vue.d.ts +4 -4
  49. package/dist/types/components/ck-table/ck-table.vue.d.ts +4 -4
  50. package/dist/types/components/ck-table/ck-td.vue.d.ts +3 -3
  51. package/dist/types/components/ck-table/ck-th.vue.d.ts +3 -3
  52. package/dist/types/components/ck-table/ck-tr.vue.d.ts +1 -1
  53. package/dist/types/components/ck-table/inner-components/ck-table__columns-manager.vue.d.ts +4 -4
  54. package/dist/types/components/ck-table/inner-components/ck-table__header-items.vue.d.ts +4 -4
  55. package/dist/types/components/ck-table/inner-components/ck-table__pagination.vue.d.ts +4 -4
  56. package/dist/types/components/ck-table/inner-components/ck-table__title.vue.d.ts +3 -3
  57. package/dist/types/components/ck-tabs/ck-tab.vue.d.ts +3 -3
  58. package/dist/types/components/ck-tabs/ck-tabs.vue.d.ts +1 -1
  59. package/dist/types/components/ck-textarea.vue.d.ts +5 -5
  60. package/dist/types/components/ck-toggle/ck-toggle.vue.d.ts +4 -4
  61. package/dist/types/components/showers/ck-datetime-shower.vue.d.ts +4 -4
  62. package/dist/types/components/showers/ck-time-shower.vue.d.ts +3 -3
  63. package/dist/types/hooks/rainbow.d.ts +1 -1
  64. package/dist/types/hooks/windowWidth.d.ts +1 -1
  65. package/dist/types/resources/floating-vue.config.d.ts +8 -0
  66. package/dist/types/{package-config.d.ts → resources/package-config.d.ts} +1 -1
  67. package/package.json +85 -85
@@ -1,10 +1,10 @@
1
- .static
2
- position static
3
- .fixed
4
- position fixed
5
- .absolute
6
- position absolute
7
- .relative
8
- position relative
9
- .sticky
10
- position sticky
1
+ .static
2
+ position static
3
+ .fixed
4
+ position fixed
5
+ .absolute
6
+ position absolute
7
+ .relative
8
+ position relative
9
+ .sticky
10
+ position sticky
@@ -1,8 +1,8 @@
1
- .text-left
2
- text-align left
3
- .text-center
4
- text-align center
5
- .text-right
6
- text-align right
7
- .text-justify
8
- text-align justify
1
+ .text-left
2
+ text-align left
3
+ .text-center
4
+ text-align center
5
+ .text-right
6
+ text-align right
7
+ .text-justify
8
+ text-align justify
@@ -1,10 +1,10 @@
1
- .whitespace-normal
2
- white-space normal
3
- .whitespace-nowrap
4
- white-space nowrap
5
- .whitespace-pre
6
- white-space pre
7
- .whitespace-pre-line
8
- white-space pre-line
9
- .whitespace-pre-wrap
10
- white-space pre-wrap
1
+ .whitespace-normal
2
+ white-space normal
3
+ .whitespace-nowrap
4
+ white-space nowrap
5
+ .whitespace-pre
6
+ white-space pre
7
+ .whitespace-pre-line
8
+ white-space pre-line
9
+ .whitespace-pre-wrap
10
+ white-space pre-wrap
@@ -1,72 +1,72 @@
1
- // custom
2
- .w-half
3
- width 50%
4
- // tailwind
5
- .w-0
6
- width 0px
7
- .w-px
8
- width 1px
9
- .w-auto
10
- width auto
11
- .w-1_2
12
- width 50%
13
- .w-1_3
14
- width 33.333333%
15
- .w-2_3
16
- width 66.666667%
17
- .w-1_4
18
- width 25%
19
- .w-2_4
20
- width 50%
21
- .w-3_4
22
- width 75%
23
- .w-1_5
24
- width 20%
25
- .w-2_5
26
- width 40%
27
- .w-3_5
28
- width 60%
29
- .w-4_5
30
- width 80%
31
- .w-1_6
32
- width 16.666667%
33
- .w-2_6
34
- width 33.333333%
35
- .w-3_6
36
- width 50%
37
- .w-4_6
38
- width 66.666667%
39
- .w-5_6
40
- width 83.333333%
41
- .w-1_12
42
- width 8.333333%
43
- .w-2_12
44
- width 16.666667%
45
- .w-3_12
46
- width 25%
47
- .w-4_12
48
- width 33.333333%
49
- .w-5_12
50
- width 41.666667%
51
- .w-6_12
52
- width 50%
53
- .w-7_12
54
- width 58.333333%
55
- .w-8_12
56
- width 66.666667%
57
- .w-9_12
58
- width 75%
59
- .w-10_12
60
- width 83.333333%
61
- .w-11_12
62
- width 91.666667%
63
- .w-full
64
- width 100%
65
- .w-screen
66
- width 100vw
67
- .w-min
68
- width min-content
69
- .w-max
70
- width max-content
71
- .w-fit
72
- width fit-content
1
+ // custom
2
+ .w-half
3
+ width 50%
4
+ // tailwind
5
+ .w-0
6
+ width 0px
7
+ .w-px
8
+ width 1px
9
+ .w-auto
10
+ width auto
11
+ .w-1_2
12
+ width 50%
13
+ .w-1_3
14
+ width 33.333333%
15
+ .w-2_3
16
+ width 66.666667%
17
+ .w-1_4
18
+ width 25%
19
+ .w-2_4
20
+ width 50%
21
+ .w-3_4
22
+ width 75%
23
+ .w-1_5
24
+ width 20%
25
+ .w-2_5
26
+ width 40%
27
+ .w-3_5
28
+ width 60%
29
+ .w-4_5
30
+ width 80%
31
+ .w-1_6
32
+ width 16.666667%
33
+ .w-2_6
34
+ width 33.333333%
35
+ .w-3_6
36
+ width 50%
37
+ .w-4_6
38
+ width 66.666667%
39
+ .w-5_6
40
+ width 83.333333%
41
+ .w-1_12
42
+ width 8.333333%
43
+ .w-2_12
44
+ width 16.666667%
45
+ .w-3_12
46
+ width 25%
47
+ .w-4_12
48
+ width 33.333333%
49
+ .w-5_12
50
+ width 41.666667%
51
+ .w-6_12
52
+ width 50%
53
+ .w-7_12
54
+ width 58.333333%
55
+ .w-8_12
56
+ width 66.666667%
57
+ .w-9_12
58
+ width 75%
59
+ .w-10_12
60
+ width 83.333333%
61
+ .w-11_12
62
+ width 91.666667%
63
+ .w-full
64
+ width 100%
65
+ .w-screen
66
+ width 100vw
67
+ .w-min
68
+ width min-content
69
+ .w-max
70
+ width max-content
71
+ .w-fit
72
+ width fit-content