@pareto-engineering/design-system 4.0.0-alpha.13 → 4.0.0-alpha.15
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/cjs/a/AnimatedBlobs/AnimatedBlobs.js +1 -1
- package/dist/cjs/a/AnimatedGradient/AnimatedGradient.js +1 -1
- package/dist/cjs/a/AnimatedGradient/styles.scss +1 -1
- package/dist/cjs/a/AppContext/ContextProvider.js +0 -2
- package/dist/cjs/a/ContentTree/ContentTree.js +1 -1
- package/dist/cjs/a/ContentTree/styles.scss +10 -1
- package/dist/cjs/a/Conversation/Conversation.js +1 -1
- package/dist/cjs/a/DotInfo/DotInfo.js +1 -1
- package/dist/cjs/a/Figure/Figure.js +1 -1
- package/dist/cjs/a/HamburgerButton/HamburgerButton.js +1 -1
- package/dist/cjs/a/IconList/IconList.js +1 -1
- package/dist/cjs/a/IconList/common/Item/Item.js +1 -1
- package/dist/cjs/a/Label/Label.js +1 -1
- package/dist/cjs/a/LoadingCircle/LoadingCircle.js +1 -1
- package/dist/cjs/a/MetaCard/MetaCard.js +1 -1
- package/dist/cjs/a/People/People.js +1 -1
- package/dist/cjs/a/Popover/Popover.js +1 -1
- package/dist/cjs/a/ProgressBar/ProgressBar.js +1 -1
- package/dist/cjs/a/Quote/Quote.js +1 -1
- package/dist/cjs/a/SVG/SVG.js +1 -1
- package/dist/cjs/a/SnapScroller/SnapScroller.js +1 -1
- package/dist/cjs/a/Spinner/Spinner.js +1 -1
- package/dist/cjs/a/Timestamp/Timestamp.js +1 -1
- package/dist/cjs/a/Tip/Tip.js +1 -1
- package/dist/cjs/b/Button/Button.js +1 -1
- package/dist/cjs/b/Button/common/Group/Group.js +1 -1
- package/dist/cjs/b/Card/Card.js +1 -1
- package/dist/cjs/b/Card/common/Group/Group.js +1 -1
- package/dist/cjs/b/Card/common/Section/Section.js +1 -1
- package/dist/cjs/b/Logo/Logo.js +1 -1
- package/dist/cjs/b/Page/Page.js +1 -2
- package/dist/cjs/b/Page/common/Section/Section.js +1 -1
- package/dist/cjs/b/SocialMediaButton/SocialMediaButton.js +1 -1
- package/dist/cjs/b/ThemeSelector/ThemeSelector.js +1 -1
- package/dist/cjs/b/Title/Title.js +1 -2
- package/dist/cjs/c/ContentSlides/ContentSlides.js +1 -1
- package/dist/cjs/c/ContentSlides/common/HorizontalMenu/HorizontalMenu.js +0 -2
- package/dist/cjs/c/ContentSlides/common/Sidebar/Sidebar.js +0 -2
- package/dist/cjs/c/Modal/Modal.js +1 -1
- package/dist/cjs/c/Shortener/Shortener.js +1 -1
- package/dist/cjs/c/SocialMediaShareButton/SocialMediaShareButton.js +1 -1
- package/dist/cjs/f/FormInput/FormInput.js +1 -3
- package/dist/cjs/f/common/Debugger/Debugger.js +1 -1
- package/dist/cjs/f/common/Description/Description.js +1 -1
- package/dist/cjs/f/common/Label/Label.js +1 -1
- package/dist/cjs/f/common/Label/styles.scss +1 -1
- package/dist/cjs/f/fields/Checkbox/Checkbox.js +1 -1
- package/dist/cjs/f/fields/ChoicesInput/ChoicesInput.js +2 -2
- package/dist/cjs/f/fields/ChoicesInput/common/Choice/Choice.js +1 -1
- package/dist/cjs/f/fields/ChoicesInput/styles.scss +1 -1
- package/dist/cjs/f/fields/QueryChoices/QueryChoices.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/QueryCombobox.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/Combobox/Combobox.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/Menu/Menu.js +1 -1
- package/dist/cjs/f/fields/QueryCombobox/common/MultipleCombobox/MultipleCombobox.js +1 -1
- package/dist/cjs/f/fields/RatingsInput/RatingsInput.js +1 -1
- package/dist/cjs/f/fields/RatingsInput/common/Rating/Rating.js +1 -1
- package/dist/cjs/f/fields/SelectInput/SelectInput.js +1 -1
- package/dist/cjs/f/fields/TextInput/TextInput.js +1 -1
- package/dist/cjs/f/fields/TextInput/styles.scss +1 -1
- package/dist/cjs/f/fields/TextareaInput/TextareaInput.js +1 -1
- package/dist/cjs/r/SwitchRouteMap/SwitchRouteMap.js +1 -1
- package/dist/cjs/r/common/PrivateRoute/PrivateRoute.js +1 -1
- package/dist/cjs/test/QueryLoader/QueryLoader.js +2 -0
- package/dist/es/a/AnimatedGradient/styles.scss +1 -1
- package/dist/es/a/ContentTree/styles.scss +10 -1
- package/dist/es/f/common/Label/styles.scss +1 -1
- package/dist/es/f/fields/ChoicesInput/ChoicesInput.js +1 -1
- package/dist/es/f/fields/ChoicesInput/styles.scss +1 -1
- package/dist/es/f/fields/TextInput/styles.scss +1 -1
- package/package.json +3 -3
- package/src/ui/a/AnimatedGradient/styles.scss +1 -1
- package/src/ui/a/ContentTree/styles.scss +10 -1
- package/src/ui/f/common/Label/styles.scss +1 -1
- package/src/ui/f/fields/ChoicesInput/ChoicesInput.jsx +1 -1
- package/src/ui/f/fields/ChoicesInput/styles.scss +1 -1
- package/src/ui/f/fields/TextInput/styles.scss +1 -1
- package/tests/__snapshots__/Storyshots.test.js.snap +14 -14
|
@@ -10856,7 +10856,7 @@ exports[`Storyshots f/FormInput Base 1`] = `
|
|
|
10856
10856
|
/>
|
|
10857
10857
|
</div>
|
|
10858
10858
|
<div
|
|
10859
|
-
className="base choices-input form-input x-
|
|
10859
|
+
className="base choices-input form-input x-interactive"
|
|
10860
10860
|
style={
|
|
10861
10861
|
{
|
|
10862
10862
|
"--grid-columns-desktop": 3,
|
|
@@ -11067,7 +11067,7 @@ exports[`Storyshots f/FormInput Disabled Form Input 1`] = `
|
|
|
11067
11067
|
/>
|
|
11068
11068
|
</div>
|
|
11069
11069
|
<div
|
|
11070
|
-
className="base choices-input form-input x-
|
|
11070
|
+
className="base choices-input form-input x-interactive"
|
|
11071
11071
|
style={
|
|
11072
11072
|
{
|
|
11073
11073
|
"--grid-columns-desktop": 3,
|
|
@@ -11275,7 +11275,7 @@ exports[`Storyshots f/FormInput With Prefetched Query Select 1`] = `
|
|
|
11275
11275
|
</div>
|
|
11276
11276
|
</div>
|
|
11277
11277
|
<div
|
|
11278
|
-
className="base choices-input form-input x-
|
|
11278
|
+
className="base choices-input form-input x-interactive"
|
|
11279
11279
|
style={
|
|
11280
11280
|
{
|
|
11281
11281
|
"--grid-columns-desktop": 3,
|
|
@@ -11421,7 +11421,7 @@ exports[`Storyshots f/FormInput With Query Combobox 1`] = `
|
|
|
11421
11421
|
</div>
|
|
11422
11422
|
</div>
|
|
11423
11423
|
<div
|
|
11424
|
-
className="base choices-input form-input x-
|
|
11424
|
+
className="base choices-input form-input x-interactive"
|
|
11425
11425
|
style={
|
|
11426
11426
|
{
|
|
11427
11427
|
"--grid-columns-desktop": 3,
|
|
@@ -12033,7 +12033,7 @@ exports[`Storyshots f/fields/ChoicesInput Base 1`] = `
|
|
|
12033
12033
|
onSubmit={[Function]}
|
|
12034
12034
|
>
|
|
12035
12035
|
<div
|
|
12036
|
-
className="base choices-input x-
|
|
12036
|
+
className="base choices-input x-interactive"
|
|
12037
12037
|
id="colors"
|
|
12038
12038
|
style={
|
|
12039
12039
|
{
|
|
@@ -12228,7 +12228,7 @@ exports[`Storyshots f/fields/ChoicesInput Choices With Label 1`] = `
|
|
|
12228
12228
|
onSubmit={[Function]}
|
|
12229
12229
|
>
|
|
12230
12230
|
<div
|
|
12231
|
-
className="base choices-input x-
|
|
12231
|
+
className="base choices-input x-interactive"
|
|
12232
12232
|
id="colors"
|
|
12233
12233
|
style={
|
|
12234
12234
|
{
|
|
@@ -12428,7 +12428,7 @@ exports[`Storyshots f/fields/ChoicesInput Disabled Choices Input 1`] = `
|
|
|
12428
12428
|
onSubmit={[Function]}
|
|
12429
12429
|
>
|
|
12430
12430
|
<div
|
|
12431
|
-
className="base choices-input x-
|
|
12431
|
+
className="base choices-input x-interactive"
|
|
12432
12432
|
id="colors"
|
|
12433
12433
|
style={
|
|
12434
12434
|
{
|
|
@@ -12628,7 +12628,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple 1`] = `
|
|
|
12628
12628
|
onSubmit={[Function]}
|
|
12629
12629
|
>
|
|
12630
12630
|
<div
|
|
12631
|
-
className="base choices-input multiple x-
|
|
12631
|
+
className="base choices-input multiple x-interactive"
|
|
12632
12632
|
id="colors"
|
|
12633
12633
|
style={
|
|
12634
12634
|
{
|
|
@@ -12823,7 +12823,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Default Formik Value 1`]
|
|
|
12823
12823
|
onSubmit={[Function]}
|
|
12824
12824
|
>
|
|
12825
12825
|
<div
|
|
12826
|
-
className="base choices-input multiple x-
|
|
12826
|
+
className="base choices-input multiple x-interactive"
|
|
12827
12827
|
id="colors"
|
|
12828
12828
|
style={
|
|
12829
12829
|
{
|
|
@@ -13018,7 +13018,7 @@ exports[`Storyshots f/fields/ChoicesInput Multiple With Grid 1`] = `
|
|
|
13018
13018
|
onSubmit={[Function]}
|
|
13019
13019
|
>
|
|
13020
13020
|
<div
|
|
13021
|
-
className="base choices-input multiple x-
|
|
13021
|
+
className="base choices-input multiple x-interactive"
|
|
13022
13022
|
id="colors"
|
|
13023
13023
|
style={
|
|
13024
13024
|
{
|
|
@@ -13213,7 +13213,7 @@ exports[`Storyshots f/fields/ChoicesInput Optional 1`] = `
|
|
|
13213
13213
|
onSubmit={[Function]}
|
|
13214
13214
|
>
|
|
13215
13215
|
<div
|
|
13216
|
-
className="base choices-input x-
|
|
13216
|
+
className="base choices-input x-interactive"
|
|
13217
13217
|
id="colors"
|
|
13218
13218
|
style={
|
|
13219
13219
|
{
|
|
@@ -13414,7 +13414,7 @@ exports[`Storyshots f/fields/ChoicesInput With Default Formik Value 1`] = `
|
|
|
13414
13414
|
onSubmit={[Function]}
|
|
13415
13415
|
>
|
|
13416
13416
|
<div
|
|
13417
|
-
className="base choices-input x-
|
|
13417
|
+
className="base choices-input x-interactive"
|
|
13418
13418
|
id="colors"
|
|
13419
13419
|
style={
|
|
13420
13420
|
{
|
|
@@ -13609,7 +13609,7 @@ exports[`Storyshots f/fields/QueryChoices Base 1`] = `
|
|
|
13609
13609
|
onSubmit={[Function]}
|
|
13610
13610
|
>
|
|
13611
13611
|
<div
|
|
13612
|
-
className="base choices-input x-
|
|
13612
|
+
className="base choices-input x-interactive"
|
|
13613
13613
|
style={
|
|
13614
13614
|
{
|
|
13615
13615
|
"--grid-columns-desktop": 3,
|
|
@@ -13668,7 +13668,7 @@ exports[`Storyshots f/fields/QueryChoices Optional 1`] = `
|
|
|
13668
13668
|
onSubmit={[Function]}
|
|
13669
13669
|
>
|
|
13670
13670
|
<div
|
|
13671
|
-
className="base choices-input x-
|
|
13671
|
+
className="base choices-input x-interactive"
|
|
13672
13672
|
style={
|
|
13673
13673
|
{
|
|
13674
13674
|
"--grid-columns-desktop": 3,
|