amotify 0.0.4 → 0.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.
Files changed (233) hide show
  1. package/dist/@jsminAmotifyExtension/formCollect.js +1 -1
  2. package/dist/Atoms/Logo/parts.js +1 -1
  3. package/dist/Atoms/Various/parts.js +1 -1
  4. package/dist/Functions/Button/_.js +1 -1
  5. package/dist/Functions/Cropper/parts.js +4 -4
  6. package/dist/Functions/Effects/Fade.js +2 -2
  7. package/dist/Functions/Input/Chips/Selector.js +4 -4
  8. package/dist/Functions/Input/Chips/_.js +3 -3
  9. package/dist/Functions/Input/DigitCharacters.js +3 -3
  10. package/dist/Functions/Input/File/_.js +4 -4
  11. package/dist/Functions/Input/List/_.js +3 -3
  12. package/dist/Functions/Input/Segmented/_.js +1 -1
  13. package/dist/Functions/Input/Select/_.js +2 -2
  14. package/dist/Functions/Input/Slider/_.js +3 -3
  15. package/dist/Functions/Input/Switch/_.js +4 -4
  16. package/dist/Functions/Input/Text.js +2 -2
  17. package/dist/Functions/Input/TextArea.js +1 -1
  18. package/dist/Functions/Input/Time/Picker.js +4 -4
  19. package/dist/Functions/Input/Time/_.js +3 -3
  20. package/dist/Functions/Input/_.js +4 -4
  21. package/dist/Functions/Input/core.js +4 -4
  22. package/dist/Functions/Inputs/text.js +1 -1
  23. package/dist/Functions/Layout/PageNotFound.js +3 -3
  24. package/dist/Functions/Layout/PageRouter.js +2 -2
  25. package/dist/Functions/Layout/PageViewController/parts.js +2 -2
  26. package/dist/Functions/Layout/Plate.js +1 -1
  27. package/dist/Functions/Layout/RootViewController/parts.js +4 -4
  28. package/dist/Functions/Layout/SwipeView/parts.js +2 -2
  29. package/dist/Functions/Layout/TabBar.js +3 -3
  30. package/dist/Functions/Loader/corner.js +2 -2
  31. package/dist/Functions/Loader/mini.js +2 -2
  32. package/dist/Functions/Loader/parts.js +1 -1
  33. package/dist/Functions/Loader/top.js +2 -2
  34. package/dist/Functions/Sheet/parts.js +4 -4
  35. package/dist/Functions/SnackBar/parts.js +4 -4
  36. package/dist/Functions/Table/Data/parts.js +4 -4
  37. package/dist/Functions/Table/Drag/parts.js +3 -3
  38. package/dist/Functions/Table/_.js +2 -2
  39. package/dist/Functions/Tooltips/parts.js +2 -2
  40. package/dist/Molecules/@export.js +1 -1
  41. package/dist/Molecules/Accordion/parts.js +2 -2
  42. package/dist/Molecules/LinkifyText/parts.js +2 -2
  43. package/dist/Molecules/List.js +1 -1
  44. package/dist/Organisms/DisplayStyleInput/darkmode.js +4 -4
  45. package/dist/Organisms/DisplayStyleInput/themeColor.js +4 -4
  46. package/dist/Templates/PlayGround/parts.js +5 -5
  47. package/dist/launch.js +6 -6
  48. package/package.json +6 -5
  49. package/public/amotify.js +310 -0
  50. package/public/amotify.min.css +12724 -0
  51. package/dist/src/@jsminAmotifyExtension/_.d.ts +0 -4
  52. package/dist/src/@jsminAmotifyExtension/fetch.d.ts +0 -9
  53. package/dist/src/@jsminAmotifyExtension/formCollect.d.ts +0 -1
  54. package/dist/src/@jsminAmotifyExtension/spreadSheet.d.ts +0 -4
  55. package/dist/src/@jsminAmotifyExtension/variables.d.ts +0 -0
  56. package/dist/src/@types/_.d.ts +0 -6
  57. package/dist/src/@types/amot.d.ts +0 -260
  58. package/dist/src/@types/fn.d.ts +0 -1040
  59. package/dist/src/@types/index.d.ts +0 -62
  60. package/dist/src/@types/jsminAmotifyExtension.d.ts +0 -134
  61. package/dist/src/@types/module.d.ts +0 -2
  62. package/dist/src/@types/state.d.ts +0 -145
  63. package/dist/src/Atoms/@export.d.ts +0 -4
  64. package/dist/src/Atoms/FAIcon/parts.d.ts +0 -2
  65. package/dist/src/Atoms/Logo/parts.d.ts +0 -1
  66. package/dist/src/Atoms/Various/parts.d.ts +0 -9
  67. package/dist/src/Functions/@export.d.ts +0 -12
  68. package/dist/src/Functions/Button/_.d.ts +0 -1
  69. package/dist/src/Functions/Cropper/parts.d.ts +0 -1
  70. package/dist/src/Functions/Effects/Fade.d.ts +0 -1
  71. package/dist/src/Functions/Effects/Ripple.d.ts +0 -1
  72. package/dist/src/Functions/Effects/_.d.ts +0 -3
  73. package/dist/src/Functions/Input/Chips/Selector.d.ts +0 -1
  74. package/dist/src/Functions/Input/Chips/_.d.ts +0 -2
  75. package/dist/src/Functions/Input/DigitCharacters.d.ts +0 -1
  76. package/dist/src/Functions/Input/File/_.d.ts +0 -2
  77. package/dist/src/Functions/Input/Hidden.d.ts +0 -1
  78. package/dist/src/Functions/Input/List/_.d.ts +0 -1
  79. package/dist/src/Functions/Input/Segmented/_.d.ts +0 -1
  80. package/dist/src/Functions/Input/Select/_.d.ts +0 -1
  81. package/dist/src/Functions/Input/Slider/_.d.ts +0 -1
  82. package/dist/src/Functions/Input/Switch/_.d.ts +0 -1
  83. package/dist/src/Functions/Input/Text.d.ts +0 -5
  84. package/dist/src/Functions/Input/TextArea.d.ts +0 -1
  85. package/dist/src/Functions/Input/Time/Picker.d.ts +0 -1
  86. package/dist/src/Functions/Input/Time/_.d.ts +0 -2
  87. package/dist/src/Functions/Input/_.d.ts +0 -5
  88. package/dist/src/Functions/Input/core.d.ts +0 -34
  89. package/dist/src/Functions/Inputs/_.d.ts +0 -3
  90. package/dist/src/Functions/Inputs/text.d.ts +0 -12
  91. package/dist/src/Functions/Layout/PageNotFound.d.ts +0 -1
  92. package/dist/src/Functions/Layout/PageRouter.d.ts +0 -2
  93. package/dist/src/Functions/Layout/PageViewController/parts.d.ts +0 -1
  94. package/dist/src/Functions/Layout/Plate.d.ts +0 -1
  95. package/dist/src/Functions/Layout/RootViewController/parts.d.ts +0 -1
  96. package/dist/src/Functions/Layout/SwipeView/parts.d.ts +0 -2
  97. package/dist/src/Functions/Layout/TabBar.d.ts +0 -1
  98. package/dist/src/Functions/Layout/_.d.ts +0 -2
  99. package/dist/src/Functions/Loader/corner.d.ts +0 -1
  100. package/dist/src/Functions/Loader/mini.d.ts +0 -33
  101. package/dist/src/Functions/Loader/parts.d.ts +0 -3
  102. package/dist/src/Functions/Loader/top.d.ts +0 -1
  103. package/dist/src/Functions/Sheet/parts.d.ts +0 -2
  104. package/dist/src/Functions/SnackBar/parts.d.ts +0 -2
  105. package/dist/src/Functions/Table/Data/parts.d.ts +0 -3
  106. package/dist/src/Functions/Table/Drag/parts.d.ts +0 -1
  107. package/dist/src/Functions/Table/Normal/parts.d.ts +0 -1
  108. package/dist/src/Functions/Table/_.d.ts +0 -9
  109. package/dist/src/Functions/Tooltips/parts.d.ts +0 -2
  110. package/dist/src/Global/@export.d.ts +0 -12
  111. package/dist/src/Global/LaunchReactApplication.d.ts +0 -1
  112. package/dist/src/Global/styleConverter.d.ts +0 -2
  113. package/dist/src/Molecules/@export.d.ts +0 -21
  114. package/dist/src/Molecules/Accordion/parts.d.ts +0 -2
  115. package/dist/src/Molecules/LinkifyText/parts.d.ts +0 -1
  116. package/dist/src/Molecules/List.d.ts +0 -1
  117. package/dist/src/Organisms/@export.d.ts +0 -2
  118. package/dist/src/Organisms/DisplayStyleInput/_.d.ts +0 -1
  119. package/dist/src/Organisms/DisplayStyleInput/darkmode.d.ts +0 -1
  120. package/dist/src/Organisms/DisplayStyleInput/themeColor.d.ts +0 -27
  121. package/dist/src/Templates/@export.d.ts +0 -2
  122. package/dist/src/Templates/PlayGround/parts.d.ts +0 -1
  123. package/dist/src/config.d.ts +0 -16
  124. package/dist/src/launch.d.ts +0 -9
  125. package/dist/src/preload.d.ts +0 -1
  126. package/src/@jsminAmotifyExtension/_.tsx +0 -4
  127. package/src/@jsminAmotifyExtension/fetch.tsx +0 -107
  128. package/src/@jsminAmotifyExtension/formCollect.tsx +0 -89
  129. package/src/@jsminAmotifyExtension/spreadSheet.tsx +0 -159
  130. package/src/@jsminAmotifyExtension/variables.tsx +0 -130
  131. package/src/@styles/@app.scss +0 -4
  132. package/src/@styles/@variables/customProps.scss +0 -109
  133. package/src/@styles/@variables/styleSet.scss +0 -38
  134. package/src/@styles/@variables/themeColor.scss +0 -71
  135. package/src/@styles/@variables/var.scss +0 -171
  136. package/src/@styles/UniStyling.scss +0 -996
  137. package/src/@styles/init.scss +0 -154
  138. package/src/@types/_.tsx +0 -6
  139. package/src/@types/amot.tsx +0 -323
  140. package/src/@types/fn.tsx +0 -1210
  141. package/src/@types/index.tsx +0 -74
  142. package/src/@types/jsminAmotifyExtension.tsx +0 -143
  143. package/src/@types/module.tsx +0 -2
  144. package/src/@types/state.tsx +0 -199
  145. package/src/Atoms/@export.tsx +0 -32
  146. package/src/Atoms/FAIcon/parts.tsx +0 -117
  147. package/src/Atoms/FAIcon/style.module.scss +0 -9
  148. package/src/Atoms/Logo/parts.tsx +0 -335
  149. package/src/Atoms/Logo/style.module.scss +0 -96
  150. package/src/Atoms/Various/parts.tsx +0 -157
  151. package/src/Atoms/Various/style.module.scss +0 -40
  152. package/src/Functions/@export.tsx +0 -29
  153. package/src/Functions/Button/_.tsx +0 -305
  154. package/src/Functions/Button/style.module.scss +0 -183
  155. package/src/Functions/Cropper/parts.tsx +0 -1061
  156. package/src/Functions/Cropper/style.module.scss +0 -62
  157. package/src/Functions/Effects/Fade.tsx +0 -81
  158. package/src/Functions/Effects/Ripple.tsx +0 -141
  159. package/src/Functions/Effects/_.tsx +0 -33
  160. package/src/Functions/Effects/style.module.scss +0 -83
  161. package/src/Functions/Input/Chips/Selector.tsx +0 -451
  162. package/src/Functions/Input/Chips/_.tsx +0 -286
  163. package/src/Functions/Input/Chips/style.module.scss +0 -6
  164. package/src/Functions/Input/DigitCharacters.tsx +0 -241
  165. package/src/Functions/Input/File/_.tsx +0 -596
  166. package/src/Functions/Input/File/style.module.scss +0 -34
  167. package/src/Functions/Input/Hidden.tsx +0 -18
  168. package/src/Functions/Input/List/_.tsx +0 -383
  169. package/src/Functions/Input/List/style.module.scss +0 -84
  170. package/src/Functions/Input/Segmented/_.tsx +0 -238
  171. package/src/Functions/Input/Segmented/style.module.scss +0 -81
  172. package/src/Functions/Input/Select/_.tsx +0 -225
  173. package/src/Functions/Input/Select/style.module.scss +0 -10
  174. package/src/Functions/Input/Slider/_.tsx +0 -519
  175. package/src/Functions/Input/Slider/style.module.scss +0 -67
  176. package/src/Functions/Input/Switch/_.tsx +0 -177
  177. package/src/Functions/Input/Switch/style.module.scss +0 -18
  178. package/src/Functions/Input/Text.tsx +0 -437
  179. package/src/Functions/Input/TextArea.tsx +0 -115
  180. package/src/Functions/Input/Time/Picker.tsx +0 -950
  181. package/src/Functions/Input/Time/_.tsx +0 -736
  182. package/src/Functions/Input/Time/style.module.scss +0 -72
  183. package/src/Functions/Input/_.tsx +0 -793
  184. package/src/Functions/Input/core.tsx +0 -461
  185. package/src/Functions/Input/style.module.scss +0 -43
  186. package/src/Functions/Inputs/_.tsx +0 -5
  187. package/src/Functions/Inputs/style.module.scss +0 -15
  188. package/src/Functions/Inputs/text.tsx +0 -67
  189. package/src/Functions/Inputs/types.d.ts +0 -1
  190. package/src/Functions/Layout/PageNotFound.tsx +0 -81
  191. package/src/Functions/Layout/PageRouter.tsx +0 -107
  192. package/src/Functions/Layout/PageViewController/parts.tsx +0 -32
  193. package/src/Functions/Layout/Plate.tsx +0 -30
  194. package/src/Functions/Layout/RootViewController/parts.tsx +0 -290
  195. package/src/Functions/Layout/RootViewController/style.module.scss +0 -24
  196. package/src/Functions/Layout/SwipeView/parts.tsx +0 -380
  197. package/src/Functions/Layout/SwipeView/style.module.scss +0 -19
  198. package/src/Functions/Layout/TabBar.tsx +0 -64
  199. package/src/Functions/Layout/_.tsx +0 -20
  200. package/src/Functions/Loader/corner.tsx +0 -78
  201. package/src/Functions/Loader/mini.tsx +0 -117
  202. package/src/Functions/Loader/parts.tsx +0 -105
  203. package/src/Functions/Loader/style.module.scss +0 -222
  204. package/src/Functions/Loader/top.tsx +0 -90
  205. package/src/Functions/Sheet/parts.tsx +0 -972
  206. package/src/Functions/Sheet/style.module.scss +0 -235
  207. package/src/Functions/SnackBar/parts.tsx +0 -215
  208. package/src/Functions/SnackBar/style.module.scss +0 -25
  209. package/src/Functions/Table/Data/parts.tsx +0 -955
  210. package/src/Functions/Table/Drag/parts.tsx +0 -448
  211. package/src/Functions/Table/Normal/parts.tsx +0 -123
  212. package/src/Functions/Table/_.tsx +0 -170
  213. package/src/Functions/Table/style.module.scss +0 -92
  214. package/src/Functions/Tooltips/parts.tsx +0 -52
  215. package/src/Global/@export.tsx +0 -138
  216. package/src/Global/LaunchReactApplication.tsx +0 -30
  217. package/src/Global/exe.tsx +0 -0
  218. package/src/Global/styleConverter.tsx +0 -435
  219. package/src/Molecules/@export.tsx +0 -95
  220. package/src/Molecules/Accordion/parts.tsx +0 -146
  221. package/src/Molecules/Accordion/style.module.scss +0 -13
  222. package/src/Molecules/LinkifyText/parts.tsx +0 -54
  223. package/src/Molecules/List.tsx +0 -30
  224. package/src/Organisms/@export.tsx +0 -5
  225. package/src/Organisms/DisplayStyleInput/_.tsx +0 -18
  226. package/src/Organisms/DisplayStyleInput/darkmode.tsx +0 -112
  227. package/src/Organisms/DisplayStyleInput/themeColor.tsx +0 -210
  228. package/src/Templates/@export.tsx +0 -7
  229. package/src/Templates/PlayGround/parts.tsx +0 -115
  230. package/src/Templates/PlayGround/style.module.scss +0 -38
  231. package/src/config.tsx +0 -132
  232. package/src/launch.tsx +0 -100
  233. package/src/preload.tsx +0 -49
