mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-09 06:38:52 +00:00
Upgraded controls
This commit is contained in:
parent
4c8cd7a3bc
commit
41d2371409
1533
samples/react-content-query-webpart/Online/package-lock.json
generated
1533
samples/react-content-query-webpart/Online/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,8 +17,8 @@
|
||||
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
|
||||
"@microsoft/sp-property-pane": "1.11.0",
|
||||
"@microsoft/sp-webpart-base": "1.11.0",
|
||||
"@pnp/spfx-controls-react": "^1.17.0",
|
||||
"@pnp/spfx-property-controls": "^1.17.0",
|
||||
"@pnp/spfx-controls-react": "^2.3.0",
|
||||
"@pnp/spfx-property-controls": "2.2.0",
|
||||
"@types/handlebars": "4.0.32",
|
||||
"acorn": ">=5.7.4",
|
||||
"atob": ">=2.1.0",
|
||||
|
@ -480,8 +480,8 @@ export class ContentQueryService implements IContentQueryService {
|
||||
let selectItemStr = "\n <span><button class='selectItem' data-itemId='{{ID.textValue}}'>Select</button></span>";
|
||||
let template = Text.format(`<style type="text/css">
|
||||
.dynamic-template h2 {
|
||||
font-size: 24px;
|
||||
font-weight: 300;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: "[theme:neutralPrimary, default:#323130]";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user