@graupl/core 1.0.0-beta.8 → 1.0.0-beta.9

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 (195) hide show
  1. package/package.json +10 -1
  2. package/scss/base/button.scss +1 -1
  3. package/scss/base/form.scss +1 -1
  4. package/scss/base/link.scss +1 -1
  5. package/scss/base/table.scss +1 -1
  6. package/scss/base.scss +1 -1
  7. package/scss/component/accordion.scss +1 -1
  8. package/scss/component/alert.scss +1 -1
  9. package/scss/component/card.scss +1 -1
  10. package/scss/component/carousel.scss +1 -1
  11. package/scss/component/input-group.scss +1 -1
  12. package/scss/component/list.scss +1 -1
  13. package/scss/component/menu.scss +1 -1
  14. package/scss/component/navigation.scss +1 -1
  15. package/scss/component.scss +1 -1
  16. package/scss/graupl.scss +1 -1
  17. package/scss/init.scss +1 -1
  18. package/scss/layout/columns.scss +1 -1
  19. package/scss/layout/container.scss +1 -1
  20. package/scss/layout/flex-columns.scss +1 -1
  21. package/scss/layout.scss +1 -1
  22. package/scss/normalize.scss +1 -1
  23. package/scss/state/focus.scss +1 -1
  24. package/scss/state.scss +1 -1
  25. package/scss/theme/color.scss +1 -1
  26. package/scss/theme/typography.scss +1 -1
  27. package/scss/theme.scss +1 -1
  28. package/scss/utilities/alignment.scss +1 -1
  29. package/scss/utilities/background.scss +1 -1
  30. package/scss/utilities/border.scss +1 -1
  31. package/scss/utilities/color.scss +1 -1
  32. package/scss/utilities/container.scss +1 -1
  33. package/scss/utilities/display.scss +1 -1
  34. package/scss/utilities/flex.scss +1 -1
  35. package/scss/utilities/gradient.scss +1 -1
  36. package/scss/utilities/height.scss +1 -1
  37. package/scss/utilities/inset.scss +1 -1
  38. package/scss/utilities/justification.scss +1 -1
  39. package/scss/utilities/list.scss +1 -1
  40. package/scss/utilities/order.scss +1 -1
  41. package/scss/utilities/position.scss +1 -1
  42. package/scss/utilities/ratio.scss +1 -1
  43. package/scss/utilities/spacing.scss +1 -1
  44. package/scss/utilities/typography.scss +1 -1
  45. package/scss/utilities/visibility.scss +1 -1
  46. package/scss/utilities/visually-hidden.scss +1 -1
  47. package/scss/utilities/width.scss +1 -1
  48. package/scss/utilities/z-index.scss +1 -1
  49. package/scss/utilities.scss +1 -1
  50. package/src/scss/_defaults.scss +1 -1
  51. package/src/scss/_index.scss +1 -1
  52. package/src/scss/_init.scss +1 -1
  53. package/src/scss/_normalize.scss +1 -1
  54. package/src/scss/_variables.scss +1 -1
  55. package/src/scss/base/_index.scss +1 -1
  56. package/src/scss/base/button/_defaults.scss +1 -1
  57. package/src/scss/base/button/_index.scss +1 -1
  58. package/src/scss/base/button/_mixins.scss +6 -1
  59. package/src/scss/base/button/_variables.scss +1 -1
  60. package/src/scss/base/form/_defaults.scss +1 -1
  61. package/src/scss/base/form/_index.scss +1 -1
  62. package/src/scss/base/form/_variables.scss +1 -1
  63. package/src/scss/base/link/_defaults.scss +1 -1
  64. package/src/scss/base/link/_index.scss +1 -1
  65. package/src/scss/base/link/_variables.scss +1 -1
  66. package/src/scss/base/table/_defaults.scss +1 -1
  67. package/src/scss/base/table/_index.scss +1 -1
  68. package/src/scss/base/table/_variables.scss +1 -1
  69. package/src/scss/component/_index.scss +1 -1
  70. package/src/scss/component/accordion/_defaults.scss +1 -1
  71. package/src/scss/component/accordion/_index.scss +1 -1
  72. package/src/scss/component/accordion/_variables.scss +1 -1
  73. package/src/scss/component/alert/_defaults.scss +1 -1
  74. package/src/scss/component/alert/_index.scss +1 -1
  75. package/src/scss/component/alert/_variables.scss +1 -1
  76. package/src/scss/component/card/_defaults.scss +1 -1
  77. package/src/scss/component/card/_index.scss +1 -1
  78. package/src/scss/component/card/_variables.scss +1 -1
  79. package/src/scss/component/carousel/_defaults.scss +1 -1
  80. package/src/scss/component/carousel/_index.scss +1 -1
  81. package/src/scss/component/carousel/_variables.scss +1 -1
  82. package/src/scss/component/input-group/_defaults.scss +1 -1
  83. package/src/scss/component/input-group/_index.scss +1 -1
  84. package/src/scss/component/input-group/_variables.scss +1 -1
  85. package/src/scss/component/list/_defaults.scss +1 -1
  86. package/src/scss/component/list/_index.scss +1 -1
  87. package/src/scss/component/list/_variables.scss +1 -1
  88. package/src/scss/component/menu/_defaults.scss +1 -1
  89. package/src/scss/component/menu/_index.scss +1 -1
  90. package/src/scss/component/menu/_variables.scss +1 -1
  91. package/src/scss/component/navigation/_defaults.scss +1 -1
  92. package/src/scss/component/navigation/_index.scss +1 -1
  93. package/src/scss/component/navigation/_variables.scss +1 -1
  94. package/src/scss/functions/_container.scss +1 -1
  95. package/src/scss/functions/_important.scss +1 -1
  96. package/src/scss/functions/_screen.scss +1 -1
  97. package/src/scss/functions/_theme.scss +1 -1
  98. package/src/scss/functions/_utility.scss +1 -1
  99. package/src/scss/layout/_index.scss +1 -1
  100. package/src/scss/layout/columns/_defaults.scss +1 -1
  101. package/src/scss/layout/columns/_index.scss +1 -1
  102. package/src/scss/layout/columns/_variables.scss +1 -1
  103. package/src/scss/layout/container/_defaults.scss +1 -1
  104. package/src/scss/layout/container/_index.scss +1 -1
  105. package/src/scss/layout/container/_variables.scss +1 -1
  106. package/src/scss/layout/flex-columns/_defaults.scss +1 -1
  107. package/src/scss/layout/flex-columns/_index.scss +1 -1
  108. package/src/scss/layout/flex-columns/_variables.scss +1 -1
  109. package/src/scss/mixins/_animation.scss +1 -1
  110. package/src/scss/mixins/_container.scss +1 -1
  111. package/src/scss/mixins/_layer.scss +1 -1
  112. package/src/scss/mixins/_screen.scss +1 -1
  113. package/src/scss/mixins/_state.scss +1 -1
  114. package/src/scss/mixins/_theme.scss +1 -1
  115. package/src/scss/mixins/_utility.scss +1 -1
  116. package/src/scss/mixins/_visually-hidden.scss +1 -1
  117. package/src/scss/state/_index.scss +1 -1
  118. package/src/scss/state/focus/_defaults.scss +1 -1
  119. package/src/scss/state/focus/_index.scss +1 -1
  120. package/src/scss/state/focus/_mixins.scss +1 -1
  121. package/src/scss/state/focus/_variables.scss +1 -1
  122. package/src/scss/theme/_index.scss +1 -1
  123. package/src/scss/theme/color/_defaults.scss +1 -1
  124. package/src/scss/theme/color/_index.scss +1 -1
  125. package/src/scss/theme/color/_variables.scss +1 -1
  126. package/src/scss/theme/typography/_defaults.scss +1 -1
  127. package/src/scss/theme/typography/_index.scss +1 -1
  128. package/src/scss/theme/typography/_variables.scss +1 -1
  129. package/src/scss/utilities/_index.scss +1 -1
  130. package/src/scss/utilities/_template/_defaults.scss +1 -1
  131. package/src/scss/utilities/_template/_index.scss +1 -1
  132. package/src/scss/utilities/_template/_variables.scss +1 -1
  133. package/src/scss/utilities/alignment/_defaults.scss +1 -1
  134. package/src/scss/utilities/alignment/_index.scss +1 -1
  135. package/src/scss/utilities/alignment/_variables.scss +1 -1
  136. package/src/scss/utilities/background/_defaults.scss +1 -1
  137. package/src/scss/utilities/background/_index.scss +1 -1
  138. package/src/scss/utilities/background/_variables.scss +1 -1
  139. package/src/scss/utilities/border/_defaults.scss +1 -1
  140. package/src/scss/utilities/border/_index.scss +1 -1
  141. package/src/scss/utilities/border/_variables.scss +1 -1
  142. package/src/scss/utilities/color/_defaults.scss +1 -1
  143. package/src/scss/utilities/color/_index.scss +1 -1
  144. package/src/scss/utilities/color/_variables.scss +1 -1
  145. package/src/scss/utilities/container/_defaults.scss +1 -1
  146. package/src/scss/utilities/container/_index.scss +1 -1
  147. package/src/scss/utilities/container/_variables.scss +1 -1
  148. package/src/scss/utilities/display/_defaults.scss +1 -1
  149. package/src/scss/utilities/display/_index.scss +1 -1
  150. package/src/scss/utilities/display/_variables.scss +1 -1
  151. package/src/scss/utilities/flex/_defaults.scss +1 -1
  152. package/src/scss/utilities/flex/_index.scss +1 -1
  153. package/src/scss/utilities/flex/_variables.scss +1 -1
  154. package/src/scss/utilities/gradient/_defaults.scss +1 -1
  155. package/src/scss/utilities/gradient/_index.scss +1 -1
  156. package/src/scss/utilities/gradient/_variables.scss +1 -1
  157. package/src/scss/utilities/height/_defaults.scss +1 -1
  158. package/src/scss/utilities/height/_index.scss +1 -1
  159. package/src/scss/utilities/height/_variables.scss +1 -1
  160. package/src/scss/utilities/inset/_defaults.scss +1 -1
  161. package/src/scss/utilities/inset/_index.scss +1 -1
  162. package/src/scss/utilities/inset/_variables.scss +1 -1
  163. package/src/scss/utilities/justification/_defaults.scss +1 -1
  164. package/src/scss/utilities/justification/_index.scss +1 -1
  165. package/src/scss/utilities/justification/_variables.scss +1 -1
  166. package/src/scss/utilities/list/_defaults.scss +1 -1
  167. package/src/scss/utilities/list/_index.scss +1 -1
  168. package/src/scss/utilities/list/_variables.scss +1 -1
  169. package/src/scss/utilities/order/_defaults.scss +1 -1
  170. package/src/scss/utilities/order/_index.scss +1 -1
  171. package/src/scss/utilities/order/_variables.scss +1 -1
  172. package/src/scss/utilities/position/_defaults.scss +1 -1
  173. package/src/scss/utilities/position/_index.scss +1 -1
  174. package/src/scss/utilities/position/_variables.scss +1 -1
  175. package/src/scss/utilities/ratio/_defaults.scss +1 -1
  176. package/src/scss/utilities/ratio/_index.scss +1 -1
  177. package/src/scss/utilities/ratio/_variables.scss +1 -1
  178. package/src/scss/utilities/spacing/_defaults.scss +1 -1
  179. package/src/scss/utilities/spacing/_index.scss +1 -1
  180. package/src/scss/utilities/spacing/_variables.scss +1 -1
  181. package/src/scss/utilities/typography/_defaults.scss +1 -1
  182. package/src/scss/utilities/typography/_index.scss +1 -1
  183. package/src/scss/utilities/typography/_variables.scss +1 -1
  184. package/src/scss/utilities/visibility/_defaults.scss +1 -1
  185. package/src/scss/utilities/visibility/_index.scss +1 -1
  186. package/src/scss/utilities/visibility/_variables.scss +1 -1
  187. package/src/scss/utilities/visually-hidden/_defaults.scss +1 -1
  188. package/src/scss/utilities/visually-hidden/_index.scss +1 -1
  189. package/src/scss/utilities/visually-hidden/_variables.scss +1 -1
  190. package/src/scss/utilities/width/_defaults.scss +1 -1
  191. package/src/scss/utilities/width/_index.scss +1 -1
  192. package/src/scss/utilities/width/_variables.scss +1 -1
  193. package/src/scss/utilities/z-index/_defaults.scss +1 -1
  194. package/src/scss/utilities/z-index/_index.scss +1 -1
  195. package/src/scss/utilities/z-index/_variables.scss +1 -1
