@onereach/ui-components 18.3.0-beta.4950.0 → 18.3.0-beta.4952.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.
@@ -95,7 +95,7 @@ const SelectDropdownItem = [
95
95
  // Typography
96
96
  '!typography-body-2-regular',
97
97
  // Padding Override todo: check design
98
- '!pt-[6px] pb-[7px]',
98
+ '!py-md md:!pt-[6px] md:!pb-[7px]',
99
99
  // Typography (selected)
100
100
  'selected:!typography-body-2-semibold',
101
101
  // Theme
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "18.3.0-beta.4950.0",
3
+ "version": "18.3.0-beta.4952.0",
4
4
  "npmUnpacked": "4.15.2",
5
5
  "description": "Vue components library for v3",
6
6
  "sideEffects": false,
@@ -33,7 +33,7 @@
33
33
  "@codemirror/view": "^6",
34
34
  "@floating-ui/dom": "1.5.3",
35
35
  "@lezer/highlight": "*",
36
- "@onereach/styles": "^18.3.0-beta.4950.0",
36
+ "@onereach/styles": "^18.2.1",
37
37
  "@splidejs/splide": "4.0.6",
38
38
  "@tiptap/core": "2.0.3",
39
39
  "@tiptap/extension-blockquote": "2.0.3",
@@ -66,7 +66,7 @@ export const SelectDropdownItem: string[] = [
66
66
  '!typography-body-2-regular',
67
67
 
68
68
  // Padding Override todo: check design
69
- '!pt-[6px] pb-[7px]',
69
+ '!py-md md:!pt-[6px] md:!pb-[7px]',
70
70
 
71
71
  // Typography (selected)
72
72
  'selected:!typography-body-2-semibold',