@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.
- package/package.json +10 -1
- package/scss/base/button.scss +1 -1
- package/scss/base/form.scss +1 -1
- package/scss/base/link.scss +1 -1
- package/scss/base/table.scss +1 -1
- package/scss/base.scss +1 -1
- package/scss/component/accordion.scss +1 -1
- package/scss/component/alert.scss +1 -1
- package/scss/component/card.scss +1 -1
- package/scss/component/carousel.scss +1 -1
- package/scss/component/input-group.scss +1 -1
- package/scss/component/list.scss +1 -1
- package/scss/component/menu.scss +1 -1
- package/scss/component/navigation.scss +1 -1
- package/scss/component.scss +1 -1
- package/scss/graupl.scss +1 -1
- package/scss/init.scss +1 -1
- package/scss/layout/columns.scss +1 -1
- package/scss/layout/container.scss +1 -1
- package/scss/layout/flex-columns.scss +1 -1
- package/scss/layout.scss +1 -1
- package/scss/normalize.scss +1 -1
- package/scss/state/focus.scss +1 -1
- package/scss/state.scss +1 -1
- package/scss/theme/color.scss +1 -1
- package/scss/theme/typography.scss +1 -1
- package/scss/theme.scss +1 -1
- package/scss/utilities/alignment.scss +1 -1
- package/scss/utilities/background.scss +1 -1
- package/scss/utilities/border.scss +1 -1
- package/scss/utilities/color.scss +1 -1
- package/scss/utilities/container.scss +1 -1
- package/scss/utilities/display.scss +1 -1
- package/scss/utilities/flex.scss +1 -1
- package/scss/utilities/gradient.scss +1 -1
- package/scss/utilities/height.scss +1 -1
- package/scss/utilities/inset.scss +1 -1
- package/scss/utilities/justification.scss +1 -1
- package/scss/utilities/list.scss +1 -1
- package/scss/utilities/order.scss +1 -1
- package/scss/utilities/position.scss +1 -1
- package/scss/utilities/ratio.scss +1 -1
- package/scss/utilities/spacing.scss +1 -1
- package/scss/utilities/typography.scss +1 -1
- package/scss/utilities/visibility.scss +1 -1
- package/scss/utilities/visually-hidden.scss +1 -1
- package/scss/utilities/width.scss +1 -1
- package/scss/utilities/z-index.scss +1 -1
- package/scss/utilities.scss +1 -1
- package/src/scss/_defaults.scss +1 -1
- package/src/scss/_index.scss +1 -1
- package/src/scss/_init.scss +1 -1
- package/src/scss/_normalize.scss +1 -1
- package/src/scss/_variables.scss +1 -1
- package/src/scss/base/_index.scss +1 -1
- package/src/scss/base/button/_defaults.scss +1 -1
- package/src/scss/base/button/_index.scss +1 -1
- package/src/scss/base/button/_mixins.scss +6 -1
- package/src/scss/base/button/_variables.scss +1 -1
- package/src/scss/base/form/_defaults.scss +1 -1
- package/src/scss/base/form/_index.scss +1 -1
- package/src/scss/base/form/_variables.scss +1 -1
- package/src/scss/base/link/_defaults.scss +1 -1
- package/src/scss/base/link/_index.scss +1 -1
- package/src/scss/base/link/_variables.scss +1 -1
- package/src/scss/base/table/_defaults.scss +1 -1
- package/src/scss/base/table/_index.scss +1 -1
- package/src/scss/base/table/_variables.scss +1 -1
- package/src/scss/component/_index.scss +1 -1
- package/src/scss/component/accordion/_defaults.scss +1 -1
- package/src/scss/component/accordion/_index.scss +1 -1
- package/src/scss/component/accordion/_variables.scss +1 -1
- package/src/scss/component/alert/_defaults.scss +1 -1
- package/src/scss/component/alert/_index.scss +1 -1
- package/src/scss/component/alert/_variables.scss +1 -1
- package/src/scss/component/card/_defaults.scss +1 -1
- package/src/scss/component/card/_index.scss +1 -1
- package/src/scss/component/card/_variables.scss +1 -1
- package/src/scss/component/carousel/_defaults.scss +1 -1
- package/src/scss/component/carousel/_index.scss +1 -1
- package/src/scss/component/carousel/_variables.scss +1 -1
- package/src/scss/component/input-group/_defaults.scss +1 -1
- package/src/scss/component/input-group/_index.scss +1 -1
- package/src/scss/component/input-group/_variables.scss +1 -1
- package/src/scss/component/list/_defaults.scss +1 -1
- package/src/scss/component/list/_index.scss +1 -1
- package/src/scss/component/list/_variables.scss +1 -1
- package/src/scss/component/menu/_defaults.scss +1 -1
- package/src/scss/component/menu/_index.scss +1 -1
- package/src/scss/component/menu/_variables.scss +1 -1
- package/src/scss/component/navigation/_defaults.scss +1 -1
- package/src/scss/component/navigation/_index.scss +1 -1
- package/src/scss/component/navigation/_variables.scss +1 -1
- package/src/scss/functions/_container.scss +1 -1
- package/src/scss/functions/_important.scss +1 -1
- package/src/scss/functions/_screen.scss +1 -1
- package/src/scss/functions/_theme.scss +1 -1
- package/src/scss/functions/_utility.scss +1 -1
- package/src/scss/layout/_index.scss +1 -1
- package/src/scss/layout/columns/_defaults.scss +1 -1
- package/src/scss/layout/columns/_index.scss +1 -1
- package/src/scss/layout/columns/_variables.scss +1 -1
- package/src/scss/layout/container/_defaults.scss +1 -1
- package/src/scss/layout/container/_index.scss +1 -1
- package/src/scss/layout/container/_variables.scss +1 -1
- package/src/scss/layout/flex-columns/_defaults.scss +1 -1
- package/src/scss/layout/flex-columns/_index.scss +1 -1
- package/src/scss/layout/flex-columns/_variables.scss +1 -1
- package/src/scss/mixins/_animation.scss +1 -1
- package/src/scss/mixins/_container.scss +1 -1
- package/src/scss/mixins/_layer.scss +1 -1
- package/src/scss/mixins/_screen.scss +1 -1
- package/src/scss/mixins/_state.scss +1 -1
- package/src/scss/mixins/_theme.scss +1 -1
- package/src/scss/mixins/_utility.scss +1 -1
- package/src/scss/mixins/_visually-hidden.scss +1 -1
- package/src/scss/state/_index.scss +1 -1
- package/src/scss/state/focus/_defaults.scss +1 -1
- package/src/scss/state/focus/_index.scss +1 -1
- package/src/scss/state/focus/_mixins.scss +1 -1
- package/src/scss/state/focus/_variables.scss +1 -1
- package/src/scss/theme/_index.scss +1 -1
- package/src/scss/theme/color/_defaults.scss +1 -1
- package/src/scss/theme/color/_index.scss +1 -1
- package/src/scss/theme/color/_variables.scss +1 -1
- package/src/scss/theme/typography/_defaults.scss +1 -1
- package/src/scss/theme/typography/_index.scss +1 -1
- package/src/scss/theme/typography/_variables.scss +1 -1
- package/src/scss/utilities/_index.scss +1 -1
- package/src/scss/utilities/_template/_defaults.scss +1 -1
- package/src/scss/utilities/_template/_index.scss +1 -1
- package/src/scss/utilities/_template/_variables.scss +1 -1
- package/src/scss/utilities/alignment/_defaults.scss +1 -1
- package/src/scss/utilities/alignment/_index.scss +1 -1
- package/src/scss/utilities/alignment/_variables.scss +1 -1
- package/src/scss/utilities/background/_defaults.scss +1 -1
- package/src/scss/utilities/background/_index.scss +1 -1
- package/src/scss/utilities/background/_variables.scss +1 -1
- package/src/scss/utilities/border/_defaults.scss +1 -1
- package/src/scss/utilities/border/_index.scss +1 -1
- package/src/scss/utilities/border/_variables.scss +1 -1
- package/src/scss/utilities/color/_defaults.scss +1 -1
- package/src/scss/utilities/color/_index.scss +1 -1
- package/src/scss/utilities/color/_variables.scss +1 -1
- package/src/scss/utilities/container/_defaults.scss +1 -1
- package/src/scss/utilities/container/_index.scss +1 -1
- package/src/scss/utilities/container/_variables.scss +1 -1
- package/src/scss/utilities/display/_defaults.scss +1 -1
- package/src/scss/utilities/display/_index.scss +1 -1
- package/src/scss/utilities/display/_variables.scss +1 -1
- package/src/scss/utilities/flex/_defaults.scss +1 -1
- package/src/scss/utilities/flex/_index.scss +1 -1
- package/src/scss/utilities/flex/_variables.scss +1 -1
- package/src/scss/utilities/gradient/_defaults.scss +1 -1
- package/src/scss/utilities/gradient/_index.scss +1 -1
- package/src/scss/utilities/gradient/_variables.scss +1 -1
- package/src/scss/utilities/height/_defaults.scss +1 -1
- package/src/scss/utilities/height/_index.scss +1 -1
- package/src/scss/utilities/height/_variables.scss +1 -1
- package/src/scss/utilities/inset/_defaults.scss +1 -1
- package/src/scss/utilities/inset/_index.scss +1 -1
- package/src/scss/utilities/inset/_variables.scss +1 -1
- package/src/scss/utilities/justification/_defaults.scss +1 -1
- package/src/scss/utilities/justification/_index.scss +1 -1
- package/src/scss/utilities/justification/_variables.scss +1 -1
- package/src/scss/utilities/list/_defaults.scss +1 -1
- package/src/scss/utilities/list/_index.scss +1 -1
- package/src/scss/utilities/list/_variables.scss +1 -1
- package/src/scss/utilities/order/_defaults.scss +1 -1
- package/src/scss/utilities/order/_index.scss +1 -1
- package/src/scss/utilities/order/_variables.scss +1 -1
- package/src/scss/utilities/position/_defaults.scss +1 -1
- package/src/scss/utilities/position/_index.scss +1 -1
- package/src/scss/utilities/position/_variables.scss +1 -1
- package/src/scss/utilities/ratio/_defaults.scss +1 -1
- package/src/scss/utilities/ratio/_index.scss +1 -1
- package/src/scss/utilities/ratio/_variables.scss +1 -1
- package/src/scss/utilities/spacing/_defaults.scss +1 -1
- package/src/scss/utilities/spacing/_index.scss +1 -1
- package/src/scss/utilities/spacing/_variables.scss +1 -1
- package/src/scss/utilities/typography/_defaults.scss +1 -1
- package/src/scss/utilities/typography/_index.scss +1 -1
- package/src/scss/utilities/typography/_variables.scss +1 -1
- package/src/scss/utilities/visibility/_defaults.scss +1 -1
- package/src/scss/utilities/visibility/_index.scss +1 -1
- package/src/scss/utilities/visibility/_variables.scss +1 -1
- package/src/scss/utilities/visually-hidden/_defaults.scss +1 -1
- package/src/scss/utilities/visually-hidden/_index.scss +1 -1
- package/src/scss/utilities/visually-hidden/_variables.scss +1 -1
- package/src/scss/utilities/width/_defaults.scss +1 -1
- package/src/scss/utilities/width/_index.scss +1 -1
- package/src/scss/utilities/width/_variables.scss +1 -1
- package/src/scss/utilities/z-index/_defaults.scss +1 -1
- package/src/scss/utilities/z-index/_index.scss +1 -1
- package/src/scss/utilities/z-index/_variables.scss +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @graupl/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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.
|