@scalably/ui 0.7.4 → 0.7.6
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/index.esm.js +14 -201
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +14 -201
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -5
- package/dist/index.css +0 -2
- package/dist/index.css.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scalably/ui",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "Scalably Design System - Shared UI Components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"test:watch": "vitest --environment jsdom --watch",
|
|
43
43
|
"test:ci": "vitest --environment jsdom --run --coverage",
|
|
44
44
|
"verify": "bash scripts/verify.sh",
|
|
45
|
+
"test-push": "npm run build && yalc push",
|
|
45
46
|
"clean": "rm -rf dist",
|
|
46
47
|
"prepublishOnly": "npm run verify"
|
|
47
48
|
},
|
|
@@ -63,8 +64,6 @@
|
|
|
63
64
|
"url": "https://github.com/quangnle/scalably-components/issues"
|
|
64
65
|
},
|
|
65
66
|
"peerDependencies": {
|
|
66
|
-
"@grapesjs/react": "2.0.0",
|
|
67
|
-
"grapesjs": "0.22.14",
|
|
68
67
|
"react": ">=18",
|
|
69
68
|
"react-dom": ">=18"
|
|
70
69
|
},
|
|
@@ -106,13 +105,12 @@
|
|
|
106
105
|
"tailwindcss": "3.4.17",
|
|
107
106
|
"tsup": "8.5.1",
|
|
108
107
|
"typescript": "5.9.3",
|
|
109
|
-
"@grapesjs/react": "2.0.0",
|
|
110
|
-
"grapesjs": "0.22.14",
|
|
111
108
|
"vite": "7.2.4",
|
|
112
109
|
"vitest": "4.0.14"
|
|
113
110
|
},
|
|
114
111
|
"dependencies": {
|
|
115
112
|
"@floating-ui/react": "0.26.28",
|
|
113
|
+
"@grapesjs/react": "2.0.0",
|
|
116
114
|
"@tiptap/core": "3.18.0",
|
|
117
115
|
"@tiptap/extension-character-count": "3.18.0",
|
|
118
116
|
"@tiptap/extension-highlight": "3.18.0",
|
|
@@ -127,6 +125,7 @@
|
|
|
127
125
|
"@tiptap/starter-kit": "3.18.0",
|
|
128
126
|
"class-variance-authority": "0.7.1",
|
|
129
127
|
"date-fns": "4.1.0",
|
|
128
|
+
"grapesjs": "0.22.14",
|
|
130
129
|
"lottie-react": "2.4.1",
|
|
131
130
|
"react-easy-crop": "5.5.6"
|
|
132
131
|
},
|
package/dist/index.css
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
.gjs-one-bg,.gjs-two-bg{background-color:#373d49!important}.gjs-four-color,.gjs-four-color-h:hover,.gjs-pn-btn.gjs-pn-active,.gjs-block:hover{color:#36499b!important}.gjs-sm-sector-title,.gjs-clm-tags-btn,.gjs-pn-btn{color:#ccc!important}.gjs-field input,.gjs-field select,.gjs-field textarea{background-color:#1e2327!important;color:#eee!important}.gjs-cv-canvas .gjs-highlighter,.gjs-cv-canvas .gjs-highlighter-sel{outline:2px solid #36499b!important}.gjs-cv-canvas .gjs-highlighter-sel .gjs-highlighter-label{background-color:#36499b!important}.gjs-sm-header{border-bottom:2px solid #36499b!important}.gjs-block,.block-item{background-color:#3d454d!important;color:#ccc;padding:10px;margin:5px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;width:80px;min-height:80px;text-align:center}.gjs-block:hover,.block-item:hover{border:1px solid #36499b!important;color:#36499b!important}.block-media{width:24px;height:24px;margin-bottom:5px}.block-label{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.blocks-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
|
|
2
|
-
/*# sourceMappingURL=index.css.map */
|
package/dist/index.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/components/BlockEditor/styles.css"],"sourcesContent":["/* GrapesJS Theme Customization - Primary Color: #36499B */\n\n/* Main background color */\n.gjs-one-bg {\n background-color: #373d49 !important;\n}\n\n/* Secondary background color */\n.gjs-two-bg {\n background-color: #373d49 !important;\n}\n\n/* Primary color overrides (replacing pink) */\n.gjs-four-color,\n.gjs-four-color-h:hover {\n color: #36499b !important;\n}\n\n.gjs-pn-btn.gjs-pn-active {\n color: #36499b !important;\n}\n\n.gjs-block:hover {\n color: #36499b !important;\n}\n\n.gjs-sm-sector-title,\n.gjs-clm-tags-btn,\n.gjs-pn-btn {\n color: #ccc !important;\n}\n\n.gjs-field input,\n.gjs-field select,\n.gjs-field textarea {\n background-color: #1e2327 !important;\n color: #eee !important;\n}\n\n/* Selection and halos */\n.gjs-cv-canvas .gjs-highlighter,\n.gjs-cv-canvas .gjs-highlighter-sel {\n outline: 2px solid #36499b !important;\n}\n\n.gjs-cv-canvas .gjs-highlighter-sel .gjs-highlighter-label {\n background-color: #36499b !important;\n}\n\n.gjs-sm-header {\n border-bottom: 2px solid #36499b !important;\n}\n\n/* Blocks panel */\n.gjs-block,\n.block-item {\n background-color: #3d454d !important;\n color: #ccc;\n padding: 10px;\n margin: 5px;\n display: inline-flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-radius: 4px;\n cursor: pointer;\n width: 80px;\n min-height: 80px;\n text-align: center;\n}\n\n.gjs-block:hover,\n.block-item:hover {\n border: 1px solid #36499b !important;\n color: #36499b !important;\n}\n\n.block-media {\n width: 24px;\n height: 24px;\n margin-bottom: 5px;\n}\n\n.block-label {\n font-size: 10px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n width: 100%;\n}\n\n.blocks-container {\n display: flex;\n flex-wrap: wrap;\n justify-content: center;\n gap: 10px;\n}\n"],"mappings":"AAGA,CAAC,WAKD,CAAC,WAJC,iBAAkB,iBACpB,CAQA,CAAC,eACD,CAAC,gBAAgB,OAIjB,CAAC,UAAU,CAAC,cAIZ,CAAC,SAAS,OAPR,MAAO,iBACT,CAUA,CAAC,oBACD,CAAC,iBACD,CAVC,WAWC,MAAO,cACT,CAEA,CAAC,UAAU,MACX,CADC,UACU,OACX,CAFC,UAEU,SACT,iBAAkB,kBAClB,MAAO,cACT,CAGA,CAAC,cAAc,CAAC,gBAChB,CADC,cACc,CAAC,oBACd,QAAS,IAAI,MAAM,iBACrB,CAEA,CALC,cAKc,CAJC,oBAIoB,CAAC,sBACnC,iBAAkB,iBACpB,CAEA,CAAC,cACC,cAAe,IAAI,MAAM,iBAC3B,CAGA,CAhCC,UAiCD,CAAC,WACC,iBAAkB,kBAClB,MAAO,KAzDT,QA0DW,KA1DX,OA2DU,IACR,QAAS,YACT,eAAgB,OAChB,YAAa,OACb,gBAAiB,OA/DnB,cAgEiB,IACf,OAAQ,QACR,MAAO,KACP,WAAY,KACZ,WAAY,MACd,CAEA,CAjDC,SAiDS,OACV,CAjBC,UAiBU,OACT,OAAQ,IAAI,MAAM,kBAClB,MAAO,iBACT,CAEA,CAAC,YACC,MAAO,KACP,OAAQ,KACR,cAAe,GACjB,CAEA,CAAC,YACC,UAAW,KACX,SAAU,OACV,cAAe,SACf,YAAa,OACb,MAAO,IACT,CAEA,CAAC,iBACC,QAAS,KACT,UAAW,KACX,gBAAiB,OACjB,IAAK,IACP","names":[]}
|