Merge pull request #1068 from umbraco/feature/update-uui-1.6-rc2

Feature/update uui 1.6 rc3
This commit is contained in:
Jacob Overgaard
2023-12-15 13:41:13 +01:00
committed by GitHub
4 changed files with 2682 additions and 4223 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -137,8 +137,8 @@
"@openid/appauth": "^1.3.1",
"@types/dompurify": "^3.0.4",
"@types/uuid": "^9.0.2",
"@umbraco-ui/uui": "1.6.0-rc.1",
"@umbraco-ui/uui-css": "1.6.0-rc.1",
"@umbraco-ui/uui": "1.6.0-rc.3",
"@umbraco-ui/uui-css": "1.6.0-rc.3",
"dompurify": "^3.0.6",
"element-internals-polyfill": "^1.3.7",
"lit": "^2.8.0",

View File

@@ -2,7 +2,7 @@
/* tslint:disable */
/**
* Mock Service Worker (1.2.3).
* Mock Service Worker (1.3.2).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.

View File

@@ -2,11 +2,10 @@ export * from 'lit';
export * from 'lit/decorators.js';
export * from 'lit/directives/class-map.js';
export * from 'lit/directives/if-defined.js';
export * from 'lit/directives/style-map.js';
export * from 'lit/directives/repeat.js';
export * from 'lit/directives/unsafe-html.js';
export * from 'lit/directives/map.js';
export * from 'lit/directives/ref.js';
export * from 'lit/directives/repeat.js';
export * from 'lit/directives/style-map.js';
export * from 'lit/directives/unsafe-html.js';
export * from 'lit/directives/until.js';
export * from 'lit-html/directives/when.js';
export * from 'lit-html/directives/map.js';
export * from 'lit/directives/when.js';