@wavemaker/foundation-css 11.10.0-next.25079

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 (44) hide show
  1. foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.eot +0 -0
  2. foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.svg +686 -0
  3. foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.ttf +0 -0
  4. foundation-css/foundation/fonts/icons/fontawesome/fontawesome-webfont.woff +0 -0
  5. foundation-css/foundation/fonts/icons/material/materialicon.eot +0 -0
  6. foundation-css/foundation/fonts/icons/material/materialicon.svg +97 -0
  7. foundation-css/foundation/fonts/icons/material/materialicon.ttf +0 -0
  8. foundation-css/foundation/fonts/icons/material/materialicon.woff +0 -0
  9. foundation-css/foundation/fonts/icons/summernote/summernote.eot +0 -0
  10. foundation-css/foundation/fonts/icons/summernote/summernote.svg +63 -0
  11. foundation-css/foundation/fonts/icons/summernote/summernote.ttf +0 -0
  12. foundation-css/foundation/fonts/icons/summernote/summernote.woff +0 -0
  13. foundation-css/foundation/fonts/icons/wavicon/wavicon.eot +0 -0
  14. foundation-css/foundation/fonts/icons/wavicon/wavicon.svg +1160 -0
  15. foundation-css/foundation/fonts/icons/wavicon/wavicon.ttf +0 -0
  16. foundation-css/foundation/fonts/icons/wavicon/wavicon.woff +0 -0
  17. foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.eot +0 -0
  18. foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.svg +244 -0
  19. foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.ttf +0 -0
  20. foundation-css/foundation/fonts/icons/wm-streamline-light/wm-streamline-light-icon.woff +0 -0
  21. foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.eot +0 -0
  22. foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.svg +216 -0
  23. foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.ttf +0 -0
  24. foundation-css/foundation/fonts/icons/wm-streamline-regular/wm-streamline-regular-icon.woff +0 -0
  25. foundation-css/foundation/foundation.css +24748 -0
  26. foundation-css/foundation/foundation.min.css +1 -0
  27. foundation-css/index.d.ts +30 -0
  28. foundation-css/index.js +46 -0
  29. foundation-css/npm-shrinkwrap.json +2657 -0
  30. foundation-css/package-lock.json +2657 -0
  31. foundation-css/package.json +30 -0
  32. foundation-css/tokens/primitives/border/border.json +10 -0
  33. foundation-css/tokens/primitives/colors/color.dark.json +124 -0
  34. foundation-css/tokens/primitives/colors/color.json +163 -0
  35. foundation-css/tokens/primitives/colors/color.light.json +1 -0
  36. foundation-css/tokens/primitives/font/font.json +20 -0
  37. foundation-css/tokens/primitives/radius/radius.json +14 -0
  38. foundation-css/tokens/primitives/space/space.json +57 -0
  39. foundation-css/tokens/primitives/spacer/spacer.json +45 -0
  40. foundation-css/tokens/semantics/box-shadow/box-shadow.json +8 -0
  41. foundation-css/tokens/semantics/colors/color.json +948 -0
  42. foundation-css/tokens/semantics/font/font.json +113 -0
  43. foundation-css/tokens/semantics/icon/icon.json +39 -0
  44. foundation-css/tokens/semantics/opacity/opacity.json +7 -0
