@placeholderco/placeholder-ui 2.1.0 → 2.2.0
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/editors/CodeMirror.svelte +295 -297
- package/dist/editors/tiptap/LinkActionMenu.svelte +6 -1
- package/dist/editors/tiptap/extensions/Alert.js +17 -17
- package/dist/editors/tiptap/extensions/Div.js +19 -19
- package/dist/editors/tiptap/extensions/Span.js +14 -14
- package/dist/editors/tiptap/toolbar/AlertButton.svelte +254 -253
- package/dist/editors/tiptap/toolbar/AlignCenterButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/AlignJustifyButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/AlignLeftButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/AlignRightButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/BoldButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/BulletListButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/CodeButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/ColorButton.svelte +265 -265
- package/dist/editors/tiptap/toolbar/DocumentButton.svelte +51 -51
- package/dist/editors/tiptap/toolbar/HeadingButton.svelte +21 -21
- package/dist/editors/tiptap/toolbar/HtmlButton.svelte +48 -52
- package/dist/editors/tiptap/toolbar/ImageButton.svelte +35 -39
- package/dist/editors/tiptap/toolbar/ItalicButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/LinkButton.svelte +249 -249
- package/dist/editors/tiptap/toolbar/OrderedListButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/RedoButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/StrikethroughButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/SubscriptButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/SuperscriptButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/TableButton.svelte +231 -224
- package/dist/editors/tiptap/toolbar/ToolbarButton.svelte +59 -65
- package/dist/editors/tiptap/toolbar/UnderlineButton.svelte +11 -11
- package/dist/editors/tiptap/toolbar/UndoButton.svelte +11 -11
- package/dist/form/Autocomplete.svelte +24 -22
- package/dist/form/AutocompleteMulti.svelte +24 -22
- package/dist/form/Checkbox.svelte +4 -4
- package/dist/form/Chips.svelte +15 -7
- package/dist/form/ColorPicker.svelte +5 -20
- package/dist/form/ComboBox.svelte +4 -4
- package/dist/form/ComboBoxItemBuilder.svelte +14 -32
- package/dist/form/ComboBoxMulti.svelte +7 -3
- package/dist/form/CronBuilder.svelte +32 -110
- package/dist/form/DatePicker.svelte +9 -28
- package/dist/form/DateRangePicker.svelte +46 -36
- package/dist/form/DateTimePicker.svelte +11 -30
- package/dist/form/Number.svelte +1 -3
- package/dist/form/RadioGroup.svelte +1 -3
- package/dist/form/Select.svelte +25 -28
- package/dist/form/SelectMulti.svelte +36 -38
- package/dist/form/StringArrayBuilder.svelte +1 -3
- package/dist/form/TextArea.svelte +5 -6
- package/dist/form/Textbox.svelte +10 -4
- package/dist/form/TimePicker.svelte +10 -4
- package/dist/icon/Icon.svelte +5 -1
- package/dist/index.d.ts +147 -146
- package/dist/index.js +78 -77
- package/dist/layout/CustomNavbar.svelte +1 -1
- package/dist/layout/NavbarItemDisplay.svelte +1 -1
- package/dist/layout/NavbarItemView.svelte +3 -1
- package/dist/layout/Sidenav.svelte +1 -1
- package/dist/models/ComboBoxItem.d.ts +4 -4
- package/dist/models/NotifyModel.js +0 -1
- package/dist/theme.svelte.d.ts +1 -1
- package/dist/theme.svelte.js +46 -22
- package/dist/ui/Accordion.svelte +1 -3
- package/dist/ui/Badge.svelte +4 -5
- package/dist/ui/Button.svelte +7 -1
- package/dist/ui/ContextMenu.svelte +5 -11
- package/dist/ui/Dialog.svelte +16 -3
- package/dist/ui/Dialog.svelte.d.ts +7 -1
- package/dist/ui/Dropdown.svelte +21 -10
- package/dist/ui/MultiSortable.svelte +1 -3
- package/dist/ui/Pagination.svelte +2 -2
- package/dist/ui/Popover.svelte +16 -37
- package/dist/ui/ProgressBar.svelte +1 -4
- package/dist/ui/ThemeSwitcher.svelte +2 -1
- package/dist/ui/Tooltip.svelte +1 -37
- package/dist/util/DateFunctions.js +1 -1
- package/dist/util/Floating.d.ts +70 -0
- package/dist/util/Floating.js +321 -0
- package/dist/util/NavigateTo.js +2 -2
- package/dist/util/Transitions.d.ts +1 -1
- package/dist/util/Transitions.js +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@placeholderco/placeholder-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "A modern, customizable Svelte 5 UI component library with comprehensive theming support. Re-brand it with a single config object.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Placeholderco",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"@sveltejs/kit": "^2.70.3",
|
|
57
57
|
"@sveltejs/package": "^2.5.8",
|
|
58
58
|
"@sveltejs/vite-plugin-svelte": "^7.3.0",
|
|
59
|
-
"@types/node": "^26.
|
|
60
|
-
"globals": "^17.
|
|
59
|
+
"@types/node": "^26.4.1",
|
|
60
|
+
"globals": "^17.12.0",
|
|
61
61
|
"prettier": "^3.9.6",
|
|
62
62
|
"prettier-plugin-svelte": "^4.1.1",
|
|
63
63
|
"publint": "^0.3.24",
|
|
64
64
|
"rimraf": "^6.1.3",
|
|
65
|
-
"svelte": "^5.
|
|
65
|
+
"svelte": "^5.57.0",
|
|
66
66
|
"svelte-check": "^4.7.6",
|
|
67
67
|
"typescript": "^6.0.3",
|
|
68
68
|
"vite": "^8.2.2"
|
|
@@ -77,30 +77,30 @@
|
|
|
77
77
|
"@codemirror/lang-markdown": "^6.5.2",
|
|
78
78
|
"@codemirror/lang-sql": "^6.10.0",
|
|
79
79
|
"@codemirror/language": "^6.12.4",
|
|
80
|
-
"@codemirror/legacy-modes": "^6.5.
|
|
80
|
+
"@codemirror/legacy-modes": "^6.5.4",
|
|
81
81
|
"@codemirror/lint": "^6.9.7",
|
|
82
|
-
"@codemirror/search": "^6.7.
|
|
83
|
-
"@codemirror/state": "^6.7.
|
|
82
|
+
"@codemirror/search": "^6.7.2",
|
|
83
|
+
"@codemirror/state": "^6.7.4",
|
|
84
84
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
85
|
-
"@codemirror/view": "^6.43.
|
|
85
|
+
"@codemirror/view": "^6.43.11",
|
|
86
86
|
"@lezer/highlight": "^1.2.3",
|
|
87
|
-
"@tiptap/core": "^3.
|
|
88
|
-
"@tiptap/extension-bubble-menu": "^3.
|
|
89
|
-
"@tiptap/extension-code-block": "^3.
|
|
90
|
-
"@tiptap/extension-collaboration": "^3.
|
|
91
|
-
"@tiptap/extension-collaboration-caret": "^3.
|
|
92
|
-
"@tiptap/extension-color": "^3.
|
|
93
|
-
"@tiptap/extension-image": "^3.
|
|
94
|
-
"@tiptap/extension-link": "^3.
|
|
95
|
-
"@tiptap/extension-placeholder": "^3.
|
|
96
|
-
"@tiptap/extension-subscript": "^3.
|
|
97
|
-
"@tiptap/extension-superscript": "^3.
|
|
98
|
-
"@tiptap/extension-table": "^3.
|
|
99
|
-
"@tiptap/extension-text-align": "^3.
|
|
100
|
-
"@tiptap/extension-text-style": "^3.
|
|
101
|
-
"@tiptap/extension-underline": "^3.
|
|
102
|
-
"@tiptap/pm": "^3.
|
|
103
|
-
"@tiptap/starter-kit": "^3.
|
|
87
|
+
"@tiptap/core": "^3.31.3",
|
|
88
|
+
"@tiptap/extension-bubble-menu": "^3.31.3",
|
|
89
|
+
"@tiptap/extension-code-block": "^3.31.3",
|
|
90
|
+
"@tiptap/extension-collaboration": "^3.31.3",
|
|
91
|
+
"@tiptap/extension-collaboration-caret": "^3.31.3",
|
|
92
|
+
"@tiptap/extension-color": "^3.31.3",
|
|
93
|
+
"@tiptap/extension-image": "^3.31.3",
|
|
94
|
+
"@tiptap/extension-link": "^3.31.3",
|
|
95
|
+
"@tiptap/extension-placeholder": "^3.31.3",
|
|
96
|
+
"@tiptap/extension-subscript": "^3.31.3",
|
|
97
|
+
"@tiptap/extension-superscript": "^3.31.3",
|
|
98
|
+
"@tiptap/extension-table": "^3.31.3",
|
|
99
|
+
"@tiptap/extension-text-align": "^3.31.3",
|
|
100
|
+
"@tiptap/extension-text-style": "^3.31.3",
|
|
101
|
+
"@tiptap/extension-underline": "^3.31.3",
|
|
102
|
+
"@tiptap/pm": "^3.31.3",
|
|
103
|
+
"@tiptap/starter-kit": "^3.31.3",
|
|
104
104
|
"dayjs": "^1.11.23",
|
|
105
105
|
"svelte-sonner": "^1.2.1",
|
|
106
106
|
"yjs": "^13.6.32"
|