@gitlab/ui 43.20.0 → 44.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": "43.20.0",
3
+ "version": "44.0.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -77,11 +77,11 @@
77
77
  },
78
78
  "devDependencies": {
79
79
  "@arkweid/lefthook": "0.7.7",
80
- "@babel/core": "^7.19.1",
81
- "@babel/preset-env": "^7.19.1",
80
+ "@babel/core": "^7.19.3",
81
+ "@babel/preset-env": "^7.19.3",
82
82
  "@gitlab/eslint-plugin": "18.0.0",
83
83
  "@gitlab/stylelint-config": "4.1.0",
84
- "@gitlab/svgs": "3.3.0",
84
+ "@gitlab/svgs": "3.4.0",
85
85
  "@rollup/plugin-commonjs": "^11.1.0",
86
86
  "@rollup/plugin-node-resolve": "^7.1.3",
87
87
  "@rollup/plugin-replace": "^2.3.2",
@@ -102,9 +102,9 @@
102
102
  "babel-plugin-require-context-hook": "^1.0.0",
103
103
  "babel-preset-vue": "^2.0.2",
104
104
  "bootstrap": "4.5.3",
105
- "cypress": "^10.8.0",
105
+ "cypress": "^10.9.0",
106
106
  "emoji-regex": "^10.0.0",
107
- "eslint": "8.23.1",
107
+ "eslint": "8.24.0",
108
108
  "eslint-import-resolver-jest": "3.0.2",
109
109
  "eslint-plugin-cypress": "2.12.1",
110
110
  "eslint-plugin-storybook": "0.6.4",
@@ -112,9 +112,9 @@
112
112
  "glob": "^7.2.0",
113
113
  "identity-obj-proxy": "^3.0.0",
114
114
  "inquirer-select-directory": "^1.2.0",
115
- "jest": "^29.0.3",
116
- "jest-circus": "29.0.3",
117
- "jest-environment-jsdom": "29.0.3",
115
+ "jest": "^29.1.2",
116
+ "jest-circus": "29.1.2",
117
+ "jest-environment-jsdom": "29.1.2",
118
118
  "jest-serializer-vue": "^2.0.2",
119
119
  "markdownlint-cli": "^0.29.0",
120
120
  "mockdate": "^2.0.5",
@@ -3508,6 +3508,14 @@
3508
3508
  flex-basis: 33% !important;
3509
3509
  }
3510
3510
 
3511
+ .gl-flex-basis-two-thirds {
3512
+ flex-basis: 66%;
3513
+ }
3514
+
3515
+ .gl-flex-basis-two-thirds\! {
3516
+ flex-basis: 66% !important;
3517
+ }
3518
+
3511
3519
  .gl-flex-basis-half {
3512
3520
  flex-basis: 50%;
3513
3521
  }
@@ -6696,66 +6704,6 @@
6696
6704
  margin-top: $gl-spacing-scale-5 !important;
6697
6705
  }
6698
6706
  }
6699
- .gl-sm-pt-0 {
6700
- @include gl-media-breakpoint-down(sm) {
6701
- padding-top: 0;
6702
- }
6703
- }
6704
- .gl-sm-pt-0\! {
6705
- @include gl-media-breakpoint-down(sm) {
6706
- padding-top: 0 !important;
6707
- }
6708
- }
6709
- .gl-sm-pt-1 {
6710
- @include gl-media-breakpoint-down(sm) {
6711
- padding-top: $gl-spacing-scale-1;
6712
- }
6713
- }
6714
- .gl-sm-pt-1\! {
6715
- @include gl-media-breakpoint-down(sm) {
6716
- padding-top: $gl-spacing-scale-1 !important;
6717
- }
6718
- }
6719
- .gl-sm-pt-2 {
6720
- @include gl-media-breakpoint-down(sm) {
6721
- padding-top: $gl-spacing-scale-2;
6722
- }
6723
- }
6724
- .gl-sm-pt-2\! {
6725
- @include gl-media-breakpoint-down(sm) {
6726
- padding-top: $gl-spacing-scale-2 !important;
6727
- }
6728
- }
6729
- .gl-sm-pt-3 {
6730
- @include gl-media-breakpoint-down(sm) {
6731
- padding-top: $gl-spacing-scale-3;
6732
- }
6733
- }
6734
- .gl-sm-pt-3\! {
6735
- @include gl-media-breakpoint-down(sm) {
6736
- padding-top: $gl-spacing-scale-3 !important;
6737
- }
6738
- }
6739
- .gl-sm-pt-4 {
6740
- @include gl-media-breakpoint-down(sm) {
6741
- padding-top: $gl-spacing-scale-4;
6742
- }
6743
- }
6744
- .gl-sm-pt-4\! {
6745
- @include gl-media-breakpoint-down(sm) {
6746
- padding-top: $gl-spacing-scale-4 !important;
6747
- }
6748
- }
6749
- .gl-sm-pt-5 {
6750
- @include gl-media-breakpoint-down(sm) {
6751
- padding-top: $gl-spacing-scale-5;
6752
- }
6753
- }
6754
- .gl-sm-pt-5\! {
6755
- @include gl-media-breakpoint-down(sm) {
6756
- padding-top: $gl-spacing-scale-5 !important;
6757
- }
6758
- }
6759
6707
  .gl-sm-pr-0 {
6760
6708
  @include gl-media-breakpoint-down(sm) {
6761
6709
  padding-right: 0;
@@ -246,6 +246,10 @@
246
246
  flex-basis: 33%;
247
247
  }
248
248
 
249
+ @mixin gl-flex-basis-two-thirds {
250
+ flex-basis: 66%;
251
+ }
252
+
249
253
  @mixin gl-flex-basis-half {
250
254
  flex-basis: 50%;
251
255
  }
@@ -1060,48 +1060,6 @@
1060
1060
  * - Utilities should strictly follow $gl-spacing-scale
1061
1061
  */
1062
1062
 
1063
- @mixin gl-sm-pt-0 {
1064
- // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1065
- @include gl-media-breakpoint-down(sm) {
1066
- @include gl-pt-0;
1067
- }
1068
- }
1069
-
1070
- @mixin gl-sm-pt-1 {
1071
- // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1072
- @include gl-media-breakpoint-down(sm) {
1073
- @include gl-pt-1;
1074
- }
1075
- }
1076
-
1077
- @mixin gl-sm-pt-2 {
1078
- // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1079
- @include gl-media-breakpoint-down(sm) {
1080
- @include gl-pt-2;
1081
- }
1082
- }
1083
-
1084
- @mixin gl-sm-pt-3 {
1085
- // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1086
- @include gl-media-breakpoint-down(sm) {
1087
- @include gl-pt-3;
1088
- }
1089
- }
1090
-
1091
- @mixin gl-sm-pt-4 {
1092
- // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1093
- @include gl-media-breakpoint-down(sm) {
1094
- @include gl-pt-4;
1095
- }
1096
- }
1097
-
1098
- @mixin gl-sm-pt-5 {
1099
- // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1100
- @include gl-media-breakpoint-down(sm) {
1101
- @include gl-pt-5;
1102
- }
1103
- }
1104
-
1105
1063
  @mixin gl-sm-pr-0 {
1106
1064
  // stylelint-disable-next-line @gitlab/no-gl-media-breakpoint-down
1107
1065
  @include gl-media-breakpoint-down(sm) {