@@ -0,0 +1,113 @@
1
+ {
2
+ "display": {
3
+ "large": {
4
+ "font-family": { "value": "{font.family.brand.value}" },
5
+ "font-weight": { "value": "{font.weight.regular.value}" },
6
+ "font-size": { "value": "57px" },
7
+ "line-height": { "value": "64px" },
8
+ "letter-spacing": { "value": "-0.25px" }
9
+ },
10
+ "medium": {
11
+ "font-family": { "value": "{font.family.brand.value}" },
12
+ "font-weight": { "value": "{font.weight.regular.value}" },
13
+ "font-size": { "value": "45px" },
14
+ "line-height": { "value": "52px" },
15
+ "letter-spacing": { "value": "0px" }
16
+ },
17
+ "small": {
18
+ "font-family": { "value": "{font.family.brand.value}" },
19
+ "font-weight": { "value": "{font.weight.regular.value}" },
20
+ "font-size": { "value": "36px" },
21
+ "line-height": { "value": "44px" },
22
+ "letter-spacing": { "value": "0px" }
23
+ }
24
+ },
25
+ "h1": {
26
+ "font-family": { "value": "{font.family.brand.value}" },
27
+ "font-weight": { "value": "{font.weight.regular.value}" },
28
+ "font-size": { "value": "32px" },
29
+ "line-height": { "value": "40px" },
30
+ "letter-spacing": { "value": "0px" }
31
+ },
32
+ "h2": {
33
+ "font-family": { "value": "{font.family.brand.value}" },
34
+ "font-weight": { "value": "{font.weight.regular.value}" },
35
+ "font-size": { "value": "28px" },
36
+ "line-height": { "value": "36px" },
37
+ "letter-spacing": { "value": "0px" }
38
+ },
39
+ "h3": {
40
+ "font-family": { "value": "{font.family.brand.value}" },
41
+ "font-weight": { "value": "{font.weight.regular.value}" },
42
+ "font-size": { "value": "24px" },
43
+ "line-height": { "value": "32px" },
44
+ "letter-spacing": { "value": "0px" }
45
+ },
46
+ "h4": {
47
+ "font-family": { "value": "{font.family.brand.value}" },
48
+ "font-weight": { "value": "{font.weight.regular.value}" },
49
+ "font-size": { "value": "22px" },
50
+ "line-height": { "value": "28px" },
51
+ "letter-spacing": { "value": "0px" }
52
+ },
53
+ "h5": {
54
+ "font-family": { "value": "{font.family.brand.value}" },
55
+ "font-weight": { "value": "{font.weight.medium.value}" },
56
+ "font-size": { "value": "16px" },
57
+ "line-height": { "value": "24px" },
58
+ "letter-spacing": { "value": "0.15px" }
59
+ },
60
+ "h6": {
61
+ "font-family": { "value": "{font.family.brand.value}" },
62
+ "font-weight": { "value": "{font.weight.medium.value}" },
63
+ "font-size": { "value": "14px" },
64
+ "line-height": { "value": "20px" },
65
+ "letter-spacing": { "value": "0.1px" }
66
+ },
67
+ "label": {
68
+ "large": {
69
+ "font-family": { "value": "{font.family.brand.value}" },
70
+ "font-weight": { "value": "{font.weight.medium.value}" },
71
+ "font-size": { "value": "14px" },
72
+ "line-height": { "value": "20px" },
73
+ "letter-spacing": { "value": "0.1px" }
74
+ },
75
+ "medium": {
76
+ "font-family": { "value": "{font.family.brand.value}" },
77
+ "font-weight": { "value": "{font.weight.medium.value}" },
78
+ "font-size": { "value": "12px" },
79
+ "line-height": { "value": "16px" },
80
+ "letter-spacing": { "value": "0.5px" }
81
+ },
82
+ "small": {
83
+ "font-family": { "value": "{font.family.brand.value}" },
84
+ "font-weight": { "value": "{font.weight.medium.value}" },
85
+ "font-size": { "value": "11px" },
86
+ "line-height": { "value": "16px" },
87
+ "letter-spacing": { "value": "0.5px" }
88
+ }
89
+ },
90
+ "body": {
91
+ "large": {
92
+ "font-family": { "value": "{font.family.brand.value}" },
93
+ "font-weight": { "value": "{font.weight.regular.value}" },
94
+ "font-size": { "value": "16px" },
95
+ "line-height": { "value": "24px" },
96
+ "letter-spacing": { "value": "0.5px" }
97
+ },
98
+ "medium": {
99
+ "font-family": { "value": "{font.family.brand.value}" },
100
+ "font-weight": { "value": "{font.weight.regular.value}" },
101
+ "font-size": { "value": "14px" },
102
+ "line-height": { "value": "20px" },
103
+ "letter-spacing": { "value": "0.25px" }
104
+ },
105
+ "small": {
106
+ "font-family": { "value": "{font.family.brand.value}" },
107
+ "font-weight": { "value": "{font.weight.regular.value}" },
108
+ "font-size": { "value": "12px" },
109
+ "line-height": { "value": "16px" },
110
+ "letter-spacing": { "value": "0.4px" }
111
+ }
112
+ }
113
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "icon": {
3
+ "size": {
4
+ "@": { "value": "1.5rem" },
5
+ "xs": {
6
+ "value": "{icon.size.@.value}",
7
+ "attributes": { "comment": "0px", "multiple": "0.5" }
8
+ },
9
+ "sm": {
10
+ "value": "{icon.size.@.value}",
11
+ "attributes": { "comment": "0px", "multiple": "0.75" }
12
+ },
13
+ "md": {
14
+ "value": "{icon.size.@.value}",
15
+ "attributes": { "comment": "0px", "multiple": "1" }
16
+ },
17
+ "lg": {
18
+ "value": "{icon.size.@.value}",
19
+ "attributes": { "comment": "0px", "multiple": "1.25" }
20
+ },
21
+ "2x": {
22
+ "value": "{icon.size.@.value}",
23
+ "attributes": { "comment": "0px", "multiple": "1.5" }
24
+ },
25
+ "3x": {
26
+ "value": "{icon.size.@.value}",
27
+ "attributes": { "comment": "0px", "multiple": "1.75" }
28
+ },
29
+ "4x": {
30
+ "value": "{icon.size.@.value}",
31
+ "attributes": { "comment": "0px", "multiple": "2" }
32
+ },
33
+ "5x": {
34
+ "value": "{icon.size.@.value}",
35
+ "attributes": { "comment": "0px", "multiple": "2.25" }
36
+ }
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "opacity": {
3
+ "hover": { "value": "8%" },
4
+ "focus": { "value": "12%" },
5
+ "active": { "value": "16%" }
6
+ }
7
+ }