Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release/v3.1.3 into main branch #1239

Merged
merged 300 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
300 commits
Select commit Hold shift + click to select a range
f6b92ef
update build schedule for Chromatic (#681)
jasonbasuil Jul 25, 2022
ac0f169
Remove percy and cypress (#682)
brianCollinsUI Jul 26, 2022
1385739
chromatic build change on push develop (#686)
jasonbasuil Jul 27, 2022
062cbd1
add ToggleInput (#672)
jasonbasuil Jul 28, 2022
dd29e39
Merge release/1.32.3 into develop branch (#689)
github-actions[bot] Jul 29, 2022
05fb94e
update react toggle css import (#691)
jasonbasuil Jul 29, 2022
e3db302
Merge release/1.32.4 into develop branch (#693)
github-actions[bot] Jul 29, 2022
7863316
UIDS-695 node prop type (#696)
michaeldewolf85 Aug 1, 2022
dad607b
copy style.css and use directly in ToggleInput (#699)
jasonbasuil Aug 2, 2022
29045af
Merge release/1.32.5 into develop branch (#701)
github-actions[bot] Aug 2, 2022
749b9d5
change Select option color to $ux-gray-900 (#707)
jasonbasuil Aug 12, 2022
85e268b
text-decoration none on DropdownItem hover (#706)
jasonbasuil Aug 15, 2022
279bb05
add unstyled variant to DropdownToggle (#704)
jasonbasuil Aug 15, 2022
200b86d
Merge release/1.33.0 into develop branch (#710)
github-actions[bot] Aug 15, 2022
2af397a
add disabled ToggleInput story (#713)
jasonbasuil Aug 23, 2022
6b6ac1c
Accordion updates for better content flexibility and alignment with C…
jasonbasuil Aug 24, 2022
bd8e134
Merge release/1.34.0 into develop branch (#720)
github-actions[bot] Aug 24, 2022
51eee59
Add label for Pill close button (#722)
brianCollinsUI Aug 29, 2022
34dfbbd
remove prop spread on Accordion and ToggleInput, expose additional pr…
jasonbasuil Aug 29, 2022
11a3b3c
update custom select Option to allow for indeterminate state on Check…
jasonbasuil Aug 31, 2022
5bd2340
Merge release/1.34.1 into develop branch (#729)
github-actions[bot] Aug 31, 2022
4d2f30f
CheckboxButtonGroup and RadioButtonGroup state and width updates (#731)
jasonbasuil Sep 2, 2022
f75068b
Merge release/1.34.2 into develop branch (#735)
github-actions[bot] Sep 6, 2022
fcc1e31
Added ability to pass a `trailingIcon` to `ProfileCell` (#733)
tjbarber Sep 7, 2022
0358b56
Merge release/1.34.3 into develop branch (#741)
github-actions[bot] Sep 12, 2022
482195a
make modal prop work with all Selects (#743)
jasonbasuil Sep 14, 2022
bbdece2
Fix color system JS variable order (#739)
gabescarbrough Sep 14, 2022
08789bc
Merge release/1.35.0 into develop branch (#745)
github-actions[bot] Sep 14, 2022
0fd1112
Add aria-label for trailingIconOnClickSubmit Input (#751)
brianCollinsUI Sep 30, 2022
757bf54
add Grid components (Container, Row, Col) (#750)
jasonbasuil Sep 30, 2022
217cee5
add Popover (proof of concept) (#717)
jasonbasuil Sep 30, 2022
8fbb95e
Merge release/1.36.0 into develop branch (#754)
github-actions[bot] Oct 3, 2022
fe53039
change width to max-width on Card (#756)
jasonbasuil Oct 4, 2022
c7ab942
Merge release/1.36.1 into develop branch (#758)
github-actions[bot] Oct 4, 2022
9eae71c
Use default color for input label tooltips (#761)
kyleshike Oct 6, 2022
9c05161
update cursor to pointer on select control (#765)
jasonbasuil Oct 7, 2022
50917ea
add CardStack (#763)
jasonbasuil Oct 21, 2022
0d00a15
Merge release/1.36.2 into develop branch (#770)
github-actions[bot] Oct 24, 2022
ec800a3
Bump loader-utils from 1.4.0 to 1.4.1 (#775)
dependabot[bot] Nov 8, 2022
3794a16
remove CardContainer and CardList (#772)
jasonbasuil Nov 9, 2022
086efea
add OptionWithDescription for selects (#774)
jasonbasuil Nov 10, 2022
b29f0fb
Merge release/1.36.3 into develop branch (#779)
github-actions[bot] Nov 10, 2022
4f94361
add Main layout component (#777)
jasonbasuil Nov 16, 2022
bfaa3e8
add labelDescription to OptionWithDescription (#786)
jasonbasuil Nov 22, 2022
4c55a3f
add Flex component (#781)
jasonbasuil Nov 28, 2022
5c36b7d
Merge release/1.37.0 into develop branch (#788)
github-actions[bot] Nov 29, 2022
e00b96c
update TableCell compact variant to 0.75rem top padding (#793)
jasonbasuil Dec 6, 2022
110bedf
Bump loader-utils from 1.4.1 to 1.4.2 (#782)
dependabot[bot] Dec 6, 2022
1795741
add red Pill color (#790)
jasonbasuil Dec 7, 2022
eb8e00a
Add Text and Heading components (#785)
jasonbasuil Dec 8, 2022
122a1d5
Merge release/1.38.0 into develop branch (#797)
github-actions[bot] Dec 8, 2022
58eb2dd
add LoadingSkeleton (#800)
jasonbasuil Jan 6, 2023
10bfa5e
Adding contentCenterOverflow prop to LoadingOverlay (#802)
domschab23 Jan 9, 2023
921d023
Merge release/1.38.1 into develop branch (#804)
github-actions[bot] Jan 9, 2023
9f7bff1
import skeleton.css directly to LoadingSkeleton (#806)
jasonbasuil Jan 10, 2023
c4a354d
Merge release/1.38.2 into develop branch (#808)
github-actions[bot] Jan 10, 2023
f550466
Adding optional props to Tabs component (#811)
domschab23 Jan 17, 2023
7ce000a
Merge release/1.38.3 into develop branch (#813)
github-actions[bot] Jan 17, 2023
64ee78b
add Grouped Options story for SingleSelect (#816)
jasonbasuil Jan 24, 2023
669d3c7
Bump express from 4.17.1 to 4.18.2 (#795)
dependabot[bot] Jan 24, 2023
924773f
Bump decode-uri-component from 0.2.0 to 0.2.2 (#794)
dependabot[bot] Jan 24, 2023
eaf2d0c
Bump qs from 6.5.2 to 6.5.3 (#791)
dependabot[bot] Jan 25, 2023
c44b544
some README cleanup (#817)
jasonbasuil Jan 25, 2023
babe921
add pre-built loading skeleton to Card (#821)
jasonbasuil Jan 31, 2023
8f8082b
Merge release/1.38.4 into develop branch (#823)
github-actions[bot] Jan 31, 2023
669eaa7
make inputId required on Select components (#827)
jasonbasuil Feb 2, 2023
e1b7eb2
Bump http-cache-semantics from 4.1.0 to 4.1.1 (#828)
dependabot[bot] Feb 6, 2023
ca6aa81
export Main from DS (#831)
jasonbasuil Feb 7, 2023
aee0c10
add loading state to Button (#833)
jasonbasuil Feb 8, 2023
31d2438
Merge release/1.39.0 into develop branch (#835)
github-actions[bot] Feb 8, 2023
b20f69b
set Button focus outline to only keyboard (#839)
jasonbasuil Feb 9, 2023
9ba233a
Update setMessage to accept object in useToast.js and add Toast.mdx d…
gretahayes19 Feb 10, 2023
89f38ba
Merge release/1.40.0 into develop branch (#841)
github-actions[bot] Feb 10, 2023
155e48e
Add bugsnag config to DS and handle toast arg error (#845)
gretahayes19 Mar 7, 2023
ad2d071
use focus-visible for AccordionToggle focus state (#847)
jasonbasuil Mar 7, 2023
d4f326c
update transparent button active bg color (#843)
jasonbasuil Mar 7, 2023
c95f7ae
add ProfileCellSkeleton (#825)
jasonbasuil Mar 7, 2023
2251e17
Merge release/1.41.0 into develop branch (#852)
github-actions[bot] Mar 7, 2023
0f1f218
Move react-scripts to devDependencies (#854)
gretahayes19 Mar 7, 2023
d702c71
enforce storybook v6.2.1 (#864)
jasonbasuil Mar 15, 2023
5fc8bfe
Button height and typography updates (#849)
jasonbasuil Mar 16, 2023
ee87261
add conditional removeBorderLeft, update Alert padding (#858)
jasonbasuil Mar 21, 2023
3b28450
add conditional removeBorderLeft, update Alert padding (#858)
jasonbasuil Mar 21, 2023
c1c40c6
Revert "Button height and typography updates (#849)" (#873)
jasonbasuil Mar 21, 2023
cba26a1
upgrade to bugsnag 7 (#871)
gretahayes19 Mar 21, 2023
8768375
Merge release/1.41.1 into develop branch (#875)
github-actions[bot] Mar 21, 2023
007dcf5
button size updates (previously reverted) (#876)
jasonbasuil Mar 22, 2023
3d7682d
Revert "button size updates (previously reverted) (#876)" (#880)
jasonbasuil Mar 23, 2023
92e2c72
remove Bugsnag (#878)
jasonbasuil Mar 24, 2023
95934d4
Merge release/1.42.0 into develop branch (#882)
github-actions[bot] Mar 24, 2023
80cf826
add TableLoadingSkeleton (#869)
jasonbasuil Mar 24, 2023
c22d799
update Input placeholder color to gray-700 (#866)
jasonbasuil Mar 24, 2023
ac554b0
use UI logo for favicon (#884)
jasonbasuil Mar 24, 2023
89ebcd5
add DropdownDivider and destructive DropdownItem variant (#860)
jasonbasuil Mar 29, 2023
c7b5e22
Merge release/1.42.1 into develop branch (#886)
github-actions[bot] Mar 29, 2023
ff7c729
add fa-fw to DropdownItem (#890)
jasonbasuil Apr 5, 2023
401acdd
Improve outline transparent button disabled state (#894)
gabescarbrough Apr 10, 2023
28d7548
Merge release/1.42.2 into develop branch (#896)
github-actions[bot] Apr 11, 2023
490b4cd
Bug/746 fix asyncselect modal stories (#892)
Dchyk Apr 17, 2023
3075029
Add drawer component (#900)
gabescarbrough Apr 20, 2023
ae5d542
upgrade Bootstrap 5.1 (#902)
jasonbasuil Apr 20, 2023
6ba501f
Merge release/1.43.0 into develop branch (#904)
github-actions[bot] Apr 20, 2023
ca691e6
Drawer/Fix DrawerFooter onPrimaryAction click handler (#908)
DevStarks Apr 24, 2023
7f450ac
Merge release/1.43.1 into develop branch (#910)
github-actions[bot] Apr 24, 2023
67296ee
add Spacing stories to foundations (#914)
jasonbasuil May 1, 2023
a56830a
Improve Drawer breakpoints on tablets (#921)
gabescarbrough May 16, 2023
f8aee10
Storybook 7 upgrade (#911)
jasonbasuil May 17, 2023
4111a8a
move btn-focus-outline--dark-bg to buttons styles (#917)
jasonbasuil May 17, 2023
5a53e63
add TableFoot, update TableCell hover, and allow stickyRowBottom (#916)
jasonbasuil May 17, 2023
f917c8b
bump node version max to 19 (#926)
jasonbasuil May 17, 2023
739a7bb
remove unused react-scripts (#928)
jasonbasuil May 17, 2023
6e56ca5
Merge release/2.0.0-rc into develop branch (#932)
github-actions[bot] May 17, 2023
3f292ff
fix bad merge that included old SB6 duplicate docs (#934)
jasonbasuil May 17, 2023
a1f054f
Merge release/2.0.0-rc1 into develop branch (#936)
github-actions[bot] May 17, 2023
350278e
Merge release/2.0.0 into develop branch (#938)
github-actions[bot] May 18, 2023
dcbd441
Add loading props to DrawerFooter actions (#942)
gabescarbrough May 22, 2023
2951a6a
change Chromatic build deploy on main branch (#944)
jasonbasuil May 22, 2023
9f7b9ca
add EmptyState component (#939)
jasonbasuil May 23, 2023
59134b6
Update module resolver to resolve dependabot (#945)
rsaris May 23, 2023
2acd212
Merge release/2.0.1 into develop branch (#947)
github-actions[bot] May 23, 2023
e21b832
Move deploy to GitHub actions (#950)
rsaris May 30, 2023
02ede46
add MoneyInput component (#951)
jasonbasuil Jun 6, 2023
f7f2cf0
add IconButton (#953)
jasonbasuil Jun 8, 2023
7b9d00d
Merge release/2.0.2 into develop branch (#955)
github-actions[bot] Jun 9, 2023
2d0fd4e
export IconButton (#957)
jasonbasuil Jun 9, 2023
72be627
Merge release/2.0.3 into develop branch (#959)
github-actions[bot] Jun 9, 2023
bc68cce
add feature variant to Alert / Callout, unpublish announcement varian…
jasonbasuil Jul 6, 2023
26f1d6c
Merge release/2.0.4 into develop branch (#965)
github-actions[bot] Jul 6, 2023
daa06e9
add target to Alert action (#974)
jasonbasuil Jul 19, 2023
5d5655c
Bump word-wrap from 1.2.3 to 1.2.4 (#976)
dependabot[bot] Jul 19, 2023
d36cce0
Bump semver from 5.7.1 to 5.7.2 (#967)
dependabot[bot] Jul 19, 2023
753c8bb
Bump tough-cookie from 4.1.2 to 4.1.3 (#966)
dependabot[bot] Jul 19, 2023
5747621
Add RichTextEditor component (#972)
gabescarbrough Jul 19, 2023
68bdfa6
Merge release/2.1.0 into develop branch (#978)
github-actions[bot] Jul 19, 2023
97b5ade
upgrade FontAwesome v6.4.0 (#980)
jasonbasuil Aug 1, 2023
02a0e84
ensure EmptyState title and subtitle have same margin-bottom (#984)
jasonbasuil Aug 22, 2023
4e8a1c6
Adding lateral style icon and collapsed text (#986)
careful-axe Aug 29, 2023
5086fc3
Merge release/2.1.1 into develop branch (#988)
github-actions[bot] Aug 29, 2023
0050a1f
Update issue templates (#995)
jasonbasuil Sep 6, 2023
d90c7ea
Create -ui-design-system--pr.md (#996)
jasonbasuil Sep 6, 2023
476b0de
uses yalc for linking the DS to RS (#1000)
kyleshike Sep 7, 2023
e99eef1
Bump @adobe/css-tools from 4.2.0 to 4.3.1 (#989)
dependabot[bot] Sep 11, 2023
64633a7
upgrade storybook to 7.4.1 (#1005)
jasonbasuil Sep 13, 2023
5ab953d
add TypeScript (#992)
jasonbasuil Sep 15, 2023
d04fdc9
upgrade dependencies for semver (#1010)
jasonbasuil Sep 15, 2023
ebbdc32
adds necessary final step for unlinking rs (#1011)
kyleshike Sep 15, 2023
d69d63d
Merge release/2.2.0 into develop branch (#1015)
github-actions[bot] Sep 18, 2023
f90aafa
convert Heading component to TypeScript (#1017)
jasonbasuil Sep 21, 2023
c3fd37b
convert Flex component to TypeScript (#1018)
jasonbasuil Sep 21, 2023
38b936a
Migrates Tabs component to TS and CSS modules (#1038)
kyleshike Oct 4, 2023
ed73d39
remove jest mock functions from stories (#1040)
jasonbasuil Oct 12, 2023
549fc75
Fixes storybook webpack config (#1042)
kyleshike Oct 12, 2023
a178ccc
re-write components without styled-components (#1043)
jasonbasuil Oct 13, 2023
bf5a882
Merge release/2.2.2 into develop branch (#1045)
github-actions[bot] Oct 13, 2023
bdc38ce
upgrade css-loader (#1050)
jasonbasuil Oct 23, 2023
bc3903c
Bump postcss from 8.4.29 to 8.4.31 (#1051)
dependabot[bot] Oct 23, 2023
d2b645c
Fixes Bootstrap classname collision in Tabs component for Rails Serve…
kyleshike Oct 24, 2023
f18736b
Fixes prop name in Tabs (#1052)
kyleshike Oct 24, 2023
870615c
add trailingText to Input component (#1056)
jasonbasuil Nov 7, 2023
b5c596d
Allow drawer to be expanded by default (#1057)
eric2523 Nov 8, 2023
443be3c
Merge release/2.2.3 into develop branch (#1059)
github-actions[bot] Nov 8, 2023
ec53b48
Bump postcss from 8.4.29 to 8.4.31 (#1060)
dependabot[bot] Nov 8, 2023
6b8bb71
Use modal backdrop z index on drawer backdrop (#1063)
kyleshike Nov 14, 2023
08be4a6
use Inter font (#1062)
jasonbasuil Nov 16, 2023
9aa9e48
FormGroup - update helper text, focus states (#1066)
jasonbasuil Nov 17, 2023
d853618
remove window from Avatar classname (#1068)
jasonbasuil Nov 20, 2023
bd4ed7f
add border to Card under Synthesized class (#1071)
jasonbasuil Nov 22, 2023
71585da
Add Synthesis colors from Figma (#1069)
gabescarbrough Nov 27, 2023
ffc1acd
add pointer to CheckboxButton and RadioButton (#1074)
jasonbasuil Nov 27, 2023
17180f0
update Button to use Synthesis colors (#1076)
jasonbasuil Nov 27, 2023
48f0511
Implements Synthesis styles for tabs component (#1077)
kyleshike Nov 27, 2023
64533ca
Implements Synthesis styles for Select component (#1079)
kyleshike Nov 27, 2023
ab3f3ba
Synthesize Alert / Toast colors (#1080)
jasonbasuil Nov 27, 2023
bf2949b
Merge release/2.3.0 into develop branch (#1082)
github-actions[bot] Nov 27, 2023
f79695e
FormGroup helperText prop type as node (#1087)
domschab23 Dec 1, 2023
7f20565
Merge release/2.3.1 into develop branch (#1089)
github-actions[bot] Dec 1, 2023
9f129c7
Bump @adobe/css-tools from 4.3.1 to 4.3.2 (#1085)
dependabot[bot] Dec 7, 2023
480ec92
remove box shadow from MoneyInput, add step and prefix props (#1094)
jasonbasuil Dec 7, 2023
890abae
update DropdownItem hover state, remove danger variant (#1091)
jasonbasuil Dec 12, 2023
479191e
give default sizes to levels, make weight optional, add notes to prop…
jasonbasuil Dec 12, 2023
93f454a
Merge release/2.4.0 into develop branch (#1099)
github-actions[bot] Dec 12, 2023
6877520
remove font-weight: 100 (#1102)
jasonbasuil Dec 20, 2023
35697ac
swap rem values for px values (#1104)
jasonbasuil Dec 21, 2023
5d491c2
Adds template variables to RichTextEditor (#1105)
kyleshike Dec 28, 2023
b190472
adds max height to template variable popup in RTE (#1106)
kyleshike Dec 28, 2023
0256efc
Fixes persistence of template vars (#1109)
kyleshike Dec 29, 2023
dfd3012
Merge release/2.4.1 into develop branch (#1111)
github-actions[bot] Dec 29, 2023
2683df6
update Toast dismiss timing (#1115)
jasonbasuil Jan 3, 2024
611e691
Merge release/2.4.2 into develop branch (#1117)
github-actions[bot] Jan 3, 2024
384e26d
add Synthesis spacing variables (#1123)
jasonbasuil Jan 8, 2024
bebe5e4
add warning and error tooltips (#1126)
jasonbasuil Jan 12, 2024
19e28f4
Merge release/2.4.3 into develop branch (#1129)
github-actions[bot] Jan 12, 2024
24ff7d5
add image support for EmptyState (#1132)
jasonbasuil Jan 19, 2024
383b0ac
Merge release/2.4.4 into develop branch (#1134)
github-actions[bot] Jan 19, 2024
17614a3
Converts RichTextEditor to TS, replaces templateVariables prop with c…
kyleshike Jan 23, 2024
66b4aad
Convert Button to TS (#1138)
kyleshike Jan 29, 2024
d219f3e
Merge release/2.5.0 into develop branch (#1142)
github-actions[bot] Feb 2, 2024
3ffe462
remove duplicate JS files RTE (#1143)
jasonbasuil Feb 5, 2024
04ef53c
Prepare release 2.5.1 (#1145)
github-actions[bot] Feb 5, 2024
67b73f1
Prepare release 2.5.2 (#1147)
github-actions[bot] Feb 5, 2024
729d4a6
Merge release/2.5.2a into develop branch (#1149)
github-actions[bot] Feb 5, 2024
310c970
Allow prop type node for Card title (#1150)
domschab23 Feb 7, 2024
37df522
Fix DropdownToggle focus color (#1154)
gabescarbrough Feb 12, 2024
b193746
IconButton: expose loading props (#1152)
eric2523 Feb 13, 2024
6c46a61
Bump ip from 2.0.0 to 2.0.1 (#1155)
dependabot[bot] Feb 21, 2024
03869fa
remove warning and danger Button variants from docs (#1158)
jasonbasuil Feb 26, 2024
90177d0
Disable drawer background scrolling if drawer has background overlay …
domschab23 Feb 27, 2024
54f8eac
Merge release/2.6.0 into develop branch (#1162)
github-actions[bot] Feb 27, 2024
da63331
add forwardRef to DrawerBody (#1166)
domschab23 Mar 14, 2024
44707b1
Bump sanitize-html from 2.11.0 to 2.12.1 (#1163)
dependabot[bot] Mar 14, 2024
798b783
Bump webpack-dev-middleware from 6.1.1 to 6.1.2 (#1167)
dependabot[bot] Mar 25, 2024
1eeb986
Provides CSS properties for typography, layout and color (#1168)
kyleshike Mar 25, 2024
d213c7c
Merge release/2.6.1 into develop branch (#1170)
github-actions[bot] Mar 25, 2024
97d7563
Update RichTextEditor to be a forwardRef and expose setContent throug…
eric2523 Mar 27, 2024
43848d8
Bump express from 4.18.2 to 4.19.2 (#1171)
dependabot[bot] Mar 27, 2024
d4472bf
Converts Card to typescript (#1160)
kyleshike Mar 27, 2024
8cf4e71
Merge release/2.7.0 into develop branch (#1175)
github-actions[bot] Mar 27, 2024
aef7883
Fixes Card import resolution (#1176)
kyleshike Mar 27, 2024
83e712c
Merge release/2.7.1 into develop branch (#1178)
github-actions[bot] Mar 27, 2024
e3b1c03
Removes knobs from Storybook stories (#1172)
kyleshike Mar 29, 2024
8e5546c
Upgrade Storybook to v8.0.5 (#1179)
kyleshike Apr 1, 2024
0ed7578
add tertiary Button variant (#1186)
DevStarks Apr 11, 2024
ef03a1d
Improves hover state of tabs to avoid content shifting (#1184)
kyleshike Apr 12, 2024
f96cc26
Prepare release 2.7.2 (#1188)
github-actions[bot] Apr 15, 2024
a3df4b3
Bump tar from 6.2.0 to 6.2.1 (#1183)
dependabot[bot] Apr 15, 2024
2a8f839
Updates FontAwesome peer deps (#1189)
kyleshike Apr 18, 2024
0f6a955
remove non-synth colors, add borderedMultiValue styles SingleSelect (…
jasonbasuil Apr 29, 2024
a9147c1
Add default containerClassName to loading skeleton (#1195)
domschab23 Apr 30, 2024
2cb9e42
Merge release/2.8.0 into develop branch (#1201)
github-actions[bot] Apr 30, 2024
66e414f
Merge release/3.0.0 into develop branch (#1216)
github-actions[bot] May 4, 2024
94a6d39
Show helper text in FormGroup regardless of error state (#1209)
domschab23 May 6, 2024
7c0c42c
Converts most of the components to TS (#1197)
kyleshike May 6, 2024
598251d
fix checkbox button group Sass imports (#1217)
kyleshike May 7, 2024
7e52a90
Update Tiptap to 2.3.1 (#1218)
gabescarbrough May 7, 2024
1497898
Enable Dependabot Version Upgrades (#1219)
jeffbax May 9, 2024
2ab3bb5
Add DateTimePicker (#1220)
gabescarbrough May 16, 2024
13ddc87
Change Drawer expanded width to 90% (#1221)
Dchyk May 20, 2024
77c5d41
Adds borderedMultiValue prop to Creatable select (#1222)
kyleshike May 22, 2024
8b3e758
Adds responsive FlexContainer component (#1223)
kyleshike May 23, 2024
aff5e2e
Fix GH action to work with Yarn 4(#1229)
kyleshike May 24, 2024
df5a884
Prepare release v3.1.0 (#1231)
github-actions[bot] May 24, 2024
d94feb4
Add async searchable multiSelect and searchable multiSelect types (#1…
magicmarie May 24, 2024
b220d64
Fixes broken GH workflows (#1232)
kyleshike May 24, 2024
e90a083
Remove Drawer--open when drawer unmounts (#1227)
domschab23 May 24, 2024
b027bdd
Prepare release v3.1.1 (#1234)
github-actions[bot] May 24, 2024
c4c296b
Fix default props (#1235)
kyleshike May 24, 2024
a9515b6
Prepare release v3.1.2 (#1237)
github-actions[bot] May 24, 2024
74e74bd
Don't include css properties in theme (#1238)
kyleshike May 28, 2024
11f4e65
Prepare release v3.1.3
github-actions[bot] May 28, 2024
3ce6766
Merge branch 'main' into release/v3.1.3
kyleshike May 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@user-interviews/ui-design-system",
"version": "3.1.2",
"version": "3.1.3",
"dependencies": {
"@tiptap/core": "^2.3.1",
"@tiptap/extension-bold": "^2.3.1",
Expand Down
1 change: 0 additions & 1 deletion scss/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
@import './bootstrap';
@import './buttons';
@import './cards';
@import './css_properties.scss';
@import './colors';
@import './drawer';
@import './inputs';
Expand Down
Loading