@@ -1,4 +1,4 @@
1
- // @graupl/graupl list component variables.
1
+ // @graupl/core list component variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl menu component default values.
1
+ // @graupl/core menu component default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl menu component styles.
1
+ // @graupl/core menu component styles.
2
2
 
3
3
  @use "defaults";
4
4
  @use "variables" as *;
@@ -1,4 +1,4 @@
1
- // @graupl/graupl menu component variables.
1
+ // @graupl/core menu component variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl navigation component default values.
1
+ // @graupl/core navigation component default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl navigation component styles.
1
+ // @graupl/core navigation component styles.
2
2
 
3
3
  @use "defaults";
4
4
  @use "variables" as *;
@@ -1,4 +1,4 @@
1
- // @graupl/graupl navigation component variables.
1
+ // @graupl/core navigation component variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container functions.
1
+ // @graupl/core container functions.
2
2
  //
3
3
  // A series of functions to determine ranges of container sizes.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl important functions.
1
+ // @graupl/core important functions.
2
2
  //
3
3
  // A function to determine if the !important flag should be added to a property.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl screen functions.
1
+ // @graupl/core screen functions.
2
2
  //
3
3
  // A series of functions to determine ranges of screen sizes.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl theme functions.
1
+ // @graupl/core theme functions.
2
2
  //
