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

@okta/odyssey-babel-preset

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@okta/odyssey-babel-preset - npm Package Versions

1
1213

0.14.1

Diff

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)
oktauploader
published 0.10.0 •

Changelog

Source

0.10.0 (2022-03-03)

⚠ BREAKING CHANGES

  • odyssey-react: Heading now applies standard line-heights for each semantic and visual heading level. If custom line-heights are desired for these headings, they can now be themed. Alternately, Text may be used to generate custom font-size/line-height combinations.
  • odyssey-react: removes "normal" and "heading" line height props in favor of "body" and "heading"s 1-6; (e.g. "heading3")
  • odyssey-design-tokens: set space scale under "scale"
  • odyssey-design-tokens: removes prior space tokens from dict
  • odyssey-react: utilizes new type tokens
  • odyssey-design-tokens: updates type tokens to match new scale
  • odyssey-react: icons deleted and renamed
  • odyssey-icons: icons deleted and renamed
  • odyssey-design-tokens: migrates all focus tokens under Focus; renames outlines tokens
  • odyssey-design-tokens: define explicit exports and module type
  • odyssey-react: define explicit exports and module type
  • odyssey-react-theme: define explicit exports and module type

Features

  • browserslist-config-odyssey: make package public (d0341bf)
  • odyssey-design-tokens: add new spacing scale (faf6f19)
  • odyssey-design-tokens: make Neutral Dark color available (a718368)
  • odyssey-design-tokens: standardize focus styles for outline (c6556a0)
  • odyssey-design-tokens: updates type tokens to match new scale (b763705)
  • odyssey-icons: update icons with new designs (c46a433)
  • odyssey-react-theme: useTheme hook (fce5848)
  • odyssey-react: add SvgIcon to exported components (bbe1ff3)
  • odyssey-react: update focus styles to be a11y-friendly (a9dc7c4)
  • odyssey-react: update icons with new designs, update components with icons (a5430b9)
  • odyssey-storybook: force 14px font-size on preview html (9eb4fdc)
  • odyssey-storybook: update Icon and Link stories with new icons (67d9d3f)
  • odyssey: add package for IE 11 testing sandbox (e30b754)

Code Refactoring

  • odyssey-design-tokens: define explicit exports and module type (fdb56c5)
  • odyssey-design-tokens: removes prior space tokens from dict (f35b3f5)
  • odyssey-design-tokens: set space scale under "scale" (5ddbe65)
  • odyssey-react-theme: define explicit exports and module type (f71a20b)
  • odyssey-react: define explicit exports and module type (6a194a5)
  • odyssey-react: remove lineheight props from Heading (d0538d0)
  • odyssey-react: update Text props to reflect new line-heights (f0ef803)
  • odyssey-react: utilizes new type tokens (3650b7c)
oktauploader
published 0.9.3 •

Changelog

Source

0.9.3 (2022-02-24)

Features

  • odyssey-babel-plugin: make package public (072c628)
  • odyssey-babel-preset: make package public (082b214)
  • odyssey-lifecycle: add new package to reduce duplication for lifecycle scripts (aff7760)
  • odyssey-postcss-preset: make package public (e06adcc)
  • odyssey-postcss-scss: make package public (a215fab)
  • odyssey-postcss-theme: make package public (00a7555)
1
1213
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