@rolster/styles-foundations 1.0.1 → 1.0.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 (59) hide show
  1. package/dist/rolster-styles.css +1661 -822
  2. package/dist/rolster-styles.min.css +1 -1
  3. package/dist/rolster-styles.rtl.css +1661 -822
  4. package/dist/rolster-styles.rtl.min.css +1 -1
  5. package/package.json +33 -33
  6. package/readme.md +13 -13
  7. package/scss/_rolster-components.scss +61 -9
  8. package/scss/_rolster-foundations.scss +13 -13
  9. package/scss/_rolster-styles.scss +10 -10
  10. package/scss/_rolster-utilities.scss +13 -13
  11. package/scss/components/_app.scss +11 -10
  12. package/scss/components/_box-field.scss +32 -35
  13. package/scss/components/_data-table.scss +263 -0
  14. package/scss/components/_form.scss +30 -0
  15. package/scss/components/_list-field.scss +253 -0
  16. package/scss/foundations/_themes-foundations.scss +103 -103
  17. package/scss/utilities/_colors-utilities.scss +54 -54
  18. package/scss/utilities/_layout-utilities.scss +314 -314
  19. package/scss/utilities/_normalize-utilities.scss +2 -2
  20. package/scss/utilities/_themes-utilities.scss +42 -42
  21. package/scss/utilities/_typographics-utilities.scss +87 -359
  22. package/fonts/fabric/_fabric.-settings.scss +0 -66
  23. package/fonts/fabric/_fabric.scss +0 -69
  24. package/fonts/fabric/fabric-bold.otf +0 -0
  25. package/fonts/fabric/fabric-light.otf +0 -0
  26. package/fonts/fabric/fabric-regular.otf +0 -0
  27. package/fonts/fabric/fabric-semibold.otf +0 -0
  28. package/fonts/fabric/fabric.css +0 -122
  29. package/fonts/mona-sans/_mona-sans-settings.scss +0 -62
  30. package/fonts/mona-sans/_mona-sans.scss +0 -69
  31. package/fonts/mona-sans/mona-sans-bold.woff +0 -0
  32. package/fonts/mona-sans/mona-sans-light.woff +0 -0
  33. package/fonts/mona-sans/mona-sans-medium.woff +0 -0
  34. package/fonts/mona-sans/mona-sans-regular.woff +0 -0
  35. package/fonts/mona-sans/mona-sans-semibold.woff +0 -0
  36. package/fonts/mona-sans/mona-sans.css +0 -118
  37. package/fonts/poppins/_poppins-settings.scss +0 -62
  38. package/fonts/poppins/_poppins.scss +0 -69
  39. package/fonts/poppins/poppins-bold.woff2 +0 -0
  40. package/fonts/poppins/poppins-light.woff2 +0 -0
  41. package/fonts/poppins/poppins-medium.woff2 +0 -0
  42. package/fonts/poppins/poppins-regular.woff2 +0 -0
  43. package/fonts/poppins/poppins-semibold.woff2 +0 -0
  44. package/fonts/poppins/poppins.css +0 -118
  45. package/fonts/space-grotesk/_space-grotesk-settings.scss +0 -62
  46. package/fonts/space-grotesk/_space-grotesk.scss +0 -69
  47. package/fonts/space-grotesk/space-grotesk-bold.woff +0 -0
  48. package/fonts/space-grotesk/space-grotesk-light.woff +0 -0
  49. package/fonts/space-grotesk/space-grotesk-medium.woff +0 -0
  50. package/fonts/space-grotesk/space-grotesk-regular.woff +0 -0
  51. package/fonts/space-grotesk/space-grotesk-semibold.woff +0 -0
  52. package/fonts/space-grotesk/space-grotesk.css +0 -118
  53. package/icons/_rolster-settings.scss +0 -763
  54. package/icons/_rolster.scss +0 -18
  55. package/icons/rolster-icons.eot +0 -0
  56. package/icons/rolster-icons.svg +0 -258
  57. package/icons/rolster-icons.ttf +0 -0
  58. package/icons/rolster-icons.woff +0 -0
  59. package/icons/rolster.css +0 -768
