@jspreadsheet/pivot
Advanced tools
+106
| .jss_pivot_table { | ||
| color: #000 !important; | ||
| } | ||
| .jss_pivot_table.is-header { | ||
| background-color: #1E88E5; | ||
| color: #FFF !important; | ||
| } | ||
| .jss_pivot_table.is-highlighted-column { | ||
| background-color: #BBDEFB; | ||
| } | ||
| .jss_pivot_table.is-highlighted-row { | ||
| background-color: #90CAF9; | ||
| } | ||
| .jss_pivot_table.is-last-row { | ||
| border-top: #000 solid 1px; | ||
| border-bottom: #000 solid 1px; | ||
| } | ||
| .pivot-table-title { | ||
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: center; | ||
| margin-top: 20px; | ||
| margin-left: 10px; | ||
| margin-right: 15px; | ||
| } | ||
| .pivot-table-title h3 { | ||
| margin: 0; | ||
| } | ||
| .pivot-table-config { | ||
| margin-bottom: 30px; | ||
| } | ||
| .pivot-table-config-list { | ||
| min-height: 10px; | ||
| } | ||
| .pivot-table-card-background { | ||
| padding: 20px; | ||
| } | ||
| .pivot-table-card { | ||
| position: relative; | ||
| padding: 15px; | ||
| box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; | ||
| border-radius: 10px; | ||
| cursor: grab; | ||
| user-select: none; | ||
| } | ||
| .pivot-table-card-close-button { | ||
| background-color: white; | ||
| position: absolute; | ||
| top: 10px; | ||
| right: 10px; | ||
| cursor: pointer; | ||
| } | ||
| .pivot-table-card h3 { | ||
| margin-top: 5px; | ||
| margin-bottom: 15px; | ||
| pointer-events: none; | ||
| } | ||
| .pivot-table-position-marker-card > div { | ||
| background-color: white; | ||
| padding: 15px; | ||
| box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; | ||
| border-radius: 10px; | ||
| opacity: 0.6; | ||
| } | ||
| .pivot-table-movement-card { | ||
| background-color: white; | ||
| position: fixed; | ||
| margin: 20px; | ||
| padding: 15px; | ||
| box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; | ||
| border-radius: 10px; | ||
| pointer-events: none; | ||
| z-index: 30; | ||
| } | ||
| .pivot-table-position-marker-card > div > h3, | ||
| .pivot-table-movement-card h3 { | ||
| margin-top: 0; | ||
| margin-bottom: 0; | ||
| } | ||
| .pivot-table-group-cell { | ||
| display: flex; | ||
| align-items: center; | ||
| } |
+2
-2
@@ -30,7 +30,7 @@ { | ||
| "lemonadejs": "^5.3.6", | ||
| "jsuites": "^6.0.3" | ||
| "jsuites": "^6.1.1" | ||
| }, | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "bugs": "https://github.com/jspreadsheet/pro/issues", | ||
@@ -37,0 +37,0 @@ "homepage": "https://github.com/jspreadsheet/pro", |
-106
| .jss_pivot_table { | ||
| color: #000 !important; | ||
| } | ||
| .jss_pivot_table.is-header { | ||
| background-color: #1E88E5; | ||
| color: #FFF !important; | ||
| } | ||
| .jss_pivot_table.is-highlighted-column { | ||
| background-color: #BBDEFB; | ||
| } | ||
| .jss_pivot_table.is-highlighted-row { | ||
| background-color: #90CAF9; | ||
| } | ||
| .jss_pivot_table.is-last-row { | ||
| border-top: #000 solid 1px; | ||
| border-bottom: #000 solid 1px; | ||
| } | ||
| .pivot-table-title { | ||
| display: flex; | ||
| justify-content: space-between; | ||
| align-items: center; | ||
| margin-top: 20px; | ||
| margin-left: 10px; | ||
| margin-right: 15px; | ||
| } | ||
| .pivot-table-title h3 { | ||
| margin: 0; | ||
| } | ||
| .pivot-table-config { | ||
| margin-bottom: 30px; | ||
| } | ||
| .pivot-table-config-list { | ||
| min-height: 10px; | ||
| } | ||
| .pivot-table-card-background { | ||
| padding: 20px; | ||
| } | ||
| .pivot-table-card { | ||
| position: relative; | ||
| padding: 15px; | ||
| box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; | ||
| border-radius: 10px; | ||
| cursor: grab; | ||
| user-select: none; | ||
| } | ||
| .pivot-table-card-close-button { | ||
| background-color: white; | ||
| position: absolute; | ||
| top: 10px; | ||
| right: 10px; | ||
| cursor: pointer; | ||
| } | ||
| .pivot-table-card h3 { | ||
| margin-top: 5px; | ||
| margin-bottom: 15px; | ||
| pointer-events: none; | ||
| } | ||
| .pivot-table-position-marker-card > div { | ||
| background-color: white; | ||
| padding: 15px; | ||
| box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; | ||
| border-radius: 10px; | ||
| opacity: 0.6; | ||
| } | ||
| .pivot-table-movement-card { | ||
| background-color: white; | ||
| position: fixed; | ||
| margin: 20px; | ||
| padding: 15px; | ||
| box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; | ||
| border-radius: 10px; | ||
| pointer-events: none; | ||
| z-index: 30; | ||
| } | ||
| .pivot-table-position-marker-card > div > h3, | ||
| .pivot-table-movement-card h3 { | ||
| margin-top: 0; | ||
| margin-bottom: 0; | ||
| } | ||
| .pivot-table-group-cell { | ||
| display: flex; | ||
| align-items: center; | ||
| } |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Updated