@onereach/ui-components 2.76.1 → 2.76.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components",
3
- "version": "2.76.1",
3
+ "version": "2.76.2",
4
4
  "description": "Vue components library for v2/3",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/auto/index.js",
@@ -38,7 +38,7 @@
38
38
  "@codemirror/lang-json": "6.0.0",
39
39
  "@codemirror/lang-markdown": "6.0.1",
40
40
  "@floating-ui/dom": "0.3.1",
41
- "@onereach/styles": "^2.37.0",
41
+ "@onereach/styles": "^2.37.1",
42
42
  "@splidejs/splide": "4.0.6",
43
43
  "@types/lodash": "4.14.173",
44
44
  "@types/sortablejs": "1.10.7",
@@ -125,5 +125,5 @@
125
125
  },
126
126
  "./package.json": "./package.json"
127
127
  },
128
- "gitHead": "cce9dfca64d6fcf1dd493f0ce581cf1b0c21bea0"
128
+ "gitHead": "f6c7667bfd43d7f97b2cf355dd328722267b9fd8"
129
129
  }
@@ -104,7 +104,7 @@ const DefaultTemplate: StoryFn<typeof OrSidebar> = (args) => ({
104
104
  class="theme-background-surface-1 dark:theme-background-surface-1-dark text-on-background dark:text-on-background-dark"
105
105
  style="flex-grow: 1; overflow: auto; padding: 16px"
106
106
  >
107
- ${Faker.lorem.paragraphs(10)}
107
+ ${Faker.lorem.paragraphs(100)}
108
108
  </div>
109
109
  <OrSidebar
110
110
  v-bind="args"