3
3
  // Functions to help with getting information about the theme.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl utility functions.
1
+ // @graupl/core utility functions.
2
2
  //
3
3
  // Functions to help generate utility classes.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl layout styles.
1
+ // @graupl/core layout styles.
2
2
 
3
3
  @forward "container";
4
4
  @forward "columns";
@@ -1,4 +1,4 @@
1
- // @graupl/graupl columns layout default values.
1
+ // @graupl/core columns layout default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl columns layout styles.
1
+ // @graupl/core columns layout styles.
2
2
  //
3
3
  // This module provides the layout styles for the columns component.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl columns layout variables.
1
+ // @graupl/core columns layout variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container layout default values.
1
+ // @graupl/core container layout default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container layout styles.
1
+ // @graupl/core container layout styles.
2
2
  //
3
3
  // This module provides the layout styles for the container component.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container layout variables.
1
+ // @graupl/core container layout variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl flex columns layout default values.
1
+ // @graupl/core flex columns layout default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl flex columns layout styles.
1
+ // @graupl/core flex columns layout styles.
2
2
  //
3
3
  // This module provides the layout styles for the flex columns component.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl flex columns layout variables.
1
+ // @graupl/core flex columns layout variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl animation media query mixins.
1
+ // @graupl/core animation media query mixins.
2
2
 
