Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
45076de
Return toast object so you can use it's ID
rushi Dec 18, 2024
85d6124
Add remove, which will remove it immediately
rushi Dec 18, 2024
f94fe12
Add two missing sizes
rushi Dec 18, 2024
a8e714f
Add 3xl size
rushi Dec 18, 2024
e23b131
Add 'cn' for the icons package too
rushi Dec 18, 2024
b89c95c
Upgrade Tailwind CSS to 3.4 and fix button, base input
rushi Dec 18, 2024
d695a9b
Add interactiveDebounce to fix menu disappearing
rushi Dec 18, 2024
45b2880
Update version
rushi Dec 19, 2024
d2dd8db
Classnames for a button
rushi Dec 19, 2024
8443055
npm audit fix
rushi Dec 19, 2024
b7e2149
Fix transitions for Drawer
rushi Dec 19, 2024
9631f65
Fix styling for FormGroup so it can be overidden
rushi Dec 19, 2024
6515ca0
Disable chromatic for now
rushi Dec 19, 2024
2679dd7
update actions to use node 20 now
rushi Dec 19, 2024
c37fe4c
Remove appear attribute
rushi Dec 20, 2024
f40c988
Update xola/icons package for icons
rushi Dec 21, 2024
7e73d7d
Update icons package, package.json cleanup and version
rushi Dec 21, 2024
ec9969d
Set default type for a submit button
rushi Dec 21, 2024
9ee8f43
Improve search result display when you are still loading but have dat…
rushi Dec 23, 2024
e738a5d
Prettier
rushi Dec 23, 2024
6688de5
Add 'hasSubmenu' so we can skip chevron for parents that don't have s…
rushi Dec 23, 2024
c96e6a0
Add tippy animation css into UI Kit itself
rushi Dec 23, 2024
2d512e8
Fix InlineValuePopover
rushi Dec 23, 2024
b286da8
Remove lodash from icons folder
rushi Dec 24, 2024
a1522a8
Ability to quickly add classname to the tooltip content
rushi Dec 30, 2024
a115b72
Ability to show something at the end of the menu item
rushi Dec 30, 2024
b4747df
Fix className
rushi Dec 30, 2024
3e6ef2f
Update conditional tooltip content
rushi Dec 30, 2024
029ba35
Fix size of RefreshIcon so the right side is not cut off
rushi Dec 30, 2024
8b7861e
classname for reverse spin
rushi Dec 30, 2024
6935710
Wrap ComboBox in forwardRef
rushi Dec 30, 2024
d3c4ec0
Remove overflow, possibly related to X2-6961
rushi Jan 17, 2025
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
4 changes: 1 addition & 3 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: "Chromatic"

on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]
workflow_dispatch:

jobs:
chromatic-deployment:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
ref: ${{github.event.pull_request.head.sha}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Node.JS 16
uses: actions/setup-node@v3
- name: Node.JS 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: "npm"
cache-dependency-path: "package-lock.json"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Check out
uses: actions/checkout@v1

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
cache: "npm"
cache-dependency-path: "package-lock.json"

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
v20
Loading
Loading