Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jspreadsheet/pivot

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jspreadsheet/pivot - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+106
dist/index.css
.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;
}
+1
-1

@@ -34,3 +34,3 @@ {

"types": "dist/index.d.ts",
"version": "1.0.0",
"version": "1.0.1",
"bugs": "https://github.com/jspreadsheet/pro/issues",

@@ -37,0 +37,0 @@ "homepage": "https://github.com/jspreadsheet/pro",