@microsoft/adaptive-ui
Advanced tools
Comparing version 1.0.0-alpha.27 to 1.0.0-alpha.28
@@ -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", |
# 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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
661072
16517
+ Added@microsoft/fast-element@2.0.0-beta.24(transitive)
+ Added@microsoft/fast-foundation@3.0.0-alpha.28(transitive)
- Removed@microsoft/fast-element@2.0.0-beta.23(transitive)
- Removed@microsoft/fast-foundation@3.0.0-alpha.27(transitive)