@materializecss/materialize 1.2.0 → 1.2.2

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 (82) hide show
  1. package/Gruntfile.js +722 -712
  2. package/LICENSE +21 -21
  3. package/README.md +91 -91
  4. package/dist/css/materialize.css +78 -137
  5. package/dist/css/materialize.min.css +12 -12
  6. package/dist/js/materialize.js +1502 -1378
  7. package/dist/js/materialize.min.js +6 -6
  8. package/extras/noUiSlider/nouislider.css +403 -403
  9. package/extras/noUiSlider/nouislider.js +2147 -2147
  10. package/js/anime.min.js +34 -34
  11. package/js/autocomplete.js +479 -479
  12. package/js/buttons.js +354 -354
  13. package/js/cards.js +40 -40
  14. package/js/carousel.js +732 -732
  15. package/js/cash.js +960 -960
  16. package/js/characterCounter.js +136 -136
  17. package/js/chips.js +486 -486
  18. package/js/collapsible.js +275 -275
  19. package/js/component.js +44 -44
  20. package/js/datepicker.js +983 -983
  21. package/js/dropdown.js +669 -669
  22. package/js/forms.js +285 -285
  23. package/js/global.js +428 -428
  24. package/js/materialbox.js +453 -453
  25. package/js/modal.js +382 -382
  26. package/js/parallax.js +138 -138
  27. package/js/pushpin.js +148 -148
  28. package/js/range.js +263 -263
  29. package/js/scrollspy.js +295 -295
  30. package/js/select.js +391 -391
  31. package/js/sidenav.js +583 -583
  32. package/js/slider.js +497 -359
  33. package/js/tabs.js +402 -402
  34. package/js/tapTarget.js +315 -315
  35. package/js/timepicker.js +712 -712
  36. package/js/toasts.js +325 -325
  37. package/js/tooltip.js +320 -320
  38. package/js/waves.js +614 -614
  39. package/package.json +87 -84
  40. package/sass/components/_badges.scss +55 -55
  41. package/sass/components/_buttons.scss +322 -322
  42. package/sass/components/_cards.scss +195 -195
  43. package/sass/components/_carousel.scss +90 -90
  44. package/sass/components/_chips.scss +96 -96
  45. package/sass/components/_collapsible.scss +91 -91
  46. package/sass/components/_collection.scss +106 -106
  47. package/sass/components/_color-classes.scss +32 -32
  48. package/sass/components/_color-variables.scss +370 -370
  49. package/sass/components/_datepicker.scss +191 -191
  50. package/sass/components/_dropdown.scss +84 -84
  51. package/sass/components/_global.scss +646 -646
  52. package/sass/components/_grid.scss +158 -158
  53. package/sass/components/_icons-material-design.scss +5 -5
  54. package/sass/components/_materialbox.scss +42 -42
  55. package/sass/components/_modal.scss +97 -97
  56. package/sass/components/_navbar.scss +208 -208
  57. package/sass/components/_normalize.scss +447 -447
  58. package/sass/components/_preloader.scss +334 -334
  59. package/sass/components/_pulse.scss +34 -34
  60. package/sass/components/_sidenav.scss +214 -214
  61. package/sass/components/_slider.scss +100 -91
  62. package/sass/components/_table_of_contents.scss +33 -33
  63. package/sass/components/_tabs.scss +99 -99
  64. package/sass/components/_tapTarget.scss +103 -103
  65. package/sass/components/_timepicker.scss +199 -199
  66. package/sass/components/_toast.scss +58 -58
  67. package/sass/components/_tooltip.scss +32 -32
  68. package/sass/components/_transitions.scss +12 -12
  69. package/sass/components/_typography.scss +62 -62
  70. package/sass/components/_variables.scss +352 -352
  71. package/sass/components/_waves.scss +187 -187
  72. package/sass/components/forms/_checkboxes.scss +200 -200
  73. package/sass/components/forms/_file-input.scss +44 -44
  74. package/sass/components/forms/_forms.scss +22 -22
  75. package/sass/components/forms/_input-fields.scss +388 -388
  76. package/sass/components/forms/_radio-buttons.scss +115 -115
  77. package/sass/components/forms/_range.scss +161 -161
  78. package/sass/components/forms/_select.scss +199 -199
  79. package/sass/components/forms/_switches.scss +91 -91
  80. package/sass/materialize.scss +42 -42
  81. package/sass/_style.scss +0 -929
  82. package/sass/ghpages-materialize.scss +0 -7
