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

@microsoft/adaptive-ui

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/adaptive-ui - npm Package Compare versions

Comparing version 1.0.0-alpha.27 to 1.0.0-alpha.28

23

CHANGELOG.json

@@ -5,2 +5,25 @@ {

{
"date": "Fri, 16 Jun 2023 18:17:14 GMT",
"tag": "@microsoft/adaptive-ui_v1.0.0-alpha.28",
"version": "1.0.0-alpha.28",
"comments": {
"none": [
{
"author": "chhol@microsoft.com",
"package": "@microsoft/adaptive-ui",
"commit": "ca0e62ee8d05f72d1d8c1ad66bd6eea8e3f0a4eb",
"comment": "update prettier and eslint-config-prettier versions"
}
],
"prerelease": [
{
"author": "beachball",
"package": "@microsoft/adaptive-ui",
"comment": "Bump @microsoft/fast-foundation to v3.0.0-alpha.28",
"commit": "8250aa8352940584ff443b550ee756d49f01c478"
}
]
}
},
{
"date": "Tue, 28 Mar 2023 22:14:10 GMT",

@@ -7,0 +30,0 @@ "tag": "@microsoft/adaptive-ui_v1.0.0-alpha.27",

10

CHANGELOG.md
# Change Log - @microsoft/adaptive-ui
This log was last generated on Tue, 28 Mar 2023 22:14:10 GMT and should not be manually modified.
This log was last generated on Fri, 16 Jun 2023 18:17:14 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0-alpha.28
Fri, 16 Jun 2023 18:17:14 GMT
### Changes
- Bump @microsoft/fast-foundation to v3.0.0-alpha.28
## 1.0.0-alpha.27

@@ -8,0 +16,0 @@

2

dist/adaptive-ui.d.ts

@@ -1056,3 +1056,3 @@ import { ColorRGBA64 } from '@microsoft/fast-colors';

*/
export declare type PaletteDirectionValue = typeof PaletteDirectionValue[keyof typeof PaletteDirectionValue];
export declare type PaletteDirectionValue = (typeof PaletteDirectionValue)[keyof typeof PaletteDirectionValue];

@@ -1059,0 +1059,0 @@ /**

@@ -1061,3 +1061,3 @@ import { ColorRGBA64 } from '@microsoft/fast-colors';

*/
export declare type PaletteDirectionValue = typeof PaletteDirectionValue[keyof typeof PaletteDirectionValue];
export declare type PaletteDirectionValue = (typeof PaletteDirectionValue)[keyof typeof PaletteDirectionValue];

@@ -1064,0 +1064,0 @@ /**

@@ -23,3 +23,3 @@ import { Swatch } from "./swatch.js";

*/
export declare type PaletteDirectionValue = typeof PaletteDirectionValue[keyof typeof PaletteDirectionValue];
export declare type PaletteDirectionValue = (typeof PaletteDirectionValue)[keyof typeof PaletteDirectionValue];
/**

@@ -26,0 +26,0 @@ * Convenience type to allow a fixed {@link (PaletteDirectionValue:variable)} or a function that resolves to one.

@@ -639,3 +639,3 @@ ## API Report File for "@microsoft/adaptive-ui"

// @public
export type PaletteDirectionValue = typeof PaletteDirectionValue[keyof typeof PaletteDirectionValue];
export type PaletteDirectionValue = (typeof PaletteDirectionValue)[keyof typeof PaletteDirectionValue];

@@ -642,0 +642,0 @@ // @public

{
"name": "@microsoft/adaptive-ui",
"version": "1.0.0-alpha.27",
"version": "1.0.0-alpha.28",
"description": "A collection of design utilities supporting basic styling and Adaptive UI",

@@ -47,3 +47,3 @@ "type": "module",

"@microsoft/fast-colors": "^5.3.1",
"@microsoft/fast-foundation": "3.0.0-alpha.27"
"@microsoft/fast-foundation": "3.0.0-alpha.28"
},

@@ -56,7 +56,7 @@ "devDependencies": {

"chai": "^4.2.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^8.8.0",
"mocha": "^7.1.2",
"prettier": "2.0.2",
"prettier": "2.8.8",
"typescript": "^4.7.0"
}
}

@@ -639,3 +639,3 @@ ## API Report File for "@microsoft/adaptive-ui"

// @public
export type PaletteDirectionValue = typeof PaletteDirectionValue[keyof typeof PaletteDirectionValue];
export type PaletteDirectionValue = (typeof PaletteDirectionValue)[keyof typeof PaletteDirectionValue];

@@ -642,0 +642,0 @@ // @public

Sorry, the diff of this file is too big to display

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