@@ -1,109 +0,0 @@
1
- $color-theme: hsl(var(--color-theme-hsl));
2
- $color-theme-opacity-high : hsla(var(--color-theme-hsl), var(--color-theme-opacity-high));
3
- $color-theme-opacity-middle : hsla(var(--color-theme-hsl), var(--color-theme-opacity-middle));
4
- $color-theme-opacity-low : hsla(var(--color-theme-hsl), var(--color-theme-opacity-low));
5
- $color-theme-opacity-few : hsla(var(--color-theme-hsl), var(--color-theme-opacity-few));
6
- @function cAlfa($a) {
7
- @return hsla(var(--color-theme-hsl), $a );
8
- }
9
- $color-theme-lightest : hsl(var(--cH), calc(var(--cS)*1.3), calc(var(--cL) * 1.4));
10
- $color-theme-lighter : hsl(var(--cH), calc(var(--cS)*1.2), calc(var(--cL) * 1.25));
11
- $color-theme-lighten : hsl(var(--cH), calc(var(--cS)*1.1), calc(var(--cL) * 1.1));
12
- $color-theme-darken : hsl(var(--cH), calc(var(--cS)*.9), calc(var(--cL) * 0.9));
13
- $color-theme-darker : hsl(var(--cH), calc(var(--cS)*.8), calc(var(--cL) * 0.75));
14
- $color-theme-darkest : hsl(var(--cH), calc(var(--cS)*.7), calc(var(--cL) * 0.6));
15
- //
16
- $color-positive : rgba(var(--color-positive-rgb), 1);
17
- $color-negative : rgba(var(--color-negative-rgb), 1);
18
- $color-warning : rgba(var(--color-warning-rgb), 1);
19
- $color-dark : rgba(var(--color-dark-rgb), 1);
20
- $color-base: rgba(var(--color-base-rgb), 1);
21
- $color-cloud : rgba(var(--color-cloud-rgb), 1);
22
- $color-monoPrime : rgba(var(--color-monoPrime-rgb));
23
- $color-monoSecond : rgba(var(--color-monoSecond-rgb));
24
- //
25
- $color-layer1: hsl(var(--color-layer1-hsl));
26
- $color-layer2: hsl(var(--color-layer2-hsl));
27
- $color-layer3: hsl(var(--color-layer3-hsl));
28
- $color-layer4: hsl(var(--color-layer4-hsl));
29
- $color-layer5: hsl(var(--color-layer5-hsl));
30
- $color-layer6: hsl(var(--color-layer6-hsl));
31
- //
32
- $color-layer-opacity-high : hsla(var(--color-layer4-hsl), .6);
33
- $color-layer-opacity-middle : hsla(var(--color-layer4-hsl), .4);
34
- $color-layer-opacity-low : hsla(var(--color-layer4-hsl), .3);
35
- $color-layer-opacity-few : hsla(var(--color-layer4-hsl), .15);
36
- // border ish
37
- $border-thin : 1px solid var(--border-color-thin);
38
- $border-normal : 1px solid var(--border-color-normal);
39
- // borderRadius
40
- $border-radius1 : var(--border-radius1);
41
- $border-radius1_6 : calc($border-radius1 * 1 / 6);
42
- $border-radius1_3 : calc($border-radius1 * 1 / 3);
43
- $border-radius2_3 : calc($border-radius1 * 2 / 3);
44
- $border-radius2 : var(--border-radius2);
45
- $border-radius3 : var(--border-radius3);
46
- $border-radius4 : var(--border-radius4);
47
- $border-radius5 : var(--border-radius5);
48
- $border-radius6 : var(--border-radius6);
49
- $border-radius7 : var(--border-radius7);
50
- // fontColor
51
- $font-color1 : rgb(var(--font-color1-rgb));
52
- $font-color2 : rgb(var(--font-color2-rgb));
53
- $font-color3 : rgb(var(--font-color3-rgb));
54
- $font-color4 : rgb(var(--font-color4-rgb));
55
- $font-color5 : rgb(var(--font-color5-rgb));
56
- $font-color6 : rgb(var(--font-color6-rgb));
57
- $font-color-logoTitle : var(--font-color-logoTitle);
58
- // fontSize
59
- $font-size0 : var(--font-size0);
60
- $font-size1 : var(--font-size1);
61
- $font-size2 : var(--font-size2);
62
- $font-size3 : var(--font-size3);
63
- $font-size4 : var(--font-size4);
64
- $font-size5 : var(--font-size5);
65
- $font-size6 : var(--font-size6);
66
- $font-size7 : var(--font-size7);
67
- $font-size8 : var(--font-size8);
68
- //
69
- $shadow-color : var(--sc);
70
- $shadow0 : 0px 1px 2px 0px rgba(var(--sc), .05);
71
- $shadow1 : 0px 1px 2px 0px rgba(var(--sc), .3);
72
- $shadow2 : 0px 2px 4px 0px rgba(var(--sc), .25);
73
- $shadow3 : 1px 6px 12px rgba(var(--sc), .2);
74
- $shadow4 : 1rem 1.5rem 3rem rgba(var(--sc), .21);
75
- $animation-time-short : var(--animation-time1);
76
- $animation-time-middle : var(--animation-time2);
77
- $animation-time-long : var(--animation-time3);
78
- $animation-time-veryLong : var(--animation-time4);
79
- $animation-style1 : var(--animation-style1);
80
- $animation-style2 : var(--animation-style2);
81
- //
82
- $unit1 : var(--grid-unit);
83
- $unit1_12 : calc($unit1 * 1 / 12);
84
- $unit1_6 : calc($unit1 * 1 / 6);
85
- $unit1_4 : calc($unit1 * 1 / 4);
86
- $unit1_3 : calc($unit1 * 1 / 3);
87
- $unit1_2 : calc($unit1 * 1 / 2);
88
- $unit2_3 : calc($unit1 * 2 / 3);
89
- $unit3_4 : calc($unit1 * 3 / 4);
90
- $unit1-5 : calc($unit1 * 3 / 2);
91
- $unit2 : calc($unit1 * 2);
92
- $unit2-5 : calc($unit1 * 2.5);
93
- $unit3 : calc($unit1 * 3);
94
- $unit3-5 : calc($unit1 * 3.5);
95
- $unit4 : calc($unit1 * 4);
96
- $unit6 : calc($unit1 * 6);
97
- $unit8 : calc($unit1 * 8);
98
- $unit10 : calc($unit1 * 10);
99
- $unit12 : calc($unit1 * 12);
100
- //
101
- $safe-area-top : var(--safe-area-top);
102
- $safe-area-bottom : var(--safe-area-bottom);
103
- $viewHeight : var(--viewHeight);
104
- $topNavigationHeight : var(--topNavHeight);
105
- $sideNavigationHeight : var(--sideNavHeight);
106
- $footerNavigationHeight: var(--footerNavHeight);
107
- $topBase: var(--topBase);
108
- $contentHeight : var(--contentHeight);
109
- $breakPoint : 834px;
@@ -1,38 +0,0 @@
1
- @use '@uniVar' as *;
2
-
3
- @mixin OriginScrollBar {
4
- overflow: auto;
5
- &::-webkit-scrollbar,
6
- &::-webkit-scrollbar-track {
7
- width: $unit2_3 !important;
8
- height: $unit2_3 !important;
9
- background-color: $color-layer3;
10
- }
11
- &::-webkit-scrollbar-thumb {
12
- width: $unit2_3 !important;
13
- height: $unit2_3 !important;
14
- background-color: cAlfa(.75) !important;
15
- }
16
- }
17
- @mixin absoluteCovered {
18
- position: absolute;
19
- content: '';
20
- top: 0;
21
- left: 0;
22
- right: 0;
23
- bottom: 0;
24
- }
25
- @mixin textEllipsis {
26
- white-space: nowrap;
27
- text-overflow: ellipsis;
28
- overflow: hidden;
29
- }
30
- @mixin pureTable {
31
- min-width: 100%;
32
- border-collapse: separate;
33
- border-spacing: 0px;
34
- }
35
- @mixin DisableduserSelect {
36
- user-select: none;
37
- -webkit-user-select: none;
38
- }
@@ -1,71 +0,0 @@
1
- $ThemeColors: ( // ThemeColors
2
- comun : (h:237, s:076%, l:058%, rgb:rgb(67, 75, 229)),
3
- leaf : (h:159, s:078%, l:038%, rgb:rgb(21, 172, 120)),
4
- heart : (h:002, s:081%, l:063%, rgb:rgb(237, 089, 084)),
5
- droplet : (h:215, s:082%, l:051%, rgb:rgb(028, 113, 233)),
6
- // Order
7
- brick : (h:351, s:080%, l:039%, rgb:rgb(179, 020, 044)),
8
- flower : (h:350, s:078%, l:075%, rgb:rgb(241, 142, 158)),
9
- lip : (h:340, s:069%, l:049%, rgb:rgb(211, 39, 96)),
10
- wine : (h:317, s:041%, l:030%, rgb:rgb(108, 045, 090)),
11
- theater : (h:301, s:088%, l:049%, rgb:rgb(235, 15, 231)),
12
- bat : (h:272, s:081%, l:021%, rgb:rgb(056, 010, 097)),
13
- poizon : (h:268, s:058%, l:050%, rgb:rgb(123, 054, 201)),
14
- eggplant : (h:264, s:100%, l:062%, rgb:rgb(139, 61, 255)),
15
- ufo : (h:253, s:081%, l:058%, rgb:rgb(099, 061, 235)),
16
- alien : (h:252, s:092%, l:057%, rgb:rgb(084, 043, 245)),
17
- tombstone : (h:251, s:014%, l:070%, rgb:rgb(173, 169, 190)),
18
- ninja : (h:242, s:100%, l:068%, rgb:rgb(97, 92, 255)),
19
- moon : (h:240, s:016%, l:024%, rgb:rgb(051, 051, 071)),
20
- rain : (h:240, s:032%, l:054%, rgb:rgb(100, 100, 175)),
21
- unicorn : (h:238, s:070%, l:074%, rgb:rgb(142, 145, 235)),
22
- axe : (h:226, s:022%, l:035%, rgb:rgb(070, 079, 109)),
23
- gem : (h:221, s:085%, l:043%, rgb:rgb(016, 075, 203)),
24
- soap : (h:217, s:085%, l:032%, rgb:rgb(012, 065, 151)),
25
- drizzle : (h:213, s:033%, l:068%, rgb:rgb(146, 171, 200)),
26
- building : (h:204, s:003%, l:072%, rgb:rgb(181, 184, 186)),
27
- fish : (h:194, s:097%, l:034%, rgb:rgb(3, 132, 171)),
28
- icicles : (h:191, s:061%, l:058%, rgb:rgb(083, 189, 213)),
29
- water : (h:187, s:030%, l:054%, rgb:rgb(103, 165, 173)),
30
- tree1 : (h:186, s:085%, l:023%, rgb:rgb(009, 099, 109)),
31
- tree2 : (h:185, s:097%, l:034%, rgb:rgb(003, 157, 171)),
32
- tree3 : (h:183, s:086%, l:019%, rgb:rgb(007, 086, 090)),
33
- battery : (h:170, s:090%, l:039%, rgb:rgb(010, 189, 159)),
34
- seedle : (h:145, s:094%, l:040%, rgb:rgb(006, 198, 086)),
35
- greenTea : (h:144, s:043%, l:041%, rgb:rgb(060, 150, 096)),
36
- oak : (h:101, s:024%, l:066%, rgb:rgb(161, 189, 147)),
37
- salad : (h:068, s:090%, l:043%, rgb:rgb(182, 208, 011)),
38
- cloudy : (h:060, s:005%, l:079%, rgb:rgb(204, 204, 199)),
39
- lemon : (h:053, s:078%, l:070%, rgb:rgb(238, 224, 119)),
40
- angel : (h:047, s:100%, l:050%, rgb:rgb(255, 200, 000)),
41
- parasol : (h:042, s:086%, l:070%, rgb:rgb(244, 205, 113)),
42
- pizza : (h:040, s:092%, l:052%, rgb:rgb(245, 170, 020)),
43
- thunder : (h:040, s:070%, l:057%, rgb:rgb(222, 171, 069)),
44
- latte : (h:033, s:051%, l:073%, rgb:rgb(221, 190, 151)),
45
- island : (h:027, s:091%, l:055%, rgb:rgb(245, 130, 036)),
46
- shovel : (h:019, s:029%, l:037%, rgb:rgb(122, 084, 067)),
47
- coffee : (h:018, s:033%, l:024%, rgb:rgb(081, 053, 041)),
48
- carrot : (h:014, s:084%, l:059%, rgb:rgb(238, 104, 063)),
49
- cactus : (h:008, s:017%, l:062%, rgb:rgb(175, 146, 142)),
50
- volcano : (h:006, s:084%, l:048%, rgb:rgb(225, 040, 020)),
51
- choco : (h:002, s:055%, l:057%, rgb:rgb(206, 089, 085)),
52
- industry : (h:000, s:000%, l:050%, rgb:rgb(128, 128, 128)),
53
- gun : (h:000, s:000%, l:037%, rgb:rgb(094, 094, 094)),
54
- galaxy : (h:000, s:000%, l:005%, rgb:rgb(013, 013, 013)),
55
- // Brand Color
56
- line:(h:120, s:100%, l:37%),
57
- twitter:(h:203, s:89%, l:52%),
58
- amazon:(h:36, s:100%, l:50%),
59
- facebook:(h:220, s:46%, l:48%),
60
- android:(h:101, s:47%, l:55%),
61
- slackBlue:(h:194, s:86%, l:58%),
62
- slackGreen:(h:155, s:60%, l:45%),
63
- slackRed:(h:341, s:76%, l:50%),
64
- slackYellow:(h:42, s:83%, l:55%),
65
- slackBase:(h:299, s:56%, l:19%),
66
- googleBlue:(h:217, s:89%, l:61%),
67
- googleGreen:(h:151, s:83%, l:34%),
68
- googleYellow:(h:44, s:100%, l:48%),
69
- googleRed:(h:5, s:69%, l:54%),
70
- );
71
- $ThemeColorKeys: map-keys($ThemeColors );
@@ -1,171 +0,0 @@
1
- @use './themeColor' as themeColor;
2
- :root {
3
- /* theme colors */
4
- @each $key in themeColor.$ThemeColorKeys {
5
- $obj: map-get(themeColor.$ThemeColors, $key );
6
- $i : index(themeColor.$ThemeColorKeys, $key ) - 1;
7
- $h : map-get($obj, h);
8
- $s : map-get($obj, s);
9
- $l : map-get($obj, l);
10
- --cH_#{ $key } : #{ $h };
11
- --cS_#{ $key } : #{ $s };
12
- --cL_#{ $key } : #{ $l };
13
- --color_#{ $key }-hsl : #{ $h }, #{ $s }, #{ $l };
14
- }
15
- --cH : 0;
16
- --cS : 0%;
17
- --cL : 0%;
18
- --color-theme-hsl: 0, 0%, 0%;
19
- --color-theme-opacity-high: .5;
20
- --color-theme-opacity-middle: .25;
21
- --color-theme-opacity-low: .15;
22
- --color-theme-opacity-few: .085;
23
- /* sub colors */
24
- --color-positive-rgb: 54, 194, 124;
25
- --color-negative-rgb: 246, 70, 93;
26
- --color-warning-rgb: 248, 150, 0;
27
- --color-dark-rgb: 69, 81, 92;
28
- //
29
- --color-positive: rgba(var(--color-positive-rgb), 1);
30
- --color-negative: rgba(var(--color-negative-rgb), 1);
31
- --color-warning: rgba(var(--color-warning-rgb), 1);
32
- --color-dark: rgba(var(--color-dark-rgb), 1);
33
- /* layer colors */
34
- --color-layer1-hsl: var(--cH), 6%, 99%;
35
- --color-layer2-hsl: var(--cH), 6%, 96%;
36
- --color-layer3-hsl: var(--cH), 6%, 92%;
37
- --color-layer4-hsl: var(--cH), 8%, 89%;
38
- --color-layer5-hsl: var(--cH), 10%, 85%;
39
- --color-layer6-hsl: var(--cH), 10%, 75%;
40
- //
41
- --color-base-rgb: 252, 252, 252;
42
- --color-cloud-rgb: 241, 243, 248;
43
- --color-monoPrime-rgb: 0, 0, 0;
44
- --color-monoSecond-rgb: 255, 255, 255;
45
- --font-color-logoTitle: hsl(218, 45%, 22%);
46
- --sc: 60, 64, 67;
47
- /* font colors */
48
- --font-color1-rgb: 0, 0, 0;
49
- --font-color2-rgb: 51, 51, 51;
50
- --font-color3-rgb: 118, 125, 137;
51
- --font-color4-rgb: 152, 158, 167;
52
- --font-color5-rgb: 189, 194, 200;
53
- --font-color6-rgb: 210, 210, 220;
54
- /* font sizes */
55
- --font-size0: 10px;
56
- --font-size1: 12px;
57
- --font-size2: 14px;
58
- --font-size3: 16px;
59
- --font-size4: 20px;
60
- --font-size5: 24px;
61
- --font-size6: 32px;
62
- --font-size7: 44px;
63
- --font-size8: 60px;
64
- /* border colors */
65
- --border-color-thin: hsl(220, 9%, 92%);
66
- --border-color-normal: hsl(220, 9%, 87%);
67
- /* border radius */
68
- --border-radius1: 4px;
69
- --border-radius2: 6px;
70
- --border-radius3: 8px;
71
- --border-radius4: 12px;
72
- --border-radius5: 18px;
73
- --border-radius6: 24px;
74
- --border-radius7: 30px;
75
- /* animation */
76
- --animation-time1: .1s;
77
- --animation-time2: .15s;
78
- --animation-time3: .25s;
79
- --animation-time4: .4s;
80
-
81
- --animation-style1: cubic-bezier(.35, .46, 0, .99);
82
- --animation-style2: cubic-bezier(.1, .85, .1, .85);
83
- // safe area
84
- --safe-area-top: env(safe-area-inset-top);
85
- --safe-area-bottom: env(safe-area-inset-bottom);
86
- /* unit size */
87
- --grid-unit: 12px;
88
- /* view height */
89
- --viewHeight: 100vh;
90
- @supports (-webkit-touch-callout: none) {
91
- --viewHeight: -webkit-fill-available;
92
- }
93
- --sideNavHeight : 0px;
94
- --topNavHeight : 0px;
95
- --contentHeight : 0px;
96
- --topBase : 0px;
97
- }
98
- @mixin DARK {
99
- --color-theme-opacity-high: .45;
100
- --color-theme-opacity-middle: .3;
101
- --color-theme-opacity-low: .2;
102
- --color-theme-opacity-few: .1;
103
- //
104
- --color-dark-rgb: 46, 51, 54;
105
- --color-cloud-rgb: 43, 44, 45;
106
- --color-base-rgb: 27, 28, 28;
107
- --color-monoPrime-rgb: 255, 255, 255;
108
- --color-monoSecond-rgb: 0, 0, 0;
109
- //
110
- --font-color1-rgb: 250, 251, 252;
111
- --font-color2-rgb: 205, 210, 220;
112
- --font-color3-rgb: 165, 170, 180;
113
- --font-color4-rgb: 135, 140, 150;
114
- --font-color5-rgb: 95, 100, 110;
115
- --font-color6-rgb: 65, 70, 80;
116
- --font-color-logoTitle: rgb(210, 220, 240);
117
- --sc: 1, 2, 3;
118
- //
119
- --border-color-thin: hsl(180, 5%, 25%);
120
- --border-color-normal: hsl(180, 5%, 38%);
121
- }
122
- @mixin DarkLayer {
123
- --color-layer1-hsl: var(--cH), 5%, 10%;
124
- --color-layer2-hsl: var(--cH), 5%, 13.3%;
125
- --color-layer3-hsl: var(--cH), 5%, 16.6%;
126
- --color-layer4-hsl: var(--cH), 5%, 20%;
127
- --color-layer5-hsl: var(--cH), 5%, 25%;
128
- --color-layer6-hsl: var(--cH), 5%, 30%;
129
- }
130
- @mixin DIMLayer {
131
- --color-layer1-hsl: var(--cH), 8%, 20%;
132
- --color-layer2-hsl: var(--cH), 8%, 23.3%;
133
- --color-layer3-hsl: var(--cH), 8%, 26.6%;
134
- --color-layer4-hsl: var(--cH), 8%, 30%;
135
- --color-layer5-hsl: var(--cH), 8%, 35%;
136
- --color-layer6-hsl: var(--cH), 8%, 40%;
137
- }
138
- .bds {
139
- &TC {
140
- @each $key in themeColor.$ThemeColorKeys {
141
- &_#{ $key } {
142
- --cH : var(--cH_#{ $key });
143
- --cS : var(--cS_#{ $key });
144
- --cL : var(--cL_#{ $key });
145
- --color-theme-hsl : var(--color_#{ $key }-hsl);
146
- }
147
- }
148
- }
149
- &TN {
150
- &flat {
151
- --border-color-thin: hsl(220, 9%, 94%);
152
- --border-color-normal: hsl(220, 9%, 90%);
153
- }
154
- }
155
- &DM_ {
156
- &dark {
157
- @include DARK();
158
- @include DarkLayer();
159
- }
160
- &dim {
161
- @include DARK();
162
- @include DIMLayer();
163
- }
164
- &auto {
165
- @media (prefers-color-scheme: dark) {
166
- @include DARK();
167
- @include DarkLayer();
168
- }
169
- }
170
- }
171
- }