amotify 0.0.65 → 0.0.66

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 (114) hide show
  1. package/dist/amotify.js +3 -2
  2. package/dist/amotify.min.css +2 -2
  3. package/dist/coreVender.js +14 -2
  4. package/package.json +10 -10
  5. package/tsconfig.json +13 -5
  6. package/@types/_.tsx +0 -7
  7. package/@types/amot.tsx +0 -355
  8. package/@types/fn.tsx +0 -1280
  9. package/@types/jsminAmotifyExtension.tsx +0 -137
  10. package/@types/module.tsx +0 -1
  11. package/@types/state.tsx +0 -231
  12. package/src/@atoms.tsx +0 -34
  13. package/src/@functions.tsx +0 -29
  14. package/src/@global.tsx +0 -145
  15. package/src/@jsminAmotifyExtension/_.tsx +0 -4
  16. package/src/@jsminAmotifyExtension/fetch.tsx +0 -110
  17. package/src/@jsminAmotifyExtension/formCollect.tsx +0 -94
  18. package/src/@jsminAmotifyExtension/spreadSheet.tsx +0 -165
  19. package/src/@jsminAmotifyExtension/variables.tsx +0 -137
  20. package/src/@molecules.tsx +0 -96
  21. package/src/@organisms.tsx +0 -1
  22. package/src/@reactPacks/reactProduction@18.2.0.js +0 -79
  23. package/src/@reactPacks/reactRouterDomProduction@18.2.0.js +0 -31
  24. package/src/@styles/@app.scss +0 -4
  25. package/src/@styles/UniStyling.scss +0 -1028
  26. package/src/@styles/init.scss +0 -94
  27. package/src/@styles/props.scss +0 -109
  28. package/src/@styles/styleSet.scss +0 -38
  29. package/src/@styles/themeColor.scss +0 -71
  30. package/src/@styles/var.scss +0 -182
  31. package/src/@templates.tsx +0 -7
  32. package/src/@variables.tsx +0 -74
  33. package/src/atoms/FAI/parts.tsx +0 -139
  34. package/src/atoms/Logo/parts.tsx +0 -335
  35. package/src/atoms/Logo/style.module.scss +0 -96
  36. package/src/atoms/Various/parts.tsx +0 -159
  37. package/src/atoms/Various/style.module.scss +0 -46
  38. package/src/config.tsx +0 -191
  39. package/src/functions/Button/_.tsx +0 -331
  40. package/src/functions/Button/style.module.scss +0 -157
  41. package/src/functions/Cropper/parts.tsx +0 -1084
  42. package/src/functions/Cropper/style.module.scss +0 -64
  43. package/src/functions/Effects/Fade.tsx +0 -76
  44. package/src/functions/Effects/Ripple.tsx +0 -141
  45. package/src/functions/Effects/_.tsx +0 -33
  46. package/src/functions/Effects/style.module.scss +0 -91
  47. package/src/functions/Input/Chips/Selector.tsx +0 -445
  48. package/src/functions/Input/Chips/_.tsx +0 -289
  49. package/src/functions/Input/Chips/style.module.scss +0 -6
  50. package/src/functions/Input/Contenteditable.tsx +0 -114
  51. package/src/functions/Input/DigitCharacters.tsx +0 -235
  52. package/src/functions/Input/File/_.tsx +0 -553
  53. package/src/functions/Input/File/style.module.scss +0 -34
  54. package/src/functions/Input/Hidden.tsx +0 -21
  55. package/src/functions/Input/List/_.tsx +0 -383
  56. package/src/functions/Input/List/style.module.scss +0 -84
  57. package/src/functions/Input/RichSelect/_.tsx +0 -230
  58. package/src/functions/Input/RichSelect/style.module.scss +0 -11
  59. package/src/functions/Input/Segmented/_.tsx +0 -246
  60. package/src/functions/Input/Segmented/style.module.scss +0 -81
  61. package/src/functions/Input/Select/_.tsx +0 -218
  62. package/src/functions/Input/Select/style.module.scss +0 -11
  63. package/src/functions/Input/Slider/_.tsx +0 -524
  64. package/src/functions/Input/Slider/style.module.scss +0 -67
  65. package/src/functions/Input/Switch/_.tsx +0 -176
  66. package/src/functions/Input/Switch/style.module.scss +0 -18
  67. package/src/functions/Input/Text.tsx +0 -487
  68. package/src/functions/Input/TextArea.tsx +0 -109
  69. package/src/functions/Input/Time/Picker.tsx +0 -1361
  70. package/src/functions/Input/Time/_.tsx +0 -749
  71. package/src/functions/Input/Time/style.module.scss +0 -79
  72. package/src/functions/Input/_.tsx +0 -881
  73. package/src/functions/Input/core.tsx +0 -473
  74. package/src/functions/Input/style.module.scss +0 -102
  75. package/src/functions/Inputs/_.tsx +0 -5
  76. package/src/functions/Inputs/style.module.scss +0 -15
  77. package/src/functions/Inputs/text.tsx +0 -53
  78. package/src/functions/Inputs/types.d.ts +0 -13
  79. package/src/functions/Layout/PageNotFound.tsx +0 -78
  80. package/src/functions/Layout/PageRouter.tsx +0 -89
  81. package/src/functions/Layout/PageViewController/parts.tsx +0 -27
  82. package/src/functions/Layout/Plate.tsx +0 -30
  83. package/src/functions/Layout/RootViewController/parts.tsx +0 -300
  84. package/src/functions/Layout/RootViewController/style.module.scss +0 -23
  85. package/src/functions/Layout/SwipeView/parts.tsx +0 -375
  86. package/src/functions/Layout/SwipeView/style.module.scss +0 -20
  87. package/src/functions/Layout/TabBar.tsx +0 -60
  88. package/src/functions/Layout/_.tsx +0 -20
  89. package/src/functions/Loader/corner.tsx +0 -74
  90. package/src/functions/Loader/mini.tsx +0 -114
  91. package/src/functions/Loader/parts.tsx +0 -103
  92. package/src/functions/Loader/style.module.scss +0 -223
  93. package/src/functions/Loader/top.tsx +0 -84
  94. package/src/functions/Sheet/parts.tsx +0 -994
  95. package/src/functions/Sheet/style.module.scss +0 -208
  96. package/src/functions/SnackBar/parts.tsx +0 -215
  97. package/src/functions/SnackBar/style.module.scss +0 -25
  98. package/src/functions/Table/Data/parts.tsx +0 -965
  99. package/src/functions/Table/Drag/parts.tsx +0 -442
  100. package/src/functions/Table/Normal/parts.tsx +0 -124
  101. package/src/functions/Table/_.tsx +0 -177
  102. package/src/functions/Table/style.module.scss +0 -93
  103. package/src/functions/Tooltips/parts.tsx +0 -53
  104. package/src/global/LaunchReactApplication.tsx +0 -40
  105. package/src/global/styleConverter.tsx +0 -465
  106. package/src/launch.tsx +0 -117
  107. package/src/molecules/Accordion/parts.tsx +0 -146
  108. package/src/molecules/Accordion/style.module.scss +0 -13
  109. package/src/molecules/LinkifyText/parts.tsx +0 -52
  110. package/src/molecules/List.tsx +0 -31
  111. package/src/preload.tsx +0 -31
  112. package/src/templates/PlayGround/parts.tsx +0 -96
  113. package/src/templates/PlayGround/style.module.scss +0 -38
  114. package/webpack.config.js +0 -146
