@reni-corp/reni-2c-ui 0.4.3 → 0.4.5
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/dist/components/foundation/AppFooter.vue.d.ts.map +1 -1
- package/dist/components/interactive/Disclosure.vue.d.ts +6 -11
- package/dist/components/interactive/Disclosure.vue.d.ts.map +1 -1
- package/dist/components/layouts/Stack.vue.d.ts +2 -0
- package/dist/components/layouts/Stack.vue.d.ts.map +1 -1
- package/dist/index.es.js +1042 -1035
- package/dist/script.es.js +289 -282
- package/dist/script.umd.js +21 -21
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/stories/Disclosure.stories.ts +1 -1
package/package.json
CHANGED
|
@@ -209,7 +209,7 @@ export const Cardとのコンポジション: Story = {
|
|
|
209
209
|
<div class="sb-canvas" style="max-width: 640px;">
|
|
210
210
|
<rn-card color="info" variant="tonal" :elevation="false">
|
|
211
211
|
<rn-disclosure :open="true">
|
|
212
|
-
<template #trigger
|
|
212
|
+
<template #trigger>
|
|
213
213
|
<rn-stack direction="horizontal" gap="sm" vertical-align="center">
|
|
214
214
|
<rn-icon icon="circle-info" color="info" />
|
|
215
215
|
<rn-text size="subtitle" color="info" weight="bold">Information</rn-text>
|