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

@warp-ds/uno

Package Overview
Dependencies
Maintainers
7
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/uno - npm Package Versions

1
14

1.1.0-next.1

Diff

Changelog

Source

1.1.0-next.1 (2023-09-07)

Features

  • Add rules for backdrop-blur (#156) (05b23a7)
balbuhhha
published 1.0.0 •

Changelog

Source

1.0.0 (2023-08-22)

Bug Fixes

  • add 75% to the opacity values (#86) (fa52e6e)
  • add arbitrary width support for border (#88) (2eb8d87)
  • add base styles to preflight (#101) (19ec46b)
  • add bg color options (#76) (980c532)
  • add correct token for the focus ring (#87) (9191bca)
  • add development flag back and externalize our published component classes (#129) (4470892)
  • add font-bold to t1-t6 and use those classes to ref h1-h5 (#146) (1c6a81d)
  • add missing apostrofs (#91) (a28756e)
  • add missing classes Fabric supported (#135) (4ce6033)
  • add px to the arbitrary border width (#93) (c4d17ae)
  • add rules and tests for caret (#84) (fac54a1)
  • add skipResets flag (#142) (a13cbcd)
  • add styling for loading (#77) (87e0e50)
  • Added missing rules for static border colors (#123) (6644a66)
  • aspect-ratio: add rules for aspect-ratio, -video and -square (#150) (f5d1c79)
  • avoid null issue and use empty array instead (#144) (6d56dcd)
  • avoid top-level await in reset (#137) (b35c803)
  • background arbitrary url rule change (#95) (ae70e51)
  • bad comment syntax in preflight (#73) (ae37e8e)
  • be able to use a one-off background image (#89) (12df5a9)
  • border-x|y fix and slider obsolete snapshot fix (#120) (85dfaec)
  • cache the preflight instead of requesting every rebuild (83537ca)
  • Cleanup color classes for text and background color (#127) (1b3d13e)
  • display.js: align order of css for display classes with fabric.css (#147) (aa00cfc)
  • escape current selector for focusable (#122) (00b789b)
  • extend regex for the background arbitrary values (#92) (d908e24)
  • focusable classes (#109) (8e3ca96)
  • focusable, last-child, spinner rules (#110) (40e75cf)
  • height and width shouldn't match without a dash (#83) (3580750)
  • improve arbitrary bg rule (#111) (ea43100)
  • improve syntax to clear the float for the elements after legend (#108) (75f4cac)
  • only support gap from theme (#31) (4d49678)
  • proper handle bg arbitrary url as var (#126) (0ddd0e9)
  • remove @warp-ds/css dep to fix circular dependency (#149) (e351c76)
  • remove a shortcut for the outline-none (#128) (ced819c)
  • remove caret class, will use current (#85) (f87db11)
  • remove input related stuff from preflight (#81) (a5dcb42)
  • Remove old fallback values from box shadows (#140) (da00995)
  • remove resets from preflight and refactor (#106) (3591a3b)
  • Replace arbitrary background class with semantic class for page-container (#138) (ee9c296)
  • restructure html and body styling to make shadow dom styling work (#107) (7eb3e94)
  • shadows: add default box-shadow values to generic shadow classes (#96) (4adb2d6)
  • shadow: update naming of box-shadows (#112) (4405ae5)
  • slider: fix slider bug (#100) (31b9b0c)
  • theme now exports useTheme (#82) (88476fd)
  • throw better errors for users who are missing 'fetch' (#132) (77ba1e2)
  • trigger a new release of alpha.59 (#145) (1ad8465)
  • typography.js: add font-bold to .h1-5 shortcuts (#121) (b84a631)
  • update & align unocss dependencies (#148) (e540d19)
  • Update focus outline to use new semantic color token (#139) (673627d)
  • update vite to 4.2.3 to fix a vulnerability (#152) (929c9af)
  • Updated rules for semantic colors to handle base level token names without ending "default" suffix (#133) (805526d)
  • use #plugin alias in import in checkFabricClasses (6022115)
  • use new css repo for component classes (#143) (b2816b6)
  • workflows: set node v to lts/* and pnpm to 8 (#118) (413058d)
  • Wrong syntax (#69) (b938d3a)

Features

  • Add background, text and border classes for semantic color tokens (#119) (19b5ee9)
  • add css variables as arbitrary values for w and h (#104) (455c4cb)
  • add layout rules and tests for rules (d47d412)
  • add new shortcut for page-container (#114) (8ae08b3)
  • add rules for border and rounded (#19) (48ec500)
  • add rules for focusable classes (#27) (e9f7e08)
  • add rules for outline (#125) (3834087)
  • add rules for shadows (#90) (a0dfbc5)
  • add rules for table (#33) (d1ea3fb)
  • add rules for text decoration (#29) (9797311)
  • add tests for align rules (64d2815)
  • arbitrary values accepted for leading (#130) (39919f4)
  • automate package publishing using semantic-release (#68) (9273e19)
  • dropshadow: add drop shadow (#105) (9b68cbe)
  • internals: add rules for border-top/right/bottom/left-color classes (#78) (83eb2f5)
  • internals: add rules for shadow component classes (#94) (e7e65d1)
  • rule for adding safe area inset from the bottom edge of the viewport (#103) (88186f6)
  • rules: add typography rules (#99) (6e1c363)
  • semantic.js: add rules for semantic icon colors (#124) (afc0354)
  • slider: add border shadow for active and hover states (#98) (0b36581)
  • slider: add outline-none styling for slider (#102) (48fdd8a)
  • touch-actions: add support for touch actions (#97) (54a3002)
balbuhhha
published 1.0.0-alpha.66 •

Changelog

Source

1.0.0-alpha.66 (2023-08-21)

Bug Fixes

  • update vite to 4.2.3 to fix a vulnerability (#152) (929c9af)
balbuhhha
published 1.0.0-alpha.65 •

Changelog

Source

1.0.0-alpha.65 (2023-08-21)

Bug Fixes

  • aspect-ratio: add rules for aspect-ratio, -video and -square (#150) (f5d1c79)
balbuhhha
published 1.0.0-alpha.64 •

Changelog

Source

1.0.0-alpha.64 (2023-08-18)

Bug Fixes

  • remove @warp-ds/css dep to fix circular dependency (#149) (e351c76)
balbuhhha
published 1.0.0-alpha.63 •

Changelog

Source

1.0.0-alpha.63 (2023-08-17)

Bug Fixes

balbuhhha
published 1.0.0-alpha.62 •

Changelog

Source

1.0.0-alpha.62 (2023-08-15)

Bug Fixes

  • display.js: align order of css for display classes with fabric.css (#147) (aa00cfc)
balbuhhha
published 1.0.0-alpha.61 •

Changelog

Source

1.0.0-alpha.61 (2023-08-15)

Bug Fixes

  • add font-bold to t1-t6 and use those classes to ref h1-h5 (#146) (1c6a81d)
balbuhhha
published 1.0.0-alpha.60 •

Changelog

Source

1.0.0-alpha.60 (2023-07-13)

Bug Fixes

  • use new css repo for component classes (#143) (b2816b6)
balbuhhha
published 1.0.0-alpha.59 •

Changelog

Source

1.0.0-alpha.59 (2023-07-13)

Bug Fixes

  • avoid null issue and use empty array instead (#144) (6d56dcd)
  • trigger a new release of alpha.59 (#145) (1ad8465)
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