fix(variables): update core version, update variable names #592#598
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 53 minutes and 31 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR upgrades Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~15 minutes Possibly Related Issues
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 46: The package.json dependency entry for "@tedi-design-system/core" is
set to a non-existent "6.0.0" version; update the dependency (the line with
"@tedi-design-system/core": "6.0.0") to a valid released version (e.g., "3.2.0")
or the intended target version, then run npm/yarn install to verify resolution
and adjust any import/compatibility changes if you chose a different major
version.
In
`@src/community/components/map-components/base-map-selection/base-map-selection.module.scss`:
- Line 110: The CSS rule using outline: var(--tedi-tedi-borders-01) solid
var(--tedi-primary-500) contains a duplicated prefix; change the custom property
to the correct token var(--tedi-borders-01) in the
base-map-selection.module.scss rule (the declaration with outline:
var(--tedi-tedi-borders-01) ...), and verify there are no other instances of
--tedi-tedi-borders-01 remaining in this file so it matches the existing tokens
at lines where --tedi-borders-01 is already used.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 67825f01-4ea4-4620-897a-dddb85f05809
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (15)
package.jsonsrc/community/components/map-components/base-map-selection/base-map-selection.module.scsssrc/community/components/map-components/button-group/button-group.module.scsssrc/community/components/map-components/color-and-icon-picker/color-and-icon-picker.module.scsssrc/community/components/map-components/legend/legend.module.scsssrc/community/components/map-components/map-button/map-button.module.scsssrc/community/components/map-components/map-info/map-info.module.scsssrc/community/styles/_map-component.variables.scsssrc/tedi/components/buttons/collapse/collapse.module.scsssrc/tedi/components/content/text-group/text-group.module.scsssrc/tedi/components/form/choice-group/components/choice-group-item/choice-group-item.module.scsssrc/tedi/components/form/select/select.module.scsssrc/tedi/components/layout/sidenav/components/sidenav-dropdown/sidenav-dropdown.module.scsssrc/tedi/components/layout/sidenav/components/sidenav-toggle/sidenav-toggle.module.scsssrc/tedi/components/layout/sidenav/sidenav.module.scss
# [17.0.0](react-16.1.0...react-17.0.0) (2026-04-29) ### Bug Fixes * **checkbox:** invalid indicator hover border fix [#605](#605) ([#609](#609)) ([f1d62c6](f1d62c6)) * **select:** select placeholder no longer blocks context menu interactions [#584](#584) ([#585](#585)) ([e8d86ab](e8d86ab)) * **variables:** update core version, update variable names [#592](#592) ([#598](#598)) ([1f15b36](1f15b36)) ### Features * **button-group:** add mobile variant [#448](#448) ([#606](#606)) ([54dee90](54dee90)), closes [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) [#94](#94) * **card:** add more control to borderRadius usage, add examples [#444](#444) ([#597](#597)) ([deac9db](deac9db)) * **print:** introduce PrintingProvider + context-based usePrint [#99](#99) ([#497](#497)) ([a58cb70](a58cb70)) * **spinner:** add new sizes [#586](#586) ([#589](#589)) ([fbea0c3](fbea0c3)) * **tabs:** new tedi-ready component [#555](#555) ([#557](#557)) ([9c06c51](9c06c51)) * **textarea:** add autoGrow, height and maxHeight props [#588](#588) ([#593](#593)) ([2c86740](2c86740)) * **toggle:** new TEDI-Ready component [#305](#305) ([#594](#594)) ([6f28045](6f28045)) ### BREAKING CHANGES * **print:** usePrint hook removed. Replace with usePrint from the new PrintingProvider context.
Summary by CodeRabbit
Chores
@tedi-design-system/coredependency from v3.3.0 to v6.0.0.Style