@@ -1,69 +0,0 @@
1
- // Rolster Technology Fonts SpaceGrotesk
2
- // v1.0.0
3
- // @license MIT
4
- // Author: Rolster Developers
5
- // Created: 03/Mar/2018
6
- // Updated: 13/Abr/2023
7
-
8
- @font-face {
9
- font-family: -rolster-system-font;
10
- font-style: normal;
11
- font-weight: 100;
12
- src: url('space-grotesk-light.woff') format('woff');
13
- }
14
-
15
- @font-face {
16
- font-family: -rolster-system-font;
17
- font-style: normal;
18
- font-weight: 200;
19
- src: url('space-grotesk-light.woff') format('woff');
20
- }
21
-
22
- @font-face {
23
- font-family: -rolster-system-font;
24
- font-style: normal;
25
- font-weight: 300;
26
- src: url('space-grotesk-light.woff') format('woff');
27
- }
28
-
29
- @font-face {
30
- font-family: -rolster-system-font;
31
- font-style: normal;
32
- font-weight: 400;
33
- src: url('space-grotesk-regular.woff') format('woff');
34
- }
35
-
36
- @font-face {
37
- font-family: -rolster-system-font;
38
- font-style: normal;
39
- font-weight: 500;
40
- src: url('space-grotesk-medium.woff') format('woff');
41
- }
42
-
43
- @font-face {
44
- font-family: -rolster-system-font;
45
- font-style: normal;
46
- font-weight: 600;
47
- src: url('space-grotesk-semibold.woff') format('woff');
48
- }
49
-
50
- @font-face {
51
- font-family: -rolster-system-font;
52
- font-style: normal;
53
- font-weight: 700;
54
- src: url('space-grotesk-bold.woff') format('woff');
55
- }
56
-
57
- @font-face {
58
- font-family: -rolster-system-font;
59
- font-style: normal;
60
- font-weight: 800;
61
- src: url('space-grotesk-bold.woff') format('woff');
62
- }
63
-
64
- @font-face {
65
- font-family: -rolster-system-font;
66
- font-style: normal;
67
- font-weight: 900;
68
- src: url('space-grotesk-bold.woff') format('woff');
69
- }
@@ -1,118 +0,0 @@
1
- @font-face {
2
- font-family: -rolster-system-font;
3
- font-style: normal;
4
- font-weight: 100;
5
- src: url('space-grotesk-light.woff') format('woff');
6
- }
7
-
8
- @font-face {
9
- font-family: -rolster-system-font;
10
- font-style: normal;
11
- font-weight: 200;
12
- src: url('space-grotesk-light.woff') format('woff');
13
- }
14
-
15
- @font-face {
16
- font-family: -rolster-system-font;
17
- font-style: normal;
18
- font-weight: 300;
19
- src: url('space-grotesk-light.woff') format('woff');
20
- }
21
-
22
- @font-face {
23
- font-family: -rolster-system-font;
24
- font-style: normal;
25
- font-weight: 400;
26
- src: url('space-grotesk-regular.woff') format('woff');
27
- }
28
-
29
- @font-face {
30
- font-family: -rolster-system-font;
31
- font-style: normal;
32
- font-weight: 500;
33
- src: url('space-grotesk-medium.woff') format('woff');
34
- }
35
-
36
- @font-face {
37
- font-family: -rolster-system-font;
38
- font-style: normal;
39
- font-weight: 600;
40
- src: url('space-grotesk-semibold.woff') format('woff');
41
- }
42
-
43
- @font-face {
44
- font-family: -rolster-system-font;
45
- font-style: normal;
46
- font-weight: 700;
47
- src: url('space-grotesk-bold.woff') format('woff');
48
- }
49
-
50
- @font-face {
51
- font-family: -rolster-system-font;
52
- font-style: normal;
53
- font-weight: 800;
54
- src: url('space-grotesk-bold.woff') format('woff');
55
- }
56
-
57
- @font-face {
58
- font-family: -rolster-system-font;
59
- font-style: normal;
60
- font-weight: 900;
61
- src: url('space-grotesk-bold.woff') format('woff');
62
- }
63
-
64
- :root {
65
- --rolster-font-size: 16px;
66
-
67
- --heading-1-size: 2rem;
68
- --heading-1-letter-spacing: 0em;
69
- --heading-1-line-height: 2.275rem;
70
-
71
- --heading-2-size: 1.75rem;
72
- --heading-2-letter-spacing: 0.02em;
73
- --heading-2-line-height: 1.925rem;
74
-
75
- --heading-3-size: 1.5rem;
76
- --heading-3-letter-spacing: 0.05em;
77
- --heading-3-line-height: 1.825rem;
78
-
79
- --heading-4-size: 1.375rem;
80
- --heading-4-letter-spacing: 0.05em;
81
- --heading-4-line-height: 1.675rem;
82
-
83
- --heading-5-size: 1.25rem;
84
- --heading-5-letter-spacing: 0.05em;
85
- --heading-5-line-height: 1.575rem;
86
-
87
- --heading-6-size: 1.15rem;
88
- --heading-6-letter-spacing: 0.05em;
89
- --heading-6-line-height: 1.325rem;
90
-
91
- --title-size: 1.125rem;
92
- --title-letter-spacing: 0.03em;
93
- --title-line-height: 1.25rem;
94
-
95
- --subtitle-size: 1.075rem;
96
- --subtitle-letter-spacing: 0.03em;
97
- --subtitle-line-height: 1.175rem;
98
-
99
- --body-size: 1rem;
100
- --body-letter-spacing: 0.03em;
101
- --body-line-height: 1.125rem;
102
-
103
- --label-size: 0.875rem;
104
- --label-letter-spacing: 0.05em;
105
- --label-line-height: 1.025rem;
106
-
107
- --smalltext-size: 0.75rem;
108
- --smalltext-letter-spacing: 0.07em;
109
- --smalltext-line-height: 1rem;
110
-
111
- --caption-size: 0.7375rem;
112
- --caption-letter-spacing: 0.07em;
113
- --caption-line-height: 1rem;
114
-
115
- --overline-size: 0.675rem;
116
- --overline-letter-spacing: 0.1em;
117
- --overline-line-height: 1rem;
118
- }