3
3
  // A media query for targeting users who have not requested reduced motion.
4
4
  @mixin on {
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container mixins.
1
+ // @graupl/core container mixins.
2
2
  //
3
3
  // A series of mixins to generate breakpoints.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl layer mixins.
1
+ // @graupl/core layer mixins.
2
2
  //
3
3
  // These should be used to define the layers of your components to ensure that
4
4
  // they are output in the correct order in the final compiled CSS.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl screen mixins.
1
+ // @graupl/core screen mixins.
2
2
  //
3
3
  // A series of mixins to generate breakpoints.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl state mixins.
1
+ // @graupl/core state mixins.
2
2
  //
3
3
  // A series of mixins to tie styles to a state.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl theme mixins.
1
+ // @graupl/core theme mixins.
2
2
  //
3
3
  // A series of mixins to tie styles to a theme-mode.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl utility mixins.
1
+ // @graupl/core utility mixins.
2
2
  //
3
3
  // Mixins to help generate utility classes.
4
4
 
@@ -1,4 +1,4 @@
1
- // @graupl/graupl visually hidden mixins.
1
+ // @graupl/core visually hidden mixins.
2
2
 
3
3
  @use "../functions/important";
4
4
 
@@ -1,3 +1,3 @@
1
- // @graupl/graupl state styles.
1
+ // @graupl/core state styles.
2
2
 
3
3
  @forward "focus";
@@ -1,4 +1,4 @@
1
- // @graupl/graupl focus state default values.
1
+ // @graupl/core focus state default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl focus state styles.
1
+ // @graupl/core focus state styles.
2
2
  //
3
3
  // This module provides the styles for Graupl's focus state.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl focus state mixins.
1
+ // @graupl/core focus state mixins.
2
2
 
3
3
  @use "variables" as *;
4
4
  @use "../../defaults" as root-defaults;
@@ -1,4 +1,4 @@
1
- // @graupl/graupl focus state variables.
1
+ // @graupl/core focus state variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl theme styles.
1
+ // @graupl/core theme styles.
2
2
 
3
3
  @forward "color";
4
4
  @forward "typography";
@@ -1,4 +1,4 @@
1
- // @graupl/graupl color theme default values.
1
+ // @graupl/core color theme default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl color theme styles.
1
+ // @graupl/core color theme styles.
2
2
 
3
3
  @use "../../defaults" as root-defaults;
4
4
  @use "../../mixins/layer" as *;
@@ -1,4 +1,4 @@
1
- // @graupl/graupl color theme variables.
1
+ // @graupl/core color theme variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl typography theme default values.
1
+ // @graupl/core typography theme default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl typography theme styles.
1
+ // @graupl/core typography theme styles.
2
2
 
3
3
  @use "variables" as *;
4
4
  @use "../../mixins/layer" as *;
@@ -1,4 +1,4 @@
1
- // @graupl/graupl typography theme variables.
1
+ // @graupl/core typography theme variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl utilities styles.
1
+ // @graupl/core utilities styles.
2
2
 
3
3
  @forward "alignment";
4
4
  @forward "background";
@@ -1,4 +1,4 @@
1
- // @graupl/graupl [_template] utilities default values.
1
+ // @graupl/core [_template] utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl [_template] utilities styles.
1
+ // @graupl/core [_template] utilities styles.
2
2
  //
3
3
  // This file generates the [_template] utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl [_template] utilities variables.
1
+ // @graupl/core [_template] utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl alignment utilities default values.
1
+ // @graupl/core alignment utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl alignment utilities styles.
1
+ // @graupl/core alignment utilities styles.
2
2
  //
3
3
  // This file generates the alignment utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl alignment utilities variables.
1
+ // @graupl/core alignment utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl background utilities default values.
1
+ // @graupl/core background utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl background utilities styles.
1
+ // @graupl/core background utilities styles.
2
2
  //
3
3
  // This file generates the background utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl background utilities variables.
1
+ // @graupl/core background utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl border utilities default values.
1
+ // @graupl/core border utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl border utilities styles.
1
+ // @graupl/core border utilities styles.
2
2
  //
3
3
  // This file generates the border utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl border utilities variables.
1
+ // @graupl/core border utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl color utilities default values.
1
+ // @graupl/core color utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl color utilities styles.
1
+ // @graupl/core color utilities styles.
2
2
  //
3
3
  // This file generates the color utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl color utilities variables.
1
+ // @graupl/core color utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container utilities default values.
1
+ // @graupl/core container utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl container utilities styles.
1
+ // @graupl/core container utilities styles.
2
2
  //
3
3
  // This file generates the container utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl Container utilities variables.
1
+ // @graupl/core Container utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl display utilities default values.
1
+ // @graupl/core display utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl display utilities styles.
1
+ // @graupl/core display utilities styles.
2
2
  //
3
3
  // This file generates the display utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl display utilities variables.
1
+ // @graupl/core display utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl flex utilities default values.
1
+ // @graupl/core flex utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl flex utilities styles.
1
+ // @graupl/core flex utilities styles.
2
2
  //
3
3
  // This file generates the flex utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl flex utilities variables.
1
+ // @graupl/core flex utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl gradient utilities default values.
1
+ // @graupl/core gradient utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl background utilities styles.
1
+ // @graupl/core background utilities styles.
2
2
  //
3
3
  // This file generates the gradient utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl gradient utilities variables.
1
+ // @graupl/core gradient utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl height utilities default values.
1
+ // @graupl/core height utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl height utilities styles.
1
+ // @graupl/core height utilities styles.
2
2
  //
3
3
  // This file generates the height utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl height utilities variables.
1
+ // @graupl/core height utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl inset utilities default values.
1
+ // @graupl/core inset utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl inset utilities styles.
1
+ // @graupl/core inset utilities styles.
2
2
  //
3
3
  // This file generates the inset utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl inset utilities variables.
1
+ // @graupl/core inset utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl justification utilities default values.
1
+ // @graupl/core justification utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl justification utilities styles.
1
+ // @graupl/core justification utilities styles.
2
2
  //
3
3
  // This file generates the justification utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl justification utilities variables.
1
+ // @graupl/core justification utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl list utilities default values.
1
+ // @graupl/core list utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl list utilities styles.
1
+ // @graupl/core list utilities styles.
2
2
  //
3
3
  // This file generates the list utility classes provided by Graupl.
4
4
  //
@@ -1,4 +1,4 @@
1
- // @graupl/graupl list utilities variables.
1
+ // @graupl/core list utilities variables.
2
2
  //
3
3
  // These values are to be used to directly style components and provide a
4
4
  // cleaner way to reference custom properties.
@@ -1,4 +1,4 @@
1
- // @graupl/graupl order utilities default values.
1
+ // @graupl/core order utilities default values.
2
2
  //
3
3
  // Generally, these should not be used directly when styling components unless a static value is needed.
4
4
  // They are mainly used to provide class selectors, fallbacks for custom properties, or loop values.