Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@okta/odyssey-design-tokens

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/odyssey-design-tokens - npm Package Versions

1
1315

0.14.4

Diff

Changelog

Source

0.14.4 (2022-08-04)

Features

  • odyssey-react-mui: add Icon components (9ba7b4b)
  • odyssey-react-mui: add MUI themes (63bd3a3)
  • odyssey-react-mui: add support for InputAdornments (98f4e39)
  • odyssey-react-mui: enable palette theming for components (f6d4979)
  • odyssey-react-mui: enable spacing theming for components (ee3aed5)
  • odyssey-react-mui: storybook updates with MUI theme changes in development (2563a95)

Bug Fixes

  • updated Lerna to v5 (eb314dc)
  • updated peerDependencies for odyssey-react-mui to restrict the Material UI version (d599952)
  • upgraded Material UI to fix custom theme values (a39077a)
  • upgraded Material UI version in odyssey-storybook (7afc5cf)
oktauploader
published 0.14.3 •

Changelog

Source

0.14.3 (2022-07-14)

Features

  • odyssey-react-mui: add Icon components (9ba7b4b)
  • odyssey-react-mui: add MUI themes (63bd3a3)
  • odyssey-react-mui: storybook updates with MUI theme changes in development (2563a95)

Bug Fixes

oktauploader
published 0.14.2 •

Changelog

Source

0.14.2 (2022-06-30)

Features

  • odyssey-icons: add eye and eye off icons (d44a241)
  • odyssey-react-mui: add Infobox theme for Alert (d92c896)
  • odyssey-react-mui: add theme for Checkbox, Radio, Labels, Hints (a7ed02a)
  • odyssey-react-mui: utilize color tokens for Palette, add lighter (639549c)

Bug Fixes

  • odyssey-react-mui: button danger disabled style (dd2d344)
  • odyssey-react-mui: button prop serialization (8092a2c)
  • odyssey-storybook: fix font-family display in MUI components (91a80c1)
oktauploader
published 0.14.1 •

Changelog

Source

0.14.1 (2022-06-21)

Features

  • odyssey-react-mui: add component themes, update palette + type (c4fd294)
oktauploader
published 0.14.0 •

Changelog

Source

0.14.0 (2022-05-26)

⚠ BREAKING CHANGES

  • odyssey-react: removes heading prop, ability to add headings to banner
  • odyssey-react: removes ability to theme Infobox width

Features

  • odyssey-react: add :hover to Link, Monochrome (48f8d3b)
  • odyssey-react: utilize :focus-visible for less intrusive ux (87cd7ca)

Bug Fixes

  • odyssey-react: fix Infobox icon alignment (9ed9e8e)
  • odyssey-react: modal overflow is now visible (ex: dropdowns) (f97d399)
  • odyssey-react: multiselect height no longer changes on selection (1a86b1c)
  • odyssey-storybook: fix nested story references (f0b26a1)
  • yarn 3 husky local install (7ad0f04)

Code Refactoring

  • odyssey-react: remove heading from Banner (a9d3c56)
  • odyssey-react: set Infobox max-width to 100% (2405dad)
oktauploader
published 0.13.0 •

Changelog

Source

0.13.0 (2022-05-05)

⚠ BREAKING CHANGES

  • odyssey-react: Deprecates "Clear" Button style in favor of "Floating"
  • odyssey-react: removes FloatingLineHeight and FloatingPadding tokens

Features

  • odyssey-react: Update Button variant styling (7f3ef6c)
  • odyssey-react: update Button size styles (251fdab)
  • odyssey-react: update Modal display, add tokens for Padding (670cb50)
  • odyssey-react: update Select/NativeSelect padding (2a68c70)
  • odyssey-react: update TextArea padding (8b5ce78)
  • odyssey-react: update TextInput padding, add AffixPaddingInline (fb33562)

Bug Fixes

  • explicitly call yarn in prepack lifecycle script for lerna (613d00a)
  • odyssey-storybook: correct spelling of 'dismissible' in props, styles, and docs (55c8ecb)

Code Refactoring

  • odyssey-react: Floating Button height is now consistent (8263e99)
oktauploader
published 0.11.3 •

Changelog

Source

0.11.3 (2022-04-14)

Features

  • odyssey-storybook: enable hiding stories from sidebar (1a1b5c5)

Bug Fixes

  • odyssey-react: accessible focus states for Dismiss Button (fc7546d)
  • odyssey-react: fix mobile Banner margins (36dcc91)
oktauploader
published 0.11.2 •

Changelog

Source

0.11.2 (2022-04-07)

Features

  • add odyssey-babel-loader package (baa6128)
  • odyssey-react: add prefix and suffix text props to TextInput component (da7b2d9)

Bug Fixes

  • odyssey-react: consolidate common css (d8b18b3)
  • odyssey-react: Link Icons now match text height (6deee76)
  • odyssey-react: missing error border (fbbfbc1)
  • odyssey-react: show invalid border (fe3e025)
  • odyssey-react: TableSortButton padding now accounts for two Icons (368d509)
  • odyssey-react: update css so that the icon is sized correctly (f6987fa)
  • odyssey-react: update input borders when value is invalid (635ca4c)
  • odyssey-react: update Tab states to be more accessible (fd0508f)
oktauploader
published 0.11.1 •

Changelog

Source

0.11.1 (2022-03-24)

Features

  • browserslist-config-odyssey: expose development and test configs (5deb33a)

Bug Fixes

  • odyssey-react: improve keyboard focus behavior for Modal component (c5d8481)
  • odyssey-storybook: controls for Button theme story (7301868)
  • odyssey-storybook: improve Button doc stories (2f7fdf0)
  • odyssey-storybook: improve NativeSelect doc stories (d2e4044)
oktauploader
published 0.11.0 •

Changelog

Source

0.11.0 (2022-03-17)

⚠ BREAKING CHANGES

  • odyssey-design-tokens: Shadow tokens now utilize a scale palette, matching color, spacing, and type.
  • odyssey-react: Link variant "primary" renamed "default"; "secondary" renamed "monochrome"
  • odyssey-react: Toast "Caution" variant now utilizes the same style API; theme tokens unique to Caution have been removed. HeadingPadding is no longer themeable.
  • odyssey-react Infobox theme variable IconLineHeight removed

Features

  • odyssey-design-tokens: add token for Caution Dark (217dc74)
  • odyssey-ie-11-sandbox: set font-size to Odyssey baseline (e25176e)
  • odyssey-react: add :focus state to Link (28cf97f)
  • odyssey-react: add NativeSelect component (c2f0cd2)
  • odyssey-react: make Toast IE11-friendly, update styles (d4d98d6)
  • odyssey-react: restore native ui functions for TextInput, Search (fff58c1)
  • odyssey-react: update Banner styles and make Banner IE11-friendly (f470462)
  • odyssey-react: update Infobox style+component to match new UI (40b77d3)
  • odyssey-storybook: add NativeSelect (5ba420a)

Bug Fixes

  • odyssey-react-theme: build fully qualified module specifiers (a6a0abf)
  • odyssey-react: build fully qualified module specifiers (60db4c6)
  • odyssey-react: conditionally display aria-describedby attribute in TextInput component (54a3863)
  • odyssey-react: conditionally display aria-describedby attribute to avoid a11y warnings (fa83fd7)
  • odyssey-react: make Description List IE11-friendly (0c1e040)

Code Refactoring

  • odyssey-design-tokens: update Shadow names and styles (78d0fc7)
  • odyssey-react: update Link variant names (f65d9f2)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc