@onereach/ui-components 2.69.2-beta.2107.0 → 2.69.2-beta.2108.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.
@@ -21,7 +21,7 @@ const CombinedInputControlGroup = [
21
21
  'w-full',
22
22
  // Shape (.or-input-box)
23
23
  '[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
24
- // Spacing (children)
24
+ // Spacing (.or-input-box)
25
25
  '[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
26
26
 
27
27
  var script = defineComponent({
@@ -20,7 +20,7 @@ const CombinedInputControlGroup = [
20
20
  'w-full',
21
21
  // Shape (.or-input-box)
22
22
  '[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
23
- // Spacing (children)
23
+ // Spacing (.or-input-box)
24
24
  '[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
25
25
 
26
26
  var script = defineComponent({
@@ -20,7 +20,7 @@ const CombinedInputControlGroup = [
20
20
  'w-full',
21
21
  // Shape (.or-input-box)
22
22
  '[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
23
- // Spacing (children)
23
+ // Spacing (.or-input-box)
24
24
  '[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
25
25
 
26
26
  var script = defineComponent({
@@ -20,7 +20,7 @@ const CombinedInputControlGroup = [
20
20
  'w-full',
21
21
  // Shape (.or-input-box)
22
22
  '[&_.or-input-box]:first-child:rounded-r-none', '[&_.or-input-box]:intermediate-child:rounded-none', '[&_.or-input-box]:last-child:rounded-l-none',
23
- // Spacing (children)
23
+ // Spacing (.or-input-box)
24
24
  '[&_.or-input-box]:first-child:mr-[-1px]', '[&_.or-input-box]:intermediate-child:border-x-0', '[&_.or-input-box]:last-child:ml-[-1px]'];
25
25
 
26
26
  var script = defineComponent({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.69.2-beta.2107.0",
3
+ "version": "2.69.2-beta.2108.0",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -37,7 +37,7 @@
37
37
  "@codemirror/lang-json": "6.0.0",
38
38
  "@codemirror/lang-markdown": "6.0.1",
39
39
  "@floating-ui/dom": "0.3.1",
40
- "@onereach/styles": "^2.33.1-beta.2107.0",
40
+ "@onereach/styles": "^2.33.1-beta.2108.0",
41
41
  "@splidejs/splide": "4.0.6",
42
42
  "@types/lodash": "4.14.173",
43
43
  "@types/sortablejs": "1.10.7",
@@ -18,7 +18,7 @@ export const CombinedInputControlGroup: string[] = [
18
18
  '[&_.or-input-box]:intermediate-child:rounded-none',
19
19
  '[&_.or-input-box]:last-child:rounded-l-none',
20
20
 
21
- // Spacing (children)
21
+ // Spacing (.or-input-box)
22
22
  '[&_.or-input-box]:first-child:mr-[-1px]',
23
23
  '[&_.or-input-box]:intermediate-child:border-x-0',
24
24
  '[&_.or-input-box]:last-child:ml-[-1px]',