@univerjs/sheets-numfmt-ui 0.7.0-beta.0 → 0.7.0-nightly.202504301607
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/lib/cjs/index.js +9 -3
- package/lib/es/index.js +348 -326
- package/lib/index.css +1 -1
- package/lib/index.js +348 -326
- package/lib/types/views/components/{accounting/index.d.ts → Accounting.d.ts} +1 -1
- package/lib/types/views/components/{currency/index.d.ts → Currency.d.ts} +1 -1
- package/lib/types/views/components/{custom-format/index.d.ts → CustomFormat.d.ts} +1 -1
- package/lib/types/views/components/{date/index.d.ts → Date.d.ts} +1 -1
- package/lib/types/views/components/{general/index.d.ts → General.d.ts} +1 -1
- package/lib/types/views/components/{thousandth-percentile/index.d.ts → ThousandthPercentile.d.ts} +1 -1
- package/lib/types/views/components/stories/Panel.stories.d.ts +1 -1
- package/lib/umd/index.js +9 -3
- package/package.json +12 -12
- package/LICENSE +0 -176
- /package/lib/types/views/components/{more-numfmt-type/MoreNumfmtType.d.ts → MoreNumfmtType.d.ts} +0 -0
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-mb-5{margin-bottom:20px}.univer-mr-3{margin-right:12px}.univer-mt-2{margin-top:8px}.univer-mt-3\.5{margin-top:14px}.univer-mt-4{margin-top:16px}.univer-flex{display:flex}.univer-grid{display:grid}.univer-h-7{height:28px}.univer-h-full{height:100%}.univer-w-32{width:128px}.univer-w-36{width:144px}.univer-w-full{width:100%}.univer-flex-col{flex-direction:column}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-1{gap:4px}.univer-gap-6{gap:24px}.univer-overflow-y-auto{overflow-y:auto}.univer-rounded{border-radius:4px}.univer-p-1\.5{padding:6px}.univer-px-2{padding-left:8px;padding-right:8px}.univer-pb-5{padding-bottom:20px}.univer-text-\[13px\]{font-size:13px}.univer-text-\[13px\]\/5{font-size:13px;line-height:20px}.univer-text-sm{font-size:14px;line-height:20px}.univer-text-xs{font-size:12px;line-height:16px}.univer-text-gray-400{--tw-text-opacity: 1;color:#7d8698;color:rgba(125,134,152,var(--tw-text-opacity, 1))}.univer-text-gray-500{--tw-text-opacity: 1;color:#4e5565;color:rgba(78,85,101,var(--tw-text-opacity, 1))}.univer-text-gray-600{--tw-text-opacity: 1;color:#31363f;color:rgba(49,54,63,var(--tw-text-opacity, 1))}.
|
|
1
|
+
.univer-mb-5{margin-bottom:20px}.univer-mr-3{margin-right:12px}.univer-mt-2{margin-top:8px}.univer-mt-3{margin-top:12px}.univer-mt-3\.5{margin-top:14px}.univer-mt-4{margin-top:16px}.univer-flex{display:flex}.univer-grid{display:grid}.univer-h-7{height:28px}.univer-h-full{height:100%}.univer-max-h-\[400px\]{max-height:400px}.univer-w-32{width:128px}.univer-w-36{width:144px}.univer-w-4{width:16px}.univer-w-\[340px\]{width:340px}.univer-w-full{width:100%}.univer-cursor-pointer{cursor:pointer}.univer-flex-col{flex-direction:column}.univer-items-center{align-items:center}.univer-justify-end{justify-content:flex-end}.univer-justify-between{justify-content:space-between}.univer-gap-1{gap:4px}.univer-gap-1\.5{gap:6px}.univer-gap-6{gap:24px}.univer-overflow-auto{overflow:auto}.univer-overflow-y-auto{overflow-y:auto}.univer-rounded{border-radius:4px}.univer-rounded-lg{border-radius:8px}.univer-border{border-width:1px}.univer-border-solid{border-style:solid}.univer-border-gray-200{--tw-border-opacity: 1;border-color:#e3e5ea;border-color:rgba(227,229,234,var(--tw-border-opacity, 1))}.univer-p-1\.5{padding:6px}.univer-p-2{padding:8px}.univer-px-2{padding-left:8px;padding-right:8px}.univer-py-1\.5{padding-top:6px;padding-bottom:6px}.univer-pb-5{padding-bottom:20px}.univer-text-\[13px\]{font-size:13px}.univer-text-\[13px\]\/5{font-size:13px;line-height:20px}.univer-text-sm{font-size:14px;line-height:20px}.univer-text-xs{font-size:12px;line-height:16px}.univer-text-gray-400{--tw-text-opacity: 1;color:#7d8698;color:rgba(125,134,152,var(--tw-text-opacity, 1))}.univer-text-gray-500{--tw-text-opacity: 1;color:#4e5565;color:rgba(78,85,101,var(--tw-text-opacity, 1))}.univer-text-gray-600{--tw-text-opacity: 1;color:#31363f;color:rgba(49,54,63,var(--tw-text-opacity, 1))}.univer-text-primary-600{--tw-text-opacity: 1;color:#2c53f1;color:rgba(44,83,241,var(--tw-text-opacity, 1))}.hover\:univer-bg-gray-100:hover{--tw-bg-opacity: 1;background-color:#eeeff1;background-color:rgba(238,239,241,var(--tw-bg-opacity, 1))}
|