@bethinkpl/design-system 28.1.10 → 28.1.11
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/RadioButton-Rjtk59JP.js +63 -0
- package/dist/RadioButton-Rjtk59JP.js.map +1 -0
- package/dist/design-system.css +1 -1
- package/dist/design-system.js +1 -1
- package/dist/index-E7spE2lz.js +24592 -0
- package/dist/index-E7spE2lz.js.map +1 -0
- package/docs/assets/{BasicRichListItem.stories-DLssrXFw.js → BasicRichListItem.stories-D0zf6xvZ.js} +1 -1
- package/docs/assets/{Color-ERTF36HU-vvT7Anos.js → Color-ERTF36HU-BlktiSeG.js} +1 -1
- package/docs/assets/{DateBox.stories-CCgmxSSY.js → DateBox.stories-Bzu0Vnil.js} +1 -1
- package/docs/assets/{DatePicker-DWNN8pt3.js → DatePicker-D3RZ5dBz.js} +1 -1
- package/docs/assets/{DatePicker.stories-CCQ2z-PM.js → DatePicker.stories-BobAnipv.js} +1 -1
- package/docs/assets/{DateRangePicker-DKDRimY9.js → DateRangePicker-BvhHGbm5.js} +1 -1
- package/docs/assets/{DateRangePicker.stories-CD5z0tJd.js → DateRangePicker.stories-D0Pj1AyQ.js} +1 -1
- package/docs/assets/{DocsRenderer-CFRXHY34-6JAeMRXO.js → DocsRenderer-CFRXHY34-FbBcO8mF.js} +5 -5
- package/docs/assets/{RichListItem.stories-rGE9wQhm.js → RichListItem.stories-Bce4UXMH.js} +1 -1
- package/docs/assets/{SelectionTile-B1CAD6bl.js → SelectionTile-DwraFOpb.js} +1 -1
- package/docs/assets/{SelectionTile.stories-BXBt-aVu.js → SelectionTile.stories-CdSvm1dD.js} +1 -1
- package/docs/assets/SurveyQuestionScale-U1vn24Hk.css +1 -0
- package/docs/assets/{SurveyQuestionScale-DaLC8qvw.js → SurveyQuestionScale-c2TPdcM1.js} +1 -1
- package/docs/assets/{SurveyQuestionScale.stories-COsdSBSZ.js → SurveyQuestionScale.stories-smJav6lg.js} +1 -1
- package/docs/assets/{iframe-CtLVeH09.js → iframe-ZvMGO8UF.js} +2 -2
- package/docs/assets/{index-tHs_oeR3.js → index-DsSjIsGh.js} +1 -1
- package/docs/assets/{index-DDNhtPYQ.js → index-Dxya3VUc.js} +1 -1
- package/docs/assets/{preview-mmilRv7A.js → preview-CsD4AKEn.js} +2 -2
- package/docs/assets/{preview-CfF7fChS.js → preview-ZPXFTmfU.js} +1 -1
- package/docs/iframe.html +1 -1
- package/docs/project.json +1 -1
- package/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue +9 -1
- package/package.json +1 -1
- package/docs/assets/SurveyQuestionScale-B5dckoBH.css +0 -1
package/docs/iframe.html
CHANGED
|
@@ -510,7 +510,7 @@
|
|
|
510
510
|
</script>
|
|
511
511
|
<link rel="stylesheet" href="./preview.css">
|
|
512
512
|
|
|
513
|
-
<script type="module" crossorigin src="./assets/iframe-
|
|
513
|
+
<script type="module" crossorigin src="./assets/iframe-ZvMGO8UF.js"></script>
|
|
514
514
|
</head>
|
|
515
515
|
|
|
516
516
|
<body>
|
package/docs/project.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generatedAt":
|
|
1
|
+
{"generatedAt":1756203683791,"hasCustomBabel":false,"hasCustomWebpack":false,"hasStaticDirs":true,"hasStorybookEslint":true,"refCount":0,"testPackages":{"@vitest/coverage-c8":"0.33.0","@vitest/ui":"3.1.4","vitest":"3.1.4"},"packageManager":{"type":"yarn","version":"1.22.22"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/vue3-vite","options":{}},"builder":"@storybook/builder-vite","renderer":"@storybook/vue3","portableStoriesFileCount":3,"storybookVersion":"8.3.4","storybookVersionSpecifier":"^8.3.4","language":"typescript","storybookPackages":{"@storybook/vue3":{"version":"8.3.4"},"@storybook/vue3-vite":{"version":"8.3.4"},"eslint-plugin-storybook":{"version":"0.8.0"},"storybook":{"version":"8.3.4"}},"addons":{"@storybook/addon-actions":{"version":"8.3.4"},"@storybook/addon-designs":{"version":"8.0.3"},"@storybook/addon-docs":{"version":"8.3.4"},"@storybook/addon-controls":{"version":"8.3.4"},"@storybook/addon-storysource":{"version":"8.3.4"},"@storybook/addon-viewport":{"version":"8.3.4"}}}
|
|
@@ -148,6 +148,7 @@
|
|
|
148
148
|
&__content {
|
|
149
149
|
background: $color-neutral-background;
|
|
150
150
|
border-radius: $radius-s;
|
|
151
|
+
container-type: inline-size;
|
|
151
152
|
display: flex;
|
|
152
153
|
overflow-x: auto;
|
|
153
154
|
padding: $space-s $space-2xs;
|
|
@@ -203,7 +204,13 @@
|
|
|
203
204
|
display: flex;
|
|
204
205
|
flex: 1;
|
|
205
206
|
flex-direction: row;
|
|
206
|
-
gap: $space-
|
|
207
|
+
gap: $space-4xs;
|
|
208
|
+
justify-content: space-between;
|
|
209
|
+
|
|
210
|
+
@container (width > 400px) {
|
|
211
|
+
gap: $space-l;
|
|
212
|
+
justify-content: initial;
|
|
213
|
+
}
|
|
207
214
|
|
|
208
215
|
&.-ds-justifyEnd {
|
|
209
216
|
justify-content: flex-end;
|
|
@@ -246,6 +253,7 @@ import { SurveyQuestionScaleOption } from '../SurveyQuestion.domain';
|
|
|
246
253
|
import { randomString } from '../../../utils/string';
|
|
247
254
|
|
|
248
255
|
import { defineComponent } from 'vue';
|
|
256
|
+
|
|
249
257
|
export default defineComponent({
|
|
250
258
|
name: 'SurveyQuestionScale',
|
|
251
259
|
components: {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.ds-surveyQuestionScale__header[data-v-445a50f8]{--token: heading-m-default-regular;font-weight:var(--typography-font-weight-normal);font-style:var(--typography-font-style-normal);line-height:var(--typography-line-height-s);font-size:var(--typography-font-size-m);letter-spacing:var(--typography-letter-spacing-s);text-decoration:var(--typography-text-decoration-none);text-transform:var(--typography-text-transform-none);display:flex;justify-content:space-between;margin-bottom:24px;min-height:32px}.ds-surveyQuestionScale__title[data-v-445a50f8]{align-self:center}.ds-surveyQuestionScale__explanation[data-v-445a50f8]{align-self:flex-start;margin-left:4px}.ds-surveyQuestionScale__content[data-v-445a50f8]{background:var(--color-neutral-background);border-radius:4px;display:flex;overflow-x:auto;padding:16px 8px}@media (min-width: 760px){.ds-surveyQuestionScale__content[data-v-445a50f8]{gap:32px;padding:16px 32px}.ds-surveyQuestionScale__content[data-v-445a50f8]:not(.-ds-oneContainer){justify-content:center;overflow-x:initial}}.ds-surveyQuestionScale__content.-ds-oneContainer[data-v-445a50f8]{overflow-x:auto}.ds-surveyQuestionScale__toggle[data-v-445a50f8]{display:flex;justify-content:center}.ds-surveyQuestionScale__toggle.-ds-hideOnDesktop[data-v-445a50f8]{display:flex}@media (min-width: 760px){.ds-surveyQuestionScale__toggle.-ds-hideOnDesktop[data-v-445a50f8]{display:none}}.ds-surveyQuestionScale__separator[data-v-445a50f8]{border-bottom:none;border-top:1px solid var(--color-neutral-border-weak);margin:24px 0 16px}.ds-surveyQuestionScale__elaboration[data-v-445a50f8]{display:flex;flex-direction:column}.ds-surveyQuestionScale__elaborationLabel[data-v-445a50f8]{--token: formLabel-m-default-regular;font-weight:var(--typography-font-weight-normal);font-style:var(--typography-font-style-normal);line-height:var(--typography-line-height-2xs);font-size:var(--typography-font-size-s);letter-spacing:var(--typography-letter-spacing-s);text-decoration:var(--typography-text-decoration-none);text-transform:var(--typography-text-transform-none)}.ds-surveyQuestionScale__elaborationInput[data-v-445a50f8]{margin-top:8px}.ds-surveyQuestionScale__container[data-v-445a50f8]{display:flex;flex:1;flex-direction:row;gap:32px}.ds-surveyQuestionScale__container.-ds-justifyEnd[data-v-445a50f8]{justify-content:flex-end}.ds-surveyQuestionScale__container.-ds-oneContainer[data-v-445a50f8]{justify-content:space-between}.ds-surveyQuestionScale__container.-ds-hideOnMobile[data-v-445a50f8]{display:none}@media (min-width: 760px){.ds-surveyQuestionScale__container.-ds-hideOnMobile[data-v-445a50f8]{display:flex}}
|