@gitlab/ui 72.12.2 → 72.12.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [72.12.3](https://gitlab.com/gitlab-org/gitlab-ui/compare/v72.12.2...v72.12.3) (2024-01-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Change caret position for tailwind package ([e2887d7](https://gitlab.com/gitlab-org/gitlab-ui/commit/e2887d750f78683dd63544269155f1ad52286b55))
7
+
1
8
  ## [72.12.2](https://gitlab.com/gitlab-org/gitlab-ui/compare/v72.12.1...v72.12.2) (2024-01-25)
2
9
 
3
10
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Jan 2024 12:08:57 GMT
3
+ * Generated on Thu, 25 Jan 2024 18:42:05 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Jan 2024 12:08:57 GMT
3
+ * Generated on Thu, 25 Jan 2024 18:42:05 GMT
4
4
  */
5
5
 
6
6
  :root.gl-dark {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Jan 2024 12:08:57 GMT
3
+ * Generated on Thu, 25 Jan 2024 18:42:05 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#133a03";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 25 Jan 2024 12:08:57 GMT
3
+ * Generated on Thu, 25 Jan 2024 18:42:05 GMT
4
4
  */
5
5
 
6
6
  export const DATA_VIZ_GREEN_50 = "#ddfab7";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 25 Jan 2024 12:08:57 GMT
3
+ // Generated on Thu, 25 Jan 2024 18:42:05 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 25 Jan 2024 12:08:57 GMT
3
+ // Generated on Thu, 25 Jan 2024 18:42:05 GMT
4
4
 
5
5
  $gl-line-height-52: 3.25rem;
6
6
  $gl-line-height-44: 2.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "72.12.2",
3
+ "version": "72.12.3",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -81,7 +81,7 @@
81
81
  "dompurify": "^2.4.7 || ^3.0.5",
82
82
  "emoji-regex": ">=10.0.0",
83
83
  "pikaday": "^1.8.0",
84
- "tailwindcss": "3^",
84
+ "tailwindcss": "^3",
85
85
  "vue": "^2.7.16"
86
86
  },
87
87
  "resolutions": {
@@ -104,17 +104,17 @@
104
104
  "@rollup/plugin-commonjs": "^11.1.0",
105
105
  "@rollup/plugin-node-resolve": "^7.1.3",
106
106
  "@rollup/plugin-replace": "^2.3.2",
107
- "@storybook/addon-a11y": "7.6.7",
108
- "@storybook/addon-docs": "7.6.7",
109
- "@storybook/addon-essentials": "7.6.7",
110
- "@storybook/addon-viewport": "7.6.7",
111
- "@storybook/builder-webpack5": "7.6.7",
107
+ "@storybook/addon-a11y": "7.6.10",
108
+ "@storybook/addon-docs": "7.6.10",
109
+ "@storybook/addon-essentials": "7.6.10",
110
+ "@storybook/addon-viewport": "7.6.10",
111
+ "@storybook/builder-webpack5": "7.6.10",
112
112
  "@storybook/test-runner": "0.16.0",
113
- "@storybook/theming": "7.6.7",
114
- "@storybook/vue": "7.6.7",
115
- "@storybook/vue-webpack5": "7.6.7",
116
- "@storybook/vue3": "7.6.7",
117
- "@storybook/vue3-webpack5": "7.6.7",
113
+ "@storybook/theming": "7.6.10",
114
+ "@storybook/vue": "7.6.10",
115
+ "@storybook/vue-webpack5": "7.6.10",
116
+ "@storybook/vue3": "7.6.10",
117
+ "@storybook/vue3-webpack5": "7.6.10",
118
118
  "@types/jest": "^29.5.11",
119
119
  "@types/jest-image-snapshot": "^6.4.0",
120
120
  "@vue/compat": "^3.2.40",
@@ -167,7 +167,7 @@
167
167
  "sass-loader": "^10.2.0",
168
168
  "sass-true": "^6.1.0",
169
169
  "start-server-and-test": "^1.10.6",
170
- "storybook": "7.6.7",
170
+ "storybook": "7.6.10",
171
171
  "storybook-dark-mode": "3.0.3",
172
172
  "style-dictionary": "^3.8.0",
173
173
  "stylelint": "15.10.2",