q2-design-system 1.61.1 → 1.61.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -70,7 +70,7 @@ function __variableDynamicImportRuntime1__(path) {
70
70
  })
71
71
  }
72
72
  }
73
- const TECTONSDKVERSION = '1.61.1';
73
+ const TECTONSDKVERSION = '1.61.3';
74
74
  const defaultOptions = {
75
75
  loadTheme: true,
76
76
  loadUtilities: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q2-design-system",
3
- "version": "1.61.1",
3
+ "version": "1.61.3",
4
4
  "description": "Package that allows projects to only use the elements portion of the Tecton system.",
5
5
  "license": "MIT",
6
6
  "author": "Q2 Tecton Team",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "intl-messageformat": "9.13.0",
28
- "q2-tecton-common": "1.61.1",
29
- "q2-tecton-elements": "1.61.1",
30
- "q2-tecton-theme": "1.61.1"
28
+ "q2-tecton-common": "1.61.3",
29
+ "q2-tecton-elements": "1.61.3",
30
+ "q2-tecton-theme": "1.61.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@rollup/plugin-dynamic-import-vars": "^2.1.5",
@@ -44,5 +44,5 @@
44
44
  "rollup-plugin-serve": "^2.0.3",
45
45
  "ts-jest": "^29.2.3"
46
46
  },
47
- "gitHead": "0f0e6a4e7f1a917319737b2076f7fb85e0ebb464"
47
+ "gitHead": "6c2ee3883ccd9aaa909494f075ea025f2e7bb0f6"
48
48
  }