@gitlab/ui 79.4.1 → 80.0.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "79.4.1",
3
+ "version": "80.0.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -138,7 +138,7 @@
138
138
  "emoji-regex": "^10.0.0",
139
139
  "eslint": "8.57.0",
140
140
  "eslint-import-resolver-jest": "3.0.2",
141
- "eslint-plugin-cypress": "2.15.2",
141
+ "eslint-plugin-cypress": "3.0.0",
142
142
  "eslint-plugin-storybook": "0.8.0",
143
143
  "glob": "10.3.3",
144
144
  "identity-obj-proxy": "^3.0.0",
@@ -1,5 +1,5 @@
1
1
  The `presentation` property allows you to change between a stacked and tiled presentation style. It
2
- is only setup to accept `stacked` or `tiled` as values, the default value is `tiled`.
2
+ is only setup to accept `stacked` or `tiled` as values, the default value is `stacked`.
3
3
 
4
4
  The `stacked` presentation allows to view multiple series of the same stack as a single column,
5
5
  while `tiled` presents the information in multiple columns for each series of a stack.
@@ -6757,36 +6757,6 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
6757
6757
  margin-left: -#{$gl-spacing-scale-6} !important;
6758
6758
  margin-right: -#{$gl-spacing-scale-6} !important;
6759
6759
  }
6760
- .gl-gap-x-3 {
6761
- > * + * {
6762
- margin-left: #{$gl-spacing-scale-3};
6763
- }
6764
- }
6765
- .gl-gap-x-3\! {
6766
- > * + * {
6767
- margin-left: #{$gl-spacing-scale-3} !important;
6768
- }
6769
- }
6770
- .gl-gap-x-5 {
6771
- > * + * {
6772
- margin-left: #{$gl-spacing-scale-5};
6773
- }
6774
- }
6775
- .gl-gap-x-5\! {
6776
- > * + * {
6777
- margin-left: #{$gl-spacing-scale-5} !important;
6778
- }
6779
- }
6780
- .gl-gap-y-3 {
6781
- > * + * {
6782
- margin-top: #{$gl-spacing-scale-3};
6783
- }
6784
- }
6785
- .gl-gap-y-3\! {
6786
- > * + * {
6787
- margin-top: #{$gl-spacing-scale-3} !important;
6788
- }
6789
- }
6790
6760
  .gl-gap-1 {
6791
6761
  gap: $gl-spacing-scale-1;
6792
6762
  }
@@ -864,24 +864,6 @@
864
864
  * - Utilities should be refactored to use gap after dropping Safari 13.x support
865
865
  */
866
866
 
867
- @mixin gl-gap-x-3 {
868
- > * + * {
869
- margin-left: #{$gl-spacing-scale-3};
870
- }
871
- }
872
-
873
- @mixin gl-gap-x-5 {
874
- > * + * {
875
- margin-left: #{$gl-spacing-scale-5};
876
- }
877
- }
878
-
879
- @mixin gl-gap-y-3 {
880
- > * + * {
881
- margin-top: #{$gl-spacing-scale-3};
882
- }
883
- }
884
-
885
867
  @mixin gl-gap-1 {
886
868
  gap: $gl-spacing-scale-1;
887
869
  }
@@ -3,7 +3,7 @@
3
3
  "primary": {
4
4
  "$value": "#ececef",
5
5
  "$type": "color",
6
- "$description": "Use text.color.strong instead",
6
+ "$description": "Use text.color.default instead",
7
7
  "deprecated": true,
8
8
  "themeable": true
9
9
  },
@@ -3,7 +3,7 @@
3
3
  "primary": {
4
4
  "$value": "#333238",
5
5
  "$type": "color",
6
- "$description": "Use text.color.strong instead",
6
+ "$description": "Use text.color.default instead",
7
7
  "deprecated": true,
8
8
  "themeable": true
9
9
  },