@imposium-hub/components 2.15.0-0 → 2.15.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/app-wrapper/AppWrapper.d.ts +6 -0
- package/dist/cjs/components/app-wrapper/AppWrapper.js +7 -3
- package/dist/cjs/components/app-wrapper/AppWrapper.js.map +1 -1
- package/dist/cjs/components/asset-details/AssetDetails.js +1 -1
- package/dist/cjs/components/assets/AssetsTableComplexTagCell.js +1 -1
- package/dist/cjs/components/assets/AssetsTableTagsPivot.js +1 -1
- package/dist/cjs/components/assets/AssetsUploadMenu.js +6 -6
- package/dist/cjs/components/context-menu/AnimateComponent.d.ts +1 -0
- package/dist/cjs/components/context-menu/AnimateComponent.js.map +1 -1
- package/dist/cjs/components/context-menu/ContextMenu.d.ts +1 -0
- package/dist/cjs/components/context-menu/ContextMenu.js +6 -6
- package/dist/cjs/components/context-menu/ContextMenu.js.map +1 -1
- package/dist/cjs/components/context-menu/ContextMenuItem.d.ts +1 -0
- package/dist/cjs/components/context-menu/ContextMenuItem.js.map +1 -1
- package/dist/cjs/components/context-menu/ContextMenuTrigger.d.ts +1 -0
- package/dist/cjs/components/context-menu/ContextMenuTrigger.js.map +1 -1
- package/dist/cjs/components/context-menu/SubMenu.d.ts +1 -0
- package/dist/cjs/components/context-menu/SubMenu.js.map +1 -1
- package/dist/cjs/components/controlled-list/ControlledList.stories.js +1 -1
- package/dist/cjs/components/number-field/NumberField.d.ts +2 -1
- package/dist/cjs/components/number-field/NumberField.js +18 -17
- package/dist/cjs/components/number-field/NumberField.js.map +1 -1
- package/dist/cjs/components/portal/Portal.d.ts +1 -0
- package/dist/cjs/components/portal/Portal.js.map +1 -1
- package/dist/cjs/components/publish-wizard/PublishWizard.d.ts +1 -1
- package/dist/cjs/components/publish-wizard/PublishWizard.js +7 -2
- package/dist/cjs/components/publish-wizard/PublishWizard.js.map +1 -1
- package/dist/cjs/components/story-previewer/StoryPreviewer.js +15 -2
- package/dist/cjs/components/story-previewer/StoryPreviewer.js.map +1 -1
- package/dist/cjs/components/tabs/Tabs.d.ts +12 -4
- package/dist/cjs/components/tabs/Tabs.js +21 -3
- package/dist/cjs/components/tabs/Tabs.js.map +1 -1
- package/dist/cjs/components/tabs/Tabs.stories.d.ts +1 -3
- package/dist/cjs/components/tag/Tag.js.map +1 -1
- package/dist/cjs/components/tag/Tag.test.js.map +1 -1
- package/dist/cjs/index.d.ts +3 -3
- package/dist/cjs/index.js +37 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/utils/routing.d.ts +4 -2
- package/dist/cjs/utils/routing.js +8 -4
- package/dist/cjs/utils/routing.js.map +1 -1
- package/dist/esm/components/app-wrapper/AppWrapper.d.ts +6 -0
- package/dist/esm/components/app-wrapper/AppWrapper.js +8 -4
- package/dist/esm/components/app-wrapper/AppWrapper.js.map +1 -1
- package/dist/esm/components/asset-details/AssetDetails.js +1 -1
- package/dist/esm/components/assets/AssetsTableComplexTagCell.js +1 -1
- package/dist/esm/components/assets/AssetsTableTagsPivot.js +1 -1
- package/dist/esm/components/assets/AssetsUploadMenu.js +6 -6
- package/dist/esm/components/context-menu/AnimateComponent.d.ts +1 -0
- package/dist/esm/components/context-menu/AnimateComponent.js.map +1 -1
- package/dist/esm/components/context-menu/ContextMenu.d.ts +1 -0
- package/dist/esm/components/context-menu/ContextMenu.js +2 -1
- package/dist/esm/components/context-menu/ContextMenu.js.map +1 -1
- package/dist/esm/components/context-menu/ContextMenuItem.d.ts +1 -0
- package/dist/esm/components/context-menu/ContextMenuItem.js.map +1 -1
- package/dist/esm/components/context-menu/ContextMenuTrigger.d.ts +1 -0
- package/dist/esm/components/context-menu/ContextMenuTrigger.js.map +1 -1
- package/dist/esm/components/context-menu/SubMenu.d.ts +1 -0
- package/dist/esm/components/context-menu/SubMenu.js.map +1 -1
- package/dist/esm/components/controlled-list/ControlledList.stories.js +1 -1
- package/dist/esm/components/number-field/NumberField.d.ts +2 -1
- package/dist/esm/components/number-field/NumberField.js +15 -17
- package/dist/esm/components/number-field/NumberField.js.map +1 -1
- package/dist/esm/components/portal/Portal.d.ts +1 -0
- package/dist/esm/components/portal/Portal.js.map +1 -1
- package/dist/esm/components/publish-wizard/PublishWizard.d.ts +1 -1
- package/dist/esm/components/publish-wizard/PublishWizard.js +7 -2
- package/dist/esm/components/publish-wizard/PublishWizard.js.map +1 -1
- package/dist/esm/components/story-previewer/StoryPreviewer.js +14 -2
- package/dist/esm/components/story-previewer/StoryPreviewer.js.map +1 -1
- package/dist/esm/components/tabs/Tabs.d.ts +12 -4
- package/dist/esm/components/tabs/Tabs.js +11 -4
- package/dist/esm/components/tabs/Tabs.js.map +1 -1
- package/dist/esm/components/tabs/Tabs.stories.d.ts +1 -3
- package/dist/esm/components/tag/Tag.js.map +1 -1
- package/dist/esm/components/tag/Tag.test.js.map +1 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/utils/routing.d.ts +4 -2
- package/dist/esm/utils/routing.js +6 -3
- package/dist/esm/utils/routing.js.map +1 -1
- package/dist/styles.css +14 -8
- package/dist/styles.less +76 -68
- package/less/components/assets.less +6 -5
- package/less/components/auth-gate.less +1 -1
- package/less/components/change-report.less +11 -5
- package/less/components/data-table.less +2 -2
- package/less/components/determinate-loader.less +2 -2
- package/less/components/font-preview.less +1 -1
- package/less/components/form-field.less +5 -5
- package/less/components/header.less +30 -30
- package/less/components/modal.less +2 -2
- package/less/components/player.less +2 -2
- package/less/components/publish-wizard.less +1 -0
- package/less/components/section.less +2 -2
- package/less/components/static-composition-editor.less +4 -4
- package/less/components/story-previewer.less +4 -4
- package/less/components/tabs.less +3 -3
- package/package.json +8 -8
- package/src/components/app-wrapper/AppWrapper.tsx +17 -4
- package/src/components/asset-details/AssetDetails.tsx +1 -1
- package/src/components/assets/AssetsTableComplexTagCell.tsx +1 -1
- package/src/components/assets/AssetsTableTagsPivot.tsx +1 -1
- package/src/components/assets/AssetsUploadMenu.tsx +6 -6
- package/src/components/context-menu/AnimateComponent.tsx +1 -0
- package/src/components/context-menu/ContextMenu.tsx +15 -13
- package/src/components/context-menu/ContextMenuItem.tsx +1 -0
- package/src/components/context-menu/ContextMenuTrigger.tsx +1 -0
- package/src/components/context-menu/SubMenu.tsx +1 -0
- package/src/components/controlled-list/ControlledList.stories.tsx +1 -1
- package/src/components/number-field/NumberField.tsx +21 -18
- package/src/components/portal/Portal.tsx +1 -0
- package/src/components/publish-wizard/PublishWizard.tsx +19 -3
- package/src/components/story-previewer/StoryPreviewer.tsx +21 -8
- package/src/components/tabs/Tabs.tsx +25 -8
- package/src/index.ts +3 -2
- package/src/utils/routing.ts +10 -6
- /package/src/components/{tag → Tag}/Tag.test.tsx +0 -0
- /package/src/components/{tag → Tag}/Tag.tsx +0 -0
package/dist/styles.less
CHANGED
|
@@ -376,6 +376,10 @@ body{
|
|
|
376
376
|
align-items: center;
|
|
377
377
|
justify-content: space-between;
|
|
378
378
|
padding: 5px;
|
|
379
|
+
|
|
380
|
+
.form-field {
|
|
381
|
+
min-width: 140px !important;
|
|
382
|
+
}
|
|
379
383
|
}
|
|
380
384
|
|
|
381
385
|
.uploads-list {
|
|
@@ -412,9 +416,6 @@ body{
|
|
|
412
416
|
|
|
413
417
|
.form-field {
|
|
414
418
|
vertical-align: top;
|
|
415
|
-
label {
|
|
416
|
-
width: 120px;
|
|
417
|
-
}
|
|
418
419
|
|
|
419
420
|
.form-field-content {
|
|
420
421
|
width: calc(100% - 120px);
|
|
@@ -462,7 +463,7 @@ body{
|
|
|
462
463
|
align-items: center;
|
|
463
464
|
|
|
464
465
|
.jump-to-page {
|
|
465
|
-
.inputMixin;
|
|
466
|
+
.inputMixin();
|
|
466
467
|
width: 30px;
|
|
467
468
|
margin: 0 3px;
|
|
468
469
|
}
|
|
@@ -653,7 +654,7 @@ body{
|
|
|
653
654
|
background-color: @background;
|
|
654
655
|
|
|
655
656
|
&.transparent {
|
|
656
|
-
.chess;
|
|
657
|
+
.chess();
|
|
657
658
|
}
|
|
658
659
|
|
|
659
660
|
&.hidden {
|
|
@@ -679,7 +680,7 @@ body{
|
|
|
679
680
|
}
|
|
680
681
|
|
|
681
682
|
.auth-gate {
|
|
682
|
-
.layer;
|
|
683
|
+
.layer();
|
|
683
684
|
display: flex;
|
|
684
685
|
align-items: center;
|
|
685
686
|
justify-content: center;
|
|
@@ -1323,7 +1324,7 @@ body{
|
|
|
1323
1324
|
}
|
|
1324
1325
|
|
|
1325
1326
|
.ip-table-loader {
|
|
1326
|
-
.layer;
|
|
1327
|
+
.layer();
|
|
1327
1328
|
display: flex;
|
|
1328
1329
|
align-items: center;
|
|
1329
1330
|
justify-content: center;
|
|
@@ -1375,7 +1376,7 @@ body{
|
|
|
1375
1376
|
}
|
|
1376
1377
|
|
|
1377
1378
|
.paginator-input {
|
|
1378
|
-
.inputMixin;
|
|
1379
|
+
.inputMixin();
|
|
1379
1380
|
width: 60px;
|
|
1380
1381
|
}
|
|
1381
1382
|
|
|
@@ -1410,7 +1411,7 @@ body{
|
|
|
1410
1411
|
border-radius: 5px;
|
|
1411
1412
|
|
|
1412
1413
|
.progress-bg {
|
|
1413
|
-
.layer;
|
|
1414
|
+
.layer();
|
|
1414
1415
|
background-color: @backgroundHighlight;
|
|
1415
1416
|
transform-origin: left;
|
|
1416
1417
|
border-radius: 5px;
|
|
@@ -1418,7 +1419,7 @@ body{
|
|
|
1418
1419
|
}
|
|
1419
1420
|
|
|
1420
1421
|
.progress-copy {
|
|
1421
|
-
.layer;
|
|
1422
|
+
.layer();
|
|
1422
1423
|
text-align: center;
|
|
1423
1424
|
line-height: 20px;
|
|
1424
1425
|
border-radius: 5px;
|
|
@@ -1442,7 +1443,7 @@ body{
|
|
|
1442
1443
|
|
|
1443
1444
|
|
|
1444
1445
|
.font-preview{
|
|
1445
|
-
.layer;
|
|
1446
|
+
.layer();
|
|
1446
1447
|
text-align: center;
|
|
1447
1448
|
background: white;
|
|
1448
1449
|
color:black;
|
|
@@ -1504,7 +1505,7 @@ body{
|
|
|
1504
1505
|
|
|
1505
1506
|
input,
|
|
1506
1507
|
textarea {
|
|
1507
|
-
.inputMixin;
|
|
1508
|
+
.inputMixin();
|
|
1508
1509
|
padding: 4px;
|
|
1509
1510
|
}
|
|
1510
1511
|
|
|
@@ -1513,7 +1514,7 @@ body{
|
|
|
1513
1514
|
}
|
|
1514
1515
|
|
|
1515
1516
|
select {
|
|
1516
|
-
.inputMixin;
|
|
1517
|
+
.inputMixin();
|
|
1517
1518
|
padding: 4px 15px 4px 4px;
|
|
1518
1519
|
}
|
|
1519
1520
|
|
|
@@ -1596,7 +1597,7 @@ body{
|
|
|
1596
1597
|
.checkbox-field {
|
|
1597
1598
|
|
|
1598
1599
|
.checkbox {
|
|
1599
|
-
.inputMixin;
|
|
1600
|
+
.inputMixin();
|
|
1600
1601
|
display: flex;
|
|
1601
1602
|
border: 1px solid @backgroundLight;
|
|
1602
1603
|
border-radius: 2px;
|
|
@@ -1640,7 +1641,7 @@ body{
|
|
|
1640
1641
|
|
|
1641
1642
|
.button-group {
|
|
1642
1643
|
|
|
1643
|
-
.inputMixin;
|
|
1644
|
+
.inputMixin();
|
|
1644
1645
|
|
|
1645
1646
|
&:hover {
|
|
1646
1647
|
background: @inputBackground;
|
|
@@ -1737,7 +1738,7 @@ body{
|
|
|
1737
1738
|
}
|
|
1738
1739
|
|
|
1739
1740
|
.checkbox {
|
|
1740
|
-
.inputMixin;
|
|
1741
|
+
.inputMixin();
|
|
1741
1742
|
line-height: 10px;
|
|
1742
1743
|
border: 1px solid @backgroundLight;
|
|
1743
1744
|
border-radius: 2px;
|
|
@@ -1903,7 +1904,7 @@ body{
|
|
|
1903
1904
|
}
|
|
1904
1905
|
|
|
1905
1906
|
.anchor {
|
|
1906
|
-
.font-style;
|
|
1907
|
+
.font-style();
|
|
1907
1908
|
cursor: pointer;
|
|
1908
1909
|
font-size: @fontSizeDefault;
|
|
1909
1910
|
text-decoration: none;
|
|
@@ -1918,7 +1919,7 @@ body{
|
|
|
1918
1919
|
}
|
|
1919
1920
|
|
|
1920
1921
|
.circle-style {
|
|
1921
|
-
.no-select;
|
|
1922
|
+
.no-select();
|
|
1922
1923
|
border-radius: 50%;
|
|
1923
1924
|
width: 28px;
|
|
1924
1925
|
height: 28px;
|
|
@@ -1936,12 +1937,12 @@ body{
|
|
|
1936
1937
|
cursor: pointer;
|
|
1937
1938
|
outline: none;
|
|
1938
1939
|
box-sizing: border-box;
|
|
1939
|
-
.no-select;
|
|
1940
|
-
.font-style;
|
|
1940
|
+
.no-select();
|
|
1941
|
+
.font-style();
|
|
1941
1942
|
}
|
|
1942
1943
|
|
|
1943
1944
|
.faux-select {
|
|
1944
|
-
.btn-reset;
|
|
1945
|
+
.btn-reset();
|
|
1945
1946
|
display: flex;
|
|
1946
1947
|
align-items: center;
|
|
1947
1948
|
font-size: 14px;
|
|
@@ -1959,7 +1960,7 @@ body{
|
|
|
1959
1960
|
}
|
|
1960
1961
|
|
|
1961
1962
|
.imposium-header {
|
|
1962
|
-
.flex-row;
|
|
1963
|
+
.flex-row();
|
|
1963
1964
|
z-index: 100000;
|
|
1964
1965
|
position: absolute;
|
|
1965
1966
|
top: 0px;
|
|
@@ -1972,17 +1973,17 @@ body{
|
|
|
1972
1973
|
line-height: 1.5;
|
|
1973
1974
|
|
|
1974
1975
|
.inner-content {
|
|
1975
|
-
.flex-row;
|
|
1976
|
+
.flex-row();
|
|
1976
1977
|
width: 100%;
|
|
1977
1978
|
max-width: @defaultMaxWidth;
|
|
1978
1979
|
justify-content: space-between;
|
|
1979
1980
|
margin: 0px 15px;
|
|
1980
1981
|
|
|
1981
1982
|
.inner-left {
|
|
1982
|
-
.flex-row;
|
|
1983
|
+
.flex-row();
|
|
1983
1984
|
|
|
1984
1985
|
.title {
|
|
1985
|
-
.flex-row;
|
|
1986
|
+
.flex-row();
|
|
1986
1987
|
margin-right: 20px;
|
|
1987
1988
|
text-decoration: none;
|
|
1988
1989
|
|
|
@@ -2005,7 +2006,7 @@ body{
|
|
|
2005
2006
|
}
|
|
2006
2007
|
|
|
2007
2008
|
.heading {
|
|
2008
|
-
.font-style;
|
|
2009
|
+
.font-style();
|
|
2009
2010
|
margin: 0;
|
|
2010
2011
|
font-size: 20px;
|
|
2011
2012
|
font-weight: normal;
|
|
@@ -2013,12 +2014,12 @@ body{
|
|
|
2013
2014
|
}
|
|
2014
2015
|
|
|
2015
2016
|
.btn-toggle-services {
|
|
2016
|
-
.faux-select;
|
|
2017
|
+
.faux-select();
|
|
2017
2018
|
}
|
|
2018
2019
|
}
|
|
2019
2020
|
|
|
2020
2021
|
.inner-right {
|
|
2021
|
-
.flex-row;
|
|
2022
|
+
.flex-row();
|
|
2022
2023
|
|
|
2023
2024
|
a{
|
|
2024
2025
|
border:none;
|
|
@@ -2035,22 +2036,22 @@ body{
|
|
|
2035
2036
|
}
|
|
2036
2037
|
|
|
2037
2038
|
.btn-help {
|
|
2038
|
-
.circle-style;
|
|
2039
|
+
.circle-style();
|
|
2039
2040
|
margin-left: 15px;
|
|
2040
2041
|
font-size:28px;
|
|
2041
2042
|
}
|
|
2042
2043
|
|
|
2043
2044
|
.btn-toggle-orgs {
|
|
2044
|
-
.btn-reset;
|
|
2045
|
-
.circle-style;
|
|
2045
|
+
.btn-reset();
|
|
2046
|
+
.circle-style();
|
|
2046
2047
|
margin-left: 15px;
|
|
2047
2048
|
}
|
|
2048
2049
|
|
|
2049
2050
|
.btn-toggle-story {
|
|
2050
|
-
.faux-select;
|
|
2051
|
+
.faux-select();
|
|
2051
2052
|
|
|
2052
2053
|
.story-name {
|
|
2053
|
-
.ellipsis;
|
|
2054
|
+
.ellipsis();
|
|
2054
2055
|
text-transform: none;
|
|
2055
2056
|
font-size: 17px;
|
|
2056
2057
|
max-width: 220px;
|
|
@@ -2058,7 +2059,7 @@ body{
|
|
|
2058
2059
|
}
|
|
2059
2060
|
|
|
2060
2061
|
.btn-logout {
|
|
2061
|
-
.btn-reset;
|
|
2062
|
+
.btn-reset();
|
|
2062
2063
|
padding: 10px 0px;
|
|
2063
2064
|
font-size: 14px;
|
|
2064
2065
|
}
|
|
@@ -2079,7 +2080,7 @@ body{
|
|
|
2079
2080
|
box-sizing: border-box;
|
|
2080
2081
|
|
|
2081
2082
|
.service-menu-heading {
|
|
2082
|
-
.secondary-font-style;
|
|
2083
|
+
.secondary-font-style();
|
|
2083
2084
|
font-size: @fontSizeDefault;
|
|
2084
2085
|
text-transform: uppercase;
|
|
2085
2086
|
color: #b1b1b1;
|
|
@@ -2104,7 +2105,7 @@ body{
|
|
|
2104
2105
|
}
|
|
2105
2106
|
|
|
2106
2107
|
a {
|
|
2107
|
-
.anchor;
|
|
2108
|
+
.anchor();
|
|
2108
2109
|
display: flex;
|
|
2109
2110
|
align-items: center;
|
|
2110
2111
|
color: white;
|
|
@@ -2165,14 +2166,14 @@ body{
|
|
|
2165
2166
|
color: white
|
|
2166
2167
|
}
|
|
2167
2168
|
.orgs-menu-active-org {
|
|
2168
|
-
.font-style;
|
|
2169
|
-
.flex-row;
|
|
2169
|
+
.font-style();
|
|
2170
|
+
.flex-row();
|
|
2170
2171
|
padding: 10px;
|
|
2171
2172
|
border-bottom: 1px solid @defaultBorderColor;
|
|
2172
2173
|
background-color: @defaultBorderColor;
|
|
2173
2174
|
|
|
2174
2175
|
.active-first-char {
|
|
2175
|
-
.circle-style;
|
|
2176
|
+
.circle-style();
|
|
2176
2177
|
width: 40px;
|
|
2177
2178
|
height: 40px;
|
|
2178
2179
|
font-size: 18px;
|
|
@@ -2184,7 +2185,7 @@ body{
|
|
|
2184
2185
|
color: white;
|
|
2185
2186
|
}
|
|
2186
2187
|
.menu-item, .react-select__option {
|
|
2187
|
-
.btn-reset;
|
|
2188
|
+
.btn-reset();
|
|
2188
2189
|
width: 100%;
|
|
2189
2190
|
padding: 10px;
|
|
2190
2191
|
font-size: 12px;
|
|
@@ -2194,12 +2195,12 @@ body{
|
|
|
2194
2195
|
background-color: #494949
|
|
2195
2196
|
}
|
|
2196
2197
|
.inactive-first-char {
|
|
2197
|
-
.circle-style;
|
|
2198
|
+
.circle-style();
|
|
2198
2199
|
margin-right: 10px;
|
|
2199
2200
|
}
|
|
2200
2201
|
|
|
2201
2202
|
&.inactive-org-button {
|
|
2202
|
-
.flex-row;
|
|
2203
|
+
.flex-row();
|
|
2203
2204
|
box-sizing: border-box;
|
|
2204
2205
|
padding: 10px;
|
|
2205
2206
|
}
|
|
@@ -2210,13 +2211,13 @@ body{
|
|
|
2210
2211
|
}
|
|
2211
2212
|
|
|
2212
2213
|
.orgs-menu-footer {
|
|
2213
|
-
.flex-row;
|
|
2214
|
+
.flex-row();
|
|
2214
2215
|
justify-content: space-between;
|
|
2215
2216
|
border-top: 1px solid @defaultBorderColor;
|
|
2216
2217
|
|
|
2217
2218
|
.email {
|
|
2218
|
-
.secondary-font-style;
|
|
2219
|
-
.ellipsis;
|
|
2219
|
+
.secondary-font-style();
|
|
2220
|
+
.ellipsis();
|
|
2220
2221
|
color: #b1b1b1;
|
|
2221
2222
|
font-size: 12px;
|
|
2222
2223
|
text-transform: lowercase;
|
|
@@ -2224,7 +2225,7 @@ body{
|
|
|
2224
2225
|
}
|
|
2225
2226
|
|
|
2226
2227
|
.btn-logout {
|
|
2227
|
-
.btn-reset;
|
|
2228
|
+
.btn-reset();
|
|
2228
2229
|
font-size: 12px;
|
|
2229
2230
|
padding: 10px 15px;
|
|
2230
2231
|
}
|
|
@@ -2259,10 +2260,10 @@ body{
|
|
|
2259
2260
|
.modal{
|
|
2260
2261
|
|
|
2261
2262
|
z-index:10000;
|
|
2262
|
-
.layer;
|
|
2263
|
+
.layer();
|
|
2263
2264
|
|
|
2264
2265
|
.modal-bg{
|
|
2265
|
-
.layer;
|
|
2266
|
+
.layer();
|
|
2266
2267
|
background: fadeout(@backgroundDark, 20%);
|
|
2267
2268
|
}
|
|
2268
2269
|
|
|
@@ -2327,7 +2328,7 @@ body{
|
|
|
2327
2328
|
|
|
2328
2329
|
.media-player{
|
|
2329
2330
|
|
|
2330
|
-
.layer;
|
|
2331
|
+
.layer();
|
|
2331
2332
|
|
|
2332
2333
|
.inner-viewer{
|
|
2333
2334
|
position:absolute;
|
|
@@ -2336,7 +2337,7 @@ body{
|
|
|
2336
2337
|
width:100%;
|
|
2337
2338
|
height:100%;
|
|
2338
2339
|
outline:1px solid darken(@backgroundDark, 10%);
|
|
2339
|
-
.chess
|
|
2340
|
+
.chess()
|
|
2340
2341
|
}
|
|
2341
2342
|
|
|
2342
2343
|
video{
|
|
@@ -2511,6 +2512,7 @@ body{
|
|
|
2511
2512
|
color: white;
|
|
2512
2513
|
border: 1px solid @backgroundHighlight;
|
|
2513
2514
|
border-radius: 3px;
|
|
2515
|
+
font-family: inherit;
|
|
2514
2516
|
font-size: @sectionFontSize;
|
|
2515
2517
|
resize: vertical;
|
|
2516
2518
|
|
|
@@ -2630,12 +2632,11 @@ body{
|
|
|
2630
2632
|
}
|
|
2631
2633
|
|
|
2632
2634
|
.change-report-tree {
|
|
2633
|
-
background: @
|
|
2635
|
+
background: @inputBackground;
|
|
2634
2636
|
border-radius: 4px;
|
|
2635
|
-
padding:
|
|
2637
|
+
padding: 14px;
|
|
2636
2638
|
box-sizing: border-box;
|
|
2637
2639
|
overflow-y: auto;
|
|
2638
|
-
max-height: 300px;
|
|
2639
2640
|
margin-bottom: 12px;
|
|
2640
2641
|
color: @textDefault;
|
|
2641
2642
|
|
|
@@ -2697,10 +2698,10 @@ body{
|
|
|
2697
2698
|
|
|
2698
2699
|
.change-report-status {
|
|
2699
2700
|
display: inline-block;
|
|
2700
|
-
font-size:
|
|
2701
|
+
font-size: 11px;
|
|
2701
2702
|
font-weight: bold;
|
|
2702
2703
|
border-radius: 3px;
|
|
2703
|
-
padding:
|
|
2704
|
+
padding: 2px 6px;
|
|
2704
2705
|
margin-right: 6px;
|
|
2705
2706
|
flex-shrink: 0;
|
|
2706
2707
|
|
|
@@ -2740,6 +2741,13 @@ body{
|
|
|
2740
2741
|
flex-wrap: wrap;
|
|
2741
2742
|
}
|
|
2742
2743
|
|
|
2744
|
+
.change-report-value {
|
|
2745
|
+
background: @backgroundHighlight;
|
|
2746
|
+
color: @textDefault;
|
|
2747
|
+
border-radius: 3px;
|
|
2748
|
+
padding: 1px 6px;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2743
2751
|
.change-report-value-arrow {
|
|
2744
2752
|
color: @backgroundHighlight;
|
|
2745
2753
|
}
|
|
@@ -2752,7 +2760,7 @@ body{
|
|
|
2752
2760
|
@headerPadding:2px;
|
|
2753
2761
|
|
|
2754
2762
|
.section{
|
|
2755
|
-
.layer;
|
|
2763
|
+
.layer();
|
|
2756
2764
|
|
|
2757
2765
|
.section-header{
|
|
2758
2766
|
background:lighten(@backgroundLight, 10%);
|
|
@@ -2811,7 +2819,7 @@ body{
|
|
|
2811
2819
|
}
|
|
2812
2820
|
|
|
2813
2821
|
.section-content{
|
|
2814
|
-
.layer;
|
|
2822
|
+
.layer();
|
|
2815
2823
|
top:@sectionHeaderHeight;
|
|
2816
2824
|
height:calc(100% - @sectionHeaderHeight);
|
|
2817
2825
|
padding:@sectionPadding;
|
|
@@ -2912,7 +2920,7 @@ body{
|
|
|
2912
2920
|
|
|
2913
2921
|
.static-composition-editor{
|
|
2914
2922
|
|
|
2915
|
-
.layer;
|
|
2923
|
+
.layer();
|
|
2916
2924
|
|
|
2917
2925
|
.composition-config{
|
|
2918
2926
|
position: absolute;
|
|
@@ -2927,14 +2935,14 @@ body{
|
|
|
2927
2935
|
}
|
|
2928
2936
|
|
|
2929
2937
|
.composition-preview{
|
|
2930
|
-
.layer;
|
|
2938
|
+
.layer();
|
|
2931
2939
|
left:@compConfigWidth;
|
|
2932
2940
|
width:calc(100% - @compConfigWidth);
|
|
2933
2941
|
}
|
|
2934
2942
|
}
|
|
2935
2943
|
|
|
2936
2944
|
.static-composition-renderer{
|
|
2937
|
-
.layer;
|
|
2945
|
+
.layer();
|
|
2938
2946
|
font-family:'Arial';
|
|
2939
2947
|
border:2px solid @backgroundLight;
|
|
2940
2948
|
}
|
|
@@ -2946,7 +2954,7 @@ body{
|
|
|
2946
2954
|
|
|
2947
2955
|
.composition-text-layer{
|
|
2948
2956
|
will-change:transform;
|
|
2949
|
-
.layer;
|
|
2957
|
+
.layer();
|
|
2950
2958
|
|
|
2951
2959
|
.inner-text{
|
|
2952
2960
|
display: inline-block;
|
|
@@ -3114,7 +3122,7 @@ body{
|
|
|
3114
3122
|
|
|
3115
3123
|
.story-viewer{
|
|
3116
3124
|
|
|
3117
|
-
.layer;
|
|
3125
|
+
.layer();
|
|
3118
3126
|
|
|
3119
3127
|
background:@backgroundDark;
|
|
3120
3128
|
|
|
@@ -3130,7 +3138,7 @@ body{
|
|
|
3130
3138
|
}
|
|
3131
3139
|
|
|
3132
3140
|
.log{
|
|
3133
|
-
.layer;
|
|
3141
|
+
.layer();
|
|
3134
3142
|
overflow-y: scroll;
|
|
3135
3143
|
padding:10px;
|
|
3136
3144
|
box-sizing:border-box;
|
|
@@ -3170,7 +3178,7 @@ body{
|
|
|
3170
3178
|
width:calc(100% - @storyViewerVarWidth);
|
|
3171
3179
|
|
|
3172
3180
|
.content-header{
|
|
3173
|
-
.layer;
|
|
3181
|
+
.layer();
|
|
3174
3182
|
box-sizing: border-box;
|
|
3175
3183
|
padding-top:4px;
|
|
3176
3184
|
padding-left:4px;
|
|
@@ -3206,7 +3214,7 @@ body{
|
|
|
3206
3214
|
}
|
|
3207
3215
|
|
|
3208
3216
|
.content-wrapper{
|
|
3209
|
-
.layer;
|
|
3217
|
+
.layer();
|
|
3210
3218
|
background-color: rgb(35,35,35);
|
|
3211
3219
|
top:@storyViewerHeaderHeight;
|
|
3212
3220
|
height:calc(100% - @storyViewerHeaderHeight);
|
|
@@ -3219,7 +3227,7 @@ body{
|
|
|
3219
3227
|
@tabWidth:80px;
|
|
3220
3228
|
|
|
3221
3229
|
.tabs{
|
|
3222
|
-
.layer;
|
|
3230
|
+
.layer();
|
|
3223
3231
|
.tab-header{
|
|
3224
3232
|
white-space: nowrap;
|
|
3225
3233
|
position: absolute;
|
|
@@ -3265,12 +3273,12 @@ body{
|
|
|
3265
3273
|
}
|
|
3266
3274
|
.tab-content{
|
|
3267
3275
|
overflow-y: auto;
|
|
3268
|
-
.layer;
|
|
3276
|
+
.layer();
|
|
3269
3277
|
top:@tabHeight;
|
|
3270
3278
|
height:calc(100% - @tabHeight);
|
|
3271
3279
|
|
|
3272
3280
|
.tab-content-wrapper{
|
|
3273
|
-
.layer;
|
|
3281
|
+
.layer();
|
|
3274
3282
|
}
|
|
3275
3283
|
}
|
|
3276
3284
|
}
|
|
@@ -130,6 +130,10 @@
|
|
|
130
130
|
align-items: center;
|
|
131
131
|
justify-content: space-between;
|
|
132
132
|
padding: 5px;
|
|
133
|
+
|
|
134
|
+
.form-field {
|
|
135
|
+
min-width: 140px !important;
|
|
136
|
+
}
|
|
133
137
|
}
|
|
134
138
|
|
|
135
139
|
.uploads-list {
|
|
@@ -166,9 +170,6 @@
|
|
|
166
170
|
|
|
167
171
|
.form-field {
|
|
168
172
|
vertical-align: top;
|
|
169
|
-
label {
|
|
170
|
-
width: 120px;
|
|
171
|
-
}
|
|
172
173
|
|
|
173
174
|
.form-field-content {
|
|
174
175
|
width: calc(100% - 120px);
|
|
@@ -216,7 +217,7 @@
|
|
|
216
217
|
align-items: center;
|
|
217
218
|
|
|
218
219
|
.jump-to-page {
|
|
219
|
-
.inputMixin;
|
|
220
|
+
.inputMixin();
|
|
220
221
|
width: 30px;
|
|
221
222
|
margin: 0 3px;
|
|
222
223
|
}
|
|
@@ -407,7 +408,7 @@
|
|
|
407
408
|
background-color: @background;
|
|
408
409
|
|
|
409
410
|
&.transparent {
|
|
410
|
-
.chess;
|
|
411
|
+
.chess();
|
|
411
412
|
}
|
|
412
413
|
|
|
413
414
|
&.hidden {
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
.change-report-tree {
|
|
3
|
-
background: @
|
|
3
|
+
background: @inputBackground;
|
|
4
4
|
border-radius: 4px;
|
|
5
|
-
padding:
|
|
5
|
+
padding: 14px;
|
|
6
6
|
box-sizing: border-box;
|
|
7
7
|
overflow-y: auto;
|
|
8
|
-
max-height: 300px;
|
|
9
8
|
margin-bottom: 12px;
|
|
10
9
|
color: @textDefault;
|
|
11
10
|
|
|
@@ -67,10 +66,10 @@
|
|
|
67
66
|
|
|
68
67
|
.change-report-status {
|
|
69
68
|
display: inline-block;
|
|
70
|
-
font-size:
|
|
69
|
+
font-size: 11px;
|
|
71
70
|
font-weight: bold;
|
|
72
71
|
border-radius: 3px;
|
|
73
|
-
padding:
|
|
72
|
+
padding: 2px 6px;
|
|
74
73
|
margin-right: 6px;
|
|
75
74
|
flex-shrink: 0;
|
|
76
75
|
|
|
@@ -110,6 +109,13 @@
|
|
|
110
109
|
flex-wrap: wrap;
|
|
111
110
|
}
|
|
112
111
|
|
|
112
|
+
.change-report-value {
|
|
113
|
+
background: @backgroundHighlight;
|
|
114
|
+
color: @textDefault;
|
|
115
|
+
border-radius: 3px;
|
|
116
|
+
padding: 1px 6px;
|
|
117
|
+
}
|
|
118
|
+
|
|
113
119
|
.change-report-value-arrow {
|
|
114
120
|
color: @backgroundHighlight;
|
|
115
121
|
}
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
.ip-table-loader {
|
|
164
|
-
.layer;
|
|
164
|
+
.layer();
|
|
165
165
|
display: flex;
|
|
166
166
|
align-items: center;
|
|
167
167
|
justify-content: center;
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
.paginator-input {
|
|
216
|
-
.inputMixin;
|
|
216
|
+
.inputMixin();
|
|
217
217
|
width: 60px;
|
|
218
218
|
}
|
|
219
219
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
border-radius: 5px;
|
|
7
7
|
|
|
8
8
|
.progress-bg {
|
|
9
|
-
.layer;
|
|
9
|
+
.layer();
|
|
10
10
|
background-color: @backgroundHighlight;
|
|
11
11
|
transform-origin: left;
|
|
12
12
|
border-radius: 5px;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.progress-copy {
|
|
17
|
-
.layer;
|
|
17
|
+
.layer();
|
|
18
18
|
text-align: center;
|
|
19
19
|
line-height: 20px;
|
|
20
20
|
border-radius: 5px;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
input,
|
|
55
55
|
textarea {
|
|
56
|
-
.inputMixin;
|
|
56
|
+
.inputMixin();
|
|
57
57
|
padding: 4px;
|
|
58
58
|
}
|
|
59
59
|
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
select {
|
|
65
|
-
.inputMixin;
|
|
65
|
+
.inputMixin();
|
|
66
66
|
padding: 4px 15px 4px 4px;
|
|
67
67
|
}
|
|
68
68
|
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
.checkbox-field {
|
|
146
146
|
|
|
147
147
|
.checkbox {
|
|
148
|
-
.inputMixin;
|
|
148
|
+
.inputMixin();
|
|
149
149
|
display: flex;
|
|
150
150
|
border: 1px solid @backgroundLight;
|
|
151
151
|
border-radius: 2px;
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
|
|
190
190
|
.button-group {
|
|
191
191
|
|
|
192
|
-
.inputMixin;
|
|
192
|
+
.inputMixin();
|
|
193
193
|
|
|
194
194
|
&:hover {
|
|
195
195
|
background: @inputBackground;
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.checkbox {
|
|
289
|
-
.inputMixin;
|
|
289
|
+
.inputMixin();
|
|
290
290
|
line-height: 10px;
|
|
291
291
|
border: 1px solid @backgroundLight;
|
|
292
292
|
border-radius: 2px;
|