@@ -1,62 +1,62 @@
1
-
2
- @use "sass:math";
3
-
4
- a {
5
- text-decoration: none;
6
- }
7
-
8
- html{
9
- line-height: 1.5;
10
-
11
- @media only screen and (min-width: 0) {
12
- font-size: 14px;
13
- }
14
-
15
- @media only screen and (min-width: $medium-screen-up) {
16
- font-size: 14.5px;
17
- }
18
-
19
- @media only screen and (min-width: $large-screen-up) {
20
- font-size: 15px;
21
- }
22
-
23
- font-family: $font-stack;
24
- font-weight: normal;
25
- color: $off-black;
26
- }
27
- h1, h2, h3, h4, h5, h6 {
28
- font-weight: 400;
29
- line-height: 1.3;
30
- }
31
-
32
- // Header Styles
33
- h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
34
- h1 { font-size: $h1-fontsize; line-height: 110%; margin: math.div($h1-fontsize, 1.5) 0 math.div($h1-fontsize, 2.5) 0;}
35
- h2 { font-size: $h2-fontsize; line-height: 110%; margin: math.div($h2-fontsize, 1.5) 0 math.div($h2-fontsize, 2.5) 0;}
36
- h3 { font-size: $h3-fontsize; line-height: 110%; margin: math.div($h3-fontsize, 1.5) 0 math.div($h3-fontsize, 2.5) 0;}
37
- h4 { font-size: $h4-fontsize; line-height: 110%; margin: math.div($h4-fontsize, 1.5) 0 math.div($h4-fontsize, 2.5) 0;}
38
- h5 { font-size: $h5-fontsize; line-height: 110%; margin: math.div($h5-fontsize, 1.5) 0 math.div($h5-fontsize, 2.5) 0;}
39
- h6 { font-size: $h6-fontsize; line-height: 110%; margin: math.div($h6-fontsize, 1.5) 0 math.div($h6-fontsize, 2.5) 0;}
40
-
41
- // Text Styles
42
- em { font-style: italic; }
43
- strong { font-weight: 500; }
44
- small { font-size: 75%; }
45
- .light { font-weight: 300; }
46
- .thin { font-weight: 200; }
47
-
48
-
49
- .flow-text{
50
- $i: 0;
51
- @while $i <= $intervals {
52
- @media only screen and (min-width : 360 + ($i * $interval-size)) {
53
- font-size: 1.2rem * (1 + (.02 * $i));
54
- }
55
- $i: $i + 1;
56
- }
57
-
58
- // Handle below 360px screen
59
- @media only screen and (max-width: 360px) {
60
- font-size: 1.2rem;
61
- }
62
- }
1
+
2
+ @use "sass:math";
3
+
4
+ a {
5
+ text-decoration: none;
6
+ }
7
+
8
+ html{
9
+ line-height: 1.5;
10
+
11
+ @media only screen and (min-width: 0) {
12
+ font-size: 14px;
13
+ }
14
+
15
+ @media only screen and (min-width: $medium-screen-up) {
16
+ font-size: 14.5px;
17
+ }
18
+
19
+ @media only screen and (min-width: $large-screen-up) {
20
+ font-size: 15px;
21
+ }
22
+
23
+ font-family: $font-stack;
24
+ font-weight: normal;
25
+ color: $off-black;
26
+ }
27
+ h1, h2, h3, h4, h5, h6 {
28
+ font-weight: 400;
29
+ line-height: 1.3;
30
+ }
31
+
32
+ // Header Styles
33
+ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
34
+ h1 { font-size: $h1-fontsize; line-height: 110%; margin: math.div($h1-fontsize, 1.5) 0 math.div($h1-fontsize, 2.5) 0;}
35
+ h2 { font-size: $h2-fontsize; line-height: 110%; margin: math.div($h2-fontsize, 1.5) 0 math.div($h2-fontsize, 2.5) 0;}
36
+ h3 { font-size: $h3-fontsize; line-height: 110%; margin: math.div($h3-fontsize, 1.5) 0 math.div($h3-fontsize, 2.5) 0;}
37
+ h4 { font-size: $h4-fontsize; line-height: 110%; margin: math.div($h4-fontsize, 1.5) 0 math.div($h4-fontsize, 2.5) 0;}
38
+ h5 { font-size: $h5-fontsize; line-height: 110%; margin: math.div($h5-fontsize, 1.5) 0 math.div($h5-fontsize, 2.5) 0;}
39
+ h6 { font-size: $h6-fontsize; line-height: 110%; margin: math.div($h6-fontsize, 1.5) 0 math.div($h6-fontsize, 2.5) 0;}
40
+
41
+ // Text Styles
42
+ em { font-style: italic; }
43
+ strong { font-weight: 500; }
44
+ small { font-size: 75%; }
45
+ .light { font-weight: 300; }
46
+ .thin { font-weight: 200; }
47
+
48
+
49
+ .flow-text{
50
+ $i: 0;
51
+ @while $i <= $intervals {
52
+ @media only screen and (min-width : 360 + ($i * $interval-size)) {
53
+ font-size: 1.2rem * (1 + (.02 * $i));
54
+ }
55
+ $i: $i + 1;
56
+ }
57
+
58
+ // Handle below 360px screen
59
+ @media only screen and (max-width: 360px) {
60
+ font-size: 1.2rem;
61
+ }
62
+ }