@@ -1,1028 +0,0 @@
1
- @use './props' as *;
2
- @use './styleSet' as *;
3
- @use './themeColor' as themeColor;
4
- @mixin UniStyles($DS ) {
5
- &dsp {
6
- &block#{ $DS } {
7
- display: block;
8
- }
9
- &none#{ $DS } {
10
- display: none;
11
- }
12
- &flex#{ $DS } {
13
- display: flex;
14
- }
15
- &grid#{ $DS } {
16
- display: grid;
17
- }
18
- &inlineBlock#{ $DS } {
19
- display: inline-block;
20
- }
21
- &inlineFlex#{ $DS } {
22
- display: inline-flex;
23
- }
24
- }
25
- &ovfl {
26
- $dirArr : x, y;
27
- @each $dir in $dirArr {
28
- &-#{ $dir }- {
29
- &none#{ $DS } {
30
- overflow-#{ $dir }: none;
31
- }
32
- &auto#{ $DS } {
33
- overflow-#{ $dir }: auto;
34
- }
35
- &hidden#{ $DS } {
36
- overflow-#{ $dir }: hidden;
37
- }
38
- &scroll#{ $DS } {
39
- overflow-#{ $dir }: scroll;
40
- }
41
- &visible#{ $DS } {
42
- overflow-#{ $dir }: visible;
43
- }
44
- }
45
- }
46
- &none#{ $DS } {
47
- overflow: none;
48
- }
49
- &auto#{ $DS } {
50
- overflow: auto;
51
- }
52
- &hidden#{ $DS } {
53
- overflow: hidden;
54
- }
55
- &scroll#{ $DS } {
56
- overflow: scroll;
57
- }
58
- &visible#{ $DS } {
59
- overflow: visible;
60
- }
61
- }
62
- &ps {
63
- &relative#{ $DS } {
64
- position: relative;
65
- }
66
- &absolute#{ $DS } {
67
- position: absolute;
68
- }
69
- &fixed#{ $DS } {
70
- position: fixed;
71
- }
72
- &sticky#{ $DS } {
73
- position: sticky;
74
- }
75
- &static#{ $DS } {
76
- position: static;
77
- }
78
- }
79
- &txalg {
80
- &center#{ $DS } {
81
- text-align: center;
82
- }
83
- &left#{ $DS } {
84
- text-align: left;
85
- }
86
- &right#{ $DS } {
87
- text-align: right;
88
- }
89
- }
90
- &ft {
91
- &cl {
92
- &1#{ $DS } {
93
- color: $font-color1;
94
- }
95
- &2#{ $DS } {
96
- color: $font-color2;
97
- }
98
- &3#{ $DS } {
99
- color: $font-color3;
100
- }
101
- &4#{ $DS } {
102
- color: $font-color4;
103
- }
104
- &5#{ $DS } {
105
- color: $font-color5;
106
- }
107
- &6#{ $DS } {
108
- color: $font-color6;
109
- }
110
- &inherit#{ $DS } {
111
- color: inherit;
112
- }
113
- &theme#{ $DS } {
114
- color: $color-theme;
115
- }
116
- &posi#{ $DS } {
117
- color: $color-positive;
118
- }
119
- &nega#{ $DS } {
120
- color: $color-negative;
121
- }
122
- &warn#{ $DS } {
123
- color: $color-warning;
124
- }
125
- &logo#{ $DS } {
126
- color: $font-color-logoTitle;
127
- }
128
- &white#{ $DS } {
129
- color: #fff;
130
- }
131
- &black#{ $DS } {
132
- color: #0a0a0a;
133
- }
134
- &mono#{ $DS } {
135
- color: $color-monoPrime;
136
- }
137
- &monoPrime#{ $DS } {
138
- color: $color-monoPrime;
139
- }
140
- &monoSecond#{ $DS } {
141
- color: $color-monoSecond;
142
- }
143
- &trans#{ $DS } {
144
- color: transparent;
145
- }
146
- @each $key in themeColor.$ThemeColorKeys {
147
- &#{ $key }#{ $DS } {
148
- color:hsl(var(--color_#{ $key }-hsl));
149
- }
150
- }
151
- }
152
- &sz {
153
- @for $i from 0 to 10 {
154
- &#{$i}#{ $DS } {
155
- font-size: var(--font-size#{$i});
156
- }
157
- }
158
- &inherit#{ $DS } {
159
- font-size: inherit;
160
- }
161
- }
162
- &wt {
163
- &0#{ $DS } {
164
- font-weight: 100; // thin
165
- }
166
- &1#{ $DS } {
167
- font-weight: 300; // light
168
- }
169
- &2#{ $DS } {
170
- font-weight: 400; // normal
171
- }
172
- &3#{ $DS } {
173
- font-weight: 600; // semi-bold
174
- }
175
- &4#{ $DS } {
176
- font-weight: 700; // bold
177
- }
178
- &5#{ $DS } {
179
- font-weight: 800; // extra-bold
180
- }
181
- &inherit#{ $DS } {
182
- font-weight: inherit;
183
- }
184
- &lighter#{ $DS } {
185
- font-weight: lighter;
186
- }
187
- &bolder#{ $DS } {
188
- font-weight: bolder;
189
- }
190
- }
191
- }
192
- &bgc {
193
- &1#{ $DS } {
194
- background-color: $color-layer1;
195
- }
196
- &2#{ $DS } {
197
- background-color: $color-layer2;
198
- }
199
- &3#{ $DS } {
200
- background-color: $color-layer3;
201
- }
202
- &4#{ $DS } {
203
- background-color: $color-layer4;
204
- }
205
- &5#{ $DS } {
206
- background-color: $color-layer5;
207
- }
208
- &6#{ $DS } {
209
- background-color: $color-layer6;
210
- }
211
- &cloud#{ $DS } {
212
- background-color: $color-cloud;
213
- }
214
- &lcOpFew#{ $DS } {
215
- background-color: $color-layer-opacity-few;
216
- }
217
- &lcOpLow#{ $DS } {
218
- background-color: $color-layer-opacity-low;
219
- }
220
- &lcOpMiddle#{ $DS } {
221
- background-color: $color-layer-opacity-middle;
222
- }
223
- &lcOpHigh#{ $DS } {
224
- background-color: $color-layer-opacity-high;
225
- }
226
- &theme#{ $DS } {
227
- background-color: $color-theme;
228
- }
229
- &tcOpFew#{ $DS } {
230
- background-color: $color-theme-opacity-few;
231
- }
232
- &tcOpLow#{ $DS } {
233
- background-color: $color-theme-opacity-low;
234
- }
235
- &tcOpMiddle#{ $DS } {
236
- background-color: $color-theme-opacity-middle;
237
- }
238
- &tcOpHigh#{ $DS } {
239
- background-color: $color-theme-opacity-high;
240
- }
241
- &tcLighten#{ $DS } {
242
- background-color: $color-theme-lighten;
243
- }
244
- &tcLighter#{ $DS } {
245
- background-color: $color-theme-lighter;
246
- }
247
- &tcLightest#{ $DS } {
248
- background-color: $color-theme-lightest;
249
- }
250
- &tcDarken#{ $DS } {
251
- background-color: $color-theme-darken;
252
- }
253
- &tcDarker#{ $DS } {
254
- background-color: $color-theme-darker;
255
- }
256
- &tcDarkest#{ $DS } {
257
- background-color: $color-theme-darkest;
258
- }
259
- &posi#{ $DS } {
260
- background-color: $color-positive;
261
- }
262
- &posiOpLow#{ $DS } {
263
- background-color: rgba(var(--color-positive-rgb), .05);
264
- }
265
- &posiOpMiddle#{ $DS } {
266
- background-color: rgba(var(--color-positive-rgb), .1);
267
- }
268
- &nega#{ $DS } {
269
- background-color: $color-negative;
270
- }
271
- &negaOpLow#{ $DS } {
272
- background-color: rgba(var(--color-negative-rgb), .05);
273
- }
274
- &negaOpMiddle#{ $DS } {
275
- background-color: rgba(var(--color-negative-rgb), .1);
276
- }
277
- &warn#{ $DS } {
278
- background-color: $color-warning;
279
- }
280
- &dark#{ $DS } {
281
- background-color: $color-dark;
282
- }
283
- &white#{ $DS } {
284
- background-color: #fff;
285
- }
286
- &black#{ $DS } {
287
- background-color: #0a0a0a;
288
- }
289
- &none#{ $DS } {
290
- background-color: none;
291
- }
292
- &mono#{ $DS } {
293
- background-color: $color-monoPrime;
294
- }
295
- &monoPrime#{ $DS } {
296
- background-color: $color-monoPrime;
297
- }
298
- &monoSecond#{ $DS } {
299
- background-color: $color-monoSecond;
300
- }
301
- &inherit#{ $DS } {
302
- background-color: inherit;
303
- }
304
- &trans#{ $DS } {
305
- background-color: transparent;
306
- }
307
- @each $key in themeColor.$ThemeColorKeys {
308
- &#{ $key }#{ $DS } {
309
- background-color:hsl(var(--color_#{ $key }-hsl));
310
- }
311
- }
312
- }
313
- &bs {
314
- &none#{ $DS } {
315
- box-shadow: none;
316
- }
317
-
318
- $typeArr : thin, normal, remark, thick, most;
319
- @each $t in $typeArr {
320
- &3-#{ $t }-inset {
321
- box-shadow: var(--shadow_style_3) var(--shadow_color_#{ $t }) inset, 0 0 0 transparent;
322
- }
323
- &2-#{ $t }-inset {
324
- box-shadow: var(--shadow_style_2) var(--shadow_color_#{ $t }) inset, 0 0 0 transparent;
325
- }
326
- &1-#{ $t }-inset {
327
- box-shadow: var(--shadow_style_1) var(--shadow_color_#{ $t }) inset, 0 0 0 transparent;
328
- }
329
- &0-#{ $t }-inset {
330
- box-shadow: var(--shadow_style_0) var(--shadow_color_#{ $t }) inset, 0 0 0 transparent;
331
- }
332
- &0-#{ $t } {
333
- box-shadow: 0 0 0 transparent inset,var(--shadow_style_0) var(--shadow_color_#{ $t });
334
- }
335
- &1-#{ $t } {
336
- box-shadow: 0 0 0 transparent inset,var(--shadow_style_1) var(--shadow_color_#{ $t });
337
- }
338
- &2-#{ $t } {
339
- box-shadow: 0 0 0 transparent inset,var(--shadow_style_2) var(--shadow_color_#{ $t });
340
- }
341
- &3-#{ $t } {
342
- box-shadow: 0 0 0 transparent inset,var(--shadow_style_3) var(--shadow_color_#{ $t });
343
- }
344
- &4-#{ $t } {
345
- box-shadow: 0 0 0 transparent inset,var(--shadow_style_4) var(--shadow_color_#{ $t });
346
- }
347
- &5-#{ $t } {
348
- box-shadow: 0 0 0 transparent inset,var(--shadow_style_5) var(--shadow_color_#{ $t });
349
- }
350
- }
351
- }
352
- & {
353
- $typeArr : margin, padding;
354
- @each $type in $typeArr {
355
- $_type : _;
356
- @if $type ==margin {
357
- $_type : mrg;
358
- }
359
- @else if $type ==padding {
360
- $_type : pd;
361
- }
362
- &#{ $_type } {
363
- $dirArr : top, right, bottom, left;
364
- @each $dir in $dirArr {
365
- $_dir : _;
366
- @if $dir ==top {
367
- $_dir : t;
368
- }
369
- @else if $dir ==right {
370
- $_dir : r;
371
- }
372
- @else if $dir ==bottom {
373
- $_dir : b;
374
- }
375
- @else if $dir ==left {
376
- $_dir : l;
377
- }
378
- &#{ $_dir } {
379
- &0#{ $DS } {
380
- #{ $type }-#{ $dir }: 0;
381
- }
382
- &1_12#{ $DS } {
383
- #{ $type }-#{ $dir }: $unit1_12;
384
- }
385
- &1_6#{ $DS } {
386
- #{ $type }-#{ $dir }: $unit1_6;
387
- }
388
- &1_4#{ $DS } {
389
- #{ $type }-#{ $dir }: $unit1_4;
390
- }
391
- &1_3#{ $DS } {
392
- #{ $type }-#{ $dir }: $unit1_3;
393
- }
394
- &1_2#{ $DS } {
395
- #{ $type }-#{ $dir }: $unit1_2;
396
- }
397
- &2_3#{ $DS } {
398
- #{ $type }-#{ $dir }: $unit2_3;
399
- }
400
- &3_4#{ $DS } {
401
- #{ $type }-#{ $dir }: $unit3_4;
402
- }
403
- &1#{ $DS } {
404
- #{ $type }-#{ $dir }: $unit1;
405
- }
406
- &1-5#{ $DS } {
407
- #{ $type }-#{ $dir }: $unit1-5;
408
- }
409
- &2#{ $DS } {
410
- #{ $type }-#{ $dir }: $unit2;
411
- }
412
- &2-5#{ $DS } {
413
- #{ $type }-#{ $dir }: $unit2-5;
414
- }
415
- &3#{ $DS } {
416
- #{ $type }-#{ $dir }: $unit3;
417
- }
418
- &4#{ $DS } {
419
- #{ $type }-#{ $dir }: $unit4;
420
- }
421
- &auto#{ $DS } {
422
- #{ $type }-#{ $dir }: auto;
423
- }
424
- &safeAreaTop#{ $DS } {
425
- #{ $type }-#{ $dir }: $safe-area-top;
426
- }
427
- &safeAreaBottom#{ $DS } {
428
- #{ $type }-#{ $dir }: $safe-area-bottom;
429
- }
430
- }
431
- }
432
- }
433
- }
434
- }
435
- &pst {
436
- $dirArr : top, right, bottom, left;
437
- @each $dir in $dirArr {
438
- $_dir : _;
439
- @if $dir ==top {
440
- $_dir : t;
441
- }
442
- @else if $dir ==right {
443
- $_dir : r;
444
- }
445
- @else if $dir ==bottom {
446
- $_dir : b;
447
- }
448
- @else if $dir ==left {
449
- $_dir : l;
450
- }
451
- &#{ $_dir } {
452
- &0#{ $DS } {
453
- #{ $dir }: 0;
454
- }
455
- &1_12#{ $DS } {
456
- #{ $dir }: $unit1_12;
457
- }
458
- &1_6#{ $DS } {
459
- #{ $dir }: $unit1_6;
460
- }
461
- &1_4#{ $DS } {
462
- #{ $dir }: $unit1_4;
463
- }
464
- &1_3#{ $DS } {
465
- #{ $dir }: $unit1_3;
466
- }
467
- &1_2#{ $DS } {
468
- #{ $dir }: $unit1_2;
469
- }
470
- &2_3#{ $DS } {
471
- #{ $dir }: $unit2_3;
472
- }
473
- &3_4#{ $DS } {
474
- #{ $dir }: $unit3_4;
475
- }
476
- &1#{ $DS } {
477
- #{ $dir }: $unit1;
478
- }
479
- &2#{ $DS } {
480
- #{ $dir }: $unit2;
481
- }
482
- &3#{ $DS } {
483
- #{ $dir }: $unit3;
484
- }
485
- &4#{ $DS } {
486
- #{ $dir }: $unit4;
487
- }
488
- &50P#{ $DS } {
489
- #{ $dir }: 50%;
490
- }
491
- &100P#{ $DS } {
492
- #{ $dir }: 100%;
493
- }
494
- &topNavigationHeight#{ $DS } {
495
- #{ $dir }: $topNavigationHeight;
496
- }
497
- &topBase#{ $DS } {
498
- #{ $dir }: var(--topBase);
499
- }
500
- }
501
- }
502
- }
503
- &b {
504
- &_ {
505
- $dirArr : top, right, bottom, left;
506
- @each $dir in $dirArr {
507
- $_dir : _;
508
- @if $dir ==top {
509
- $_dir : t;
510
- }
511
- @else if $dir ==right {
512
- $_dir : r;
513
- }
514
- @else if $dir ==bottom {
515
- $_dir : b;
516
- }
517
- @else if $dir ==left {
518
- $_dir : l;
519
- }
520
- &#{ $_dir }_ {
521
- &ss {
522
- &0#{ $DS } {
523
- border-#{ $dir }: 1px solid transparent;
524
- }
525
- &1#{ $DS } {
526
- border-#{ $dir }: 1px solid var(--border-color-thin);
527
- }
528
- &2#{ $DS } {
529
- border-#{ $dir }: 1px solid var(--border-color-normal);
530
- }
531
- &unset#{ $DS } {
532
- border-#{ $dir }-style: unset !important;
533
- border-#{ $dir }-width: unset !important;
534
- border-#{ $dir }-color: unset !important;
535
- }
536
- }
537
- }
538
- }
539
- &wth {
540
- @for $i from 0 to 5 {
541
- &#{ $i }#{ $DS } {
542
- border-width: calc(#{$i} * 1px);
543
- }
544
- }
545
- }
546
- &cl {
547
- &0#{ $DS } {
548
- border-color: transparent;
549
- }
550
- &1#{ $DS } {
551
- border-color: var(--border-color-thin);
552
- }
553
- &2#{ $DS } {
554
- border-color: var(--border-color-normal);
555
- }
556
- &theme#{ $DS } {
557
- border-color: $color-theme;
558
- }
559
- &posi#{ $DS } {
560
- border-color: $color-positive;
561
- }
562
- &nega#{ $DS } {
563
- border-color: $color-negative;
564
- }
565
- &warn#{ $DS } {
566
- border-color: $color-warning;
567
- }
568
- &white#{ $DS } {
569
- border-color: white;
570
- }
571
- }
572
- &st {
573
- &solid#{ $DS } {
574
- border-style: solid;
575
- }
576
- &dashed#{ $DS } {
577
- border-style: dashed;
578
- }
579
- &double#{ $DS } {
580
- border-style: double;
581
- }
582
- &dotted#{ $DS } {
583
- border-style: dotted;
584
- }
585
- &none#{ $DS } {
586
- border-style: none;
587
- }
588
- }
589
- }
590
- &r_ {
591
- $dirArr : top-left, top-right, bottom-left, bottom-right;
592
- @each $dir in $dirArr {
593
- $_dir : _;
594
- @if $dir ==top-left {
595
- $_dir : tl;
596
- }
597
- @else if $dir ==top-right {
598
- $_dir : tr;
599
- }
600
- @else if $dir ==bottom-left {
601
- $_dir : bl;
602
- }
603
- @else if $dir ==bottom-right {
604
- $_dir : br;
605
- }
606
- &#{ $_dir } {
607
- &0#{ $DS } {
608
- border-#{ $dir }-radius: 0;
609
- }
610
- &1_3#{ $DS } {
611
- border-#{ $dir }-radius: $border-radius1_3;
612
- }
613
- &2_3#{ $DS } {
614
- border-#{ $dir }-radius: $border-radius2_3;
615
- }
616
- @for $i from 1 to 7 {
617
- &#{$i}#{ $DS } {
618
- border-#{ $dir }-radius: var(--border-radius#{ $i });
619
- }
620
- }
621
- &sphere#{ $DS } {
622
- border-#{ $dir }-radius: 1000rem;
623
- }
624
- &inherit#{ $DS } {
625
- border-#{ $dir }-radius: inherit;
626
- }
627
- }
628
- }
629
- }
630
- }
631
- &gap {
632
- $dirArr : row, column;
633
- @each $dir in $dirArr {
634
- $_dir : _;
635
- @if $dir ==row {
636
- $_dir : Row;
637
- }
638
- @else if $dir ==column {
639
- $_dir : Col;
640
- }
641
- &#{ $_dir } {
642
- &0#{ $DS } {
643
- #{ $dir }-gap: 0;
644
- }
645
- &1_12#{ $DS } {
646
- #{ $dir }-gap: $unit1_12;
647
- }
648
- &1_6#{ $DS } {
649
- #{ $dir }-gap: $unit1_6;
650
- }
651
- &1_4#{ $DS } {
652
- #{ $dir }-gap: $unit1_4;
653
- }
654
- &1_3#{ $DS } {
655
- #{ $dir }-gap: $unit1_3;
656
- }
657
- &1_2#{ $DS } {
658
- #{ $dir }-gap: $unit1_2;
659
- }
660
- &2_3#{ $DS } {
661
- #{ $dir }-gap: $unit2_3;
662
- }
663
- &3_4#{ $DS } {
664
- #{ $dir }-gap: $unit3_4;
665
- }
666
- &1#{ $DS } {
667
- #{ $dir }-gap: $unit1;
668
- }
669
- &1-5#{ $DS } {
670
- #{ $dir }-gap: $unit1-5;
671
- }
672
- &2#{ $DS } {
673
- #{ $dir }-gap: $unit2;
674
- }
675
- &2-5#{ $DS } {
676
- #{ $dir }-gap: $unit2-5;
677
- }
678
- &3#{ $DS } {
679
- #{ $dir }-gap: $unit3;
680
- }
681
- &4#{ $DS } {
682
- #{ $dir }-gap: $unit4;
683
- }
684
- }
685
- }
686
- }
687
- &fl {
688
- &wrp {
689
- &true#{ $DS } {
690
- flex-wrap: wrap;
691
- }
692
- &false#{ $DS } {
693
- flex-wrap: nowrap;
694
- }
695
- }
696
- &typ {
697
- &row#{ $DS } {
698
- flex-direction: row;
699
- }
700
- &row-r#{ $DS } {
701
- flex-direction: row-reverse;
702
- }
703
- &col#{ $DS } {
704
- flex-flow: column;
705
- }
706
- &col-r#{ $DS } {
707
- flex-flow: column-reverse;
708
- }
709
- }
710
- &vrt {
711
- &center#{ $DS } {
712
- align-items: center;
713
- }
714
- &top#{ $DS } {
715
- align-items: flex-start;
716
- }
717
- &bottom#{ $DS } {
718
- align-items: flex-end;
719
- }
720
- &unset#{ $DS } {
721
- align-items: unset;
722
- }
723
- &baseline#{ $DS } {
724
- align-items: baseline;
725
- }
726
- }
727
- &hrz {
728
- &center#{ $DS } {
729
- justify-content: center;
730
- }
731
- &left#{ $DS } {
732
- justify-content: flex-start;
733
- }
734
- &right#{ $DS } {
735
- justify-content: flex-end;
736
- }
737
- &between#{ $DS } {
738
- justify-content: space-between;
739
- }
740
- &around#{ $DS } {
741
- justify-content: space-around;
742
- }
743
- &even#{ $DS } {
744
- justify-content: space-evenly;
745
- }
746
- &unset#{ $DS } {
747
- justify-content: unset;
748
- }
749
- }
750
- &chld {
751
- &auto#{ $DS } > * {
752
- flex-grow: 1;
753
- flex-shrink: 1;
754
- flex-basis: auto;
755
- }
756
- &even#{ $DS } > * {
757
- flex-grow: 1;
758
- flex-shrink: 1;
759
- flex-basis: 0;
760
- }
761
- &none#{ $DS } > * {
762
- flex: none;
763
- }
764
- &unset#{ $DS } > * {
765
- flex: unset;
766
- }
767
- }
768
- &sz {
769
- &none#{ $DS } {
770
- flex: none;
771
- }
772
- &auto#{ $DS } {
773
- flex: 1 1 auto;
774
- }
775
- &0#{ $DS } {
776
- flex: 1 1 0;
777
- }
778
- }
779
- &grid {
780
- @for $i from 1 to 13 {
781
- &#{ $i }#{ $DS } {
782
- flex: #{ $i };
783
- }
784
- }
785
- &unset#{$DS} {
786
- flex: unset;
787
- }
788
- }
789
- &br#{ $DS } {
790
- width: 100%;
791
- flex: none;
792
- }
793
- }
794
- &gr {
795
- &#{ $DS } {
796
- display: grid;
797
- }
798
- &cnttrue#{ $DS } > * {
799
- margin: auto;
800
- }
801
- &col {
802
- @for $i from 1 to 13 {
803
- &#{ $i }#{ $DS } {
804
- grid-template-columns : repeat(#{ $i }, 1fr);
805
- }
806
- }
807
- }
808
- &bx#{ $DS } {
809
- max-width: 100%;
810
- }
811
- }
812
- & {
813
- $dirArr : height, width;
814
- @each $dir in $dirArr {
815
- $_dir : _;
816
- @if $dir ==height {
817
- $_dir : hgt;
818
- }
819
- @else if $dir ==width {
820
- $_dir : wdt;
821
- }
822
- &#{ $_dir } {
823
- &0#{ $DS } {
824
- #{ $dir }: 0%;
825
- }
826
- &1#{ $DS } {
827
- #{ $dir }: 100%;
828
- }
829
- &auto#{ $DS } {
830
- #{ $dir }: auto;
831
- }
832
- }
833
- &unt#{ $_dir } {
834
- &0#{ $DS } {
835
- #{ $dir }: 0;
836
- }
837
- &1_12#{ $DS } {
838
- #{ $dir }: $unit1_12;
839
- }
840
- &1_6#{ $DS } {
841
- #{ $dir }: $unit1_6;
842
- }
843
- &1_4#{ $DS } {
844
- #{ $dir }: $unit1_4;
845
- }
846
- &1_3#{ $DS } {
847
- #{ $dir }: $unit1_3;
848
- }
849
- &1_2#{ $DS } {
850
- #{ $dir }: $unit1_2;
851
- }
852
- &2_3#{ $DS } {
853
- #{ $dir }: $unit2_3;
854
- }
855
- &3_4#{ $DS } {
856
- #{ $dir }: $unit3_4;
857
- }
858
- &1#{ $DS } {
859
- #{ $dir }: $unit1;
860
- }
861
- &1-5#{ $DS } {
862
- #{ $dir }: $unit1-5;
863
- }
864
- &2#{ $DS } {
865
- #{ $dir }: $unit2;
866
- }
867
- &2-5#{ $DS } {
868
- #{ $dir }: $unit2-5;
869
- }
870
- &3#{ $DS } {
871
- #{ $dir }: $unit3;
872
- }
873
- &3-5#{ $DS } {
874
- #{ $dir }: $unit3-5;
875
- }
876
- &4#{ $DS } {
877
- #{ $dir }: $unit4;
878
- }
879
- &6#{ $DS } {
880
- #{ $dir }: $unit6;
881
- }
882
- &8#{ $DS } {
883
- #{ $dir }: $unit8;
884
- }
885
- &12#{ $DS } {
886
- #{ $dir }: $unit12;
887
- }
888
- }
889
- }
890
- }
891
- &hgt {
892
- &viewHeight#{ $DS } {
893
- height: $viewHeight;
894
- }
895
- &topNavigationHeight#{ $DS } {
896
- height: $topNavigationHeight;
897
- }
898
- &sideNavigationHeight#{ $DS } {
899
- height: $sideNavigationHeight;
900
- }
901
- &contentHeight#{ $DS } {
902
- height: $contentHeight;
903
- }
904
- }
905
- &wdt {
906
- &viewWidth#{ $DS } {
907
- width: 100vw;
908
- }
909
- }
910
- & {
911
- $typeArr : min, max;
912
- @each $type in $typeArr {
913
- &#{ $type } {
914
- $dirArr : height, width;
915
- @each $dir in $dirArr {
916
- $_dir : _;
917
- @if $dir ==height {
918
- $_dir : h;
919
- }
920
- @else if $dir ==width {
921
- $_dir : w;
922
- }
923
- &#{ $_dir } {
924
- &0#{ $DS } {
925
- #{ $type }-#{ $dir }: 0;
926
- }
927
- &1#{ $DS } {
928
- #{ $type }-#{ $dir }: 100%;
929
- }
930
- &unset#{ $DS } {
931
- #{ $type }-#{ $dir }: unset !important;
932
- }
933
- &viewHeight#{ $DS } {
934
- #{ $type }-#{ $dir }: $viewHeight;
935
- }
936
- &topNavigationHeight#{ $DS } {
937
- #{ $type }-#{ $dir }: $topNavigationHeight;
938
- }
939
- &sideNavigationHeight#{ $DS } {
940
- #{ $type }-#{ $dir }: $sideNavigationHeight;
941
- }
942
- &contentHeight#{ $DS } {
943
- #{ $type }-#{ $dir }: $contentHeight;
944
- }
945
- }
946
- }
947
- }
948
- }
949
- }
950
- &trnst {
951
- &none#{ $DS } {
952
- transition: 0s;
953
- }
954
- &short#{ $DS } {
955
- transition: $animation-time-short;
956
- }
957
- &middle#{ $DS } {
958
- transition: $animation-time-middle;
959
- }
960
- &long#{ $DS } {
961
- transition: $animation-time-long;
962
- }
963
- }
964
- &op {
965
- &trans#{ $DS } {
966
- opacity: 0;
967
- }
968
- &few#{ $DS } {
969
- opacity: .15;
970
- }
971
- &low#{ $DS } {
972
- opacity: .3;
973
- }
974
- &middle#{ $DS } {
975
- opacity: .6;
976
- }
977
- &high#{ $DS } {
978
- opacity: .75;
979
- }
980
- &most#{ $DS } {
981
- opacity: 1;
982
- }
983
- }
984
- }
985
- .amotf_ {
986
- @include UniStyles('');
987
- &h {
988
- @include UniStyles(':hover');
989
- }
990
- &f {
991
- @include UniStyles(':focus');
992
- }
993
- &a {
994
- @include UniStyles(':active');
995
- }
996
- &bk {
997
- @media (max-width : $breakPoint ) {
998
- @include UniStyles('');
999
- }
1000
- }
1001
- }
1002
- .ss {
1003
- &LastChildLossBorder_ {
1004
- &bottom {
1005
- > * {
1006
- &:last-child {
1007
- border-bottom: unset !important;
1008
- }
1009
- }
1010
- }
1011
- &right {
1012
- > * {
1013
- &:last-child {
1014
- border-right: unset !important;
1015
- }
1016
- }
1017
- }
1018
- }
1019
- &Pushable {
1020
- cursor: pointer;
1021
- &:hover, &:focus {
1022
- background-color: $color-layer2;
1023
- }
1024
- &:active {
1025
- background-color: $color-layer3;
1026
- }
1027
- }
1028
- }