@onereach/ui-components-vue2 19.2.3 → 19.2.4

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.
@@ -50,10 +50,10 @@ const messageStyleVariant = {
50
50
  'typography-caption-regular'],
51
51
  'error': [
52
52
  // Typography
53
- 'typography-caption-bold'],
53
+ 'typography-caption-regular'],
54
54
  'loading': [
55
55
  // Typography
56
- 'typography-caption-bold']
56
+ 'typography-caption-regular']
57
57
  };
58
58
 
59
59
  export { Toast, ToastContainer, ToastContainerPositions, messageStyleVariant };
@@ -85,10 +85,10 @@ const messageStyleVariant = {
85
85
  'typography-caption-regular'],
86
86
  'error': [
87
87
  // Typography
88
- 'typography-caption-bold'],
88
+ 'typography-caption-regular'],
89
89
  'loading': [
90
90
  // Typography
91
- 'typography-caption-bold']
91
+ 'typography-caption-regular']
92
92
  };
93
93
 
94
94
  var script$1 = defineComponent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "19.2.3",
3
+ "version": "19.2.4",
4
4
  "npmUnpacked": "4.15.2",
5
5
  "description": "Vue components library for v2",
6
6
  "sideEffects": false,
@@ -35,7 +35,7 @@
35
35
  "@codemirror/view": "^6",
36
36
  "@floating-ui/dom": "1.5.3",
37
37
  "@lezer/highlight": "*",
38
- "@onereach/styles": "^19.2.3",
38
+ "@onereach/styles": "^19.2.4",
39
39
  "@splidejs/splide": "4.0.6",
40
40
  "@tiptap/core": "2.0.3",
41
41
  "@tiptap/extension-blockquote": "2.0.3",
@@ -134,5 +134,5 @@
134
134
  "default": "./dist/bundled/components/*/index.js"
135
135
  }
136
136
  },
137
- "gitHead": "d9164cd9f00d2f85eca5cefb0dc4f6e89c2e0d1d"
137
+ "gitHead": "dccaae62c2dd0dce21f30ef1f469cca8e76b75a9"
138
138
  }